:root {
    /*--bs-menu-bg: #2d353e !important;*/
    /*--bs-menu-bg: #040d12 !important;*/
    --dt-row-selected: 224, 123, 43;
    --bs-modal-zindex: 6000 !important;

}

.modal {
    --bs-modal-zindex: 6000 !important;
}

.modal-backdrop {
    --bs-backdrop-zindex: 5500 !important;
}

.swal2-container {
    z-index:  6100 !important;
}

hr {
    color: var(--text-warning);
    border-top-width: 2px;
    opacity: 0.5;
}

.sf-toolbar { position: absolute }