/* إصلاح عرض الأيقونات عند استخدام اللغة العربية */

/* قواعد عامة للأيقونات */
[class*="ri-"],
i[class*="ri-"],
.ri,
[class^="ri-"],
[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal !important;
    text-transform: none !important;
}

/* قواعد خاصة عند استخدام اللغة العربية */
html[lang="ar"] [class*="ri-"],
html[lang="ar"] i[class*="ri-"],
html[lang="ar"] .ri,
html[lang="ar"] [class^="ri-"],
html[lang="ar"] [class*=" ri-"] {
    font-family: "remixicon" !important;
    direction: ltr !important;
}

/* قواعد للعناصر الفرعية للأيقونات */
[class*="ri-"]::before,
i[class*="ri-"]::before,
.ri::before,
[class^="ri-"]::before,
[class*=" ri-"]::before {
    font-family: "remixicon" !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal !important;
}

/* قواعد خاصة بأيقونات محددة */
.ri-user-line,
.ri-user-settings-line,
.ri-user-add-line,
.ri-logout-box-r-line,
.ri-dashboard-line,
.ri-home-5-line,
.ri-information-line,
.ri-money-dollar-circle-line,
.ri-line-chart-line,
.ri-megaphone-line,
.ri-bank-card-line,
.ri-question-line,
.ri-contacts-line,
.ri-menu-line,
.ri-close-line,
.ri-global-line,
.ri-arrow-down-s-line {
    font-family: "remixicon" !important;
}

/* قواعد للأيقونات داخل الأزرار والقوائم */
button [class*="ri-"],
.dropdown [class*="ri-"],
.nav-link [class*="ri-"],
.menu-item [class*="ri-"] {
    font-family: "remixicon" !important;
}

/* قاعدة لإجبار الأيقونات على العمل حتى مع !important في CSS أخرى */
html [class*="ri-"] {
    font-family: "remixicon" !important;
}

/* إصلاح أيقونات Font Awesome إذا كانت موجودة */
[class*="fa-"],
.fa,
[class^="fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
}

/* إصلاح أيقونات Material Icons إذا كانت موجودة */
.material-icons {
    font-family: "Material Icons" !important;
}