.select2-container--classic .select2-selection--single {
    border: 1px solid #e0dfff !important;
    background-color: #FFF !important;
    text-align: middle !important;
    background-image: unset !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-left: unset !important;
    background-image: unset !important;
    background: #FFF !important;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: #FFF !important;
    border-bottom: 1px solid #dcdbf4 !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #acacac transparent transparent transparent !important;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #acacac transparent !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #9b9797 !important;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #dcdbf4 !important;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border-radius: 15px !important;
    background-color: #f1f2f7 !important;
    border: unset !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #F6BFD3 !important;
}
