
.select2-container--default .select2-selection--single {
    border: 1px solid #3b3f5c !important;
    border-radius: 8px !important;
    background-color: #1a1c2d !important;
    color: #e0e6ed !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e0e6ed !important;
}

.select2-dropdown {
    background-color: #1a1c2d !important;
    border: 1px solid #3b3f5c !important;
}

.select2-search__field {
    background-color: #1a1c2d !important;
    color: #e0e6ed !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #282b46 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2e5086 !important;
}
.select2-container--default .select2-results__group {
    color: darkgray;
}