@charset "UTF-8";

/*
 * Icon Bridge — maps .fe / .las / .mdi to Font Awesome 5 Free (loaded in head.blade.php)
 * No external plugins or CDN required.
 */

/* ═══════════════════════════════════════════
   Feather Icons  (.fe .fe-*)
   ═══════════════════════════════════════════ */
.fe {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fe-align-left::before    { content: "\f036"; }
.fe-x::before             { content: "\f00d"; }
.fe-chevron-down::before  { content: "\f078"; }
.fe-users::before         { content: "\f0c0"; }
.fe-arrow-left::before    { content: "\f060"; }
.fe-book-open::before     { content: "\f518"; }
.fe-check-square::before  { content: "\f14a"; }
.fe-monitor::before       { content: "\f108"; }
.fe-pie-chart::before     { content: "\f200"; }
.fe-instagram::before     { content: "\f16d"; font-family: "Font Awesome 5 Brands"; font-weight: 400; }

/* ═══════════════════════════════════════════
   Line Awesome  (.las .la-*)
   ═══════════════════════════════════════════ */
.las {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.la-angle-double-up::before { content: "\f102"; }
.la-cog::before             { content: "\f013"; }

/* ═══════════════════════════════════════════
   Material Design Icons  (.mdi .mdi-*)
   ═══════════════════════════════════════════ */
.mdi {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mdi-clock::before           { content: "\f017"; }
.mdi-dots-horizontal::before { content: "\f141"; }
.mdi-dots-vertical::before   { content: "\f142"; }
.mdi-filter-variant::before  { content: "\f0b0"; }
.mdi-refresh::before         { content: "\f01e"; }
.mdi-star::before            { content: "\f005"; }
