
.select2-container--bootstrap .select2-selection--single {
    height: 28px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--colorPrimary) !important;
    color: white;
}


.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]
Specificity: (0,3,0) {
    background-color: var(--colorPrimary) !important;
    color: white;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: var(--colorPrimary);
    color: #fff;
}
