/* UTF-8 */
/* Fallback icons when bootstrap-icons font fails to load. */

.bi-speedometer2::before,
.bi-shield-lock::before,
.bi-check-circle-fill::before,
.bi-info-circle::before,
.bi-qr-code-scan::before,
.bi-shield-lock-fill::before,
.bi-unlock-fill::before,
.bi-key-fill::before,
.bi-arrow-repeat::before,
.bi-check2-circle::before,
.bi-cpu::before,
.bi-currency-exchange::before,
.bi-download::before,
.bi-envelope::before,
.bi-exclamation-triangle-fill::before,
.bi-grid-1x2-fill::before,
.bi-headset::before,
.bi-lightning-charge::before,
.bi-shield-check::before,
.bi-stars::before,
.bi-wechat::before {
  font-family: inherit !important;
}

.bi-speedometer2::before { content: "⏱"; }
.bi-shield-lock::before { content: "🔐"; }
.bi-check-circle-fill::before { content: "✔"; }
.bi-info-circle::before { content: "ℹ"; }
.bi-qr-code-scan::before { content: "▦"; }
.bi-shield-lock-fill::before { content: "🔒"; }
.bi-unlock-fill::before { content: "🔓"; }
.bi-key-fill::before { content: "🔑"; }
.bi-arrow-repeat::before { content: "↻"; }
.bi-check2-circle::before { content: "✅"; }
.bi-cpu::before { content: "🖥"; }
.bi-currency-exchange::before { content: "💱"; }
.bi-download::before { content: "⬇"; }
.bi-envelope::before { content: "✉"; }
.bi-exclamation-triangle-fill::before { content: "⚠"; }
.bi-grid-1x2-fill::before { content: "▤"; }
.bi-headset::before { content: "🎧"; }
.bi-lightning-charge::before { content: "⚡"; }
.bi-shield-check::before { content: "🛡"; }
.bi-stars::before { content: "✨"; }
.bi-wechat::before { content: "微"; }
