@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"),
        url("../fonts/webfonts/fa-solid-900.woff") format("woff");
}

.fa,
.fas {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-balance-scale::before { content: "\f24e"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-building::before { content: "\f1ad"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-cash-register::before { content: "\f788"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-check::before { content: "\f00c"; }
.fa-circle::before { content: "\f111"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-file-invoice::before { content: "\f570"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-key::before { content: "\f084"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-plus::before { content: "\f067"; }
.fa-qrcode::before { content: "\f029"; }
.fa-receipt::before { content: "\f543"; }
.fa-search::before { content: "\f002"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-star::before { content: "\f005"; }
.fa-tachometer-alt::before { content: "\f3fd"; }
.fa-tags::before { content: "\f02c"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-university::before { content: "\f19c"; }
.fa-user-graduate::before { content: "\f501"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-slash::before { content: "\f506"; }
.fa-users::before { content: "\f0c0"; }
.fa-wallet::before { content: "\f555"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-lock::before { content: "\f023"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-spinner::before { content: "\f110"; }
.fa-times-circle::before { content: "\f057"; }
.fa-unlock::before { content: "\f09c"; }
.fa-wifi::before { content: "\f1eb"; }

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
