

.swal2-styled.swal2-cancel {
    background-color: #1d2d40;
}

@media (min-width: 576px) {
    .table-responsive {
        overflow-x: initial !important;
    }
    .nk-tb-head {
        position: sticky;
        top: 65px;
        z-index: 1;
        width: 100%;
        background: #fff;
    }
    .dark-mode .nk-tb-head {
        background: #0e1721;
    }
}

@media (max-width: 767px) {
    .gc-list-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #edeff3;
        border-top: 1px solid #cfd7e2;
    }

    .dark-mode .gc-list-footer {
        border-top: 1px solid #1d2d40;
        background-color: #070b10;
    }
}


.dark-mode .gc-list-footer {
    border-top: 1px solid #1d2d40;
}

.dark-mode .nav-tabs .nav-link.active {
    color: #13dba4;
}


.dark-mode .link-list-menu a:hover, .dark-mode .link-list-menu a.active, .dark-mode .list-plain a:hover, .dark-mode .list-plain a.active {
    color: #0fac81;
}