/*!
 * Font Awesome Free 6.0.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)
 * Copyright 2022 Fonticons, Inc.
 */
/* Font Awesome using local webfonts */
@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"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa,
.fas,
.far,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: var(--fa-style, 900);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

/* Basic icon definitions - only including the ones used in the booking dashboard */
.fa-bars:before { content: "\f0c9"; }
.fa-taxi:before { content: "\f1ba"; }
.fa-clock:before { content: "\f017"; }
.fa-gauge:before { content: "\f624"; }
.fa-car-side:before { content: "\f5e4"; }
.fa-key:before { content: "\f084"; }
.fa-user-tie:before { content: "\f508"; }
.fa-right-from-bracket:before { content: "\f2f5"; }
.fa-user:before { content: "\f007"; }
.fa-location-crosshairs:before { content: "\f601"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-magnifying-glass-location:before { content: "\f601"; }
.fa-rotate:before { content: "\f2f1"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-bell:before { content: "\f0f3"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-taxi:before { content: "\f1ba"; }
.fa-truck-monster:before { content: "\f63b"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-coins:before { content: "\f51e"; }
.fa-circle-nodes:before { content: "\f688"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-ban:before { content: "\f05e"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-xmark:before { content: "\f00d"; }
.fa-circle-question:before { content: "\f128"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-search:before { content: "\f002"; }
.fa-home:before { content: "\f015"; }
.fa-cog:before { content: "\f013"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker:before { content: "\f041"; }
.fa-calendar:before { content: "\f133"; }
.fa-magnifying-glass-location:before { content: "\f601"; }
.fa-sliders:before { content: "\f1de"; }
.fa-message:before { content: "\f27a"; }
.fa-face-smile:before { content: "\f118"; }
.fa-circle-question:before { content: "\f128"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-xmark:before { content: "\f00d"; }

/* Vehicle icons for booking dashboard */
.fa-motorcycle:before { content: "\f21c"; }
.fa-bus:before { content: "\f207"; }
.fa-bus-simple:before { content: "\f55e"; }
.fa-truck-moving:before { content: "\f4df"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-truck-pickup:before { content: "\f63c"; }
.fa-truck-front:before { content: "\f656"; }
.fa-industry:before { content: "\f275"; }
.fa-dumpster:before { content: "\f793"; }
.fa-car:before { content: "\f1b9"; }
.fa-gem:before { content: "\f3a5"; }
.fa-van-shuttle:before { content: "\f5b6"; }
.fa-truck-ramp-box:before { content: "\f4de"; }
.fa-truck-arrow-right:before { content: "\f5b8"; }