.select2.select2-container{
    width: 100% !important;
}
.select2-selection.select2-selection--single {
    border-color: rgb(233 233 233 / 1);
    height: 44px;
    padding-block: 7px;
    border-radius: 0.5rem;
    direction: rtl;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 14px;
    padding-left: 38px;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    left: 9px;
    right: auto;
}
.select2-results__option.select2-results__option--selectable {
    text-align: right;
    direction: rtl;
    padding-right: 14px;
    padding-left: 14px;
}
.select2-container--open .select2-dropdown,
.select2-results,
.select2-results__options {
    direction: rtl;
    text-align: right;
}
input.select2-search__field {
    direction: rtl;
    text-align: right;
}
