.arx_search_club_bar {
  position: relative;
}

#arx_map_dropdown_menu {
  width: -webkit-fill-available;
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 95%;
  left: 0%;
  z-index: 99;
  padding: 0px;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid black;
  overflow: hidden;
}

#arx_map_dropdown_menu ul {
  margin: 0;
  padding: 0;
  padding-left: 0px;
}

#arx_map_dropdown_menu li {
  list-style: none;
  font-size: 18px;
  color: #212529;
  padding: 15px;
}

#arx_map_dropdown_menu li:last-child {
  margin-bottom: 0px;
}

#arx_map_dropdown_menu li:hover {
  background-color: #cecece;
  cursor: pointer;
}

.loader {
  border: 16px solid #ff0000;
  border-top: 16px solid #ffffff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; 
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  /* transform: translate(-50%, -50%); */
  z-index: 1000;
}

.on_mobile_only {
  z-index: 10;
}

.content_map_clubs.expanded {
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  #arx_map_dropdown_menu li {
    font-size: 12px;
    padding: 10px;
  }
}

.onair-language-switcher {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}

.onair-language-switcher ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onair-language-switcher a,
.onair-language-switcher span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.onair-language-switcher li.is-active span {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

.onair-language-switcher a {
  opacity: 0.65;
}

.onair-language-switcher a:hover {
  opacity: 1;
}