/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icons */
.fa-home::before { content: "\f015"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-clipboard::before { content: "\f328"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-cube::before { content: "\f1b2"; }
.fa-shapes::before { content: "\f53f"; }
.fa-users::before { content: "\f0c0"; }
.fa-user-cog::before { content: "\f4fe"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-calendar::before { content: "\f133"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-eye::before { content: "\f06e"; }
.fa-edit::before { content: "\f044"; }
.fa-pen-to-square::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-plus::before { content: "\f067"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-times::before { content: "\f00d"; }
.fa-check::before { content: "\f00c"; }
.fa-search::before { content: "\f002"; }
.fa-save::before { content: "\f0c7"; }
.fa-undo::before { content: "\f0e2"; }
.fa-filter::before { content: "\f0b0"; }
.fa-funnel-dollar::before { content: "\f662"; }
.fa-sliders::before { content: "\f1de"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-image::before { content: "\f03e"; }
.fa-file-invoice-dollar::before { content: "\f571"; }
.fa-receipt::before { content: "\f543"; }
.fa-print::before { content: "\f02f"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-cog::before { content: "\f013"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times-circle::before { content: "\f057"; }
.fa-check-circle::before { content: "\f058"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-lock::before { content: "\f023"; }
.fa-eye-slash::before { content: "\f070"; }

/* Menu & List Icons - Three Lines */
.fa-bars::before { content: "\f0c9"; }
.fa-bars-staggered::before { content: "\e550"; }
.fa-list::before { content: "\f03a"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-list-ol::before { content: "\f0cb"; }
.fa-grip-lines::before { content: "\f7a4"; }
.fa-grip-lines-vertical::before { content: "\f7a5"; }
.fa-ellipsis::before { content: "\f141"; }
.fa-ellipsis-h::before { content: "\f141"; }
.fa-ellipsis-vertical::before { content: "\f142"; }
.fa-ellipsis-v::before { content: "\f142"; }
.fa-grip::before { content: "\f58d"; }
.fa-grip-vertical::before { content: "\f58e"; }
.fa-th::before { content: "\f00a"; }
.fa-th-large::before { content: "\f009"; }
.fa-th-list::before { content: "\f00b"; }

/* Direction Icons - Arrows */
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }

/* Direction Icons - Chevrons */
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }

/* Direction Icons - Angles */
.fa-angle-up::before { content: "\f106"; }
.fa-angle-down::before { content: "\f107"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-double-up::before { content: "\f102"; }
.fa-angle-double-down::before { content: "\f103"; }
.fa-angle-double-left::before { content: "\f100"; }
.fa-angle-double-right::before { content: "\f101"; }

/* Direction Icons - Carets */
.fa-caret-up::before { content: "\f0d8"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-caret-left::before { content: "\f0d9"; }
.fa-caret-right::before { content: "\f0da"; }

/* Direction Icons - Long Arrows */
.fa-long-arrow-alt-up::before { content: "\f30c"; }
.fa-long-arrow-alt-down::before { content: "\f309"; }
.fa-long-arrow-alt-left::before { content: "\f30a"; }
.fa-long-arrow-alt-right::before { content: "\f30b"; }
.fa-arrow-up-long::before { content: "\f176"; }
.fa-arrow-down-long::before { content: "\f175"; }
.fa-arrow-left-long::before { content: "\f177"; }
.fa-arrow-right-long::before { content: "\f178"; }

/* Direction Icons - Other */
.fa-arrows-alt::before { content: "\f0b2"; }
.fa-arrows-alt-h::before { content: "\f337"; }
.fa-arrows-alt-v::before { content: "\f338"; }
.fa-exchange-alt::before { content: "\f362"; }
.fa-arrow-circle-up::before { content: "\f0aa"; }
.fa-arrow-circle-down::before { content: "\f0ab"; }
.fa-arrow-circle-left::before { content: "\f0a8"; }
.fa-arrow-circle-right::before { content: "\f0a9"; }
.fa-chevron-circle-up::before { content: "\f139"; }
.fa-chevron-circle-down::before { content: "\f13a"; }
.fa-chevron-circle-left::before { content: "\f137"; }
.fa-chevron-circle-right::before { content: "\f138"; }
.fa-hand-point-up::before { content: "\f0a6"; }
.fa-hand-point-down::before { content: "\f0a7"; }
.fa-hand-point-left::before { content: "\f0a5"; }
.fa-hand-point-right::before { content: "\f0a4"; }
.fa-sort::before { content: "\f0dc"; }
.fa-sort-up::before { content: "\f0de"; }
.fa-sort-down::before { content: "\f0dd"; }
.fa-sort-alpha-up::before { content: "\f15e"; }
.fa-sort-alpha-down::before { content: "\f15d"; }
.fa-sort-numeric-up::before { content: "\f163"; }
.fa-sort-numeric-down::before { content: "\f162"; }

