@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

.hd-range-slider {
  position: relative;
  height: 20px;
  margin: 0 8px;
  cursor: pointer;
  touch-action: none;
}
.hd-range-slider__rail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 2px;
  background-color: #dbe0e3;
}
.hd-range-slider__fill {
  position: absolute;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 2px;
  background-color: #007bff;
}
.hd-range-slider__handle {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 1px solid #c3ccd2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  cursor: grab;
}
.hd-range-slider__handle:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.35);
}
.hd-range-slider__handle:active {
  cursor: grabbing;
}


.event-filter .form-label[data-v-59e326c6] {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.event-filter .form-group[data-v-59e326c6] {
  margin-bottom: 1rem;
}


.event-list-item[data-v-060b3fd3] {
  padding: 1rem;
  transition: background-color 0.15s ease-in-out;
}
.event-list-item[data-v-060b3fd3]:hover {
  background-color: #f8f9fa;
}
.event-list-item__content[data-v-060b3fd3] {
  flex: 1;
  min-width: 0;
}
.event-list-item__title[data-v-060b3fd3] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #212529;
}
.event-list-item__distances[data-v-060b3fd3] {
  font-size: 0.75rem;
}
.event-list-item__distances .badge[data-v-060b3fd3] {
  font-weight: 500;
  padding: 0.25em 0.5em;
  background-color: #212529;
  color: #fff;
}
.event-list-item__details[data-v-060b3fd3] {
  font-size: 0.875rem;
  color: #495057;
}


.event-list .list-group[data-v-42d3b357] {
  border-radius: 0.25rem;
}


.dropdown-item.active[data-v-21d22739] {
  background-color: #007bff;
  color: white;
}
.dropdown-item.disabled[data-v-21d22739] {
  pointer-events: none;
  opacity: 0.65;
}


/*# sourceMappingURL=event_search_setup-6448abe9.css.map*/