
.dx-datagrid-total-footer .dx-row {
    background: #f1f1f1;
}

.dx-datagrid-total-footer .dx-row td {
    background: #f1f1f1;
}

.dx-datagrid-total-footer .dx-datagrid-summary-item {
    font-weight: bold;
    color: black;
}

.grid-title-inside {
    padding: 6px 10px;
    font-size: 18px;
}

.dx-popup-title {
    font-weight: bold;
}

.dx-header-row {
    font-weight: 600;
    color: #373330;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) a.action.view {
    color: #fff;
}
.popup-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: rgba(255,255,255,0.7);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-loader .loader-overlay {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.materiallist-confirm-top {
    z-index: 10000 !important;
}

#globalPageLoader {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.global-loader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-loader-text {
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}