/* Fallback Icons using Unicode and CSS */
/* This provides local icons when Font Awesome CDN is unavailable */

/* Only apply if Font Awesome didn't load - check if font-family is Arial */
.fas::before,
.fab::before,
.far::before,
.fal::before,
.fad::before {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.3em;
    display: inline-block;
}

/* Force emoji rendering */
@supports (font-variation-settings: normal) {
    .fas::before,
    .fab::before,
    .far::before,
    .fal::before,
    .fad::before {
        font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }
}

/* Common Icons - High Priority Overrides */
.fa-home::before { content: "🏠" !important; }
.fa-sign-out-alt::before { content: "🚪" !important; }
.fa-sign-out::before { content: "🚪" !important; }
.fa-key::before { content: "🔑" !important; }
.fa-shield-halved::before { content: "🛡️" !important; }
.fa-shield::before { content: "🛡️" !important; }
.fa-users::before { content: "👥" !important; }
.fa-user::before { content: "👤" !important; }
.fa-user-plus::before { content: "👤➕" !important; }
.fa-user-check::before { content: "✅👤" !important; }
.fa-user-cog::before { content: "👤⚙️" !important; }
.fa-trash::before { content: "🗑️" !important; }
.fa-trash-alt::before { content: "🗑️" !important; }
.fa-edit::before { content: "✏️" !important; }
.fa-pencil::before { content: "✏️" !important; }
.fa-pencil-alt::before { content: "✏️" !important; }
.fa-search::before { content: "🔍" !important; }
.fa-filter::before { content: "⊞" !important; }
.fa-download::before { content: "⬇️" !important; }
.fa-upload::before { content: "⬆️" !important; }
.fa-plus::before { content: "➕" !important; }
.fa-minus::before { content: "➖" !important; }
.fa-times::before { content: "❌" !important; }
.fa-close::before { content: "❌" !important; }
.fa-check::before { content: "✅" !important; }
.fa-check-circle::before { content: "✅" !important; }
.fa-check-double::before { content: "✔️✔️" !important; }
.fa-ban::before { content: "🚫" !important; }
.fa-pause-circle::before { content: "⏸️" !important; }
.fa-clock::before { content: "🕐" !important; }
.fa-stopwatch::before { content: "⏱️" !important; }
.fa-calendar::before { content: "📅" !important; }
.fa-calendar-alt::before { content: "📅" !important; }
.fa-calendar-check::before { content: "✅📅" !important; }
.fa-calendar-plus::before { content: "📅➕" !important; }
.fa-history::before { content: "🕘" !important; }
.fa-qrcode::before { content: "🔳" !important; }
.fa-phone::before { content: "☎️" !important; }
.fa-phone-alt::before { content: "📱" !important; }
.fa-mobile::before { content: "📱" !important; }
.fa-mobile-alt::before { content: "📱" !important; }
.fa-envelope::before { content: "✉️" !important; }
.fa-email::before { content: "✉️" !important; }
.fa-lock::before { content: "🔒" !important; }
.fa-unlock::before { content: "🔓" !important; }
.fa-eye::before { content: "👁️" !important; }
.fa-eye-slash::before { content: "🚫👁️" !important; }
.fa-bell::before { content: "🔔" !important; }
.fa-exclamation::before { content: "⚠️" !important; }
.fa-exclamation-triangle::before { content: "⚠️" !important; }
.fa-info-circle::before { content: "ℹ️" !important; }
.fa-question-circle::before { content: "❓" !important; }
.fa-star::before { content: "⭐" !important; }
.fa-star-half::before { content: "⭐" !important; }
.fa-heart::before { content: "❤️" !important; }
.fa-thumbs-up::before { content: "👍" !important; }
.fa-thumbs-down::before { content: "👎" !important; }
.fa-link::before { content: "🔗" !important; }
.fa-flag::before { content: "🚩" !important; }
.fa-bookmark::before { content: "🔖" !important; }
.fa-bars::before { content: "☰" !important; }
.fa-bars-alt::before { content: "☰" !important; }
.fa-menu::before { content: "☰" !important; }
.fa-list::before { content: "📋" !important; }
.fa-list-ul::before { content: "📋" !important; }
.fa-list-ol::before { content: "📋" !important; }
.fa-cog::before { content: "⚙️" !important; }
.fa-gear::before { content: "⚙️" !important; }
.fa-cogs::before { content: "⚙️⚙️" !important; }
.fa-gears::before { content: "⚙️⚙️" !important; }
.fa-refresh::before { content: "🔄" !important; }
.fa-reload::before { content: "🔄" !important; }
.fa-sync::before { content: "🔄" !important; }
.fa-arrow-right::before { content: "→" !important; }
.fa-arrow-left::before { content: "←" !important; }
.fa-arrow-up::before { content: "↑" !important; }
.fa-arrow-down::before { content: "↓" !important; }
.fa-print::before { content: "🖨️" !important; }
.fa-download::before { content: "⬇️" !important; }
.fa-download-alt::before { content: "⬇️" !important; }
.fa-sort::before { content: "↕️" !important; }
.fa-sort-up::before { content: "↑" !important; }
.fa-sort-down::before { content: "↓" !important; }
.fa-sort-asc::before { content: "↑" !important; }
.fa-sort-desc::before { content: "↓" !important; }
.fa-volume-up::before { content: "🔊" !important; }
.fa-volume-down::before { content: "🔉" !important; }
.fa-volume-off::before { content: "🔇" !important; }
.fa-volume-mute::before { content: "🔇" !important; }
.fa-comment::before { content: "💬" !important; }
.fa-comment-alt::before { content: "💬" !important; }
.fa-comments::before { content: "💬💬" !important; }
.fa-comments-alt::before { content: "💬💬" !important; }
.fa-share::before { content: "🔗" !important; }
.fa-share-alt::before { content: "🔗" !important; }
.fa-link-alt::before { content: "🔗" !important; }
.fa-arrow-alt-to-right::before { content: "→" !important; }
.fa-share-square::before { content: "⬜🔗" !important; }
.fa-wifi::before { content: "📶" !important; }
.fa-signal::before { content: "📶" !important; }
.fa-database::before { content: "🗄️" !important; }
.fa-server::before { content: "🖥️" !important; }
.fa-desktop::before { content: "🖥️" !important; }
.fa-laptop::before { content: "💻" !important; }
.fa-tablet::before { content: "📱" !important; }
.fa-code::before { content: "< >" !important; }
.fa-bug::before { content: "🐛" !important; }
.fa-lightbulb::before { content: "💡" !important; }
.fa-rocket::before { content: "🚀" !important; }
.fa-plane::before { content: "✈️" !important; }
.fa-car::before { content: "🚗" !important; }
.fa-taxi::before { content: "🚕" !important; }
.fa-truck::before { content: "🚚" !important; }
.fa-package::before { content: "📦" !important; }
.fa-boxes::before { content: "📦📦" !important; }
.fa-box::before { content: "📦" !important; }
.fa-folder::before { content: "📁" !important; }
.fa-folder-open::before { content: "📂" !important; }
.fa-file::before { content: "📄" !important; }
.fa-file-alt::before { content: "📄" !important; }
.fa-file-pdf::before { content: "📄" !important; }
.fa-file-excel::before { content: "📊" !important; }
.fa-file-csv::before { content: "📊" !important; }
.fa-file-image::before { content: "🖼️" !important; }
.fa-file-video::before { content: "🎬" !important; }
.fa-file-audio::before { content: "🎵" !important; }
.fa-file-word::before { content: "📄" !important; }
.fa-image::before { content: "🖼️" !important; }
.fa-images::before { content: "🖼️🖼️" !important; }
.fa-photo::before { content: "📷" !important; }
.fa-photo-alt::before { content: "🖼️" !important; }
.fa-camera::before { content: "📷" !important; }
.fa-picture::before { content: "🖼️" !important; }
.fa-chart-bar::before { content: "📊" !important; }
.fa-chart-line::before { content: "📈" !important; }
.fa-chart-pie::before { content: "📊" !important; }
.fa-pie-chart::before { content: "📊" !important; }
.fa-bar-chart::before { content: "📊" !important; }
.fa-line-chart::before { content: "📈" !important; }
.fa-graduation-cap::before { content: "🎓" !important; }
.fa-graduation-hat::before { content: "🎓" !important; }
.fa-trophy::before { content: "🏆" !important; }
.fa-medal::before { content: "🥇" !important; }
.fa-award::before { content: "🏅" !important; }
.fa-gift::before { content: "🎁" !important; }
.fa-balloon::before { content: "🎈" !important; }
.fa-cake::before { content: "🎂" !important; }
.fa-birthday-cake::before { content: "🎂" !important; }
.fa-gamepad::before { content: "🎮" !important; }
.fa-joystick::before { content: "🕹️" !important; }
.fa-dice::before { content: "🎲" !important; }
.fa-dice-d20::before { content: "🎲" !important; }
.fa-play::before { content: "▶️" !important; }
.fa-pause::before { content: "⏸️" !important; }
.fa-stop::before { content: "⏹️" !important; }
.fa-user-shield::before { content: "👤🛡️" !important; }
.fa-exclamation-circle::before { content: "⚠️" !important; }
.fa-times-circle::before { content: "❌" !important; }
.fa-calendar-times::before { content: "📅❌" !important; }
.fa-child::before { content: "👶" !important; }
.fa-tag::before { content: "🏷️" !important; }
.fa-money-bill-wave::before { content: "💵" !important; }
.fa-credit-card::before { content: "💳" !important; }
.fa-th-large::before { content: "⊞" !important; }
.fa-ticket-alt::before { content: "🎫" !important; }
.fa-sign-in-alt::before { content: "🔓" !important; }
.fa-fast-forward::before { content: "⏭️" !important; }
.fa-fast-backward::before { content: "⏮️" !important; }
.fa-step-forward::before { content: "⏭️" !important; }
.fa-step-backward::before { content: "⏮️" !important; }
.fa-forward::before { content: "⏭️" !important; }
.fa-backward::before { content: "⏮️" !important; }
.fa-music::before { content: "🎵" !important; }
.fa-note::before { content: "♪" !important; }
.fa-headphones::before { content: "🎧" !important; }
.fa-headphones-alt::before { content: "🎧" !important; }
.fa-headset::before { content: "🎧" !important; }
.fa-microphone::before { content: "🎤" !important; }
.fa-microphone-alt::before { content: "🎤" !important; }
.fa-microphone-slash::before { content: "🎤🚫" !important; }
.fa-radio::before { content: "📻" !important; }
.fa-satellite-dish::before { content: "📡" !important; }
.fa-satellite::before { content: "🛰️" !important; }
.fa-tv::before { content: "📺" !important; }
.fa-television::before { content: "📺" !important; }
.fa-cable-car::before { content: "🚞" !important; }
.fa-bus::before { content: "🚌" !important; }
.fa-boat::before { content: "⛵" !important; }
.fa-ship::before { content: "🚢" !important; }
.fa-anchor::before { content: "⚓" !important; }
.fa-bicycle::before { content: "🚲" !important; }
.fa-motorcycle::before { content: "🏍️" !important; }
.fa-bike::before { content: "🚲" !important; }
.fa-snowplow::before { content: "🏂" !important; }
.fa-snow::before { content: "❄️" !important; }
.fa-fire::before { content: "🔥" !important; }
.fa-water::before { content: "💧" !important; }
.fa-wind::before { content: "💨" !important; }
.fa-cloud::before { content: "☁️" !important; }
.fa-cloud-rain::before { content: "🌧️" !important; }
.fa-cloud-sun::before { content: "⛅" !important; }
.fa-cloud-upload-alt::before { content: "☁️⬆️" !important; }
.fa-cloud-download-alt::before { content: "☁️⬇️" !important; }
.fa-sun::before { content: "☀️" !important; }
.fa-moon::before { content: "🌙" !important; }
.fa-star-half-alt::before { content: "⭐" !important; }
.fa-star-half-o::before { content: "⭐" !important; }
.fa-star-empty::before { content: "☆" !important; }
.fa-star-o::before { content: "☆" !important; }
.fa-circle::before { content: "●" !important; }
.fa-circle-o::before { content: "○" !important; }
.fa-circle-outline::before { content: "○" !important; }
.fa-circle-notch::before { content: "●" !important; }
.fa-square::before { content: "■" !important; }
.fa-square-o::before { content: "□" !important; }
.fa-square-outline::before { content: "□" !important; }
.fa-rectangle::before { content: "▯" !important; }
.fa-polygon::before { content: "◬" !important; }
.fa-triangle::before { content: "▲" !important; }
.fa-diamond::before { content: "♦" !important; }
.fa-heart-outline::before { content: "♡" !important; }
.fa-heart-o::before { content: "♡" !important; }
.fa-heart-empty::before { content: "♡" !important; }
.fa-spoon::before { content: "🥄" !important; }
.fa-fork::before { content: "🍴" !important; }
.fa-knife::before { content: "🔪" !important; }
.fa-cutlery::before { content: "🍴" !important; }
.fa-coffee::before { content: "☕" !important; }
.fa-drink::before { content: "🍷" !important; }
.fa-wine-glass::before { content: "🍷" !important; }
.fa-wine-glass-alt::before { content: "🍷" !important; }
.fa-beer::before { content: "🍺" !important; }
.fa-beer-mug::before { content: "🍺" !important; }
.fa-beer-glass::before { content: "🍺" !important; }
.fa-cocktail::before { content: "🍸" !important; }
.fa-cocktail-glass::before { content: "🍸" !important; }
.fa-whiskey-glass::before { content: "🥃" !important; }
.fa-martini-glass::before { content: "🍸" !important; }
.fa-martini::before { content: "🍸" !important; }
.fa-champagne-glass::before { content: "🍾" !important; }
.fa-bottle::before { content: "🍾" !important; }
.fa-juice-glass::before { content: "🧃" !important; }
.fa-glass::before { content: "🍷" !important; }
.fa-glass-whiskey::before { content: "🥃" !important; }
.fa-glass-martini::before { content: "🍸" !important; }
.fa-tumbler-glass::before { content: "🥤" !important; }
.fa-cup::before { content: "☕" !important; }
.fa-cup-coffee::before { content: "☕" !important; }
.fa-mug-tea::before { content: "☕" !important; }
.fa-mug-hot::before { content: "☕" !important; }
.fa-mug-coffee::before { content: "☕" !important; }
.fa-mug::before { content: "☕" !important; }
.fa-pizza::before { content: "🍕" !important; }
.fa-hamburger::before { content: "🍔" !important; }
.fa-burger::before { content: "🍔" !important; }
.fa-hotdog::before { content: "🌭" !important; }
.fa-sandwich::before { content: "🥪" !important; }
.fa-taco::before { content: "🌮" !important; }
.fa-taco-alt::before { content: "🌮" !important; }
.fa-dumpling::before { content: "🥟" !important; }
.fa-popcorn::before { content: "🍿" !important; }
.fa-sushi::before { content: "🍣" !important; }
.fa-rice-bowl::before { content: "🍚" !important; }
.fa-rice::before { content: "🍚" !important; }
.fa-ramen::before { content: "🍜" !important; }
.fa-ramen-noodle::before { content: "🍜" !important; }
.fa-soup::before { content: "🍲" !important; }
.fa-stew::before { content: "🍲" !important; }
.fa-curry::before { content: "🍛" !important; }
.fa-spaghetti::before { content: "🍝" !important; }
.fa-spaghetti-noodle::before { content: "🍝" !important; }
.fa-fried-egg::before { content: "🍳" !important; }
.fa-egg::before { content: "🥚" !important; }
.fa-bacon::before { content: "🥓" !important; }
.fa-pancakes::before { content: "🥞" !important; }
.fa-pancakes-alt::before { content: "🥞" !important; }
.fa-waffle::before { content: "🧇" !important; }
.fa-cheese::before { content: "🧀" !important; }
.fa-cheese-alt::before { content: "🧀" !important; }
.fa-fries::before { content: "🍟" !important; }
.fa-fries-alt::before { content: "🍟" !important; }
.fa-fried-shrimp::before { content: "🍤" !important; }
.fa-shrimp::before { content: "🍤" !important; }
.fa-chips::before { content: "🍪" !important; }
.fa-cookie::before { content: "🍪" !important; }
.fa-cookie-bite::before { content: "🍪" !important; }
.fa-croissant::before { content: "🥐" !important; }
.fa-croissant-alt::before { content: "🥐" !important; }
.fa-bread::before { content: "🍞" !important; }
.fa-bread-alt::before { content: "🥐" !important; }
.fa-bread-loaf::before { content: "🍞" !important; }
.fa-baguette::before { content: "🥖" !important; }
.fa-apple::before { content: "🍎" !important; }
.fa-apple-alt::before { content: "🍎" !important; }
.fa-lemon::before { content: "🍋" !important; }
.fa-lime::before { content: "🍏" !important; }
.fa-pear::before { content: "🍐" !important; }
.fa-peach::before { content: "🍑" !important; }
.fa-peach-alt::before { content: "🍑" !important; }
.fa-cherries::before { content: "🍒" !important; }
.fa-cherry::before { content: "🍒" !important; }
.fa-strawberry::before { content: "🍓" !important; }
.fa-strawberry-alt::before { content: "🍓" !important; }
.fa-strawberry-shortcake::before { content: "🍓" !important; }
.fa-blueberries::before { content: "🫐" !important; }
.fa-blueberries-alt::before { content: "🫐" !important; }
.fa-grapes::before { content: "🍇" !important; }
.fa-melon::before { content: "🍈" !important; }
.fa-watermelon::before { content: "🍉" !important; }
.fa-orange::before { content: "🍊" !important; }
.fa-orange-alt::before { content: "🍊" !important; }
.fa-mandarin::before { content: "🍊" !important; }
.fa-banana::before { content: "🍌" !important; }
.fa-banana-alt::before { content: "🍌" !important; }
.fa-pineapple::before { content: "🍍" !important; }
.fa-pineapple-alt::before { content: "🍍" !important; }
.fa-coconut::before { content: "🥥" !important; }
.fa-coconut-alt::before { content: "🥥" !important; }
.fa-kiwi::before { content: "🥝" !important; }
.fa-kiwi-alt::before { content: "🥝" !important; }
.fa-kiwifruit::before { content: "🥝" !important; }
.fa-peanuts::before { content: "🥜" !important; }
.fa-peanut::before { content: "🥜"; }
.fa-chestnut::before { content: "🌰"; }
.fa-chestnut-alt::before { content: "🌰"; }
.fa-honey-pot::before { content: "🍯"; }
.fa-honey::before { content: "🍯"; }
.fa-honey-comb::before { content: "🍯"; }

/* For margin-right removal when no text follows */
.icon-only::before {
    margin-right: 0;
}
