[dir="rtl"] .select2-container .select2-selection--single,
[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    min-height: 36px;
    padding: 0;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    line-height: 34px;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: auto;
    left: .75rem;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    right: auto;
    left: .75rem;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection {
    padding-right: 0;
}

[dir="rtl"] .select2-search__field {
    padding-right: 15px!important;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: .25rem;
}