/*!
 * Font Awesome Free 6.5.1 Subset - Self-hosted
 * Only includes icons used by AIhub platform
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -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-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa,
.fas {
    font-weight: 900
}

.fab {
    font-weight: 400
}

/* ===== @font-face with font-display: swap (fixes 3,000ms font-display issue) ===== */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(webfonts/fa-solid-900.woff2) format("woff2"),
        url(webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/fa-brands-400.woff2) format("woff2")
}

/* ===== Solid Icons (fas) ===== */
.fa-arrow-right:before {
    content: "\f061"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-play:before {
    content: "\f04b"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-headset:before {
    content: "\f590"
}

.fa-lock:before {
    content: "\f023"
}

.fa-star:before {
    content: "\f005"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-sun:before {
    content: "\f185"
}

.fa-moon:before {
    content: "\f186"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-key:before {
    content: "\f084"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-box:before {
    content: "\f466"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-cog:before {
    content: "\f013"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-dollar-sign:before {
    content: "\24"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-clock:before {
    content: "\f017"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-plus:before {
    content: "\2b"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-download:before {
    content: "\f019"
}

.fa-upload:before {
    content: "\f093"
}

/* ===== Brand Icons (fab) ===== */
.fa-whatsapp:before {
    content: "\f232"
}

.fa-github:before {
    content: "\f09b"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-paypal:before {
    content: "\f1ed"
}