/**
* Custom CSS theme by INSTANCE
*/

/* body .navbar-brand-box, body .mm-active .active {} */

/* Select2 Dropdown Custom Theme */
.select2-container {
    width: 100% !important;
}
.select2-container .select2-dropdown { 
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    font-family: var(--bs-font-sans-serif, "Roboto", sans-serif);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background: var(--bs-white, #fff);
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    z-index: 1000; 
    padding: 0;
}
 