html, body {
    height: 100%;
/*    --DS-color-surface-primary-default-rest: white;*/
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    /* flex-shrink: 0; */
    /* background-color: currentColor; */
    /* -webkit-mask: url('../images/Logo.png'); */
    /* mask: url('../images/Logo.png'); */
    /* -webkit-mask-position: center; */
    /* mask-position: center; */
    /* -webkit-mask-repeat: no-repeat; */
    /* mask-repeat: no-repeat; */
    background-image: url('../images/logo-green.svg');
    display: block;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbl-pivot-total-row {    
    display: none !important;
}

.dxbl-pivot-table{
    height: 100%;
}

.dxbl-pivot-table-data{
    table-layout: auto !important;
}

.icon-xlsx {
    background-image: url(/IImageService/Action_Export_ToXlsx);
    height: 16px;
    width: 16px;
}

.loading-caption {
    display: none;
}

.loadingBackground {
    background-color: transparent !important;
    color: transparent !important;
}

/*SplashScreen*/
.loading-items-center > .bg-primary {
    background-color: white !important;
}

.loading-items-center > img {
    width: 80px;
    height: 80px;
}

/*.xaf-loading-content .spinner-border {
    color: rgba(var(--bs-primary-rgb)) !important;
}
*/

.loading-image-wrapper {
/*    background-color: var(--DS-color-surface-primary-default-rest, var(--bs-primary, #d9d9d9)) !important;*/
    background-color: var(--DS-color-surface-primary-default-rest, transparent) !important;
}