/* International Tel Input Styles for WorldPay Forms */
.intlTelInput {
  width: 100%;
}

.wrapper-input-info .iti,
.iti {
  width: 100% !important;
  display: block !important;
  position: relative !important;
}

.container-giving-block #edd_checkout_form_wrap .wrapper-input-info .iti--allow-dropdown input,
.container-giving-block #edd_checkout_form_wrap .wrapper-input-info .iti--allow-dropdown input[type=tel],
.container-giving-block #edd_checkout_form_wrap .wrapper-input-info .iti--separate-dial-code input,
.container-giving-block #edd_checkout_form_wrap .wrapper-input-info .iti--separate-dial-code input[type=tel],
#edd_checkout_form_wrap .wrapper-input-info .iti--allow-dropdown input,
#edd_checkout_form_wrap .wrapper-input-info .iti--allow-dropdown input[type=tel],
#edd_checkout_form_wrap .wrapper-input-info .iti--separate-dial-code input,
#edd_checkout_form_wrap .wrapper-input-info .iti--separate-dial-code input[type=tel],
.wrapper-input-info .iti--allow-dropdown input[type=tel],
.wrapper-input-info .iti input[type=tel],
.wrapper-input-info .iti input.validationPhone {
  padding-left: 60px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.wrapper-input-info .iti__flag-container,
.iti__flag-container,
.wrapper-input-info .iti__country-container,
.iti__country-container {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  inset-inline-end: auto !important;
  inset-inline-start: 0 !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

.iti__selected-flag,
button.iti__selected-country {
  padding: 0 0 0 8px !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.iti__flag {
  display: inline-block !important;
  width: 16px !important;
  height: 12px !important;
  background-size: 3904px 12px !important;
  background-repeat: no-repeat !important;
  background-position: var(--iti-flag-offset) 0 !important;
  box-shadow: 0px 0px 1px 0px #888 !important;
}

.iti__arrow {
  margin-left: 6px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  border-top: 4px solid #555 !important;
}

.iti__arrow--up {
  border-top: none !important;
  border-bottom: 4px solid #555 !important;
}

.iti__dropdown-content {
  z-index: 1000 !important;
  pointer-events: auto !important;
}
.iti__dropdown-content.iti__hide {
  display: none !important;
}

.iti__country-list {
  position: absolute !important;
  z-index: 1000 !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  background-color: white !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 300px !important;
}
.iti__country-list.iti__hide {
  display: none !important;
}

.iti__country {
  padding: 8px 12px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
}
.iti__country:hover {
  background-color: #f5f5f5 !important;
}
.iti__country.iti__highlight {
  background-color: #e8f4fd !important;
}
.iti__country.iti__preferred {
  border-bottom: 1px solid #ccc !important;
}
.iti__country .iti__flag {
  margin-right: 8px !important;
}

.iti__country-name {
  margin-right: 8px !important;
  flex: 1;
}

.iti__dial-code {
  color: #999 !important;
}

.iti__divider {
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #ccc !important;
}

.iti__search-input {
  width: 100% !important;
  padding: 8px 12px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.iti__search-input:focus {
  border-bottom-color: #0066cc !important;
}

.rtl .intlTelInput .iti__flag-container,
.rtl .wrapper-input-info .iti__flag-container {
  direction: ltr !important;
  left: auto !important;
  right: 0 !important;
}
.rtl .wrapper-input-info .iti input[type=tel] {
  padding-left: inherit !important;
  padding-right: 42px !important;
}

.iti__flag-container .iti__selected-flag,
.iti__country-container button.iti__selected-country {
  width: auto !important;
  min-width: 50px !important;
}

.notify_phone_wrapper {
  margin-top: 20px;
}

.notify_phone_wrapper,
.month_notify_phone_wrapper {
  position: relative !important;
  overflow: visible !important;
  z-index: 5 !important;
}
.notify_phone_wrapper .iti,
.month_notify_phone_wrapper .iti {
  z-index: 10 !important;
}
.notify_phone_wrapper .iti__country-container,
.month_notify_phone_wrapper .iti__country-container {
  z-index: 20 !important;
  pointer-events: auto !important;
}
.notify_phone_wrapper .iti__country-container button.iti__selected-country,
.month_notify_phone_wrapper .iti__country-container button.iti__selected-country {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.notify_phone_wrapper .iti__dropdown-content,
.month_notify_phone_wrapper .iti__dropdown-content {
  z-index: 1000 !important;
}
.notify_phone_wrapper .iti__selected-dial-code,
.month_notify_phone_wrapper .iti__selected-dial-code {
  display: none !important;
}

.iti__flag {
  background-image: url("../img/flags.webp") !important;
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags.webp") !important;
  }
}/*# sourceMappingURL=worldpay-intl-tel.css.map */