.reg-header {
  border-bottom: 2px dotted #dee2e6;
}

.theme-student .reg-header {
  border-bottom-color: #42AB33;
}

.heading-dots {
  border-bottom: 2px dotted #0b579e;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b579e;
}

.theme-student .heading-dots {
  border-bottom-color: #42AB33;
  color: #42AB33;
}

.logo-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.logo-sub {
  font-size: 1.5rem;
  margin-left: 20px;
}

.logo-main {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 20px;
}

.instruction-blue {
  color: #005bac;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.theme-student .instruction-blue {
  color: #42AB33;
}

.form-table-header {
  background-color: #f8f9fa;
  width: 30%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .form-table-header {
    width: 100%;
    display: block;
  }
  .form-table-content {
    width: 100%;
    display: block;
    border-top: none !important;
  }
}
.required-mark {
  color: #ff0000;
  font-size: 0.8rem;
  margin-left: 5px;
}

.container-confirm {
  max-width: 800px;
  margin: 0 auto;
}

.confirm-table {
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.confirm-table th {
  width: 250px;
  padding: 20px;
  font-weight: normal;
  font-size: 0.9rem;
  border-bottom: 1px solid #dee2e6;
}
.confirm-table td {
  padding: 20px;
  font-size: 0.9rem;
  border-bottom: 1px solid #dee2e6;
}

.container-finish {
  max-width: 800px;
  margin: 0 auto;
}

.finish-box {
  text-align: center;
}

.finish-title h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}
.finish-title h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.flow-diagram {
  margin: 40px 0;
}
.flow-diagram .arrow-down {
  font-size: 1.2rem;
  color: #ccc;
  margin: 10px 0;
}

.flow-step {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 0.9rem;
  background-color: #f9f9f9;
  text-align: left;
  margin: 10px 0;
}
.flow-step h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0b579e;
}

.theme-student .flow-step h4 {
  color: #42AB33;
}

.footer-note {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 40px;
}

.btn-reg-submit {
  background-color: #0d6efd;
  border: none;
  border-radius: 50px !important;
  padding: 12px 40px !important;
  font-size: 1rem !important;
  color: #fff;
  transition: background-color 0.2s;
}
.btn-reg-submit:hover {
  background-color: #0b5ed7;
  color: #fff;
}

.theme-student .btn-reg-submit {
  background-color: #198754;
}
.theme-student .btn-reg-submit:hover {
  background-color: #157347;
}

.btn-reg-back {
  background-color: #555;
  border: none;
  border-radius: 50px !important;
  padding: 12px 40px !important;
  font-size: 1rem !important;
  color: #fff;
  transition: background-color 0.2s;
}
.btn-reg-back:hover {
  background-color: #333;
  color: #fff;
}

.btn-grey-oval {
  background-color: #555;
  color: #fff !important;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 0.9rem;
  border: none;
  margin-right: 15px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
}
.btn-grey-oval:hover {
  background-color: #333;
  color: #fff !important;
}

.btn-blue-oval {
  background-color: #0d6efd;
  color: #fff !important;
  border-radius: 50px;
  padding: 5px 40px;
  font-size: 0.9rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
}
.btn-blue-oval:hover {
  background-color: #0b5ed7;
  color: #fff !important;
}

.theme-student .btn-blue-oval {
  background-color: #198754;
}
.theme-student .btn-blue-oval:hover {
  background-color: #157347;
}

.btn-dark-grey-oval {
  background-color: #333;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
}
.btn-dark-grey-oval:hover {
  background-color: #000;
  color: #fff !important;
}