﻿.select2-container--bootstrap-5 .select2-dropdown .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) {
    background: #33babd !important
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #33babd !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #33babd !important;
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
        border-color: #33babd !important;
    }

.select2-container--bootstrap-5 .select2-selection {
    padding: 0.75rem 1rem;
    height: calc(3.5rem + 2px);
    border-radius: 0.375rem;
    box-shadow: none !important;
    border-radius: 20px !important;
}

    .select2-container--bootstrap-5 .select2-selection[aria-expanded="true"] {
        border-radius: 20px 20px 0 0 !important;
    }

.select2-container--above.select2-container--bootstrap-5 .select2-selection[aria-expanded="true"] {
    border-radius: 0 0 20px 20px !important
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0 0 20px 20px !important;
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        border-radius: 20px !important;
        box-shadow: none !important;
    }

    .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
        border-radius: 20px 20px 0 0 !important;
    }

.select2-results__option {
    text-align: right;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    height: calc(3.5rem + 2px);
}

.form-floating > .select2-container--bootstrap-5 {
    width: 100% !important;
}

    .form-floating > .select2-container--bootstrap-5 .select2-selection__rendered {
        line-height: 1.6;
        padding-right: 0;
        padding-top: 10px;
        text-align: right;
        direction: rtl;
    }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    display: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 5px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 12px;
    padding: 0px;
    margin: 3px;
    border: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    text-align: right;
    direction: rtl;
}
