html {
  font-size: 80% 
}

.form-switch .form-check-label .switch-icon-right, .form-switch .form-check-label .switch-text-right {
    left: -17px !important;
    top: -22px !important;
    opacity: 1;
    top: 0;
    transform: translateX(0);
    transition: opacity .08s ease,transform .15s ease;
    position: relative !important;
}

.form-switch {

    width: 100px;
}
.form-switch .form-check-label .switch-icon-left{
    width: auto;
}
/* for dark theme
.select2-container--default .select2-selection--multiple {
    background-color: #283046 !important;
    border: 1px solid #404656;
    border-radius: 4px;
    cursor: text;
}

.select2-container--classic .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #7367f0 !important;
    color: #fff !important;
}

.select2-container--classic .select2-results__option, .select2-container--default .select2-results__option {
    padding: 0.428rem 1rem;
    background: #283046;
   color:#b4b7bd !important;
}

.select2-container--default .select2-selection--single {
     background-color: #283046 !important;
    border: 1px solid #404656;
    border-radius: 4px;
}
*/
.horizontal-menu .header-navbar.navbar-fixed {
   
    left: 0px;
}