@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("./bootstrap-icons.woff2") format("woff2");
}

.bi {
  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: text-bottom;
  -webkit-font-smoothing: antialiased;
}

/* Ensure icons are visible */
.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: text-bottom;
  -webkit-font-smoothing: antialiased;
}

.bi-eye::before { content: "\f33e"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-trash::before { content: "\f5de"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-search::before { content: "\f52a"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-gear::before { content: "\f3e4"; }
.bi-person::before { content: "\f4d7"; }
.bi-house::before { content: "\f425"; }
.bi-people::before { content: "\f4d0"; }
.bi-box::before { content: "\f1c8"; }
.bi-clipboard-check::before { content: "\f1c2"; }
.bi-dash::before { content: "\f1e3"; }
.bi-check::before { content: "\f26b"; }
.bi-x::before { content: "\f62a"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f285"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-list::before { content: "\f479"; }
.bi-grid::before { content: "\f3cb"; }
.bi-calendar::before { content: "\f1e8"; }
.bi-clock::before { content: "\f243"; }
.bi-phone::before { content: "\f4e2"; }
.bi-envelope::before { content: "\f32f"; }
.bi-map::before { content: "\f47e"; }
.bi-star::before { content: "\f586"; }
.bi-heart::before { content: "\f417"; }
.bi-bookmark::before { content: "\f1d6"; }
.bi-share::before { content: "\f52e"; }
.bi-download::before { content: "\f30a"; }
.bi-upload::before { content: "\f62c"; }
.bi-print::before { content: "\f4fd"; }
.bi-save::before { content: "\f51c"; }
.bi-edit::before { content: "\f4ca"; }
.bi-delete::before { content: "\f1f8"; }
.bi-add::before { content: "\f2d9"; }
.bi-remove::before { content: "\f509"; }
.bi-close::before { content: "\f62a"; }
.bi-menu::before { content: "\f479"; }
.bi-arrow-up::before { content: "\f12c"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left::before { content: "\f12a"; }
.bi-arrow-right::before { content: "\f134"; }
.bi-briefcase::before { content: "\f0b1"; }
.bi-file-earmark-text::before { content: "\f15c"; }
.bi-play-circle::before { content: "\f144"; }
.bi-pause-circle::before { content: "\f28b"; }
.bi-check-circle::before { content: "\f058"; }
.bi-graph-up::before { content: "\f64a"; }
.bi-clock-history::before { content: "\f1da"; }
.bi-person-circle::before { content: "\f2bd"; }
.bi-shield-check::before { content: "\f3ed"; }
.bi-activity::before { content: "\f4e4"; }
.bi-lightning::before { content: "\f0e7"; }
.bi-house-door::before { content: "\f015"; }

/* Debug: Force display of specific icons */
.bi-house-door {
  display: inline-block !important;
  font-family: bootstrap-icons !important;
  font-size: 1em;
}

/* Add missing speedometer2 icon */
.bi-speedometer2::before { content: "\f4e5"; }
.bi-shield-exclamation::before { content: "\f3ed"; }
.bi-angle-right::before { content: "\f105"; }
.bi-person-plus::before { content: "\f234"; }
.bi-box-seam::before { content: "\f466"; }
.bi-upc-scan::before { content: "\f465"; }
.bi-clipboard-x::before { content: "\f5e8"; }
.bi-info-circle::before { content: "\f05a"; }
.bi-exclamation-triangle::before { content: "\f339"; }
.bi-plus-lg::before { content: "\f4fa"; }
.bi-dash-lg::before { content: "\f1e3"; }
.bi-arrow-left-right::before { content: "\f07e"; }
.bi-boxes::before { content: "\f468"; }
.bi-tags::before { content: "\f02c"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-x-circle-fill::before { content: "\f134"; }

/* Force display of specific icons */
.bi-speedometer2,
.bi-exclamation-triangle {
  display: inline-block !important;
  font-family: bootstrap-icons !important;
  font-size: 1em;
}
