@font-face {
    font-family: "tabler-icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../vendor/tabler-icons/3.3.0/css/fonts/tabler-icons.woff2?v3.3.0") format("woff2");
}

.ti {
    display: inline-block;
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    min-width: 1em;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-pending:not(.icons-ready) .ti::before {
    opacity: 0;
}

.ti-alert-circle:before { content: "\ea05"; }
.ti-alert-triangle:before { content: "\ea06"; }
.ti-arrow-left:before { content: "\ea19"; }
.ti-check:before { content: "\ea5e"; }
.ti-circle-check:before { content: "\ea67"; }
.ti-eye:before { content: "\ea9a"; }
.ti-eye-off:before { content: "\ecf0"; }
.ti-id-badge:before { content: "\eff7"; }
.ti-info-circle:before { content: "\eac5"; }
.ti-key:before { content: "\eac7"; }
.ti-loader-2:before { content: "\f226"; }
.ti-lock:before { content: "\eae2"; }
.ti-login:before { content: "\eba7"; }
.ti-moon:before { content: "\eaf8"; }
.ti-replace:before { content: "\ebc7"; }
.ti-server:before { content: "\eb1f"; }
.ti-server-off:before { content: "\f19e"; }
.ti-shield-check:before { content: "\eb22"; }
.ti-sun:before { content: "\eb30"; }
.ti-x:before { content: "\eb55"; }
