/*!
 * Minimal Font Awesome 6 Free subset for SATAI PRO
 * Font Awesome Free 6.5.1 - https://fontawesome.com
 * License: https://fontawesome.com/license/free
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-solid-900.woff2") format("woff2");
}

.fas {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}
.fas::before { display: inline-block; }

.fa-mobile-alt::before { content: "\f3cd"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-check::before { content: "\f00c"; }
.fa-clock::before { content: "\f017"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chart-line::before { content: "\f201"; }
.fa-exclamation-triangle::before,
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
.fa-user-shield::before { content: "\f505"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-boxes-stacked::before { content: "\f468"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-chart-column::before { content: "\e0e3"; }
.fa-user-tie::before { content: "\f508"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-bell::before { content: "\f0f3"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-plus::before { content: "\2b"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-stopwatch::before { content: "\f2f2"; }
.fa-users::before { content: "\f0c0"; }
.fa-spinner::before { content: "\f110"; }
.fa-lock::before { content: "\f023"; }
.fa-flag::before { content: "\f024"; }

.fa-spin {
    animation: fa-spin 1s infinite linear;
}
@keyframes fa-spin {
    to { transform: rotate(360deg); }
}
