 select {
        border-radius: 3px !important;
    border: 1px solid #5e5e5e !important;
    }
     input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 4px !important;
}
.sidebar .nav .nav-item .nav-link {

    /* white-space: nowrap; */
    padding: 10px 10px !important;

}
#settings-trigger {
    right: 0px !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px !important;
}
.form-control {
    height: 30px !important;
}
.export-xl  {
        border: 1px solid #7a828b;
    border-radius: 3px;
}
.table-res-mobi {
    table-layout:fixed;
}
.dataTables_filter {
        display: inline-block !important;
    float: right;
    margin-top: 10px;
}
.dt-buttons {
    display: inline-flex !important;
}

.dt-buttons button {
    background: #e3e1e1;
    border: 1px solid #e3e1e1;
    border-radius: 4px;
}
.buttons-csv, .buttons-print, .buttons-excel, .buttons-pdf {
        padding: 10px 15px;
}
.search_btn {
    padding: 2px 5px;
    background: #4b49ac;
    border: 1px solid #4b49ac !important;
    border-radius: 3px;
    color: white;
    }

  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 14px;
    font-weight: 600;
}
.name_prfle {
    margin: 0px 5px;
}
.myclass{
    color:red;
}
.mbl_card {
    margin-right:15px;
}
/*.sidebar {*/
/*    width: 195px !important;*/
/*}*/
.navbar .navbar-menu-wrapper {
    padding-right: 5px;
    padding-left: 5px;

}
.navbar .navbar-menu-wrapper {
        width: calc(100% - 85px) !important;
}
.navbar .navbar-brand-wrapper {
    background: #ffffff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 195px !important;
    height: 60px;
}
select.form-control {
    padding: 0.4375rem 0.75rem;
    border: 0;
    outline: 1px solid #CED4DA;
    color: #000000 !important;
}



/*9-1-2023 */
.header-bg {
    background-color:#C4ECE5;
    padding:10px;
}






























@media only screen and (min-width: 300px) and (max-width: 768px) {
    .kcr_ktr{
        display:none;
    }
    .mbl_card {
    margin-right:0px;
   }
   .mobile-btn {
       padding:6px;
       background-color:#gbgbgb;
   }
   .mobile-date {
        width: 100px; 
        display: block; 
        text-align:center !important;
   }
   
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .card-set {
        width: 170px;
        height: 130px;
    }
   
    
}
@media screen and (max-width: 991px){
.sidebar-offcanvas.active {
    right: auto;
    min-width: -webkit-fill-available;
    animation: animatetop 0.4s;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
}

}

@media only screen and (max-width: 600px) {
     .mobile-date {
        width: 100px; 
        display: block; 
        text-align:center !important;
   }
}
