/* Hide the recapctha bagde*/
/*.grecaptcha-badge { visibility: hidden !important; }*/
/* fix phone input label to be full width*/
.iti {
  width: 100% !important;
}

select[readonly] {
  background: #eee !important;
  cursor: no-drop;
}

select[readonly] option {
  display: none;
}
