/* Bootstrap Icons Fallback - FIXED: Enhanced with CDN-backed fonts and complete icon definitions */
@font-face {
  font-family: "bootstrap-icons";
  /* Try local fonts first, then fallback to CDN */
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons.woff") format("woff"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff2") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff") format("woff");
}

/* Icon Base Styles */
.bi,
.bi::before,
[class^="bi-"],
[class^="bi-"]::before,
[class*=" bi-"],
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common Icons - FIXED: Updated with all Bootstrap Icons v1.11.0 used throughout the application */
.bi-house::before { content: "\f425"; }
.bi-speedometer2::before { content: "\f549"; }
.bi-people::before { content: "\f4fb"; }
.bi-people-fill::before { content: "\f4fc"; }
.bi-bicycle::before { content: "\f569"; }
.bi-wallet2::before { content: "\f5e1"; }
.bi-graph-up::before { content: "\f382"; }
.bi-cash-stack::before { content: "\f4d6"; }
.bi-arrow-down-circle::before { content: "\f132"; }
.bi-arrow-up-circle::before { content: "\f139"; }
.bi-receipt::before { content: "\f507"; }
.bi-gear::before { content: "\f3e3"; }
.bi-download::before { content: "\f33f"; }
.bi-search::before { content: "\f52a"; }
.bi-chat-dots::before { content: "\f5b1"; }
.bi-bell::before { content: "\f334"; }
.bi-person::before { content: "\f4e1"; }
.bi-lock::before { content: "\f4a9"; }
.bi-box-arrow-in-right::before { content: "\f52c"; }
.bi-box-arrow-right::before { content: "\f52b"; }
.bi-person-plus-fill::before { content: "\f4d5"; }
.bi-envelope::before { content: "\f32f"; }
.bi-person-badge::before { content: "\f4d9"; }
.bi-person-lines-fill::before { content: "\f4d8"; }
.bi-person-plus::before { content: "\f4d4"; }

/* Additional Icons Used in User-Facing Pages - FIXED: Added missing icons */
.bi-calendar-day::before { content: "\f3f3"; }
.bi-arrow-up::before { content: "\f135"; }
.bi-arrow-right::before { content: "\f131"; }
.bi-cash-coin::before { content: "\f38a"; }
.bi-info-circle::before { content: "\f436"; }
.bi-check-circle-fill::before { content: "\f299"; }
.bi-clock::before { content: "\f46f"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-inbox::before { content: "\f437"; }
.bi-rocket-takeoff::before { content: "\f515"; }
.bi-exclamation-triangle::before { content: "\f33a"; }
.bi-check-circle::before { content: "\f289"; }
.bi-phone::before { content: "\f4f2"; }
.bi-clock-history::before { content: "\f47e"; }
.bi-x::before { content: "\f62d"; }
.bi-file-text::before { content: "\f376"; }
.bi-person-check::before { content: "\f4cb"; }
.bi-shield-check::before { content: "\f531"; }
.bi-arrow-clockwise::before { content: "\f14b"; }
