.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(var(--bs-primary-rgb), 0.8);
}

.select2-container.select2-container--default.select2-container--open{
    z-index: 99;
}