#industryVisitForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#industryVisitForm label,
#industryVisitForm .themecolor {
  color: var(--my-text-color) ;
}

/* Select input + border + focus */
#industryVisitForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#industryVisitForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
#industryVisitForm input::placeholder,
#industryVisitForm textarea::placeholder {
  color: var(--my-text-color);
  opacity: 1; 
}

#industryVisitForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#industryVisitForm label,
#industryVisitForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#industryVisitForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#industryVisitForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
/* ------------------------------------------------------------------------------ */
#uniEventForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#uniEventForm label,
#uniEventForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#uniEventForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#uniEventForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
#uniEventForm input::placeholder,
#uniEventForm textarea::placeholder {
  color: var(--my-text-color);
  opacity: 1; 
}

#uniEventForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#uniEventForm label,
#uniEventForm .themecolor {
  color: var(--my-text-color) ;
}

/* Select input + border + focus */
#uniEventForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#uniEventForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
/* ------------------------------------------------------------------------------ */
#studyAbroadForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#studyAbroadForm label,
#studyAbroadForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#studyAbroadForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#studyAbroadForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
#studyAbroadForm input::placeholder,
#studyAbroadForm textarea::placeholder {
  color: var(--my-text-color);
  opacity: 1; 
}

#studyAbroadForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#studyAbroadForm label,
#studyAbroadForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#studyAbroadForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#studyAbroadForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
/* ------------------------------------------------------------------------------ */
#infoPostForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#infoPostForm label,
#infoPostForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#infoPostForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#infoPostForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
#infoPostForm input::placeholder,
#infoPostForm textarea::placeholder {
  color: var(--my-text-color);
  opacity: 1; 
}

#infoPostForm {
  color: var(--my-text-color); /* default text color */
}

/* Labels, headings, helper text */
#infoPostForm label,
#infoPostForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#infoPostForm select.form-select {
  border-color: var(--my-text-color);
  color: var(--my-text-color);
}

#infoPostForm select.form-select:focus {
  border-color: var(--my-text-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25); /* soft blue glow */
}
#university_profileForm input::placeholder,
#university_profileForm textarea::placeholder{
 color: var(--my-text-color);
  opacity: 1; 
}
#university_profileForm input,
#university_profileForm textarea,
#university_profileForm select {
    color: var(--my-text-color);
}


#departmentForm input.form-control,
 #departmentForm select.form-control, 
 #departmentForm textarea.form-control {
    background-color: var(--my-profile-input-color);
    border: 1px solid #b5c6e9;
    font-weight: 500;
}
#departmentForm input::placeholder,
#departmentForm textarea::placeholder{
 color: var(--my-text-color);
  opacity: 1; 
}
#departmentForm input,
#departmentForm textarea,
#departmentForm select {
    color: var(--my-text-color);
}

#programForm input.form-control,
 #programForm select.form-control, 
 #programForm textarea.form-control {
    background-color: var(--my-profile-input-color);
    border: 1px solid #b5c6e9;
    font-weight: 500;
}
#programForm input::placeholder,
#programForm textarea::placeholder{
 color: var(--my-text-color);
  opacity: 1; 
}
#programForm input,
#programForm textarea,
#programForm select {
    color: var(--my-text-color);
}

#programForm input.form-check-input{
    color: var(--my-text-color) !important;
}
#programForm input[type="radio"] {
    accent-color: var(--my-text-color); /* your theme color */
}