/*!
 * Font Awesome Free 6.4.0 - Simplified for Solid Icons Only
 */

/* Base styles */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fa, .fas, .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Font face - Only Solid icons */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fonts/fa-solid-900.woff2) format("woff2"),
         url(fonts/fa-solid-900.ttf) format("truetype");
}

/* Sizing */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; }
.fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; }

/* Fixed width */
.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* Rotation & Flipping */
.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
.fa-flip-horizontal { transform: scaleX(-1); }
.fa-flip-vertical { transform: scaleY(-1); }

/* Float utilities */
.float-end { float: right; }
.float-start { float: left; }

/* Icon definitions */
.fa-tachometer-alt:before { content: "\f625"; }
.fa-box:before { content: "\f466"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-list:before { content: "\f03a"; }
.fa-plus:before { content: "\002b"; }
.fa-warehouse:before { content: "\f494"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-history:before { content: "\f1da"; }
.fa-chart-line:before { content: "\f201"; }
.fa-users:before { content: "\f0c0"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-boxes:before { content: "\f468"; }
.fa-search:before { content: "\f002"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-eye:before { content: "\f06e"; }
.fa-save:before { content: "\f0c7"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-bars:before { content: "\f0c9"; }
.fa-home:before { content: "\f015"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-user-friends:before { content: "\f500"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-circle:before { content: "\f2bd"; }
