/* ۱. هدر، منوها و چیدمان فلکس */
.navbar-nav {
    padding-right: 0 !important;
}

.dropdown-menu {
    text-align: right !important;
    right: 0 !important;
    left: auto !important;
}

/* ۲. سایدبارها و منوهای کناری (Action Box ها) */
.sidebar .card-body,
.list-group {
    padding-right: 0 !important;
}

.list-group-item {
    text-align: right !important;
}

/* تنظیم جهت آیکون‌ها و بج‌ها در سایدبار */
.list-group-item .badge,
.list-group-item i:last-child {
    float: left !important;
}

.list-group-item i:first-child {
    margin-left: 8px !important;
    margin-right: 0 !important;
}

/* ۳. اینپوت‌ها، دکمه‌ها و گروه فیلدها */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px !important;
    margin-left: 0 !important;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* ۴. جدول‌ها و داده‌ها */
.table th, .table td {
    text-align: right !important;
}

/* ۵. معکوس کردن آیکون‌های جهت‌نما (فلش‌ها) */
.fa-chevron-right::before {
    content: "\f053" !important; /* fa-chevron-left */
}
.fa-chevron-left::before {
    content: "\f054" !important; /* fa-chevron-right */
}
.fa-arrow-right::before {
    content: "\f060" !important; /* fa-arrow-left */
}
.fa-arrow-left::before {
    content: "\f061" !important; /* fa-arrow-right */
}
