@charset "UTF-8";
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/fonts/bootstrap-icons.woff2?24e39784df623910fc3efc9e78262b92") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/fonts/bootstrap-icons.woff?24e39784df623910fc3efc9e78262b92") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-house::before { content: "\f425"; }
.bi-cash-coin::before { content: "\f249"; }
.bi-cart-dash::before { content: "\f222"; }
.bi-tags::before { content: "\f5b3"; }
.bi-graph-up-arrow::before { content: "\f40d"; }
.bi-gear::before { content: "\f3e5"; }
.bi-box-arrow-right::before { content: "\f18c"; }
.bi-person::before { content: "\f4d8"; }
.bi-plus-lg::before { content: "\f4fe"; }
.bi-wallet2::before { content: "\f619"; }
.bi-arrow-down-circle::before { content: "\f128"; }
.bi-arrow-up-circle::before { content: "\f148"; }
.bi-envelope::before { content: "\f32f"; }
.bi-lock::before { content: "\f470"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-trash::before { content: "\f5de"; }
.bi-chevron-left::before { content: "\f285"; }



