/* Style the form */
#regForm .tab {
  display: none;
}
#regForm .tab.active {
  display: block !important;
}

#regForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#regForm .step.active {
  opacity: 1;
}

#regForm .step.finish {
  background-color: #04AA6D;
}
#regForm #prevBtn, #regForm #nextBtn { padding: 10px; cursor: pointer; color: #fff;  background-color: #286090;  border-color: #122b40; font-size: 17px; border-radius: 6px; border: 0px; }
#regForm #submitBtn { padding: 10px; cursor: pointer; color: #fff;  background-color: #04AA6D;  border-color: #122b40; font-size: 17px; border-radius: 6px; border: 0px; }

#regForm label.error { color: red; font-size: 14px; padding: 0px !important; border: 0px !important; }
#regForm .error { margin-bottom: 0px !important;  }

#regForm hr { color: #f4f3f3;}

#regForm .form-section { background: #fff; padding: 2rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
#regForm .form-label { font-weight: 500; }
#regForm .form-check-label { font-weight: 400; }
#regForm .small-text { font-size: 0.95em; color: #666; }
#regForm .logo-img { max-height: 60px; }
#regForm .photo-box { border: 1px solid #888; width: 110px; height: 130px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #888; background: #fafafa; margin-left: auto; }
#regForm .table-section { margin-top: 2rem; }
#regForm .table thead th { font-size: 1rem; font-weight: 500; }
#regForm .table td, .table th { vertical-align: middle; }
#regForm .table-responsive { margin-top: 1rem; }
#regForm .mb-05 { margin-bottom: 0.5rem; }

#regForm #passportPreview {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#regForm #passportPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#regForm #photoInput {
  width: 0px;
  /* position: absolute; */
}
#regForm .upload-text {
  z-index: 1;
}
#regForm input[type='radio'] {
  border: 1px solid #726f6f;
}
.errorjaf {
  color: #f00;
  font-weight: bold;
  margin-bottom: 22px;
  font-size: 1.2rem;
}

.unauthorized-message {
  margin: 100px auto;
  padding: 20px;
  background-color: #ffe6e6;
  color: #a94442;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}