.iti {
  width: 100%;
}

.iti__tel-input {
  padding-left: 64px;
  width: 100%;
}

.iti__arrow {
  width: 16px;
  height: 16px;
  border: 0;
  background-image: url(/bukeala-static/images/icons/panelita/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-left: 8px;
}

.iti__country,
.iti__selected-dial-code {
  font-size: 14px;
}

.iti:not(.show-dial-code) .iti__selected-dial-code {
  display: none;
}

.iti__country {
	gap: 8px;
}

.iti--fullscreen-popup.iti--container {
	z-index: 99999;
}
