.select2-container .select2-selection--single {
    height: 34px;
    border-radius: 10px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #ef9140;
    font-weight: 700
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent
}