/* @fix International Telephone Input input width */
.iti {
  position: relative;
  display: block !important;
}

/* @fix International Telephone Input search input height */
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  height: 3rem !important;
}