/* فاصله دادن متن از فلش در فیلدهای select در حالت RTL */
html[dir="rtl"] select.form-control:not([multiple]) {
    padding-right: 2.5rem;  /* در صورت نیاز مقدار را کم/زیاد کن */
}

html[dir="rtl"] .input-group select.form-control:not([multiple]) {
    padding-right: 2.5rem;
}



