html, body {
    height: 100%;
    font-family: sans-serif, 'Khmer OS Siemreap';
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../../images/Logo.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.theme-settings {
    display: none !important;
}
#loadingBackground .loading-image {
    width: 46px;
    height: 46px;
}