    .small_select {
        width: 8%;
        display: inline;
        border: 1px solid black;
        color: black;
        height: 30px;
    }
    
    .small_select:focus {
        border: 3px solid lightsalmon;
        color: black;
    }
    
    .medium_select {
        width: 12%;
        display: inline;
        border: 1px solid black;
        color: black;
        height: 30px;
    }
    
    .medium_select:focus {
        border: 3px solid lightsalmon;
        color: black;
    }
    
    .select2-container--bootstrap .select2-selection {
        width: 100%;
        border: black solid 1px !important;
        display: inline-block;
    }
    
    .select2-container {
        display: inline-block !important;
        /* width: 9% !important; */
    }
    
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
        color: black !important;
        font-size: large !important;
    }
    
    .edit-btn,
    .preview-btn {
        margin-left: 2px;
        padding: 0px 2px 0px 3px;
        border-radius: 4px;
        font-size: 16px;
    }
    
    .delete-btn {
        margin-left: 2px;
        padding: 0px 2px 0px 2px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .app-header.bg-light .navbar-brand {
        opacity: 1 !important;
    }
    
    .sidebar-pills {
        width: 250px !important;
    }
    
    .sidebar .nav-dropdown.open>.nav-dropdown-items {
        max-height: 4000px !important;
    }
    
    html:not([dir=rtl]) .sidebar-show .sidebar,
    /* html:not([dir=rtl]) .sidebar-sm-show .sidebar, */
    
    html:not([dir=rtl]) .sidebar-lg-show .sidebar {
        margin-left: 0 !important;
    }
    
    html:not([dir=rtl]) .sidebar {
        margin-left: -250px !important;
    }
    
    .nav-link {
        font-family: 'Kalimati' !important;
    }
    /* css for sidebar*/
    
    .sidebar .nav-link.active {
        color: #bac6d0;
    }
    
    .sidebar .nav-link {
        color: black;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 2px;
    }
    
    .sidebar .nav-dropdown.open .nav-link.active {
        color: #a11918;
        font-weight: bold;
    }
    
    .sidebar .nav-dropdown.open .nav-link {
        color: black;
    }
    
    .sidebar .nav-dropdown-items .nav-item {
        color: white;
        margin-left: 5px;
        font-size: 16px;
    }
    
    .sidebar .nav-dropdown-toggle {
        font-weight: bold;
    }
    
    .sidebar {
        position: relative;
        color: #306c9c !important;
        width: 250px !important;
        /* font-weight: bold; */
    }
    
    .sidebar .nav-dropdown.open .nav-dropdown-toggle {
        color: #a11918;
        background-color: #768692;
        font-weight: bold;
    }
    
    .sidebar .nav-dropdown.open .nav-dropdown-toggle .nav-icon {
        color: #a11918;
    }
    
    .sidebar .nav-link.active {
        background: #bbcfea;
        /*  #306c9c; */
    }
    
    .sidebar .nav-link:hover {
        background: #bac6d0;
    }
    
    .bg-secondary {
        background-color: #efefeff7!important;
    }
    
    .sidebar .sidebar-nav,
    .sidebar .sidebar-scroll,
    .sidebar .nav {
        width: 250px;
    }
    
    .dashed-lg-input::-webkit-input-placeholder,
    .dashed-input-medium-field::-webkit-input-placeholder,
    .dashed-input-small-field::-webkit-input-placeholder,
    .dashed-input-field::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black !important;
        opacity: 0.3;
        font-size: 12px;
    }
    
    .dashed-input-small-field::-moz-placeholder,
    .dashed-input-medium-field::-webkit-input-placeholder,
    .dashed-lg-input::-moz-placeholder,
    .dashed-input-field::-moz-placeholder {
        /* Firefox 19+ */
        color: red;
        opacity: 0.5;
        font-size: 12px;
    }
    
    .dashed-lg-input:-moz-placeholder,
    .dashed-input-medium-field::-webkit-input-placeholder,
    .dashed-input-small-field:-moz-placeholder,
    .dashed-input-field::-moz-placeholder {
        /* Firefox 18- */
        color: red;
        opacity: 0.5;
        font-size: 12px;
    }
    
    .dashed-lg-input:-ms-input-placeholder,
    .dashed-input-medium-field::-webkit-input-placeholder,
    .dashed-input-small-field:-ms-input-placeholder,
    .dashed-input-field:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: red;
        opacity: 0.5;
        font-size: 12px;
    }
    
    .dashed-lg-input:-ms-input-placeholder,
    .dashed-input-medium-field::-webkit-input-placeholder,
    .dashed-input-small-field::-ms-input-placeholder,
    .dashed-input-field::-ms-input-placeholder {
        /* Microsoft Edge */
        color: red;
        opacity: 0.5;
        font-size: 12px;
    }
    
    .required-label {
        color: red;
    }
    
    .well {
        opacity: 1;
    }
    
    .app-header {
        height: 70px !important;
    }