#teacherForm {
  color: var(--my-text-color);
  /* default text color */
}

/* Labels, headings, helper text */
#teacherForm label,
#teacherForm .themecolor {
  color:var(--my-text-color) !important;
}

/* Select input + border + focus */
#teacherForm select.form-select {
  border-color: #039;
  color: #039;
}

#teacherForm select.form-select:focus {
  border-color: #039;
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
  /* soft blue glow */
}

#teacherForm input::placeholder,
#teacherForm textarea::placeholder {
  color: #039;
  opacity: 1;
}

#teacherForm {
  color: #039;
  /* default text color */
}

/* Labels, headings, helper text */
#teacherForm label,
#teacherForm .themecolor {
  color: var(--my-text-color) !important;
}

/* Select input + border + focus */
#teacherForm select.form-select {
  border-color: #039;
  color: #039;
}

#teacherForm select.form-select:focus {
  border-color: #039;
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
  /* soft blue glow */
}

/* ------------------------------------------------------------------------------ */
#selectedStudentsForm .btn-post-job-selected {
  background-color: #039;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  transition: 0.3s;
}

/* ------------------------------------------------------------------------------ */
#teacherForm input.form-control,
#teacherForm select.form-control,
#teacherForm textarea.form-control {
  background-color: var(--my-profile-input-color);
  border: 1px solid #b5c6e9;
  font-weight: 500;
  color: var(--my-text-color);
}

#teacherForm input::placeholder,
#teacherForm textarea::placeholder {
  color: var(--my-text-color);
  opacity: 1;
}

#teacherForm input,
#teacherForm textarea,
#teacherForm select {
  color: var(--my-text-color);
}

#teacherForm input.form-check-input {
  color: var(--my-text-color) !important;
}

#teacherForm input[type="radio"] {
  accent-color: var(--my-text-color) ;
  /* your theme color */
}

.card-header-color {
  padding: 8px 8px;
  /* background-color: var(--my-theme-inner-color); */
  background-color: var(--main-theme-color);
  /* color: var(--my-text-color); */
  color: white;
  padding: 1px;
}
#colon-a{
    display: inline-block;
  border: 1px solid white;
  /* color: var(--my-text-color); */
  color: var(--main-theme-color);
  padding: 9px 30px;
  font-size: 20px;
  border-radius: 0px 30px 0px 0px;
  background-color: white;
  margin: 0;
  padding-left: 10px;
  /* height: 100%;
  border: 1px solid white;
  color: var(--my-text-color);
  margin: 0px;
  padding: 9px;
  /* width: 35%; 
  width: auto;
  font-size: 20px;
  border-radius: 0px 30px 0px 0px ;
  background-color: white; */
  
}
/* #currentPic{
  border-radius: 50% ;
  border: 2px solid #039 !important ;
}
#profile-name{
 font-size: 35px;
}
#profile-content{
  font-size: 16px;
} */



.currentPic {
  border-radius: 50%;
  border: 2px solid #039 !important;
  max-width: 150px;
  height: auto;
}

#profile-name {
  font-size: 32px;
  line-height: 1.2;
}

#profile-content {
  font-size: 16px;
}



/* ✅ Mobile adjustments */
@media (max-width: 1025px) {
  .main-profile-content {
  margin-left: 25px;
  }

}
@media (max-width: 1125px) {
  .main-profile-content {
  margin-left: 25px;
  }

}
/* ✅ Tablet (iPad) adjustments */
@media (max-width: 992px) and (min-width: 768px) {
  #profile-name {
    font-size: 26px;
  }
  #profile-content {
    font-size: 15px;
  }
  #currentPic {
    max-width: 120px;
  }
}

/* ✅ Mobile adjustments */
@media (max-width: 767px) {
  #profile-name {
    font-size: 22px;
    text-align: center;
  }
  #profile-content {
    font-size: 14px;
    text-align: center;
  }
  #currentPic {
    max-width: 100px;
    margin-bottom: 10px;
  }
}
