.int-phone.error-msg {
    color: red !important;
}
.int-phone.valid-msg {
    color: #00C900 !important;
}
.int-phone.valid-msg,
.int-phone.error-msg {
    position: absolute !important;
    padding-left: 5px !important;
}
.iti input.error {
    border: 1px solid #FF7C7C !important;
}
.int-phone.hide {
    display: none !important;
}
.iti {
    width: 100%;
}
.iti-mobile .iti--container {
  top: calc(50vh - 150px);
}
.iti-mobile .iti__country-list {
  max-height: 300px;
  width: 90%;
}
.iti__country {
  padding: 5px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}