@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

/* Mapping IcoMoon icon classes to Bootstrap Icons */
.icon-play::before { content: "\f4f5"; }
.icon-plus::before { content: "\f4fe"; }
.icon-quote::before { content: "\f6b0"; }
.icon-screen-share::before { content: "\f2d3"; }
.icon-search::before { content: "\f52a"; }
.icon-share-from::before { content: "\f1e0"; }
.icon-stamp::before { content: "\f5bf"; }
.icon-star::before { content: "\f586"; }
.icon-tags::before { content: "\f5a3"; }
.icon-thumbs-up::before { content: "\f622"; }
.icon-user-plus::before { content: "\f68f"; }
.icon-video-slash::before { content: "\f4e2"; }
.icon-wifi::before { content: "\f64f"; }
.icon-graduation-cap::before { content: "\f5b0"; }
.icon-heart::before { content: "\f417"; }
.icon-hourglass::before { content: "\f419"; }
.icon-instagram::before { content: "\f437"; }
.icon-link-in::before { content: "\f472"; }
.icon-location::before { content: "\f3e7"; }
.icon-menu::before { content: "\f479"; }
.icon-microphone::before { content: "\f485"; }
.icon-pen-ruler::before { content: "\f4b0"; }
.icon-phone::before { content: "\f4b5"; }
.icon-circle-left::before { content: "\f13e"; }
.icon-circle-pause::before { content: "\f136"; }
.icon-circle-rightsvg::before { content: "\f13f"; }
.icon-clock::before { content: "\f4c5"; }
.icon-comment::before { content: "\f4c6"; }
.icon-comments::before { content: "\f4c7"; }
.icon-computer::before { content: "\f7bc"; }
.icon-contact::before { content: "\f4c8"; }
.icon-down-arrow::before { content: "\f229"; }
.icon-email::before { content: "\f32f"; }
.icon-envelope::before { content: "\f32f"; }
.icon-facebook-f::before { content: "\f344"; }
.icon-globe::before { content: "\f3ed"; }
.icon-angles-right::before { content: "\f135"; }
.icon-arrow-circle::before { content: "\f134"; }
.icon-arrow-down-long::before { content: "\f231"; }
.icon-arrow-left-up::before { content: "\f234"; }
.icon-arrow-up-long::before { content: "\f237"; }
.icon-arrow-up-right-2::before { content: "\f238"; }
.icon-book::before { content: "\f26d"; }
.icon-border::before { content: "\f26e"; }
.icon-bullhorn::before { content: "\f27a"; }
.icon-calendar::before { content: "\f28c"; }
.icon-catagory::before { content: "\f2ae"; }
.icon-chart-simple::before { content: "\f2b0"; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'bootstrap-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
