.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

.input-group .select2-container {
    flex: 1 1 auto;
    width: 1% !important;
}

.input-group .select2-selection {
    height: calc(2.375rem + 2px) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .select2-selection__rendered {
    line-height: 36px !important;
}

.input-group .select2-selection__arrow {
    height: 36px !important;
}

/* Theme-aware Select2 (works in light + dark AdminLTE) */
.select2-container--default .select2-selection--single {
    background-color: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
    color: var(--bs-body-color);
    min-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color) !important;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-secondary-color) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--bs-body-color) transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--bs-body-color) transparent !important;
}
.select2-selection__clear {
    color: var(--bs-body-color) !important;
}
.select2-dropdown {
    background-color: var(--bs-body-bg) !important;
    border-color: var(--bs-border-color) !important;
    color: var(--bs-body-color) !important;
}
.select2-container--default .select2-results__option {
    color: var(--bs-body-color);
}
.select2-results__option--selectable {
    color: var(--bs-body-color);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--bs-body-bg) !important;
    border-color: var(--bs-border-color) !important;
    color: var(--bs-body-color) !important;
}
