/* Dark mode styling for Select2 widgets in Unfold admin theme */

.select2-container--default .select2-selection--multiple {
    background-color: #1f2937 !important;
    border-color: #374151 !important;
    color: #f9fafb !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #374151 !important;
    border-color: #4b5563 !important;
    color: #f9fafb !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #9ca3af !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f9fafb !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #f9fafb !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #9ca3af !important;
}

.select2-dropdown {
    background-color: #1f2937 !important;
    border-color: #374151 !important;
}

.select2-container--default .select2-results__option {
    color: #f9fafb !important;
    background-color: #1f2937 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #374151 !important;
}

.select2-search--dropdown .select2-search__field {
    background-color: #374151 !important;
    border-color: #4b5563 !important;
    color: #f9fafb !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
    color: #9ca3af !important;
}
