/* ==========================================================================
   AFAQ GLOBAL ICONS FIX
   يحل مشكلة ظهور Dashicons كمربعات في كل صفحات أفق
   لازم يتحمل آخر ملف CSS
   ========================================================================== */

html body .dashicons,
html body .dashicons-before::before,
html body span.dashicons,
html body i.dashicons,
html body [class^="dashicons-"],
html body [class*=" dashicons-"] {
    font-family: dashicons !important;
    speak: never !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-text-fill-color: currentColor !important;
}

html body .dashicons::before,
html body .dashicons-before::before {
    font-family: dashicons !important;
    speak: never !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-text-fill-color: currentColor !important;
}