/* =====================================================
   ELFSIGHT HEADER FORM (ID 1) – FULL FINAL STYLING
   ===================================================== */

/* ALL TEXT WHITE */
#eapps-form-1,
#eapps-form-1 * {
  color: #ffffff !important;
}

/* INPUTS & TEXTAREAS */
#eapps-form-1 input,
#eapps-form-1 textarea {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: rgba(255,255,255,0.4) !important;
}

/* CLOSED SELECT (THE BLOCK THAT SAYS "SELECT AN OPTION") */
#eapps-form-1 select,
#eapps-form-1 .eapps-form-select,
#eapps-form-1 .eapps-form-select__control {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.4) !important;
  box-shadow: none !important;
}

/* DROPDOWN LIST (OPENED OPTIONS) */
#eapps-form-1 select option {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* HOVER / SELECTED OPTION */
#eapps-form-1 select option:hover,
#eapps-form-1 select option:checked {
  background-color: #001D46 !important;
  color: #ffffff !important;
}

/* PLACEHOLDERS */
#eapps-form-1 input::placeholder,
#eapps-form-1 textarea::placeholder {
  color: rgba(255,255,255,0.7) !important;
}

/* DROPDOWN ARROW */
#eapps-form-1 .eapps-form-select__indicator,
#eapps-form-1 select::-ms-expand {
  color: #ffffff !important;
  fill: #ffffff !important;
}
