/* Add here all your CSS customizations */
ul.nav-main li.nav-expanded .nav-children li.active{
    background: #21262d;
}

/* table fixed head and col */
.table-responsive{
    height: 630px !important;
    overflow: auto !important;
}
.table thead th {
    position: -webkit-sticky;
    position: sticky !important;
    background: #fdfdfd !important;
    top: 0 !important;

}

.table thead th:first-child {
    left: 0;
    background: #fdfdfd !important;
    z-index: 3;
}

.table tbody td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    background: #fdfdfd;
    /* top: 40px; */
    left: 0px;
    z-index: 1;
}