@charset "utf-8";

.custom-select:has(option[value=""]:checked) {
  color: red;
}

.custom-select2:has(option[value=""]:checked) {
  color: red;
}
.custom-select2 option {
  color: black;
}