/*
 * Local icon fallback for XAMPP/offline installs.
 * Font Awesome from CDN wins when it loads; these rules keep icons visible when it does not.
 */
.fa,
.fas,
.far,
.fab,
.ni {
    display: inline-block;
    min-width: 1em;
    text-align: center;
    font-style: normal;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    line-height: 1;
}

.fa::before,
.fas::before,
.far::before,
.fab::before,
.ni::before {
    display: inline-block;
}

.fa-gauge-high::before,
.fa-chart-pie::before { content: "D"; }
.fa-hand-holding-dollar::before,
.fa-hand-holding-heart::before,
.fa-money-bill-wave::before,
.ni-money-coins::before { content: "K"; }
.fa-receipt::before,
.fa-file-invoice-dollar::before,
.ni-credit-card::before { content: "R"; }
.fa-users::before,
.fa-user::before,
.fa-user-gear::before,
.fa-user-edit::before,
.fa-user-circle::before,
.fa-circle-user::before,
.ni-circle-08::before { content: "U"; }
.fa-chart-line::before,
.fa-chart-simple::before,
.ni-chart-bar-32::before { content: "G"; }
.fa-bullhorn::before { content: "!"; }
.fa-gear::before,
.fa-cog::before,
.fa-sliders::before { content: "*"; }
.fa-church::before { content: "+"; }
.fa-right-from-bracket::before { content: ">"; }
.fa-right-to-bracket::before,
.fa-key::before { content: "]"; }
.fa-fingerprint::before { content: "#"; }
.fa-plus::before { content: "+"; }
.fa-eye::before { content: "o"; }
.fa-pen::before,
.fa-pencil-alt::before { content: "/"; }
.fa-trash::before,
.fa-trash-alt::before { content: "x"; }
.fa-check::before,
.fa-check-circle::before,
.fa-list-check::before { content: "✓"; }
.fa-times::before,
.fa-times-circle::before { content: "×"; }
.fa-download::before { content: "↓"; }
.fa-file-pdf::before { content: "P"; }
.fa-file-excel::before { content: "X"; }
.fa-file-import::before { content: "I"; }
.fa-save::before { content: "S"; }
.fa-arrow-trend-up::before,
.fa-arrow-up::before { content: "↑"; }
.fa-arrow-trend-down::before,
.fa-arrow-down::before { content: "↓"; }
.fa-scale-balanced::before { content: "="; }
.fa-seedling::before { content: "Y"; }
.fa-gift::before { content: "%"; }
.fa-clock::before { content: "T"; }
.fa-message::before { content: "M"; }
.fa-mobile-screen::before { content: "N"; }
.fa-user-shield::before { content: "A"; }
.fa-paper-plane::before { content: ">"; }
.fa-file-export::before { content: "E"; }
.fa-bell::before,
.ni-bell-55::before { content: "!"; }
.fa-ellipsis-h::before,
.fa-ellipsis-v::before { content: "..."; }
.fa-arrow-right::before { content: "→"; }
.fa-search::before { content: "?"; }
.fa-wifi::before { content: "~"; }
.fa-landmark::before { content: "B"; }
.fa-paypal::before { content: "P"; }
.fa-calendar-alt::before { content: "C"; }
.fa-exclamation::before { content: "!"; }
.fa-heart::before { content: "♥"; }
