@font-face {
  font-family: "bootstrap-icons";
  src: url("bootstrap-icons.woff2") format("woff2"),
       url("bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-telephone-fill::before { content: "\f5b0"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-trash::before { content: "\f5de"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-search::before { content: "\f52a"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-key::before { content: "\f43c"; }
.bi-box-arrow-right::before { content: "\f234"; }
.bi-clock-history::before { content: "\f295"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-person-vcard-fill::before { content: "\f4dd"; } 