.select2-selection.select2-selection--single {
    border: solid 1px var(--cst-blue);
    background-color: unset;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    color: #fff;
}

.select2-dropdown {
    background-color: var(--blue-bg-color);
}


.select2-results .select2-results__options li {
    color: #fff
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background-color: #25506d;
}

.select2-container {
    width: 100% !important;
}