.phone-wrapper {
  position: relative;
  width: 100%;
}
.phone-wrapper .valid-checkmark {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: green;
  z-index: 9;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input .selected-flag {
  z-index: 5;
}

