/**
Custom CSS
*/

.nav-border {
    border-bottom: 3px solid #111827;
    /* top: 0;
    position: -webkit-sticky;
    position: sticky; */
}

.nav-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 14rem;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .nav-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
    }
}

.sidebar {
    /*This line code can be uncommented if you want to have fixed*/
    /* max-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0; */
}

/*
custom color
*/

.bg-gray-dark {
    background-color: #0f1930;
}

/* .sidebar .nav-item .nav-link {
    font-size: 2rem;
} */

.sidebar .nav-item .nav-link span {
    font-size: 1rem;
}

.select2-selection__choice {
    background-color: #0f1930 !important;
    color: white !important;
}
