/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bs-icons.woff2") format("woff2"),
url("./fonts/bs-icons.woff") 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-question-circle::before { content: "\f505"; }
.bi-book-half::before { content: "\f193"; }
.bi-c-circle-fill::before { content: "\f7da"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-person-fill-lock::before { content: "\f8a3"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-x-circle::before { content: "\f623"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }