@font-face {
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"),
url("./fonts/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-display: 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-search::before { content: "\f52a"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-list::before { content: "\f479"; }
.bi-x::before { content: "\f62a"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-cart3::before { content: "\f244"; }
