.select2-results__option--highlighted {
    color: black !important;
    background-color: #EAEAEA !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: black !important;
    background-color: #F2F2F2;
}