.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #262A2F;
    color: #fff !important;
}


.select2-container--default .select2-selection--single {
    background-color: #262A2F;
    color: #fff;
    border: 1px solid #262A2F !important;
}


.select2-container--default .select2-results__option {
    background-color: #f0f8ff;
    color: #000;
}


.select2-container--default .select2-results__option--highlighted {
    background-color: #262A2F !important;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff !important;
}