#booking-profile-modal .iti {
  width: 100%;
}

#booking-profile-modal .iti__tel-input {
  width: 100% !important;
  padding-top: 12px !important;
  padding-right: 14px !important;
  padding-bottom: 12px !important;
  padding-left: 100px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-family: inherit !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, background 0.2s !important;
}

#booking-profile-modal .iti__tel-input:focus {
  border-color: #ffbd59 !important;
  background: rgba(255, 189, 89, 0.08) !important;
  box-shadow: 0 0 0 3px rgba(255, 189, 89, 0.12) !important;
}

#booking-profile-modal .iti__flag-container {
  left: 0;
}

#booking-profile-modal .iti__selected-flag {
  background: rgba(255, 255, 255, 0.06) !important;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 10px 0 10px;
}

#booking-profile-modal .iti__selected-flag:hover,
#booking-profile-modal .iti__selected-flag:focus {
  background: rgba(255, 189, 89, 0.12) !important;
}

#booking-profile-modal .iti__selected-dial-code {
  color: #ccc;
  font-size: 0.85rem;
}

#booking-profile-modal .iti__dropdown-content {
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
  overflow: hidden;
}

#booking-profile-modal .iti__search-input {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 6px !important;
  color: #fff !important;
  padding: 8px 10px !important;
  font-size: 0.88rem !important;
  width: calc(100% - 20px) !important;
  margin: 8px !important;
  outline: none !important;
  font-family: inherit !important;
}

#booking-profile-modal .iti__country {
  color: #ddd !important;
  padding: 8px 12px !important;
}

#booking-profile-modal .iti__country:hover,
#booking-profile-modal .iti__country.iti__highlight {
  background: rgba(255, 189, 89, 0.12) !important;
  color: #ffbd59 !important;
}

#booking-profile-modal .iti__dial-code {
  color: #888 !important;
}

#booking-profile-modal .iti__country.iti__highlight .iti__dial-code {
  color: #ffbd59 !important;
}

#booking-profile-modal .iti__divider {
  border-color: rgba(255, 255, 255, 0.08) !important;
}