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

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #fd552e !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 10px;
}
