
#mobile-nav-toggle .fa{
    color: #007bff;
}
.card{
    border-radius: 0px !important;
}
.text-link{
    color:#007bff;
    cursor:pointer;
}
.disabled-all{
    pointer-events: none;
    opacity: 0.4;
}
.cursor-default{
    cursor:default;
}
.select2-selection__choice{
    background-color:#17a2b8 !important;
    color: white !important;
}
.select2-selection__choice__remove{
    color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #17a2b82e !important;
}
.card-footer-product {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
    font-size: small;
}
.modal {
  overflow-y:auto;
}
.input-transparent{
    background:transparent; 
    box-shadow: none; 
    -webkit-box-shadow: none; 
    border-top: 0;
    border-right: 0; 
    border-left: 0; 
    border-bottom:0; 
    font-size: 20px; 
    text-align: center;
}
.sidebar-mini.sidebar-collapse .main-header {
     margin-left: 0rem!important; 
}
@media (min-width: 768px) {
    .main-header {
        transition:margin-left .3s ease-in-out;
         margin-left: 0 !important; 
        z-index: 1000;
    }
}
.main-sidebar {
    top: 56px !important;
}
.main-header{
    position: fixed;
    width: 100%;
}
.sidebar-light-primary .nav-sidebar>.nav-item.menu-open>.nav-link, .sidebar-light-primary .nav-sidebar>.nav-item:hover>.nav-link {
    color: white !important;
    background-color: #007bff !important
}
.sidebar-light-primary .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #007bff !important
}
#sidebar-overlay{
    z-index: 199;
}
.content-wrapper>.content {
     padding: 0 !important
}
.second_header{
    position: fixed;
    width: 27.4rem;
    z-index: 1;
}
.martop-1{
    margin-top: 1px;
}
.martop-4-rem{
    margin-top: 4rem;
}
.bg-secondary-2{
    background: #6c757dbf!important;
    color: white;
}
.scroll-y{
    overflow-y: auto; 
}
.border-1-black{
    border: 1px solid #000;
}
.paddingless{
    padding: 0 !important;
}
.rediusless{
    border-radius:0;
}
.input-as-text{
    border:none !important;
    background:transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.fixed-bottom-input-footer{
    position: fixed;
    width: -webkit-fill-available;
    bottom: 0;
    background: #ffffff;
    padding: 0.5rem;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.49);
}
.alert-warning-light{
    background-color: #fff4e7 !important;
}
.full_height{
    height: 89.4vh;
}
.dashed-border-warning {
    border: 1px dashed #f89406;
    background-color: #fffef5;
    border-radius: 3px;
}
.text-link{
    color:#007bff;
    cursor:pointer;
}
.cursor-default{
    cursor:default;
}