/* Local icon fallback map for public portal and booking UI. */
.fas,
.fa-solid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	min-width: 1.2em;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Segoe UI Symbol', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
}

.fas::before,
.fa-solid::before {
	display: block;
	font-size: 1em;
}

.fa-arrow-left::before { content: '\2190'; }
.fa-bars::before { content: '\2630'; }
.fa-bell::before { content: '\1F514'; }
.fa-bolt::before { content: '\26A1'; }
.fa-calendar::before { content: '\1F4C5'; }
.fa-calendar-check::before { content: '\2611'; }
.fa-calendar-pen::before { content: '\270E'; }
.fa-calendar-plus::before { content: '\1F5D3'; }
.fa-car::before { content: '\1F697'; }
.fa-car-battery::before { content: '\1F50B'; }
.fa-car-side::before { content: '\1F699'; }
.fa-car-wrench::before { content: '\1F6E0'; }
.fa-check::before { content: '\2713'; }
.fa-chevron-down::before { content: '\25BE'; }
.fa-chevron-right::before { content: '\25B8'; }
.fa-circle::before { content: '\25CF'; }
.fa-circle-check::before { content: '\2714'; }
.fa-circle-dot::before { content: '\25C9'; }
.fa-circle-info::before { content: '\2139'; }
.fa-circle-xmark::before { content: '\2715'; }
.fa-clock::before { content: '\1F553'; }
.fa-clock-rotate-left::before { content: '\21BA'; }
.fa-cog::before,
.fa-gears::before { content: '\2699'; }
.fa-credit-card::before { content: '\1F4B3'; }
.fa-envelope::before { content: '\2709'; }
.fa-file-alt::before,
.fa-file-pdf::before { content: '\1F4C4'; }
.fa-gauge-high::before { content: '\25D4'; }
.fa-headset::before { content: '\1F3A7'; }
.fa-history::before { content: '\1F558'; }
.fa-laptop-code::before { content: '\2328'; }
.fa-lock::before { content: '\1F512'; }
.fa-magnifying-glass::before { content: '\2315'; }
.fa-microphone::before { content: '\1F3A4'; }
.fa-note-sticky::before { content: '\1F4DD'; }
.fa-oil-can::before { content: '\1F6E2'; }
.fa-pen::before { content: '\270E'; }
.fa-phone::before { content: '\260E'; }
.fa-plus::before { content: '\002B'; }
.fa-right-from-bracket::before { content: '\21AA'; }
.fa-save::before { content: '\1F4BE'; }
.fa-screwdriver-wrench::before,
.fa-wrench::before { content: '\1F527'; }
.fa-shield-halved::before { content: '\1F6E1'; }
.fa-snowflake::before { content: '\2744'; }
.fa-star::before { content: '\2605'; }
.fa-tag::before,
.fa-tags::before { content: '\1F3F7'; }
.fa-times::before { content: '\2715'; }
.fa-triangle-exclamation::before { content: '\26A0'; }
.fa-user-circle::before,
.fa-user-tie::before { content: '\1F464'; }
