.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa::before {
    display: inline-block;
    font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-weight: 700;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

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

@keyframes fa-fallback-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fa-trash::before { content: "\1F5D1"; }
.fa-edit::before { content: "\270E"; }
.fa-spinner::before { content: "\21BB"; }
.fa-tasks::before { content: "\2630"; }
.fa-arrow-left::before { content: "\2190"; }
.fa-save::before { content: "\1F4BE"; }
.fa-eye::before { content: "\1F441"; }
.fa-university::before { content: "\1F3E6"; }
.fa-credit-card-alt::before,
.fa-credit-card::before { content: "\1F4B3"; }
.fa-globe::before { content: "\1F310"; }
.fa-user::before,
.fa-user-o::before,
.fa-user-circle-o::before { content: "\1F464"; }
.fa-clock-o::before,
.fa-history::before { content: "\1F552"; }
.fa-calendar::before { content: "\1F4C5"; }
.fa-eye-slash::before { content: "\25CC"; }
.fa-gift::before { content: "\1F381"; }
.fa-shield::before { content: "\1F6E1"; }
.fa-refresh::before { content: "\21BB"; }
.fa-plus::before,
.fa-plus-circle::before { content: "\002B"; }
.fa-gamepad::before { content: "\1F3AE"; }
.fa-money::before,
.fa-diamond::before { content: "\1F4B0"; }
.fa-bolt::before { content: "\26A1"; }
.fa-sign-in::before { content: "\21AA"; }
.fa-sign-out::before { content: "\21A9"; }
.fa-shopping-cart::before { content: "\1F6D2"; }
.fa-random::before { content: "\1F500"; }
.fa-link::before { content: "\1F517"; }
.fa-arrow-circle-o-up::before,
.fa-angle-double-up::before { content: "\23EB"; }
.fa-angle-double-down::before { content: "\23EC"; }
.fa-lock::before { content: "\1F512"; }
.fa-copy::before { content: "\29C9"; }
.fa-bullhorn::before { content: "\1F4E3"; }
.fa-file-text-o::before,
.fa-newspaper-o::before { content: "\1F4C4"; }
.fa-times-circle::before { content: "\2716"; }
.fa-star::before { content: "\2605"; }
.fa-warning::before { content: "\26A0"; }
.fa-facebook::before { content: "f"; font-family: inherit; font-weight: 800; }
.fa-arrow-right::before { content: "\2192"; }
.fa-comment::before,
.fa-commenting-o::before { content: "\1F4AC"; }
.fa-thumbs-up::before { content: "\1F44D"; }
.fa-user-plus::before,
.fa-users::before { content: "\1F465"; }
.fa-share-alt::before { content: "\2197"; }
.fa-tag::before { content: "\1F3F7"; }
.fa-caret-down::before { content: "\25BE"; }
.fa-bar-chart::before { content: "\1F4CA"; }
.fa-search::before { content: "\1F50D"; }
.fa-cogs::before { content: "\2699"; }
.fa-trophy::before { content: "\1F3C6"; }
.fa-check::before { content: "\2714"; }
