@charset "utf-8";

.custom-select:invalid {
  color: red;
}
.custom-select:valid {
  color: black;
}

.custom-select2:invalid {
  color: red;
}
.custom-select2:valid {
  color: black;
}
.custom-select2 option {
  color: black;
}