/* Form helpers for site-native styling with intlTelInput validation */
.iti-wide,
.iti-wide > .iti--allow-dropdown {
  width: 100%;
}

.form-send .input.activeGood {
  color: #fff;
  background: #5ec849 !important;
  border-color: #5ec849;
}

.form-send .input.activeBad {
  color: #fff;
  background: rgba(255, 0, 0, 0.6) !important;
  border-color: rgba(255, 0, 0, 0.6);
}

.form-send .iti input.activeGood,
.form-send .iti input.activeBad {
  color: #fff;
}
