html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.loading {
    width: 92px;
    height: 92px;
}

.loading-image {
    width: 92px;
    height: 92px;
}

#loadingBackground {/*.bg-primary*/
    background-color: transparent !important;
}

.header-left-side {
    min-width: 200px;
    width: 200px;
}

.header-logo {
    flex-shrink: 0;
    background-color: transparent;
    background-image: url('../images/Logo.svg');
    background-repeat: no-repeat;
    /*-webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    width: 160px;
    height: 30px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xaf-sidebar {
    min-width: 250px;
    width: 250px;
}

@media (max-width: 575.98px) {
    .collapse-toggle .sidebar-sm-shadow {
        left: 200px;
    }
}

@media (max-width: 575.98px) {
    .header-left-side {
        width: auto;
        min-width: auto;
    }
}


.material-symbols-rounded {
    font-size: 32px;
}

/*table tbody tr:nth-child(even) {
    background-color: #EFEAEF;
}*/

/*alt-item {
    background-color: var(--bs-secondary);
}

.alt-item > td {
    --dxbl-grid-bg: var(--bs-secondary);
}*/

/*.odd-item > td {
    background-color: #FF007709;
}*/

.even-item > td {
    background-color: #0077FF09;
}

.xaf-nav-link {
    font-size: larger;
}



.complete .dx-progressbar-range {
    background-color: green;
}




/* SCHEDULER */

.dx-scheduler .dx-scheduler-date-table-cell {
    min-width: 150px;
}



/*
.ce-block__content {
    float: right;
}*/