html,
body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.loading-image {
    width: 70px;
    height: 40px;
}

.header-logo {
    background-image: url('../blazor/images/stapel-maxx-logo-2024.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 142px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

#loading-indicator-lock {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

#loading-indicator-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: var(--bs-body-bg);
    border-radius: calc(var(--dx-border-radius) * 4);
    box-shadow: var(--bs-box-shadow);
}

#loading-indicator-animation {
    padding: 20px 0px 15px 12px;
}

.loading-indicator-devexpress {
    width: 32px;
    height: 32px;
}

#loading-indicator-description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 300px;
    padding: 12px;
}

#loading-indicator-caption {
    width: auto;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px
}

#loading-indicator-status {
    width: auto;
    text-align: left;
    box-sizing: border-box;
    margin-top: 4px;
}