/* Bootstrap Icons 1.11.3 - CDN versie voor Dashboard */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.bi {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common Bootstrap Icons */
/* NavMenu specific icons */
.bi-house-door-fill-nav-menu:before { content: "\f426"; }
.bi-graph-up-arrow:before { content: "\f3f4"; }
.bi-people-fill:before { content: "\f4d6"; }
.bi-building:before { content: "\f1ad"; }
.bi-card-checklist:before { content: "\f1f6"; }
.bi-clipboard-data:before { content: "\f28c"; }
.bi-collection:before { content: "\f2a3"; }

/* Common icons */
.bi-house:before { content: "\f425"; }
.bi-person:before { content: "\f4da"; }
.bi-gear:before { content: "\f3e5"; }
.bi-plus:before { content: "\f4fe"; }
.bi-pencil:before { content: "\f4cb"; }
.bi-trash:before { content: "\f5de"; }
.bi-search:before { content: "\f52d"; }
.bi-filter:before { content: "\f3d7"; }
.bi-check:before { content: "\f26a"; }
.bi-x:before { content: "\f62a"; }
.bi-bookmark-star:before { content: "\f1b2"; }
