div#sidenav-collapse-main {
    height: unset !important;
}
/* === Select2 - Soft UI Clean Theme === */

/* Container styling */
.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.5rem !important;
    background-color: #fff !important;
    padding: 8px 12px !important;
    min-height: 45px !important;
    display: flex;
    align-items: center;
}

/* Placeholder and text */
.select2-container--bootstrap-5 .select2-selection__rendered {
    color: #344767 !important; /* Soft UI text color */
    font-size: 0.95rem !important;
}

/* Dropdown background */
.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.5rem !important;
    background-color: #fff !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Highlighted option on hover */
.select2-results__option--highlighted {
    background-color: #5e72e4 !important; /* Soft UI primary blue */
    color: #fff !important;
}

/* Selected option chips (for multi-select) */
.select2-container--bootstrap-5 .select2-selection__choice {
    background-color: #5e72e4 !important; /* Soft UI primary blue */
    color: #fff !important;
    border: none !important;
    border-radius: 0.375rem !important;
    padding: 4px 10px !important;
    margin: 3px !important;
    font-size: 0.85rem !important;
}

/* Remove button (x) styling */
.select2-container--bootstrap-5 .select2-selection__choice__remove {
    color: #fff !important;
    margin-left: 5px !important;
    font-weight: bold !important;
}

/* On focus border */
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: #5e72e4 !important;
    box-shadow: 0 0 0 0.15rem rgba(94, 114, 228, 0.25) !important;
}
