/* Dark Theme Select2 */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #222736;
    color: #f6f6f6;
    border: 1px solid #2A3042;
}

.select2-container--default .select2-results__option {
    background-color: #222736;
    color: #f6f6f6;
}

.select2-container--default .select2-dropdown {
    background-color: #222736;
    border: 1px solid #2A3042;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #2A3042;
    color: #f6f6f6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #f6f6f6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #C3EED7;
    color: #2A3042;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
    color: #2A3042;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #C3EED7;
    border: 1px solid #C3EED7;
    color: #2A3042;
}
