/* css for navbar*/
@font-face {
    font-family: "Kalimati";
    src: url("/fonts/Kalimati.ttf") format("truetype");
}

.dataTables_info,
.previous a,
.next a,
.dataTables_length label,
.navbar-nav .nav-link,
.dataTables_filter span,
.container-fluid h2 .text-capitalize,
.fa-filter:before {
    color: #ffffff;
}
.nav-item .nav-link:hover {
    color: #fff;
}

.app-header {
    background-color: #4e5663a6;
    color: white;
    height: 90px !important;
    padding: 0.2rem 0rem !important;
}
.sidebar {
    background-color: #0f2745a5 !important;
}
/* .app-header .navbar-brand {
    color: white;
    width: 185px;
    /* width: 205px; */

legend {
    color: #0f2745a5 !important;
    font-weight: bold;
}
.sidebar-pills .nav-link.active,
.sidebar-pills .nav-link:hover {
    color: #f7f7f7 !important;
    background-color: #091729cc !important;
}
/* css for tabs*/

.tab-link.active {
    color: black !important;
    background-color: white !important;
}

.tab-link {
    background-color: #6a848c;
    color: white !important;
}

/* css for sidebar*/

.sidebar .nav-link.active {
    color: rgb(255, 255, 255);
}

.sidebar .nav-link {
    color: black;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 2px;
}

.sidebar .nav-dropdown.open .nav-link.active {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.sidebar .nav-dropdown.open .nav-link {
    color: black;
}

.sidebar .nav-dropdown-items .nav-item {
    color: white;
    font-size: 14px;
}

/* .sidebar .nav-dropdown-toggle {
    font-weight: bold;
}

.sidebar .nav-link .nav-icon{
    margin:2px !important;
}

/* 
.sidebar .nav-dropdown-items .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
} */

.sidebar {
    position: relative;
    color: #262626 !important;
    /* font-weight: bold; */
}

.sidebar .nav-dropdown.open .nav-dropdown-toggle {
    background-color: #091729cc !important;
}

.sidebar .nav-dropdown.open .nav-dropdown-toggle .nav-icon {
    color: #ffffff;
}

.sidebar .nav-link.active .nav-icon {
    color: #ffffff;
}

/* set sidebar width */

.sidebar .sidebar-nav, .sidebar .sidebar-scroll, .sidebar .nav {
    width: 260px;
}
/* css for orderup and down button */

.order-btn {
    margin-left: 0px;
    padding: 0px 2px 0px 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: #055d78;
}
.app-header .navbar-toggler {
    min-width: 50px;
    outline: none;
}

.fa-arrow-up,
.fa-arrow-down {
    color: white;
}

/* css for buttons*/

.btn-success {
    background-color: #067a52;
}

.edit-btn {
    margin-left: 2px;
    padding: 0px 2px 0px 3px;
    border-radius: 4px;
    font-size: 16px;
}

.delete-btn,
.editor_remove {
    margin-left: 2px;
    padding: 0px 2px 0px 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

.btn-current {
    margin: 20px 0px 50px 3%;
    background-color: silver;
    color: black;
    font-weight: bolder;
    border: none;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-next {
    margin: 20px 0px 50px 50px;
    background-color: #21c249;
    color: black;
    font-weight: bolder;
}

.btn-cancel {
    margin: 0px 0px 50px 3%;
}

.back-btn {
    background-color: grey;
    color: white;
    border-radius: 4px;
    line-height: 50px;
    padding: 1px 7px 1px 2px;
    transition: transform 0.2s;
}

.back-btn:hover {
    background-color: grey;
    color: white;
    font-weight: bold;
    text-decoration-line: none;
}

.table th {
    /* padding: 0.4rem !important; */
    border-top: none;
    background-color: #c8ced3;
}

.table td {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    border-top: none;
    /* font-family: Kalimati !important; */
    color:black;
    font-size: 15px;

}

.sidebar.sidebar-pills .nav-link,
.sidebar.sidebar-pills .nav-title {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.input-group-text {
    padding: 0 0.75rem;
}

.select2-container--bootstrap .select2-selection--single {
    height: 30px;
}

/* DataTable related customization */

.dataTables_scrollFoot,
.DTFC_RightFootWrapper {
    display: none;
}

.DTFC_RightBodyLiner td {
    vertical-align: middle;
}

.DTFC_RightBodyLiner {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.DTFC_RightBodyLiner {
    left: -10px;
}
.DTFC_RightBodyWrapper{
    top:-7px !important;
}

td p {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

/* css for current focus element */

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus,
.form-check input:focus {
    background-color: #def9be;
    box-shadow: 0 0 0 3px rgba(70, 127, 207, 0.88);
}

.select2-container--bootstrap
    .select2-search--dropdown
    .select2-search__field:focus {
    background-color: #def9be;
    box-shadow: 0 0 0 3px rgba(70, 127, 207, 0.88);
}

.form-control {
    display: block;
    width: 100%;
    /* height: 2.15rem;
    padding: .075rem .75rem; */
    height: 1.85rem;
    padding: 0.1rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sidebar.sidebar-pills .nav-link,
.sidebar.sidebar-pills .nav-title {
    padding: 0.60rem 0.5rem;
}

.input-group-text {
    padding: 0 0.75rem;
}

.select2-container--bootstrap .select2-selection--single {
    height: 30px;
}

.select2-container--bootstrap .select2-selection__clear {
    margin-right: 1px;
}
.sidebar.sidebar-pills .nav-dropdown .nav-link:not(.nav-dropdown-toggle) {
    padding-left: 0.5rem;
}

.modal.fade.show {
    z-index: 99999;
    background-color: #73818f;
    opacity: 0.5;
}

.modal.show .modal-dialog {
    transform: none;
    opacity: unset;
}

.modal-content {
    opacity: unset;
}

/* modal related code */

.fade {
    transition: opacity 0.15s linear;
    /* background-color: black !important; */
}

.nepali-date-picker {
    z-index: 99994;
}

.sidebar.sidebar-pills {
    width: 270px !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover,
.nav-dropdown-toggle:hover {
    color: #ffffff !important;
}

.sidebar.sidebar-pills .nav-link {
    color: white !important;
    font-size: 14px  !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #ffffff !important;
}

.sidebar.sidebar-pills .nav-link .nav-icon {
    color: white !important;
    font-size: 15px !important;
}

.header-info{
    padding-top: 15px;
}

.text-capitalize,
.dataTables_info,
.dataTables_length label,
.dataTables_filter label span,
.navbar-filters .nav-link{
    color:black !important;
}

.text-13{
    font-size: 13px;
}
.text-15{
    font-size: 18px;
}
#data_table_body{
    color:black;
}
.data-tr{
    border-bottom:1px solid lightgray;
}

.select2-container--bootstrap .select2-results>.select2-results__options{
    min-height:280px !important;
    max-height: 320px !important;
}

