/*
  Flaticon -> Bootstrap Icons migration
  Old @font-face and .flaticon-* {content:"\f10x"} rules removed.
  Bootstrap Icons is loaded via CDN (see <link> below) and icon-fix.js
  auto-converts every [class*="flaticon-"] element into the matching
  Bootstrap Icon at runtime, so you don't need to touch your HTML files.
*/

[class^="flaticon-"],
[class*=" flaticon-"] {
	font-family: "bootstrap-icons" !important;
	font-style: normal;
	font-size: 20px;
	margin-left: 20px;
	display: inline-block;
}