/* Tabler icons — must load after global font overrides */
.auth-container-body .ti,
.auth-container-body i.ti,
.auth-container-body [class^="ti-"],
.auth-container-body [class*=" ti-"],
.auth-container .ti,
.auth-container i.ti,
.auth-container [class^="ti-"],
.auth-container [class*=" ti-"],
.auth-container .btn .ti,
.member-alina-shell .ti,
.member-alina-shell i.ti,
.member-alina-shell [class^="ti-"],
.member-alina-shell [class*=" ti-"],
.member-alina-shell .head-icon .ti,
.member-alina-shell .nav-icon.ti,
.member-alina-shell .menu-ti,
.member-alina-shell .semi-side-nav .ti,
.member-alina-shell .semi-side-nav .nav-link i,
.member-alina-shell .main-side-nav .ti,
.member-alina-shell .main-side-nav i.ti,
.member-alina-shell .sidebar-shortcut-apps .ti,
.member-alina-shell .bottom-nav .ti,
.member-alina-shell .btn .ti,
.member-alina-shell .head-main .ti,
.member-alina-shell .header-main .ti {
    font-family: "tabler-icons" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    speak: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.auth-container-body .ti::before,
.auth-container-body i.ti::before,
.auth-container-body [class^="ti-"]::before,
.auth-container-body [class*=" ti-"]::before,
.auth-container .ti::before,
.auth-container i.ti::before,
.auth-container [class^="ti-"]::before,
.auth-container [class*=" ti-"]::before,
.auth-container .btn .ti::before,
.member-alina-shell .ti::before,
.member-alina-shell i.ti::before,
.member-alina-shell [class^="ti-"]::before,
.member-alina-shell [class*=" ti-"]::before {
    font-family: "tabler-icons" !important;
    letter-spacing: 0 !important;
}

/* Font Awesome icons stay FA */
.auth-container-body .fas,
.auth-container-body .far,
.auth-container-body .fab,
.auth-container-body .fa,
.auth-container .fas,
.auth-container .far,
.auth-container .fab,
.auth-container .fa,
.member-alina-shell .fas,
.member-alina-shell .far,
.member-alina-shell .fab,
.member-alina-shell .fa {
    font-family: "Font Awesome 5 Free" !important;
}

.member-alina-shell .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

/* Pseudo chevrons on menu use tabler font */
.member-alina-shell .main-side-nav .main-side-menu > ul:not(.collapse) > li:not(.no-sub) > a.alina-collapse-trigger::after,
.member-alina-shell .main-side-nav .main-side-menu > ul:not(.collapse) > li [aria-expanded="true"]::after {
    font-family: "tabler-icons" !important;
}
