/* bootstrap-icons.css - Minimal version with essential icons */
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff2") format("woff2");
}

.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;
}

/* Essential Icons */
.bi-person::before { content: "\f4e1"; }
.bi-lock::before { content: "\f33c"; }
.bi-box-arrow-in-right::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-exclamation-triangle-fill::before { content: "\f2b4"; }
.bi-speedometer2::before { content: "\f566"; }
.bi-box-seam::before { content: "\f1c6"; }
.bi-people::before { content: "\f4c9"; }
.bi-graph-up::before { content: "\f2e6"; }
.bi-person-circle::before { content: "\f4e3"; }
.bi-seedling::before { content: "\f56a"; }
.bi-file-text::before { content: "\f2c1"; }
.bi-truck::before { content: "\f5d0"; }
.bi-building::before { content: "\f240"; }
.bi-gear::before { content: "\f2e2"; }
.bi-search::before { content: "\f522"; }
.bi-plus-circle::before { content: "\f4ce"; }
.bi-pencil::before { content: "\f4c1"; }
.bi-trash::before { content: "\f5cb"; }
.bi-eye::before { content: "\f2ac"; }
.bi-eye-slash::before { content: "\f2ad"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }