@font-face {
  font-family: "bootstrap-icons";
  src: url("../../fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"),
       url("../../fonts/bootstrap-icons/bootstrap-icons.woff") format("woff"),
       url("../../fonts/bootstrap-icons/bootstrap-icons.ttf") format("truetype");
  font-display: block;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bootstrap Icons 常用图标 */
.bi-house::before { content: "\f425"; }
.bi-gear::before { content: "\f3e5"; }
.bi-person::before { content: "\f4e1"; }
.bi-plus::before { content: "\f4fe"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-trash::before { content: "\f5a1"; }
.bi-search::before { content: "\f52a"; }
.bi-list::before { content: "\f479"; }
.bi-x::before { content: "\f62a"; }
.bi-check::before { content: "\f26a"; }
.bi-exclamation-triangle::before { content: "\f33a"; }
.bi-info-circle::before { content: "\f431"; }
.bi-arrow-left::before { content: "\f12a"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrow-down::before { content: "\f13a"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-chevron-down::before { content: "\f287"; }
.bi-calendar::before { content: "\f1ea"; }
.bi-clock::before { content: "\f293"; }
.bi-download::before { content: "\f30a"; }
.bi-upload::before { content: "\f62e"; }
.bi-file-text::before { content: "\f35c"; }
.bi-image::before { content: "\f42c"; }
.bi-folder::before { content: "\f3b8"; }
.bi-folder-open::before { content: "\f3b9"; }
.bi-eye::before { content: "\f341"; }
.bi-eye-slash::before { content: "\f342"; }
.bi-lock::before { content: "\f47a"; }
.bi-unlock::before { content: "\f62b"; }
.bi-shield::before { content: "\f52d"; }
.bi-key::before { content: "\f44a"; }
.bi-envelope::before { content: "\f32f"; }
.bi-telephone::before { content: "\f5b0"; }
.bi-map::before { content: "\f4a8"; }
.bi-globe::before { content: "\f3b0"; }
.bi-link::before { content: "\f47b"; }
.bi-external-link::before { content: "\f33b"; }
.bi-printer::before { content: "\f4f0"; }
.bi-save::before { content: "\f525"; }
.bi-bookmark::before { content: "\f1e8"; }
.bi-heart::before { content: "\f3f8"; }
.bi-star::before { content: "\f588"; }
.bi-star-fill::before { content: "\f58a"; }
.bi-star-half::before { content: "\f589"; }
.bi-flag::before { content: "\f35a"; }
.bi-tag::before { content: "\f5a0"; }
.bi-tags::before { content: "\f5a1"; }
.bi-bell::before { content: "\f1c8"; }
.bi-bell-fill::before { content: "\f1c9"; }
.bi-chat::before { content: "\f27d"; }
.bi-chat-dots::before { content: "\f27e"; }
.bi-chat-square::before { content: "\f27f"; }
.bi-chat-square-dots::before { content: "\f280"; }
.bi-chat-square-text::before { content: "\f281"; }
.bi-chat-text::before { content: "\f282"; }
.bi-chat-text-fill::before { content: "\f283"; }
.bi-question-circle::before { content: "\f4f8"; }
.bi-question-diamond::before { content: "\f4f9"; }
.bi-question-square::before { content: "\f4fa"; }
.bi-question-octagon::before { content: "\f4fb"; }
.bi-question-lg::before { content: "\f4fc"; }
.bi-question::before { content: "\f4fd"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclamation-circle::before { content: "\f33d"; }
.bi-exclamation-diamond::before { content: "\f33e"; }
.bi-exclamation-octagon::before { content: "\f33f"; }
.bi-exclamation-square::before { content: "\f340"; }
.bi-exclamation-triangle::before { content: "\f33a"; }
.bi-lightning::before { content: "\f47c"; }
.bi-lightning-fill::before { content: "\f47d"; }
.bi-lightning-charge::before { content: "\f47e"; }
.bi-lightning-charge-fill::before { content: "\f47f"; }
