/* Icons Fix and Enhancement */

/* Ensure Font Awesome icons are properly loaded */
.fas, .far, .fab, .fal, .fa-solid, .fa-regular, .fa-brands, .fa-light {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
    font-weight: 900 !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;
}

/* Specific icon fixes */
.fa-solid {
    font-weight: 900 !important;
}

.fa-regular {
    font-weight: 400 !important;
}

.fa-brands {
    font-weight: 400 !important;
}

/* Ensure icons are visible */
.fas:before, .far:before, .fab:before, .fal:before,
.fa-solid:before, .fa-regular:before, .fa-brands:before, .fa-light:before {
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Icon sizing fixes */
.fa-xs { font-size: 0.75em !important; }
.fa-sm { font-size: 0.875em !important; }
.fa-lg { font-size: 1.33333em !important; }
.fa-xl { font-size: 1.5em !important; }
.fa-2xl { font-size: 2em !important; }
.fa-3xl { font-size: 3em !important; }

/* Ensure icons work with Bootstrap classes */
.btn .fas, .btn .far, .btn .fab,
.nav-link .fas, .nav-link .far, .nav-link .fab,
.card-title .fas, .card-title .far, .card-title .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

/* Fix for specific icons that might not be loading */
.fa-handshake:before { content: "\f2b5" !important; }
.fa-cube:before { content: "\f1b2" !important; }
.fa-right-from-bracket:before { content: "\f2f5" !important; }
.fa-money-bill-wave:before { content: "\f53a" !important; }
.fa-chart-bar:before { content: "\f080" !important; }
.fa-clipboard-list:before { content: "\f46d" !important; }
.fa-bell:before { content: "\f0f3" !important; }
.fa-key:before { content: "\f084" !important; }
.fa-users:before { content: "\f0c0" !important; }
.fa-list:before { content: "\f03a" !important; }
.fa-home:before { content: "\f015" !important; }
.fa-eye:before { content: "\f06e" !important; }
.fa-edit:before { content: "\f044" !important; }
.fa-plus:before { content: "\f067" !important; }
.fa-trash:before { content: "\f1f8" !important; }
.fa-search:before { content: "\f002" !important; }
.fa-arrow-left:before { content: "\f060" !important; }
.fa-arrow-down:before { content: "\f063" !important; }
.fa-arrow-up:before { content: "\f062" !important; }
.fa-inbox:before { content: "\f01c" !important; }

/* Material Design Icons fallback */
.mdi {
    font-family: "Material Design Icons" !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-feature-settings: "liga" !important;
}
