/*!
 * FontAwesome 7 Free Custom Build - Auto Generated
 * Generated on: 2025-11-03 18:28:06
 * Selected icons (16): search, chevron-down, arrow-right, minus, check, info-circle, user, calendar, clock, arrow-down, times, eye, eye-slash, location-dot, 0, globe
 */


/* Base FontAwesome 7 styles */
.fa,
.fas,
.fa-solid {
  width: 1em;
  height: 1em;
}

.fa::before,
.fas::before,
.fa-solid::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Icon definitions */
.fa-search::before {
  -webkit-mask-image: url("icons/search.svg");
  mask-image: url("icons/search.svg");
}

.fa-chevron-down::before {
  -webkit-mask-image: url("icons/chevron-down.svg");
  mask-image: url("icons/chevron-down.svg");
}

.fa-arrow-right::before {
  -webkit-mask-image: url("icons/arrow-right.svg");
  mask-image: url("icons/arrow-right.svg");
}

.fa-minus::before {
  -webkit-mask-image: url("icons/minus.svg");
  mask-image: url("icons/minus.svg");
}

.fa-check::before {
  -webkit-mask-image: url("icons/check.svg");
  mask-image: url("icons/check.svg");
}

.fa-info-circle::before {
  -webkit-mask-image: url("icons/info-circle.svg");
  mask-image: url("icons/info-circle.svg");
}

.fa-user::before {
  -webkit-mask-image: url("icons/user.svg");
  mask-image: url("icons/user.svg");
}

.fa-calendar::before {
  -webkit-mask-image: url("icons/calendar.svg");
  mask-image: url("icons/calendar.svg");
}

.fa-clock::before {
  -webkit-mask-image: url("icons/clock.svg");
  mask-image: url("icons/clock.svg");
}

.fa-arrow-down::before {
  -webkit-mask-image: url("icons/arrow-down.svg");
  mask-image: url("icons/arrow-down.svg");
}

.fa-times::before {
  -webkit-mask-image: url("icons/times.svg");
  mask-image: url("icons/times.svg");
}

.fa-eye::before {
  -webkit-mask-image: url("icons/eye.svg");
  mask-image: url("icons/eye.svg");
}

.fa-eye-slash::before {
  -webkit-mask-image: url("icons/eye-slash.svg");
  mask-image: url("icons/eye-slash.svg");
}

.fa-location-dot::before {
  -webkit-mask-image: url("icons/location-dot.svg");
  mask-image: url("icons/location-dot.svg");
}

.fa-globe::before {
  -webkit-mask-image: url("icons/globe.svg");
  mask-image: url("icons/globe.svg");
}

.fa-x::before {
  -webkit-mask-image: url("icons/x.svg");
  mask-image: url("icons/x.svg");
}
