/* Desktop WebView icon fallback. */
.afri-shell i[class*="fa-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

.afri-shell .fa-bars::before { content: "\2630"; }
.afri-shell .fa-language::before { content: "A"; font-weight: 800; }
.afri-shell .fa-bell::before { content: "\25E6"; }
.afri-shell .fa-message::before { content: "\25A1"; }
.afri-shell .fa-circle-question::before { content: "?"; font-weight: 800; }
.afri-shell .fa-sun::before { content: "\25CB"; }
.afri-shell .fa-gear::before { content: "\2699"; }
.afri-shell .fa-user::before { content: "\25CF"; }
.afri-shell .fa-right-from-bracket::before { content: "\2192"; }
.afri-shell .fa-magnifying-glass::before { content: "\2315"; }
.afri-shell .fa-chevron-up::before { content: "\2303"; }
.afri-shell .fa-chevron-down::before { content: "\2304"; }
.afri-shell .fa-circle::before { content: "\25CF"; }
.afri-shell .fa-home::before,
.afri-shell .fa-house::before { content: "\2302"; }
.afri-shell .fa-folder-tree::before,
.afri-shell .fa-folder-open::before,
.afri-shell .fa-file-lines::before { content: "\25A3"; }
.afri-shell .fa-users::before,
.afri-shell .fa-user-group::before { content: "\25C9"; }
.afri-shell .fa-diagram-project::before { content: "\22EE"; }
.afri-shell .fa-building-columns::before,
.afri-shell .fa-landmark::before { content: "\25A4"; }
.afri-shell .fa-coins::before { content: "\25CE"; }
.afri-shell .fa-cart-shopping::before,
.afri-shell .fa-shopping-cart::before { content: "\25B1"; }
.afri-shell .fa-address-book::before { content: "\25A7"; }
.afri-shell .fa-shield-halved::before,
.afri-shell .fa-lock::before { content: "\25C8"; }
