.w-theme-dark .select2-container--default .select2-selection--single {
    background-color: #2c2c2c !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.w-theme-dark .select2-dropdown {
    background-color: #2c2c2c !important;
}

.w-theme-dark .select2-results__option {
    color: #fff !important;
}

.w-theme-dark .select2-results__option--highlighted[aria-selected] {
    background-color: #444 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: var(--w-color-surface-button-default) !important;
    color: #fff !important;
}

.w-theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

@media (prefers-color-scheme: dark) {

    .w-theme-system .select2-container--default .select2-selection--single {
        background-color: #2c2c2c !important;
        border: 1px solid #444 !important;
        color: #fff !important;
    }

    .w-theme-system .select2-dropdown {
        background-color: #2c2c2c !important;
    }

    .w-theme-system .select2-results__option {
        color: #fff !important;
    }

    .w-theme-system .select2-results__option--highlighted[aria-selected] {
        background-color: #444 !important;
        color: #fff !important;
    }

    .select2-container--default .select2-results__option[aria-selected="true"]{
        background-color: var(--w-color-surface-button-default) !important;
        color: #fff !important;
    }

    .w-theme-system .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff !important;
    }
}