@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.84a4d15b9e44.woff2") format("woff2"),
       url("fonts/bootstrap-icons.efe54401ef52.woff") format("woff");
}

.bi {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.bi-eye::before { content: "\f341"; }
.bi-eye-slash::before { content: "\f340"; }
