.elementor-5677 .elementor-element.elementor-element-40d73fa{--display:flex;}.elementor-5677 .elementor-element.elementor-element-55e7d3f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d719384 */#hbt_timeline_search #submit.search {
  padding-left: 1rem;
}

#hbt_timeline_search #submit.search::before {
  font-family: "Font Awesome 5 Free"; /* Voeg dit toe om Font Awesome te gebruiken */
  content: "\f002"; /* Unicode voor het zoekicoon */
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  margin-right: 10px;
}

#hbt_timeline_search #submit.searching {
  padding-left: 1rem;
}

#hbt_timeline_search #submit.searching::before {
  font-family: "Font Awesome 5 Free"; /* Voeg dit toe om Font Awesome te gebruiken */
  content: "\f110"; /* Unicode voor het spinner icoon */
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  margin-right: 10px;
  animation: spin 1s infinite linear; /* Voor de spin-animatie */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.timeline-search-results ul {
  padding-left: 0;
  list-style-type: none;
}

.timeline-search-results ul li {
  padding: 10px;
}

.timeline-search-results ul li:nth-child(odd) {
  background-color: lightgrey;
}

.js-timeline-location-bookmark {
  color: #ff6000;
  text-decoration: underline;
}

.js-timeline-location-bookmark:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #ff6000;
}/* End custom CSS */