/* intl-tel-input — match site dark forms */
.iti {
  width: 100%;
  display: block;
}

.iti__country-container {
  z-index: 3;
}

.iti__selected-country {
  background: transparent;
  border-right: 1px solid rgba(192, 192, 192, 0.15);
  padding: 0 0.65rem;
}

.iti__selected-country:focus,
.iti__selected-country:hover {
  background: rgba(255, 255, 255, 0.04);
}

.iti__selected-dial-code {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
}

.iti__dropdown-content {
  background: #161616;
  border: 1px solid rgba(192, 192, 192, 0.2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  color: #fff;
  max-height: 260px;
}

.iti__search-input {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(192, 192, 192, 0.2);
  color: #fff;
  padding: 0.55rem 0.75rem;
  font-family: "Lato", sans-serif;
}

.iti__search-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.iti__country {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.iti__country.iti__highlight {
  background: rgba(192, 192, 192, 0.12);
}

.iti__country-name,
.iti__dial-code {
  color: rgba(255, 255, 255, 0.92);
}

.iti__divider {
  border-bottom-color: rgba(192, 192, 192, 0.15);
}

.page-reservation .iti .site-phone-input,
.page-reservation .iti input.site-phone-input {
  width: 100%;
  padding-left: 6.5rem;
}

.page-contact .iti .site-phone-input,
.page-contact .iti input.site-phone-input {
  width: 100%;
  padding-left: 6.5rem;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 25;
}
