.select2-violet + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: 0 0 0 0.25rem rgba(107, 90, 204, 0.25);
    border-color: var(--color-violet);
}

.select2-violet + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--focus .select2-selection {
    box-shadow: 0 0 0 0.25rem rgba(107, 90, 204, 0.25);
    border-color: var(--color-violet);
}

.select2-dropdown.select2-violet.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 0 0.25rem rgba(107, 90, 204, 0.25);
    border-color: var(--color-violet);
}

.select2-container--bootstrap-5 .select2-dropdown.select2-violet .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: var(--color-violet);
    background-color: var(--color-violet-50);
    font-weight: 600;
    font-family: 'Poppins';
}

.select2-container--bootstrap-5 .select2-violet.select2-dropdown.select2-dropdown--below {
    border-color: var(--color-violet);
} 

.w-one-third.d-inline-block + .select2-container--bootstrap-5 {
    display: inline-block;
    width: 32.4% !important;
}

.select2-violet .select2-results__option {
    padding: 1rem 2rem !important;
    text-align: center;
}

.select2-image .select2-results__option {
    padding: 1rem !important;
    padding-right: 3rem;
    border-left: 4px solid var(--color-white);
    border-right: 4px solid var(--color-white);
}

.select2-container--bootstrap-5 .select2-image.select2-dropdown.select2-dropdown--below {
    border-color: transparent;
    box-shadow: 0px 0px 20px 0px #84848433;
    border-radius: 10px;
} 

.select2-container--bootstrap-5 .select2-dropdown.select2-image .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    border-left: 4px solid var(--color-violet);
    background-color: var(--color-white);
}

.select2-container--bootstrap-5 .select2-dropdown.select2-image .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    border-left: 4px solid var(--color-violet);
    background-color: var(--color-white);
    color: var(--color-black-80);
}

.select2-dropdown.select2-image.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 0 0.25rem rgba(107, 90, 204, 0.25);
    border-color: var(--color-violet);
}

.select2-image + .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    padding-top: 0.25rem;
    font-size: 14px;
    font-weight: 500;
}

.select2-image + .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-top: 0.25rem;
    font-size: 14px;
    font-weight: 500;
}

.select2-image + .select2-container--bootstrap-5 .select2-selection--single {
    border-radius: 10px;
}