:root {
  --portal-primary: #0b6fbd;
  --portal-primary-dark: #082f55;
  --portal-accent: #16a085;
  --portal-ink: #17263b;
  --portal-muted: #65758b;
  --portal-line: #dfe7f0;
  --portal-canvas: #f3f6fa;
  --portal-sidebar: 272px;
}

.ppdb-applicant-admission-context {
  margin: 0 0 22px;
  padding: 20px;
  border: 1px solid #cfe1ef;
  border-radius: 14px;
  background: #f7fbfe;
}
.ppdb-applicant-admission-context h3 {
  margin: 0 0 14px;
  color: #12314d;
  font-size: 18px;
  font-weight: 800;
}
.ppdb-applicant-admission-context dl {
  display: grid;
  grid-template-columns: minmax(140px, .42fr) minmax(0, 1fr);
  margin: 0;
}
.ppdb-applicant-admission-context dt,
.ppdb-applicant-admission-context dd {
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #dfebf4;
}
.ppdb-applicant-admission-context dt { color: #647a90; font-weight: 700; }
.ppdb-applicant-admission-context dd { color: #12314d; font-weight: 700; }
.ppdb-applicant-admission-context p { margin: 14px 0 0; color: #526b82; }
@media (max-width: 600px) {
  .ppdb-applicant-admission-context dl { grid-template-columns: 1fr; }
  .ppdb-applicant-admission-context dt { padding-bottom: 2px; border-bottom: 0; }
  .ppdb-applicant-admission-context dd { padding-top: 2px; }
}

body.ppdb-admin-login,
body.ppdb-dashboard {
  color: var(--portal-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ppdb-admin-login {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(22,160,133,.17), transparent 29%),
    radial-gradient(circle at 88% 84%, rgba(11,111,189,.2), transparent 34%),
    #eef4f9 !important;
}

.ppdb-admin-login .ppdb-admin-auth {
  display: flex;
  min-height: 100vh;
  padding: 32px 18px;
  align-items: center;
  justify-content: center;
}

.ppdb-admin-login .ppdb-admin-auth-card {
  display: grid;
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  min-height: 570px;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(11,111,189,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15,48,80,.16);
}

.ppdb-admin-auth-brand {
  position: relative;
  display: flex;
  padding: 52px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: linear-gradient(145deg, #072f54, #0b6fbd 68%, #1599c9);
  color: #fff;
}

.ppdb-admin-auth-brand::before,
.ppdb-admin-auth-brand::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}

.ppdb-admin-auth-brand::before {
  top: -130px;
  right: -120px;
  width: 330px;
  height: 330px;
  box-shadow: 0 0 0 48px rgba(255,255,255,.025);
}

.ppdb-admin-auth-brand::after {
  right: -55px;
  bottom: -90px;
  width: 230px;
  height: 230px;
}

.ppdb-admin-auth-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 17px;
  background: rgba(255,255,255,.12);
  font-size: 26px;
  backdrop-filter: blur(8px);
}
.ppdb-admin-auth-mark img { display: block; max-width: 46px; max-height: 46px; object-fit: contain; }

.ppdb-admin-auth-brand h1 {
  position: relative;
  z-index: 1;
  margin: 26px 0 14px;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.04em;
}

.ppdb-admin-auth-brand p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.ppdb-admin-auth-brand small {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.62);
  font-weight: 600;
}

.ppdb-admin-auth-form {
  display: flex;
  padding: 58px;
  flex-direction: column;
  justify-content: center;
}

.ppdb-admin-auth-eyebrow {
  color: var(--portal-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ppdb-admin-auth-form h2 {
  margin: 9px 0 8px;
  color: var(--portal-ink);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.ppdb-admin-auth-form > p {
  margin-bottom: 28px;
  color: var(--portal-muted);
}

.ppdb-admin-auth-form .form-group {
  margin-bottom: 18px;
}

.ppdb-admin-auth-form label {
  display: block;
  margin-bottom: 7px;
  color: #33455c;
  font-size: 13px;
  font-weight: 800;
}

.ppdb-admin-auth-form .ppdb-login-input {
  position: relative;
}

.ppdb-admin-auth-form .ppdb-login-input > i {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #8c9bae;
  transform: translateY(-50%);
}

.ppdb-admin-auth-form .form-control {
  height: 52px;
  padding: 12px 44px;
  border: 1px solid #d7e1eb;
  border-radius: 12px;
  background: #fbfdff;
  color: var(--portal-ink);
  box-shadow: none;
}

.ppdb-admin-auth-form .form-control:focus {
  border-color: var(--portal-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11,111,189,.1);
}

.ppdb-login-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: #66768b;
  transform: translateY(-50%);
}

.ppdb-admin-auth-form .ppdb-login-submit {
  width: 100%;
  height: 52px;
  margin-top: 6px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(105deg, var(--portal-primary-dark), var(--portal-primary));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(11,111,189,.24);
}

.ppdb-admin-auth-form .ppdb-login-submit:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(11,111,189,.3);
}

.ppdb-admin-auth-form .alert {
  border: 0;
  border-radius: 11px;
}

.ppdb-admin-auth-meta {
  display: flex;
  margin-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--portal-muted);
  font-size: 12px;
}

.ppdb-admin-auth-meta a {
  color: var(--portal-primary);
  font-weight: 800;
}

body.ppdb-dashboard {
  position: relative;
  background: var(--portal-canvas) !important;
}

body.ppdb-dashboard::before {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--portal-sidebar);
  background: linear-gradient(180deg, #082f55 0%, #0a3c69 55%, #082c4d 100%);
  content: "";
  pointer-events: none;
}

body.ppdb-applicant-dashboard::before {
  background: linear-gradient(180deg, #064d59 0%, #076d78 58%, #06454f 100%);
}

body.ppdb-dashboard.nav-sm::before {
  width: 70px;
}

.ppdb-dashboard .container.body,
.ppdb-dashboard .main_container,
.ppdb-dashboard .right_col {
  background: var(--portal-canvas) !important;
}

.ppdb-dashboard .container.body,
.ppdb-dashboard .main_container {
  position: relative;
  min-height: 100vh;
}

.ppdb-dashboard .main_container > .right_col {
  position: relative;
  z-index: 1;
}

.ppdb-dashboard .main_container > .left_col {
  position: absolute;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.ppdb-dashboard .main_container > .left_col > .left_col.scroll-view {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: visible;
}

.ppdb-dashboard .left_col,
.ppdb-dashboard .left_col.scroll-view {
  background: linear-gradient(180deg, #082f55 0%, #0a3c69 55%, #082c4d 100%) !important;
}

.ppdb-dashboard.nav-md .container.body .col-md-3.left_col {
  width: var(--portal-sidebar);
}

.ppdb-dashboard.nav-md .container.body .right_col,
.ppdb-dashboard.nav-md .container.body .top_nav {
  margin-left: var(--portal-sidebar);
}

.ppdb-dashboard .nav_title {
  width: var(--portal-sidebar);
  height: 84px;
  border: 0 !important;
  background: rgba(4,26,47,.34) !important;
}

.ppdb-dashboard .site_title {
  display: flex;
  height: 84px;
  padding: 12px 16px;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  line-height: 1.2;
}

.ppdb-dashboard .site_title img {
  width: 48px;
  height: 48px !important;
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  object-fit: contain;
}

.ppdb-dashboard .ppdb-sidebar-brand-copy {
  display: block;
  min-width: 0;
}

.ppdb-dashboard .ppdb-sidebar-brand-copy strong,
.ppdb-dashboard .ppdb-sidebar-brand-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ppdb-dashboard .ppdb-sidebar-brand-copy strong {
  font-size: 14px;
  letter-spacing: .02em;
}

.ppdb-dashboard .ppdb-sidebar-brand-copy small {
  margin-top: 4px;
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppdb-dashboard .profile {
  display: flex;
  margin: 18px 14px 12px;
  padding: 14px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.06);
}

.ppdb-dashboard .profile_pic {
  width: 54px;
}

.ppdb-dashboard .profile_pic .profile_img {
  width: 46px;
  height: 46px;
  margin: 0;
  border: 2px solid rgba(255,255,255,.65);
  object-fit: cover;
}

.ppdb-dashboard .profile_info {
  width: calc(100% - 54px);
  padding: 0 0 0 10px;
}

.ppdb-dashboard .profile_info span {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppdb-dashboard .profile_info h2 {
  overflow: hidden;
  margin: 3px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ppdb-dashboard .menu_section {
  margin: 20px 12px 0;
}

.ppdb-dashboard .menu_section > h3 {
  margin: 0 10px 9px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ppdb-dashboard .nav.side-menu > li {
  margin: 2px 0;
}

.ppdb-dashboard .nav.side-menu > li > a {
  margin: 0;
  padding: 10px 12px;
  border-radius: 11px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.ppdb-dashboard .nav.side-menu > li > a:hover,
.ppdb-dashboard .nav.side-menu > li.current-page > a {
  background: rgba(255,255,255,.11) !important;
  color: #fff !important;
  text-shadow: none;
}

.ppdb-dashboard .nav.side-menu > li.active:not(.current-page) > a {
  background: rgba(255,255,255,.11) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.ppdb-dashboard .nav.side-menu > li.current-page,
.ppdb-dashboard .nav.side-menu > li.active {
  border-right: 0;
}

.ppdb-dashboard .nav.side-menu > li > a i {
  width: 22px;
  color: #75c8ff;
  font-size: 16px;
}

.ppdb-dashboard .nav.child_menu {
  padding: 3px 6px 5px 9px;
}

.ppdb-dashboard .nav.child_menu li::before,
.ppdb-dashboard .nav.child_menu li::after {
  display: none;
}

.ppdb-dashboard .nav.child_menu li a {
  display: flex;
  margin: 1px 0;
  min-height: 29px;
  padding: 8px 10px 8px 16px;
  align-items: center;
  border-radius: 8px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ppdb-dashboard .nav.child_menu li a:hover {
  background: rgba(255,255,255,.07);
  color: #fff;
}

.ppdb-dashboard .nav.child_menu li.current-page > a,
.ppdb-dashboard .nav.child_menu li.current-page > a:hover,
.ppdb-dashboard .nav.child_menu li.active > a,
.ppdb-dashboard .nav.child_menu li.active > a:hover {
  background: rgba(255,255,255,.11) !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #6ed2ff;
}
.ppdb-dashboard .nav.child_menu li,
.ppdb-dashboard .nav.child_menu li.active,
.ppdb-dashboard .nav.child_menu li.current-page { background: transparent !important; }

/* Account editor: keep long labels, controls and upload panels in one clean grid. */
.ppdb-dashboard .ppdb-account-editor-column {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.ppdb-dashboard .ppdb-account-editor { max-width: 1040px; margin-left: auto; margin-right: auto; }
.ppdb-dashboard .ppdb-account-form { max-width: 720px; margin: 0 auto; }
.ppdb-dashboard .ppdb-account-form > .form-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  margin: 0;
  padding: 10px 0;
}
.ppdb-dashboard .ppdb-account-form > .form-group > .control-label,
.ppdb-dashboard .ppdb-account-form > .form-group > div[class*="col-"] {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.ppdb-dashboard .ppdb-account-form > .form-group > .control-label {
  grid-column: 1;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}
.ppdb-dashboard .ppdb-account-form > .form-group > div[class*="col-"] { grid-column: 1; }
.ppdb-dashboard .ppdb-account-form .form-control { width: 100% !important; max-width: none; }
.ppdb-dashboard .ppdb-account-form textarea.form-control { min-height: 104px; resize: vertical; }

.ppdb-password-input-row { display: flex; align-items: center; gap: 10px; }
.ppdb-password-control { position: relative; flex: 1 1 280px; min-width: 0; }
.ppdb-password-control .form-control { padding-right: 44px !important; }
.ppdb-password-visibility {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #60758e;
}
.ppdb-password-visibility:hover,
.ppdb-password-visibility:focus { color: #087bc1; background: #eef7fd; outline: none; }
.ppdb-password-generate { flex: 0 0 auto; min-height: 40px; margin: 0 !important; }
.ppdb-password-strength { display: flex; align-items: center; gap: 10px; margin-top: 11px; font-size: 12px; }
.ppdb-password-strength-track { flex: 1; height: 7px; overflow: hidden; border-radius: 999px; background: #e5ebf2; }
.ppdb-password-strength-track > span { display: block; width: 0; height: 100%; background: #df4b59; transition: width .2s ease, background .2s ease; }
.ppdb-password-policy[data-password-score="3"] .ppdb-password-strength-track > span { background: #e9a72b; }
.ppdb-password-policy[data-password-score="4"] .ppdb-password-strength-track > span { background: #3ca66c; }
.ppdb-password-policy[data-password-score="5"] .ppdb-password-strength-track > span { background: #09845c; }
.ppdb-password-strength strong { min-width: 80px; color: #40556f; }
.ppdb-password-rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 14px; margin: 10px 0 13px; padding: 0; list-style: none; }
.ppdb-password-rules li { color: #9a4650; font-size: 12px; line-height: 1.35; }
.ppdb-password-rules li span { display: inline-flex; justify-content: center; width: 17px; font-weight: 800; }
.ppdb-password-rules li.is-valid { color: #087b52; }
.ppdb-password-confirm-label { display: block; margin: 0 0 7px; color: #34495e; }
.ppdb-password-policy .help-block { margin: 6px 0 0; color: #718299; }

.ppdb-password-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 31, 52, .58);
}
.ppdb-password-modal-card { width: min(100%, 500px); padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(8, 37, 62, .28); }
.ppdb-password-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ppdb-password-modal-head h3 { margin: 0; color: #172b43; }
.ppdb-password-modal-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf3f8; font-size: 22px; line-height: 1; }
.ppdb-password-modal-card > label { display: block; margin: 12px 0 6px; color: #34495e; }
.ppdb-password-generated-row { display: flex; gap: 8px; }
.ppdb-password-generated-row input,
.ppdb-password-modal-card [data-length] { width: 100%; min-height: 42px; padding: 8px 11px; border: 1px solid #cbd8e5; border-radius: 8px; }
.ppdb-password-modal-card [data-length] { width: 110px; display: block; }
.ppdb-password-modal-card p { margin: 12px 0 0; color: #60758e; font-size: 13px; }
.ppdb-password-modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }
.ppdb-turnstile { width: 100%; min-height: 70px; margin: 14px 0; overflow: hidden; }

.ppdb-dashboard .ppdb-account-school-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ppdb-dashboard .ppdb-account-school-options > label {
  display: block;
  margin: 0;
  cursor: pointer;
}

.ppdb-dashboard .ppdb-account-school-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ppdb-dashboard .ppdb-account-school-options span {
  display: grid;
  min-height: 46px;
  padding: 10px 14px;
  place-items: center;
  border: 1px solid #d7e3ed;
  border-radius: 11px;
  color: #526a81;
  background: #f7fafc;
  font-weight: 800;
  transition: border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ppdb-dashboard .ppdb-account-school-options input:checked + span {
  border-color: #0879c9;
  color: #0871ba;
  background: #eaf6ff;
  box-shadow: 0 0 0 3px rgba(8, 121, 201, .1);
}

.ppdb-dashboard .ppdb-account-school-options input:focus-visible + span {
  outline: 2px solid #0879c9;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-account-form > .form-group { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .ppdb-dashboard .ppdb-account-form > .form-group > .control-label,
  .ppdb-dashboard .ppdb-account-form > .form-group > div[class*="col-"] { grid-column: 1; text-align: left; }
  .ppdb-dashboard .ppdb-account-form > .form-group > .control-label { padding-top: 0; }
  .ppdb-password-input-row { align-items: stretch; flex-direction: column; }
  .ppdb-password-control { flex-basis: auto; }
  .ppdb-password-generate { align-self: flex-start; }
  .ppdb-password-rules { grid-template-columns: minmax(0, 1fr); }
  .ppdb-password-modal-actions { flex-direction: column-reverse; }
  .ppdb-password-modal-actions .btn { width: 100%; }
}

@media (max-width: 420px) {
  .ppdb-dashboard .ppdb-account-school-options { grid-template-columns: minmax(0, 1fr); }
}

.ppdb-dashboard .ppdb-upload-zone,
.ppdb-public .ppdb-upload-zone {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 142px;
  padding: 22px;
  grid-template-columns: 48px minmax(0, 1fr) 70px;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  border: 2px dashed #bad2e7;
  border-radius: 15px;
  background: #f8fbfe;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ppdb-dashboard .ppdb-upload-zone:hover,
.ppdb-dashboard .ppdb-upload-zone.is-dragging,
.ppdb-public .ppdb-upload-zone:hover,
.ppdb-public .ppdb-upload-zone.is-dragging {
  border-color: #0b6fbd;
  background: #eef8ff;
  box-shadow: 0 0 0 4px rgba(11,111,189,.08);
}

.ppdb-upload-zone.is-invalid { border-color: #dc3545 !important; background: #fff6f7 !important; }
.ppdb-upload-zone.is-disabled { opacity: .62; cursor: not-allowed; }
.ppdb-upload-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #dff1ff;
  color: #0876bd;
  font-size: 22px;
}
.ppdb-upload-copy { display: grid; min-width: 0; gap: 3px; }
.ppdb-upload-copy strong { color: #18324d; font-size: 14px; }
.ppdb-upload-copy span { overflow: hidden; color: #526b84; text-overflow: ellipsis; white-space: nowrap; }
.ppdb-upload-copy small { color: #7b8da0; font-size: 11px; }
.ppdb-upload-preview {
  width: 68px;
  height: 68px;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
}
.ppdb-upload-zone.has-file .ppdb-upload-preview { border: 1px solid #cbdbe9; background-color: #fff; }
.ppdb-upload-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ppdb-upload-zone--compact { min-width: 250px; min-height: 96px; padding: 13px; grid-template-columns: 38px minmax(0,1fr); }
.ppdb-upload-zone--compact .ppdb-upload-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 17px; }
.ppdb-upload-zone--compact .ppdb-upload-preview { display: none; }

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-upload-zone,
  .ppdb-public .ppdb-upload-zone { min-height: 128px; padding: 17px; grid-template-columns: 42px minmax(0,1fr); }
  .ppdb-upload-icon { width: 42px; height: 42px; }
  .ppdb-upload-preview { display: none; }
  .ppdb-upload-copy span { white-space: normal; }
}

.ppdb-branding-grid {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
  gap: 18px;
}
.ppdb-branding-preview { display: grid; min-height: 190px; padding: 20px; gap: 12px; border: 1px solid #dce7f1; border-radius: 16px; background: #f8fbfe; }
.ppdb-branding-preview > span { color: #61768d; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.ppdb-branding-logo, .ppdb-branding-favicon { display: flex; min-height: 115px; align-items: center; justify-content: center; border-radius: 12px; background: #fff; }
.ppdb-branding-logo img { display: block; max-width: min(100%, 520px); max-height: 130px; object-fit: contain; }
.ppdb-branding-favicon img { display: block; width: 84px; height: 84px; object-fit: contain; }
.ppdb-branding-form > .row { display: flex; flex-wrap: wrap; }
.ppdb-branding-form label { margin-bottom: 8px; color: #253b53; }
@media (max-width: 767px) {
  .ppdb-branding-grid { grid-template-columns: 1fr; }
  .ppdb-branding-form > .row { display: block; }
  .ppdb-branding-form .col-sm-12 + .col-sm-12 { margin-top: 20px; }
}

.ppdb-dashboard .top_nav .nav_menu {
  position: relative;
  z-index: 1005;
  min-height: 72px;
  border: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 25px rgba(23,54,82,.07);
  backdrop-filter: blur(12px);
}

.ppdb-dashboard .top_nav {
  position: relative;
  z-index: 1005;
}

.ppdb-dashboard .nav.toggle {
  width: auto;
  padding: 0;
}

.ppdb-dashboard .nav.toggle a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 14px 8px 14px 18px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #edf5fb;
  color: var(--portal-primary);
}

.ppdb-topbar-title {
  display: inline-flex;
  height: 72px;
  margin-left: 8px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
}

.ppdb-topbar-title strong,
.ppdb-topbar-title small {
  display: block;
  width: 100%;
}

.ppdb-topbar-title strong {
  color: var(--portal-ink);
  font-size: 15px;
}

.ppdb-topbar-title small {
  margin-top: 2px;
  color: var(--portal-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ppdb-dashboard .nav.navbar-nav.navbar-right {
  margin-right: 14px;
}

.ppdb-dashboard .nav.navbar-nav > li > a {
  min-height: 72px;
  padding-top: 23px;
  color: #405169 !important;
}

.ppdb-dashboard .user-profile img {
  width: 34px;
  height: 34px;
  margin-top: -7px;
  border: 2px solid #dce9f3;
  object-fit: cover;
}

.ppdb-dashboard .dropdown-menu {
  z-index: 1100;
  margin-top: 6px !important;
  padding: 8px;
  border: 1px solid var(--portal-line);
  border-radius: 13px;
  box-shadow: 0 18px 48px rgba(20,51,79,.14);
}

.ppdb-dashboard .dropdown.open > .dropdown-menu,
.ppdb-dashboard .dropdown-menu[aria-expanded="true"] {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ppdb-dashboard .dropdown-menu > li > a {
  padding: 10px 12px;
  border-radius: 8px;
}

.ppdb-dashboard .right_col {
  display: flex;
  min-height: calc(100vh - 72px) !important;
  padding: 28px !important;
  flex-direction: column;
}

.ppdb-module-content {
  width: 100%;
  flex: 1 0 auto;
}

.ppdb-module-content > div > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ppdb-module-content > div > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.ppdb-module-content > div > .row > [class*="col-"] > .x_panel {
  width: 100%;
  height: auto;
}

.ppdb-password-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  background: #f7fbff;
  color: #30455f;
}

.ppdb-password-help > div { display: grid; gap: 4px; }
.ppdb-password-help span { color: #6d7f95; font-size: 12px; }
.ppdb-password-help form { margin: 0; }
.ppdb-reset-notice { margin: 0 0 18px; border-radius: 12px; }
.ppdb-reset-credential { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 10px 0 6px; }
.ppdb-reset-credential code { padding: 6px 10px; border-radius: 7px; background: #fff; color: #173e66; font-size: 15px; letter-spacing: .12em; }

.ppdb-exam-filter { display: flex; align-items: end; flex-wrap: wrap; gap: 14px; }
.ppdb-exam-filter__field { min-width: 190px; flex: 0 1 220px; }
.ppdb-exam-filter__field label { display: block; margin-bottom: 6px; color: #30455f; font-weight: 700; }
.ppdb-exam-filter__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.ppdb-exam-filter__actions .btn { margin: 0; min-height: 44px; }
.ppdb-filter-panel .x_content { padding-top: 14px; }
.ppdb-filter-panel .ppdb-exam-filter { padding: 14px; border: 1px solid #dce7ef; border-radius: 13px; background: #f8fbfd; }
.ppdb-filter-panel .ppdb-exam-filter__field { flex: 1 1 190px; }
.ppdb-filter-panel .ppdb-exam-filter__field.is-wide { flex-basis: 250px; }
.ppdb-compact-action { display: inline-flex !important; min-width: 38px; min-height: 36px; margin: 0 !important; padding: 7px 10px !important; align-items: center; justify-content: center; }
.ppdb-exam-results .table-responsive { overflow-x: auto; }
.ppdb-exam-results .ppdb-data-table { min-width: 980px; }

.ppdb-dashboard .ppdb-dashboard-hero {
  display: flex;
  margin-bottom: 22px;
  padding: 24px 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(112deg, #08375f, #0b6fbd 67%, #179bc9);
  color: #fff;
  box-shadow: 0 18px 44px rgba(11,79,132,.18);
}

.ppdb-dashboard .ppdb-dashboard-hero h1 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.ppdb-dashboard .ppdb-dashboard-hero p {
  margin: 0;
  color: rgba(255,255,255,.73);
}

.ppdb-dashboard .ppdb-dashboard-hero-badge {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppdb-dashboard-year-control {
  display: flex;
  min-width: 410px;
  padding: 10px 11px;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 15px;
  background: rgba(4,63,114,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.ppdb-dashboard-year-control__icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #0877bd;
  background: #fff;
  box-shadow: 0 5px 14px rgba(8,54,92,.16);
}
.ppdb-dashboard-year-control__copy { min-width: 112px; line-height: 1.2; }
.ppdb-dashboard-year-control__copy span,
.ppdb-dashboard-year-control__copy strong { display: block; color: #fff !important; }
.ppdb-dashboard-year-control__copy span { margin-bottom: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
.ppdb-dashboard-year-control__copy strong { font-size: 12px; font-weight: 800; }
.ppdb-dashboard-year-control form { margin: 0; }
.ppdb-dashboard-year-control .form-control {
  min-width: 205px;
  height: 42px;
  padding: 6px 34px 6px 14px;
  border: 0;
  border-radius: 11px;
  color: #17324d;
  background: #fff;
  box-shadow: 0 5px 14px rgba(8,54,92,.16);
  font-weight: 800;
  cursor: pointer;
}

/* Timeline status is rendered as a real pill. The legacy theme floated the
   element to its text width while positioning the arrow against its parent,
   which produced a detached green rectangle whenever the value was empty. */
.ppdb-applicant-dashboard .timeline .tags {
  position: static;
  width: auto;
  margin: 0 0 9px 32px;
}

.ppdb-applicant-dashboard .timeline .tag {
  position: relative;
  display: inline-flex;
  float: none;
  width: auto;
  min-height: 28px;
  height: auto;
  margin: 0;
  padding: 7px 11px;
  align-items: center;
  border: 1px solid #a7eadb;
  border-radius: 999px;
  background: #e9fbf6;
  color: #087965 !important;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.ppdb-applicant-dashboard .timeline .tag::after {
  display: none;
}

.ppdb-applicant-dashboard .timeline .tag span {
  width: auto;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}

.ppdb-applicant-dashboard .timeline .block {
  margin-left: 0;
  padding: 5px 15px 18px 32px;
}

.ppdb-dashboard .row.top_tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ppdb-dashboard .row.top_tiles > [class*="col-"] {
  display: flex;
  margin-bottom: 20px;
}

.ppdb-dashboard .tile-stats {
  width: 100%;
  height: 148px;
  min-height: 148px;
  margin: 0;
  padding: 22px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(11,111,189,.08);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 11px 34px rgba(24,55,83,.07);
}

.ppdb-dashboard .tile-stats .count {
  position: relative;
  z-index: 2;
  color: var(--portal-ink);
  font-size: 36px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ppdb-dashboard .tile-stats h3 {
  position: relative;
  z-index: 2;
  margin-top: 7px;
  color: #30435a;
  font-size: 14px;
  font-weight: 800;
}

.ppdb-dashboard .tile-stats p {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 58px);
  margin-bottom: 0;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.35;
}

.ppdb-dashboard .tile-stats .icon {
  display: flex;
  width: 52px;
  height: 52px;
  right: 18px;
  top: 18px;
  align-items: center;
  justify-content: center;
  color: #d8ebf9;
  line-height: 1;
}

.ppdb-dashboard .tile-stats .icon i {
  font-size: 46px;
  line-height: 1;
}

.ppdb-dashboard .x_panel {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid rgba(11,111,189,.08);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 11px 34px rgba(24,55,83,.065);
}

.ppdb-module-page {
  width: 100%;
}

.ppdb-module-heading {
  display: flex;
  margin: 0 0 20px;
  align-items: flex-end;
  justify-content: space-between;
}

.ppdb-module-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--portal-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ppdb-module-heading h1 {
  margin: 0;
  color: var(--portal-ink);
  font-size: 24px;
  font-weight: 800;
}

.ppdb-module-heading p {
  margin: 6px 0 0;
  color: var(--portal-muted);
  font-size: 13px;
}

.ppdb-module-grid {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
}

.ppdb-module-card {
  display: flex;
  min-width: 0;
}

.ppdb-dashboard .x_panel.ppdb-module-card {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
}

.ppdb-module-card .x_panel {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  flex-direction: column;
}

.ppdb-module-card .x_content {
  flex: 1 1 auto;
}

.ppdb-module-card .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.ppdb-form-actions {
  display: flex;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--portal-line);
  align-items: center;
  gap: 8px;
}

.ppdb-table-wrap {
  width: 100%;
}

.ppdb-data-table {
  margin: 0;
  table-layout: auto;
}

.ppdb-data-table th {
  white-space: nowrap;
}

.ppdb-data-table td,
.ppdb-data-table th {
  vertical-align: middle !important;
}

.ppdb-action-col {
  width: 110px;
  text-align: right;
  white-space: nowrap;
}

.ppdb-inline-form {
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.ppdb-inline-form .btn {
  margin: 0;
}

.ppdb-data-table .btn-xs {
  min-width: 34px;
  height: 34px;
  margin-left: 4px;
  padding: 0;
  border-radius: 9px;
  line-height: 32px;
  text-align: center;
}

.ppdb-empty-state {
  padding: 28px 12px;
  color: var(--portal-muted);
  text-align: center;
}

.ppdb-dashboard .x_title {
  margin-bottom: 18px;
  padding: 0 0 13px;
  border-bottom: 1px solid #e7edf4;
}

.ppdb-dashboard .x_title h2 {
  color: #263b53;
  font-size: 16px;
  font-weight: 800;
}

.ppdb-dashboard .x_title h2 small {
  color: var(--portal-muted);
  font-weight: 500;
}

.ppdb-dashboard .form-control {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #d7e1eb;
  border-radius: 10px;
  background: #fbfdff;
  box-shadow: none;
}

.ppdb-dashboard textarea.form-control {
  min-height: 120px;
}

.ppdb-dashboard .form-control:focus {
  border-color: var(--portal-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11,111,189,.09);
}

.ppdb-dashboard select.form-control:not(:disabled),
.ppdb-dashboard .dropdown-toggle,
.ppdb-dashboard [data-toggle="dropdown"],
.ppdb-dashboard .select2-selection,
.ppdb-dashboard .daterangepicker select {
  cursor: pointer !important;
}

/* One responsive layout for legacy and modern administrator add/edit forms. */
.ppdb-dashboard .ppdb-admin-editor-form {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.ppdb-dashboard .x_panel.ppdb-admin-editor-panel {
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9e6f0;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(29, 78, 116, .09);
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_title,
.ppdb-dashboard .ppdb-admin-editor-panel > .ppdb-admin-editor-heading {
  display: block;
  margin: 0;
  padding: 22px 26px 18px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #084c7d 0%, #0879c9 100%);
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_title h2,
.ppdb-dashboard .ppdb-admin-editor-panel > .ppdb-admin-editor-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_title h2 small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.5;
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_title .panel_toolbox {
  display: none;
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_content {
  padding: 22px 26px 28px;
}

.ppdb-dashboard .ppdb-admin-editor-panel > .x_content > br:first-child {
  display: none;
}

.ppdb-dashboard .ppdb-admin-editor-form .form-group {
  display: flex;
  margin: 0;
  padding: 11px 0;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 9px 14px;
  border-bottom: 1px solid #edf2f6;
}

.ppdb-dashboard .ppdb-admin-editor-form .form-group > .control-label {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 12px 0 0;
  float: none;
  flex: 0 0 225px;
  color: #263b53;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.ppdb-dashboard .ppdb-admin-editor-form .form-group > div[class*="col-"] {
  width: auto;
  min-width: 180px;
  margin: 0;
  padding: 0;
  float: none;
  flex: 1 1 240px;
}

.ppdb-dashboard .ppdb-admin-editor-form .form-control {
  width: 100% !important;
  max-width: none;
}

.ppdb-dashboard .ppdb-admin-editor-form textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.ppdb-dashboard .ppdb-admin-content-form > .row {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.ppdb-dashboard .ppdb-admin-content-form > .row > [class*="col-"] {
  width: auto;
  padding: 0;
  float: none;
}

.ppdb-dashboard .ppdb-admin-content-form > .row .form-group {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 11px 0;
}

.ppdb-dashboard .ppdb-admin-content-form > .row .form-group > label,
.ppdb-dashboard .ppdb-admission-form-subtitle {
  display: block;
  margin: 0 0 7px;
  color: #263b53;
  font-size: 12px;
  font-weight: 800;
}

.ppdb-dashboard .ppdb-admission-form-subtitle {
  margin: 17px 0 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e8eef4;
  font-size: 15px;
}

.ppdb-dashboard .ppdb-admission-form-subtitle small,
.ppdb-dashboard .ppdb-admin-content-form label small { color: #7a8fa2; font-size: 10px; font-weight: 600; }

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-admin-content-form > .row { grid-template-columns: minmax(0, 1fr); }
}

.ppdb-dashboard .ppdb-admin-editor-form .ln_solid {
  margin: 20px 0 4px;
  border-color: #e4edf4;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-editor-actions {
  padding-top: 17px;
  padding-bottom: 0;
  justify-content: flex-end;
  border-bottom: 0;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-editor-actions > div[class*="col-"] {
  max-width: calc(100% - 239px);
  flex: 1 1 320px;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-compact-address > .ppdb-admin-compact-fields {
  display: grid;
  min-width: 0;
  flex: 1 1 420px;
  grid-template-columns: minmax(90px, 120px) minmax(90px, 120px) minmax(130px, 170px);
  gap: 12px;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-compact-fields > div[class*="col-"] {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-phone-fields {
  display: grid;
  min-width: 0;
  flex: 1 1 520px;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 12px;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-phone-fields > div[class*="col-"] {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-compact-label {
  display: block;
  margin: 0 0 6px;
  color: #4e6479;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
}

.ppdb-dashboard .ppdb-admin-date-wrap {
  width: 100%;
}

.ppdb-dashboard .ppdb-admin-date-help {
  display: block;
  margin-top: 7px;
  color: #71869a;
  font-size: 11px;
  line-height: 1.5;
}

.ppdb-dashboard .ppdb-admin-region-status {
  display: block;
  margin-top: 7px;
  color: #64798d;
  font-size: 11px;
  line-height: 1.45;
}

.ppdb-dashboard .ppdb-admin-region-status.is-loading { color: #0879c9; }
.ppdb-dashboard .ppdb-admin-region-status.is-ready { color: #23855f; }
.ppdb-dashboard .ppdb-admin-region-status.is-warning { color: #a56311; }

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-admin-editor-panel > .x_title,
  .ppdb-dashboard .ppdb-admin-editor-panel > .ppdb-admin-editor-heading {
    padding: 19px 20px 16px;
  }

  .ppdb-dashboard .ppdb-admin-editor-panel > .x_content {
    padding: 18px;
  }

  .ppdb-dashboard .ppdb-admin-editor-form .form-group > .control-label,
  .ppdb-dashboard .ppdb-admin-editor-form .form-group > div[class*="col-"] {
    width: 100%;
    flex-basis: 100%;
  }

  .ppdb-dashboard .ppdb-admin-editor-form .form-group > .control-label {
    padding-top: 0;
  }

  .ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-editor-actions > div[class*="col-"] {
    max-width: none;
  }

  .ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-compact-address > .ppdb-admin-compact-fields {
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: minmax(70px, 1fr) minmax(70px, 1fr) minmax(110px, 1.4fr);
  }

  .ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-phone-fields {
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .ppdb-dashboard .ppdb-admin-editor-form .ppdb-admin-phone-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Dynamic admission catalogue (administrator, Stage 1B). */
.ppdb-admission-admin {
  --admission-blue: #0879c9;
  --admission-deep: #084c7d;
  --admission-teal: #0b8e8f;
  --admission-line: #dce8f1;
  --admission-soft: #f4f8fc;
  color: #20364d;
}

.ppdb-admission-hero {
  display: flex;
  min-height: 168px;
  margin: 0 0 18px;
  padding: 30px 34px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(125deg, #084c7d 0%, #0879c9 72%, #12a6b5 100%);
  box-shadow: 0 16px 38px rgba(8, 76, 125, .16);
}

.ppdb-admission-hero h1 {
  margin: 5px 0 8px;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
}

.ppdb-admission-hero p {
  max-width: 710px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.65;
}

.ppdb-admission-eyebrow {
  color: #9fe9ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ppdb-admission-hero-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-left: 24px;
  flex: 0 0 76px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  font-size: 31px;
}

.ppdb-admission-stage-note {
  display: flex;
  margin-bottom: 18px;
  padding: 15px 18px;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid #bfe0f3;
  border-left: 5px solid var(--admission-blue);
  border-radius: 14px;
  background: #f5fbff;
  color: #28506d;
}

.ppdb-admission-stage-note > i { margin-top: 2px; color: var(--admission-blue); font-size: 18px; }
.ppdb-admission-stage-note strong,
.ppdb-admission-stage-note span { display: block; }
.ppdb-admission-stage-note span { margin-top: 3px; color: #58738a; line-height: 1.55; }

.ppdb-admission-metrics {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.ppdb-admission-metrics > div {
  padding: 17px 19px;
  border: 1px solid var(--admission-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(25, 70, 104, .06);
}

.ppdb-admission-metrics span { display: block; color: #6b8094; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ppdb-admission-metrics strong { display: block; margin-top: 4px; color: #123d5e; font-size: 24px; font-weight: 800; }

.ppdb-admission-tabs {
  display: grid;
  margin-bottom: 20px;
  padding: 6px;
  grid-template-columns: repeat(5, minmax(135px, 1fr));
  gap: 5px;
  border: 1px solid var(--admission-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 70, 104, .05);
}

.ppdb-admission-tabs a {
  display: flex;
  min-height: 45px;
  padding: 9px 12px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  color: #557087;
  font-weight: 700;
  text-align: center;
}

.ppdb-admission-tabs a:hover { color: var(--admission-blue); background: #eef8ff; }
.ppdb-admission-tabs a.is-active { color: #fff; background: linear-gradient(135deg, var(--admission-deep), var(--admission-blue)); box-shadow: 0 8px 18px rgba(8,121,201,.2); }
.ppdb-admission-admin.is-loading { opacity: .58; pointer-events: none; transition: opacity .15s ease; }

.ppdb-exam-question-picker {
  max-height: 360px;
  overflow: auto;
  padding: 12px;
  border: 1px solid var(--admission-line);
  border-radius: 12px;
  background: #f8fbfe;
}
.ppdb-exam-question-group > strong { display: block; margin: 2px 0 10px; color: #0a67a7; }
.ppdb-exam-question-group label { display: flex; gap: 10px; padding: 9px 10px; align-items: flex-start; border-top: 1px solid #e4edf4; cursor: pointer; font-weight: 500; }
.ppdb-exam-question-group label:hover { background: #eef8ff; }
.ppdb-exam-question-group input { margin-top: 3px; flex: 0 0 auto; }

.ppdb-document-kind-tabs {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ppdb-document-kind-tabs a {
  display: flex;
  min-height: 74px;
  padding: 14px 17px;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--admission-line);
  border-radius: 14px;
  color: #46647c;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25,70,104,.05);
}

.ppdb-document-kind-tabs a > i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--admission-blue);
  background: #eaf6ff;
  font-size: 17px;
}

.ppdb-document-kind-tabs a span,
.ppdb-document-kind-tabs a strong,
.ppdb-document-kind-tabs a small { display: block; }
.ppdb-document-kind-tabs a strong { color: #173e5d; font-size: 14px; }
.ppdb-document-kind-tabs a small { margin-top: 3px; color: #71869a; font-size: 11px; }
.ppdb-document-kind-tabs a:hover { border-color: #a9d6f4; background: #f7fcff; }
.ppdb-document-kind-tabs a.is-active { border-color: var(--admission-blue); box-shadow: 0 9px 24px rgba(8,121,201,.12); }
.ppdb-document-kind-tabs a.is-active > i { color: #fff; background: linear-gradient(135deg, var(--admission-deep), var(--admission-blue)); }
.ppdb-document-guide { margin-bottom: 16px; }

.ppdb-admission-two-column {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(440px, 1.28fr);
  gap: 18px;
}

.ppdb-admission-two-column.is-single { grid-template-columns: minmax(0, 1fr); }

.ppdb-admission-list-toolbar {
  display: flex;
  min-height: 76px;
  margin-bottom: 16px;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--admission-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 70, 104, .05);
}

.ppdb-admission-list-toolbar > div:first-child strong,
.ppdb-admission-list-toolbar > div:first-child span { display: block; }
.ppdb-admission-list-toolbar > div:first-child strong { color: #173e5d; font-size: 16px; }
.ppdb-admission-list-toolbar > div:first-child span { margin-top: 3px; color: #71869a; font-size: 12px; }
.ppdb-admission-list-toolbar > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.ppdb-admission-list-toolbar .btn { margin: 0; }

.ppdb-admission-admin .x_panel.ppdb-admission-form-panel,
.ppdb-admission-admin .x_panel.ppdb-admission-list-panel {
  border: 1px solid var(--admission-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(23, 66, 99, .07);
}

.ppdb-admission-admin .ppdb-admission-form-panel { max-width: 960px; margin: 0 auto 20px; overflow: hidden; }
.ppdb-admission-admin .ppdb-admission-two-column .ppdb-admission-form-panel { width: 100%; max-width: none; }
.ppdb-admission-admin .ppdb-admission-form-panel .x_title {
  margin: 0;
  padding: 19px 22px;
  border: 0;
  background: linear-gradient(135deg, var(--admission-deep), var(--admission-blue));
}
.ppdb-admission-admin .ppdb-admission-form-panel .x_title h2 { margin: 0; color: #fff; font-size: 20px; font-weight: 800; }
.ppdb-admission-admin .ppdb-admission-form-panel .x_title h2 small { color: rgba(255,255,255,.82); font-size: 11px; }
.ppdb-admission-admin .ppdb-admission-form-panel .x_content { padding: 20px 22px 22px; }
.ppdb-admission-admin .ppdb-admission-form-panel .form-group {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}
.ppdb-admission-admin .ppdb-admission-form-panel .form-group:last-child { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid #e5edf3; }
.ppdb-admission-admin .ppdb-admission-form-panel .form-group > .control-label {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
  text-align: left;
}
.ppdb-admission-admin .ppdb-admission-form-panel .form-group > div { float: none; width: 100%; min-width: 0; }
.ppdb-admission-admin .ppdb-admission-form-panel .form-control { min-height: 44px; border-radius: 10px; }
.ppdb-admission-admin .ppdb-admission-form-panel textarea.form-control { min-height: 84px; resize: vertical; }

.ppdb-admission-two-column .ppdb-admin-editor-form .form-group > .control-label,
.ppdb-admission-two-column .ppdb-admin-editor-form .form-group > div[class*="col-"],
.ppdb-admission-two-column .ppdb-admin-editor-form .ppdb-admin-editor-actions > div[class*="col-"] {
  width: 100%;
  max-width: none;
  flex-basis: 100%;
}

.ppdb-admission-two-column .ppdb-admin-editor-form .form-group > .control-label { padding-top: 0; }

.ppdb-admission-admin .ppdb-admission-form-panel .x_title h2 small,
.ppdb-admission-admin .ppdb-admission-list-panel .x_title h2 small {
  display: block;
  margin-top: 4px;
  line-height: 1.45;
}

.ppdb-admission-field-grid {
  display: grid;
  margin-bottom: 15px;
  padding: 0;
  gap: 13px;
  border: 0;
}

.ppdb-admission-field-grid.is-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ppdb-admission-field-grid.is-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ppdb-admission-field-grid > div { min-width: 0; }
.ppdb-admission-field-grid label,
.ppdb-admission-form-panel .form-group label.control-label,
.ppdb-admission-field-grid > div > label:first-child {
  display: block;
  margin: 0 0 7px;
  color: #344b60;
  font-size: 12px;
  font-weight: 800;
}

.ppdb-admission-field-grid label span,
.ppdb-admission-form-panel .control-label span { color: #8294a5; font-size: 10px; font-weight: 600; }
.ppdb-admission-field-grid small { display: block; margin-top: 6px; color: #71869a; font-size: 11px; line-height: 1.45; }

.ppdb-admission-admin .ppdb-admission-check {
  display: flex !important;
  min-height: 44px;
  margin: 0;
  padding: 10px 13px;
  align-items: center;
  gap: 9px;
  border: 1px solid #d7e1eb;
  border-radius: 10px;
  background: #fbfdff;
  cursor: pointer;
}

.ppdb-admission-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--admission-blue); cursor: pointer; }
.ppdb-admission-check span { color: #344b60 !important; font-size: 12px !important; font-weight: 700 !important; }

.ppdb-admission-table { margin: 0; }
.ppdb-admission-table th { white-space: nowrap; color: #50677d; font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.ppdb-admission-table td { vertical-align: middle !important; color: #344b60; }
.ppdb-admission-table td > strong,
.ppdb-admission-table td > small { display: block; }
.ppdb-admission-table td > small { margin-top: 3px; color: #71869a; line-height: 1.4; }

.ppdb-admission-badge {
  display: inline-flex;
  min-height: 25px;
  padding: 4px 9px;
  align-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ppdb-admission-badge.is-active { color: #087657; background: #dff8ed; }
.ppdb-admission-badge.is-inactive,
.ppdb-admission-badge.is-ended,
.ppdb-admission-badge.is-archived { color: #687b8c; background: #eaf0f4; }
.ppdb-admission-badge.is-draft,
.ppdb-admission-badge.is-incomplete { color: #966211; background: #fff2d8; }
.ppdb-admission-badge.is-blocked { color: #8a5b16; background: #fff0cf; }
.ppdb-admission-badge.is-paused { color: #a14b21; background: #ffe6d9; }
.ppdb-admission-badge.is-scheduled { color: #1765a2; background: #e1f2ff; }
.ppdb-admission-badge.is-neutral { color: #385b76; background: #edf4f8; }
.ppdb-admission-table small.is-ready { color: #087657; font-weight: 700; }
.ppdb-admission-table small.is-not-ready { color: #9a6516; }

.ppdb-admission-levels {
  margin-top: 15px;
  border: 1px solid var(--admission-line);
  border-radius: 12px;
  background: #f9fbfd;
}

.ppdb-admission-levels summary { padding: 12px 15px; color: #34536c; font-weight: 800; cursor: pointer; }
.ppdb-admission-levels .table-responsive { padding: 0 12px 10px; }
.ppdb-admission-levels .table { margin: 0; background: #fff; }

.ppdb-admission-mapping-summary {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.ppdb-admission-mapping-summary > div {
  padding: 16px 18px;
  border: 1px solid var(--admission-line);
  border-top: 4px solid #91a6b8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25,70,104,.05);
}

.ppdb-admission-mapping-summary > div.is-success { border-top-color: #18a77b; }
.ppdb-admission-mapping-summary > div.is-warning { border-top-color: #e0a02c; }
.ppdb-admission-mapping-summary span,
.ppdb-admission-mapping-summary small { display: block; }
.ppdb-admission-mapping-summary span { color: #60778c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ppdb-admission-mapping-summary strong { display: block; margin: 3px 0; color: #173e5d; font-size: 25px; }
.ppdb-admission-mapping-summary small { color: #74899b; line-height: 1.4; }
.ppdb-admission-mapping-note { border-color: #eadcb8; border-left-color: #d89b27; background: #fffaf0; }
.ppdb-admission-mapping-note > i { color: #b77812; }

.ppdb-admission-filter-chips {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 8px;
}

.ppdb-admission-filter-chips a {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7e4ed;
  border-radius: 10px;
  color: #4b687e;
  background: #f8fbfd;
  font-size: 12px;
  font-weight: 800;
}

.ppdb-admission-filter-chips a span { padding: 1px 7px; border-radius: 999px; background: #e7f0f6; font-size: 10px; }
.ppdb-admission-filter-chips a.is-active { border-color: var(--admission-blue); color: #fff; background: var(--admission-blue); }
.ppdb-admission-filter-chips a.is-active span { background: rgba(255,255,255,.2); }
.ppdb-admission-mapping-table td:nth-child(1) { min-width: 210px; }
.ppdb-admission-mapping-table td:nth-child(3) { min-width: 220px; }
.ppdb-admission-mapping-table td:last-child { min-width: 300px; }
.ppdb-admission-empty-value { color: #8495a4; font-style: italic; }

.ppdb-admission-missing-list {
  margin: 0;
  padding-left: 18px;
  color: #60778c;
  font-size: 11px;
  line-height: 1.5;
}
.ppdb-admission-missing-list li + li { margin-top: 4px; }
.ppdb-admission-fix-link { margin: 9px 0 0 !important; }
.ppdb-admission-no-action { display: block; margin-top: 8px; color: #087657; font-weight: 700; }
.ppdb-admission-readonly {
  margin-bottom: 10px;
  padding: 14px 16px;
  border: 1px solid #dbe7ef;
  border-radius: 11px;
  background: #f7fbfe;
}
.ppdb-admission-readonly span,
.ppdb-admission-readonly strong,
.ppdb-admission-readonly small { display: block; }
.ppdb-admission-readonly span { color: #6b8094; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ppdb-admission-readonly strong { margin-top: 3px; color: #173e5d; font-size: 15px; }
.ppdb-admission-readonly small { margin-top: 3px; color: #71869a; }

.ppdb-admission-pagination {
  display: flex;
  min-height: 54px;
  margin-top: 15px;
  padding: 10px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #dce7ef;
  border-radius: 12px;
  background: #f8fbfd;
  color: #60778c;
  font-size: 12px;
}
.ppdb-admission-pagination > div { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.ppdb-admission-pagination a,
.ppdb-admission-pagination strong,
.ppdb-admission-pagination-controls > span { display: inline-flex; min-width: 34px; min-height: 34px; padding: 7px 10px; align-items: center; justify-content: center; gap: 6px; border-radius: 9px; }
.ppdb-admission-pagination a { border: 1px solid #cfe0eb; color: var(--admission-blue); background: #fff; font-weight: 800; }
.ppdb-admission-pagination a:hover { border-color: var(--admission-blue); background: #eef8ff; }
.ppdb-admission-pagination strong.is-current { color: #fff; background: var(--admission-blue); }
.ppdb-admission-pagination-controls > span.is-disabled { border: 1px solid #e4ebf0; color: #a4b2bd; background: #f2f5f7; cursor: not-allowed; }
.ppdb-admission-pagination-controls > span.is-ellipsis { min-width: 22px; padding-right: 3px; padding-left: 3px; color: #7890a3; }

.ppdb-document-history-warning {
  display: flex;
  margin: 2px 0 15px;
  padding: 12px 14px;
  align-items: flex-start;
  gap: 9px;
  border: 1px solid #f0d8a3;
  border-radius: 11px;
  color: #7d5b18;
  background: #fff9e9;
  font-size: 12px;
  line-height: 1.5;
}
.ppdb-document-history-warning i { margin-top: 2px; }

.ppdb-document-filters {
  display: grid;
  margin-bottom: 16px;
  padding: 14px;
  grid-template-columns: 1.15fr 1.15fr .9fr .9fr auto;
  align-items: end;
  gap: 10px;
  border: 1px solid #dce7ef;
  border-radius: 13px;
  background: #f8fbfd;
}
.ppdb-document-filters > div { min-width: 0; }
.ppdb-document-filters label { display: block; margin: 0 0 6px; color: #50677d; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ppdb-document-filters .form-control { min-height: 40px; border-radius: 9px; }
.ppdb-document-filter-actions { display: flex; gap: 7px; }
.ppdb-document-filter-actions .btn { min-height: 40px; margin: 0; }
.ppdb-document-master-table td:first-child { min-width: 330px; white-space: normal; }
.ppdb-document-master-table td:first-child strong { line-height: 1.5; }
.ppdb-document-scope-table td:first-child { min-width: 220px; }
.ppdb-document-scope-table td:nth-child(2) { min-width: 210px; }

@media (max-width: 991px) {
  .ppdb-admission-two-column { grid-template-columns: minmax(0, 1fr); }
  .ppdb-admission-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-admission-tabs { overflow-x: auto; grid-template-columns: repeat(5, minmax(140px, 1fr)); }
  .ppdb-admission-mapping-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-admission-field-grid.is-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-document-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-document-filter-actions { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .ppdb-admission-hero { min-height: 0; padding: 24px 22px; }
  .ppdb-admission-hero-icon { display: none; }
  .ppdb-admission-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-admission-field-grid.is-two,
  .ppdb-admission-field-grid.is-three { grid-template-columns: minmax(0, 1fr); }
  .ppdb-document-kind-tabs,
  .ppdb-document-filters { grid-template-columns: minmax(0, 1fr); }
  .ppdb-document-filter-actions { grid-column: 1; }
  .ppdb-admission-mapping-summary { grid-template-columns: minmax(0, 1fr); }
  .ppdb-admission-stage-note { padding: 13px; }
  .ppdb-admission-list-toolbar,
  .ppdb-admission-pagination { align-items: stretch; flex-direction: column; }
  .ppdb-admission-list-toolbar > div:last-child,
  .ppdb-admission-pagination > div { justify-content: flex-start; }
  .ppdb-admission-admin .ppdb-admission-form-panel .form-group { grid-template-columns: minmax(0, 1fr); gap: 5px; }
  .ppdb-admission-admin .ppdb-admission-form-panel .form-group > .control-label { padding-top: 0; }
  .ppdb-admission-admin .ppdb-admission-form-panel .form-group:last-child > div { grid-column: 1; }
}

.ppdb-dashboard label,
.ppdb-dashboard .control-label {
  color: #34475d;
  font-weight: 700;
}

.ppdb-dashboard .btn {
  padding: 9px 15px;
  border-radius: 9px;
  font-weight: 700;
}

.ppdb-dashboard .btn-primary,
.ppdb-dashboard .btn-success,
.ppdb-dashboard .btn-info {
  border-color: var(--portal-primary);
  background: var(--portal-primary);
}

.ppdb-dashboard .btn-danger {
  border-color: #dc4b5c;
  background: #dc4b5c;
}

.ppdb-dashboard .table-responsive {
  overflow-x: auto;
  border: 1px solid #e4ebf2;
  border-radius: 12px;
}

.ppdb-dashboard .table {
  margin-bottom: 0;
}

.ppdb-dashboard .table > thead > tr > th {
  padding: 13px 11px;
  border-bottom: 1px solid #dde6ef;
  background: #f5f8fb;
  color: #43556a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ppdb-dashboard .table > tbody > tr > td {
  padding: 12px 11px;
  border-top-color: #edf1f5;
  vertical-align: middle;
}

.ppdb-dashboard .table > tbody > tr:hover {
  background: #f8fbfd;
}

.ppdb-dashboard .alert,
.ppdb-dashboard .well,
.ppdb-dashboard .list-group-item {
  border-radius: 11px;
}

.ppdb-dashboard .list-group-item {
  margin-bottom: 7px;
  border: 1px solid #e2eaf2;
}

.ppdb-dashboard .list-group-item.active,
.ppdb-dashboard .list-group-item.active:hover,
.ppdb-dashboard .list-group-item.active:focus {
  border-color: var(--portal-primary);
  background: var(--portal-primary);
}

.ppdb-dashboard .media.event {
  margin: 0 0 11px;
  padding: 10px;
  border: 1px solid #edf1f5;
  border-radius: 11px;
}

.ppdb-dashboard .media.event .date {
  border-radius: 10px !important;
}

.ppdb-dashboard .media.event .ppdb-message-id {
  display: block;
  margin: 2px 0 4px;
  color: var(--portal-muted);
  font-size: 10px;
  letter-spacing: .035em;
}

.ppdb-dashboard footer {
  margin: auto -28px -28px;
  padding: 20px 28px;
  border: 0;
  border-top: 1px solid #e0e8ef;
  border-radius: 0;
  background: #fff;
  color: var(--portal-muted);
  box-shadow: none;
}

.ppdb-dashboard footer .copyright-info p {
  margin: 0;
}

.ppdb-applicant-dashboard {
  --portal-primary: #087f8c;
  --portal-primary-dark: #075663;
  --portal-accent: #0b6fbd;
}

.ppdb-applicant-dashboard .left_col,
.ppdb-applicant-dashboard .left_col.scroll-view {
  background: linear-gradient(180deg, #064d59 0%, #076d78 58%, #06454f 100%) !important;
}

.ppdb-applicant-dashboard .nav.side-menu > li > a i {
  color: #75e0d6;
}

.ppdb-applicant-dashboard .ppdb-dashboard-hero {
  background: linear-gradient(112deg, #075663, #087f8c 67%, #0b95a5);
}

@media (max-width: 991px) {
  body.ppdb-dashboard::before {
    display: none;
  }

  .ppdb-admin-login .ppdb-admin-auth-card {
    max-width: 680px;
    grid-template-columns: 1fr;
  }

  .ppdb-admin-auth-brand {
    min-height: 290px;
  }

  .ppdb-dashboard.nav-md .container.body .right_col,
  .ppdb-dashboard.nav-md .container.body .top_nav {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
  .ppdb-password-help { align-items: stretch; flex-direction: column; }
  .ppdb-password-help .btn { width: 100%; }

  .ppdb-admin-login .ppdb-admin-auth {
    padding: 14px;
  }

  .ppdb-admin-login .ppdb-admin-auth-card {
    border-radius: 20px;
  }

  .ppdb-admin-auth-brand,
  .ppdb-admin-auth-form {
    padding: 34px 25px;
  }

  .ppdb-admin-auth-brand h1 {
    font-size: 31px;
  }

  .ppdb-admin-auth-form h2 {
    font-size: 27px;
  }

  .ppdb-dashboard .right_col {
    padding: 18px 13px !important;
  }

  .ppdb-topbar-title {
    display: none;
  }

  .ppdb-dashboard .ppdb-dashboard-hero {
    padding: 21px;
    align-items: flex-start;
    flex-direction: column;
  }

  .ppdb-dashboard .ppdb-dashboard-hero h1 {
    font-size: 21px;
  }

  .ppdb-dashboard-year-control, .ppdb-dashboard-year-control form, .ppdb-dashboard-year-control .form-control { width: 100%; min-width: 0; }

  .ppdb-dashboard footer {
    margin: auto -13px -18px;
  }

  .ppdb-module-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ppdb-module-heading h1 {
    font-size: 21px;
  }

  .ppdb-module-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ppdb-module-card .x_panel {
    height: auto;
  }
}

/* Operator dashboard: every number states its scope and reconciles visibly. */
.ppdb-dashboard .ppdb-recap-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: -8px 0 20px;
  padding: 14px 16px;
  border: 1px solid #cfe3f3;
  border-radius: 13px;
  background: #f4faff;
  color: #34516f;
}

.ppdb-dashboard .ppdb-recap-note > i { margin-top: 2px; color: #0b78bf; font-size: 18px; }
.ppdb-dashboard .ppdb-recap-note > div { display: grid; gap: 3px; }
.ppdb-dashboard .ppdb-recap-note span { color: #61768e; font-size: 12px; line-height: 1.55; }

.ppdb-dashboard .ppdb-stat-card {
  display: flex;
  color: var(--portal-ink);
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
}

.ppdb-dashboard a.ppdb-stat-card:hover {
  border-color: #b9d8ef;
  color: var(--portal-ink);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(25, 72, 110, .13);
}

.ppdb-dashboard .ppdb-stat-card strong {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: #2c405a;
  font-size: 14px;
}

.ppdb-dashboard .ppdb-stat-card small {
  position: relative;
  z-index: 1;
  max-width: 82%;
  margin-top: 5px;
  color: var(--portal-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ppdb-dashboard .ppdb-stat-card--warning .icon { color: #f1a72b; }
.ppdb-dashboard .ppdb-stat-card--success .icon { color: #1e9a66; }
.ppdb-dashboard .ppdb-recap-panel { margin-bottom: 22px; }

.ppdb-dashboard .ppdb-status-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.ppdb-dashboard .ppdb-status-card {
  display: grid;
  min-height: 116px;
  padding: 14px;
  align-content: center;
  gap: 3px;
  border: 1px solid #dfe8f0;
  border-radius: 12px;
  background: #f9fbfd;
  color: #30455f;
  text-decoration: none !important;
}

.ppdb-dashboard a.ppdb-status-card:hover { border-color: #9dc9e7; background: #f2f9fe; color: #163c61; }
.ppdb-dashboard .ppdb-status-card span { font-size: 11px; font-weight: 700; line-height: 1.35; }
.ppdb-dashboard .ppdb-status-card strong { color: #152840; font-size: 28px; line-height: 1.05; }
.ppdb-dashboard .ppdb-status-card small { color: #718198; font-size: 10px; }
.ppdb-dashboard .ppdb-status-card--pending { border-left: 4px solid #1596c2; }
.ppdb-dashboard .ppdb-status-card--revision { border-left: 4px solid #e9a322; }
.ppdb-dashboard .ppdb-status-card--accepted { border-left: 4px solid #1b9a64; }

.ppdb-dashboard .ppdb-recap-table { min-width: 760px; margin-bottom: 0; }
.ppdb-dashboard .ppdb-recap-table tfoot th { padding: 12px 11px; border-top: 2px solid #d9e5ee; background: #f5f9fc; color: #263d58; }
.ppdb-dashboard .ppdb-recap-equation { margin: 14px 0 0; padding: 12px 14px; border-radius: 10px; background: #eef6fc; color: #526b84; line-height: 1.55; }
.ppdb-dashboard .ppdb-dashboard-feed > [class*="col-"] { display: flex; }
.ppdb-dashboard .ppdb-dashboard-feed .x_panel { width: 100%; }
.ppdb-dashboard .ppdb-empty-state { padding: 24px 12px; color: #718198; text-align: center; }
.ppdb-dashboard .ppdb-event-date { background: #0b90b8 !important; text-decoration: none; }
.ppdb-dashboard .ppdb-event-date--registration { background: #1e9567 !important; }
.ppdb-dashboard .ppdb-event-date .month,
.ppdb-dashboard .ppdb-event-date .day {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  line-height: 1.05;
  text-align: center;
}
.ppdb-dashboard .ppdb-event-date .month { padding-top: 6px; font-size: 11px; }
.ppdb-dashboard .ppdb-event-date .day { padding-bottom: 6px; font-size: 22px; font-weight: 700; }

.ppdb-dashboard .ppdb-context-nav {
  display: flex;
  margin: 0 0 14px;
  align-items: center;
}

.ppdb-dashboard .ppdb-context-back { display: inline-flex; align-items: center; gap: 7px; }
.ppdb-dashboard .ppdb-action-cell { white-space: nowrap; }
.ppdb-dashboard .ppdb-action-cell .btn { margin: 2px; }

body.ppdb-dashboard > .modal { z-index: 1050; }
body.ppdb-dashboard > .modal-backdrop { z-index: 1040; }

@media (max-width: 1199px) {
  .ppdb-dashboard .ppdb-status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppdb-dashboard .ppdb-stat-card small { max-width: 100%; padding-right: 24px; }
}

@media (max-width: 480px) {
  .ppdb-dashboard .ppdb-status-grid { grid-template-columns: 1fr; }
}

.ppdb-dashboard .ppdb-registration-table { min-width: 1120px; }
.ppdb-dashboard .ppdb-registration-table th:first-child,
.ppdb-dashboard .ppdb-registration-table td:first-child { width: 56px; min-width: 56px; text-align: center; }
.ppdb-dashboard .ppdb-registration-table th:nth-child(2),
.ppdb-dashboard .ppdb-registration-table td:nth-child(2) { min-width: 122px; }
.ppdb-dashboard .ppdb-registration-table th:nth-child(3),
.ppdb-dashboard .ppdb-registration-table td:nth-child(3),
.ppdb-dashboard .ppdb-registration-table th:nth-child(4),
.ppdb-dashboard .ppdb-registration-table td:nth-child(4) { min-width: 126px; }
.ppdb-dashboard .ppdb-registration-table th:nth-child(5),
.ppdb-dashboard .ppdb-registration-table td:nth-child(5) { min-width: 180px; }
.ppdb-dashboard .ppdb-registration-table th:last-child,
.ppdb-dashboard .ppdb-registration-table td:last-child { width: 90px; min-width: 90px; text-align: center; }

.ppdb-dashboard .ppdb-action-menu > .dropdown-toggle {
  min-width: 76px;
  margin: 0;
  justify-content: center;
}

.ppdb-dashboard .ppdb-action-menu .dropdown-menu {
  min-width: 200px;
  padding: 6px;
  border: 1px solid #d8e3ec;
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(24, 54, 82, .18);
}

.ppdb-dashboard .ppdb-action-menu .dropdown-menu > li { margin: 0; }
.ppdb-dashboard .ppdb-action-menu-link {
  display: flex !important;
  width: 100%;
  min-height: 36px;
  margin: 0 !important;
  padding: 8px 10px !important;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #314860 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  text-decoration: none !important;
}
.ppdb-dashboard .ppdb-action-menu-link:hover,
.ppdb-dashboard .ppdb-action-menu-link:focus { background: #eef6fc; color: #0a6fac !important; outline: none; }
.ppdb-dashboard .ppdb-action-menu-link .fa { width: 15px; color: #1683c2; text-align: center; }
.ppdb-dashboard .ppdb-action-menu-form { display: block; margin: 0; }
.ppdb-dashboard .ppdb-action-menu-form .ppdb-action-menu-link { cursor: pointer; }
.ppdb-dashboard .ppdb-action-label { flex: 1 1 auto; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Dashboard shell: normal document scrolling on desktop; a scrollable drawer
   only on narrow screens. Grid keeps the footer below both columns. */
body.ppdb-dashboard::before { content: none; }
.ppdb-dashboard .main_container {
  display: grid;
  grid-template-columns: var(--portal-sidebar) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: stretch;
}
.ppdb-dashboard .main_container::before,
.ppdb-dashboard .main_container::after { content: none; }
.ppdb-dashboard.nav-md .container.body .main_container > .left_col {
  display: block;
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  width: auto;
  min-height: 0;
  height: auto;
  padding: 0;
  float: none;
}
.ppdb-dashboard .main_container > .left_col > .left_col.scroll-view {
  height: auto;
  min-height: 0;
  padding-bottom: 24px;
}
.ppdb-dashboard.nav-md .container.body .main_container > .top_nav,
.ppdb-dashboard.nav-md .container.body .main_container > .right_col {
  grid-column: 2;
  min-width: 0;
  margin-left: 0;
  width: auto;
}
.ppdb-dashboard .top_nav { grid-row: 1; }
.ppdb-dashboard .top_nav .nav_menu { margin-bottom: 0; }
.ppdb-dashboard .right_col { grid-row: 2; }
.ppdb-dashboard .ppdb-module-content { min-width: 0; flex: 1 1 auto; padding-bottom: 24px; }
.ppdb-dashboard .ppdb-module-content .row > [class*="col-"],
.ppdb-dashboard .x_panel,
.ppdb-dashboard .x_content { min-width: 0; max-width: 100%; }
.ppdb-dashboard .x_panel { float: none; height: auto; }
.ppdb-dashboard .x_content { float: none; width: auto; padding: 0; }
.ppdb-dashboard .x_content::after { content: ''; display: table; clear: both; }
.ppdb-dashboard .x_title { display: flex; align-items: center; gap: 12px; }
.ppdb-dashboard .x_title h2 { float: none; flex: 1; min-width: 0; white-space: normal; overflow: visible; }
.ppdb-dashboard .x_title .panel_toolbox { float: none; min-width: 0; margin: 0; }
.ppdb-dashboard .table-responsive { width: 100%; max-width: 100%; margin-bottom: 0; }
.ppdb-dashboard .table td { overflow-wrap: anywhere; }
.ppdb-dashboard .table td img { max-width: 100%; height: auto; object-fit: contain; }
.ppdb-dashboard .table td .btn { white-space: nowrap; }
.ppdb-dashboard .table:has(th:nth-child(8)) { min-width: 1120px; }
.ppdb-dashboard .dataTables_wrapper { min-width: 0; width: 100%; }
.ppdb-dashboard .ppdb-dt-toolbar,
.ppdb-dashboard .ppdb-dt-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  flex-wrap: wrap;
}
.ppdb-dashboard .ppdb-dt-toolbar { margin-bottom: 14px; }
.ppdb-dashboard .ppdb-dt-footer { margin-top: 14px; }
.ppdb-dashboard .dataTables_length,
.ppdb-dashboard .dataTables_filter { float: none !important; margin: 0; max-width: 100%; }
.ppdb-dashboard .dataTables_filter input,
.ppdb-dashboard .dataTables_length select { padding: 7px 9px; border: 1px solid #d7e1eb; border-radius: 7px; background: #fff; height: 36px; }
.ppdb-dashboard .dataTables_filter input { width: 160px; max-width: 100%; margin-left: 8px; }
.ppdb-dashboard .dataTables_info,
.ppdb-dashboard .dataTables_paginate { float: none !important; padding-top: 0; white-space: normal; }
.ppdb-dashboard .dataTables_info { width: auto !important; flex: 1 1 240px; }
.ppdb-dashboard .dataTables_paginate {
  display: flex;
  width: auto !important;
  flex: 0 1 auto;
  max-width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.ppdb-dashboard .dataTables_paginate > span { display: inline-flex; align-items: center; gap: 5px; }
.ppdb-dashboard .dataTables_paginate .paginate_button {
  display: inline-flex !important;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  float: none !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 1px solid #dbe5ee !important;
  border-radius: 8px;
  background: #fff !important;
  color: #43556a !important;
  line-height: 1.2;
}
.ppdb-dashboard .dataTables_paginate .paginate_button.current,
.ppdb-dashboard .dataTables_paginate .paginate_button.current:hover {
  border-color: var(--portal-primary) !important;
  background: var(--portal-primary) !important;
  color: #fff !important;
}
.ppdb-dashboard .dataTables_paginate .paginate_button.disabled,
.ppdb-dashboard .dataTables_paginate .paginate_button.disabled:hover {
  border-color: #edf1f5 !important;
  background: #f4f7fa !important;
  color: #9aa9b8 !important;
  cursor: default !important;
}
.ppdb-dashboard .dataTables_paginate .paginate_button:not(.disabled):not(.current):hover {
  border-color: var(--portal-primary) !important;
  background: #eff7fc !important;
  color: var(--portal-primary) !important;
}
.ppdb-dashboard .ppdb-exam-results .x_content { overflow: visible; }
.ppdb-dashboard .ppdb-exam-results .table-responsive { max-height: none; overflow-y: hidden; }
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table { min-width: 1280px; }
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th,
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td { overflow-wrap: normal; }
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th:nth-child(2),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td:nth-child(2),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th:nth-child(3),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td:nth-child(3),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th:nth-child(4),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td:nth-child(4),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th:nth-child(6),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td:nth-child(6),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table th:nth-child(7),
.ppdb-dashboard .ppdb-exam-results .ppdb-data-table td:nth-child(7) { white-space: nowrap; }
.ppdb-dashboard .ppdb-rich-preview { max-height: 150px; max-width: 100%; overflow: auto; }
.ppdb-dashboard .ppdb-rich-preview img { max-height: 120px; }
.ppdb-text-left { text-align: left; }
.ppdb-text-center { text-align: center; }
.ppdb-text-right { text-align: right; }
.ppdb-text-justify { text-align: justify; }
.ppdb-dashboard .tox-tinymce { width: 100%; max-width: 100%; min-width: 0; }
.ppdb-dashboard .ppdb-question-editor-form .tox-tinymce { height: 240px !important; min-height: 220px; }
.ppdb-dashboard .form-control { max-width: 100%; }
.ppdb-dashboard input[type="file"] { width: 100%; max-width: 100%; padding: 8px 0; }
.ppdb-dashboard .tile-stats { height: 170px; min-height: 170px; }
.ppdb-dashboard .tile-stats .count,
.ppdb-dashboard .tile-stats h3,
.ppdb-dashboard .tile-stats p { margin-left: 0; }
.ppdb-dashboard .tile-stats p { max-width: 100%; }
.ppdb-dashboard .tile-stats .icon { right: 16px; top: 16px; width: 44px; height: 44px; }
.ppdb-dashboard .tile-stats .icon i { position: static; font-size: 38px; }
.ppdb-dashboard footer { width: auto; flex-shrink: 0; }
.ppdb-dashboard footer .pull-right { float: none !important; text-align: right; }
.ppdb-dashboard.ppdb-sidebar-hidden .main_container { grid-template-columns: minmax(0, 1fr); }
.ppdb-dashboard.ppdb-sidebar-hidden .main_container > .left_col { display: none !important; }
.ppdb-dashboard.ppdb-sidebar-hidden .main_container > .top_nav,
.ppdb-dashboard.ppdb-sidebar-hidden .main_container > .right_col { grid-column: 1 !important; }
.ppdb-sidebar-backdrop { display: none; }
@media (max-width: 1199px) and (min-width: 992px) {
  .ppdb-dashboard { --portal-sidebar: 240px; }
  .ppdb-module-content > div > .row > .col-md-6 { width: 100%; }
}
@media (max-width: 991px) {
  .ppdb-dashboard .main_container { grid-template-columns: minmax(0, 1fr); }
  .ppdb-dashboard.nav-md .container.body .main_container > .top_nav,
  .ppdb-dashboard.nav-md .container.body .main_container > .right_col { grid-column: 1; }
  .ppdb-dashboard.nav-md .container.body .main_container > .left_col {
    display: none;
    position: fixed;
    top: 0; bottom: 0; left: 0;
    width: min(300px, 85vw);
    height: 100vh; height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    z-index: 1200;
  }
  .ppdb-dashboard.ppdb-sidebar-open .main_container > .left_col { display: block !important; }
  .ppdb-dashboard.ppdb-sidebar-open .ppdb-sidebar-backdrop {
    display: block; position: fixed; inset: 0; z-index: 1190;
    border: 0; background: rgba(8, 30, 50, .5);
  }
  .ppdb-dashboard.ppdb-sidebar-open { overflow: hidden; }
  .ppdb-dashboard .nav_title { width: 100%; }
  .ppdb-dashboard .ppdb-module-grid { grid-template-columns: 1fr; }
  .ppdb-dashboard .nav.child_menu { position: static; }
}
@media (max-width: 600px) {
  .ppdb-dashboard .x_panel { padding: 16px; }
  .ppdb-dashboard .row.top_tiles > [class*="col-"] { width: 50%; padding-left: 7px; padding-right: 7px; }
  .ppdb-dashboard .tile-stats { padding: 16px; height: 170px; }
  .ppdb-dashboard .tile-stats .count { font-size: 30px; }
  .ppdb-dashboard .tile-stats .icon { width: 28px; height: 28px; right: 10px; }
  .ppdb-dashboard .tile-stats .icon i { font-size: 26px; }
  .ppdb-dashboard .ppdb-dt-toolbar,
  .ppdb-dashboard .ppdb-dt-footer { align-items: stretch; flex-direction: column; }
  .ppdb-dashboard .dataTables_filter,
  .ppdb-dashboard .dataTables_length,
  .ppdb-dashboard .dataTables_info,
  .ppdb-dashboard .dataTables_paginate { width: 100%; text-align: left; }
  .ppdb-dashboard .dataTables_paginate { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
}

.ppdb-dashboard .ppdb-registration-settings-hero {
  display: flex;
  margin-bottom: 18px;
  padding: 22px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: linear-gradient(120deg, #093b65, #0b79bd);
  color: #fff;
  box-shadow: 0 16px 36px rgba(12, 76, 123, .17);
}
.ppdb-dashboard .ppdb-registration-settings-hero span { display: block; margin-bottom: 4px; color: #a8dfff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ppdb-dashboard .ppdb-registration-settings-hero h1 { margin: 0; color: #fff; font-size: 25px; font-weight: 800; }
.ppdb-dashboard .ppdb-registration-settings-hero p { max-width: 720px; margin: 7px 0 0; color: rgba(255,255,255,.8); }
.ppdb-dashboard .ppdb-registration-settings-hero > i { color: rgba(255,255,255,.28); font-size: 56px; }
.ppdb-dashboard .ppdb-registration-settings-table { min-width: 1080px; }
.ppdb-dashboard .ppdb-registration-settings-table th:first-child,
.ppdb-dashboard .ppdb-registration-settings-table td:first-child { width: 56px; min-width: 56px; text-align: center; }
.ppdb-dashboard .ppdb-registration-settings-table th:nth-child(4),
.ppdb-dashboard .ppdb-registration-settings-table td:nth-child(4) { min-width: 185px; }
.ppdb-dashboard .ppdb-registration-settings-table th:nth-child(5),
.ppdb-dashboard .ppdb-registration-settings-table td:nth-child(5) { min-width: 160px; }
.ppdb-registration-state { display: inline-flex; padding: 5px 9px; align-items: center; border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1.25; }
.ppdb-registration-state--open { background: #dff7eb; color: #087647; }
.ppdb-registration-state--closed,
.ppdb-registration-state--ended { background: #fde7e8; color: #af2933; }
.ppdb-registration-state--scheduled { background: #fff1d6; color: #986008; }
.ppdb-registration-state-note { display: block; margin-top: 5px; color: #718198; font-size: 10px; line-height: 1.4; }
.ppdb-dashboard .ppdb-date-separator { display: block; color: #8290a2; font-size: 10px; }
.ppdb-dashboard .ppdb-registration-editor-summary { display: flex; margin: 2px 0 24px; padding: 13px 15px; align-items: center; flex-wrap: wrap; gap: 10px; border: 1px solid #dae6ef; border-radius: 11px; background: #f7fbfe; color: #536a82; }
.ppdb-dashboard .ppdb-field-label { display: block; margin: 0 0 5px; color: #65778e; font-size: 10px; text-transform: uppercase; }

@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-registration-settings-hero { align-items: flex-start; }
  .ppdb-dashboard .ppdb-registration-settings-hero > i { display: none; }
}

.ppdb-dashboard table.dataTable > thead > tr > th:first-child,
.ppdb-dashboard table.dataTable > tbody > tr > td:first-child { width: 58px; min-width: 58px; text-align: center; }
.ppdb-dashboard .ppdb-registration-settings-table th:last-child,
.ppdb-dashboard .ppdb-registration-settings-table td:last-child { width: 96px; min-width: 96px; text-align: center; }

.ppdb-dashboard .ppdb-applicant-registration-status > p { margin: 10px 0; color: #64778d; }
.ppdb-dashboard .ppdb-applicant-registration-status dl { display: grid; margin: 13px 0; grid-template-columns: 105px 1fr; gap: 7px 10px; }
.ppdb-dashboard .ppdb-applicant-registration-status dt { color: #72839a; font-size: 11px; }
.ppdb-dashboard .ppdb-applicant-registration-status dd { margin: 0; color: #223850; font-weight: 700; }
.ppdb-dashboard .ppdb-applicant-submit-status { display: flex; margin-bottom: 22px; padding: 18px; align-items: flex-start; justify-content: space-between; gap: 24px; border: 1px solid #dae6ef; border-radius: 14px; background: #f7fbfe; }
.ppdb-dashboard .ppdb-applicant-submit-status p { max-width: 510px; margin: 9px 0 0; color: #5f738a; }
.ppdb-dashboard .ppdb-applicant-submit-status dl { display: grid; min-width: 310px; margin: 0; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ppdb-dashboard .ppdb-applicant-submit-status dl > div { padding-left: 12px; border-left: 1px solid #d8e4ed; }
.ppdb-dashboard .ppdb-applicant-submit-status dt { color: #75869a; font-size: 10px; text-transform: uppercase; }
.ppdb-dashboard .ppdb-applicant-submit-status dd { margin: 4px 0 0; color: #20354d; font-size: 12px; font-weight: 800; }
.ppdb-dashboard .ppdb-summary-table th { width: 210px; background: #f7f9fc; color: #536980; }
.ppdb-dashboard .ppdb-applicant-upload-panels { margin-top: 22px; }
.ppdb-dashboard .ppdb-applicant-upload-panels .panel { overflow: hidden; border-color: #dce6ef; border-radius: 10px; }
.ppdb-dashboard .ppdb-applicant-upload-panels .panel-heading { padding: 0; background: #f8fbfd; }
.ppdb-dashboard .ppdb-applicant-upload-panels .panel-title > a { display: block; padding: 15px 17px; color: #273d55; font-weight: 800; }
.ppdb-dashboard .ppdb-final-submit { display: flex; margin-top: 22px; padding: 17px; align-items: center; justify-content: space-between; gap: 16px; border-radius: 12px; background: #eef8f3; }
.ppdb-dashboard .ppdb-final-submit p { margin: 0; color: #4c6c5d; }
@media (max-width: 767px) {
  .ppdb-dashboard .ppdb-applicant-submit-status { flex-direction: column; }
  .ppdb-dashboard .ppdb-applicant-submit-status dl { width: 100%; min-width: 0; grid-template-columns: 1fr; }
  .ppdb-dashboard .ppdb-summary-table th { width: 135px; }
  .ppdb-dashboard .ppdb-final-submit { align-items: stretch; flex-direction: column; }
}
/* Unified modern feedback for public, applicant, and administrator pages. */
.swal2-container {
  z-index: 12000 !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* Toasts must never create a translucent panel behind the notification. */
body.swal2-toast-shown .swal2-container,
body.swal2-toast-shown .swal2-container.swal2-shown {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Dialogs and confirmations are centered and keep a deliberate backdrop.
   Restricting this rule to swal2-center prevents a toast-container flash. */
.swal2-container.swal2-center.swal2-shown {
  background: rgba(7, 31, 51, .55) !important;
  background-color: rgba(7, 31, 51, .55) !important;
  background-image: none !important;
  backdrop-filter: none !important;
}

.swal2-popup.ppdb-swal-popup {
  border: 1px solid #dbe7f1 !important;
  border-radius: 18px !important;
  color: #0b2942 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
.swal2-popup.ppdb-swal-dialog,
.swal2-popup.ppdb-swal-confirm {
  padding: 24px !important;
  background: #fff !important;
}
.swal2-popup.ppdb-swal-toast {
  width: min(430px, calc(100vw - 28px)) !important;
  padding: 14px 16px !important;
  border-left: 5px solid #0879c9 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  align-items: center !important;
}
.swal2-popup.ppdb-swal-toast .swal2-title {
  margin: 0 8px !important;
  color: #0b2942 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.swal2-popup.ppdb-swal-toast .swal2-content {
  margin: 3px 8px 0 !important;
  color: #52697d !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.swal2-popup.ppdb-swal-dialog .swal2-title,
.swal2-popup.ppdb-swal-confirm .swal2-title {
  color: #0b2942 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
}
.swal2-popup.ppdb-swal-dialog .swal2-content,
.swal2-popup.ppdb-swal-confirm .swal2-content {
  color: #52697d !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.swal2-popup.ppdb-swal-popup .swal2-styled {
  min-height: 42px !important;
  padding: 9px 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.swal2-popup.ppdb-swal-popup .swal2-styled:focus {
  box-shadow: 0 0 0 4px rgba(8, 121, 201, .18) !important;
}

/* Applicant registration form */
.ppdb-enrollment-page {
  max-width: 1180px;
  margin: 0 auto;
}

.ppdb-dashboard .x_panel.ppdb-enrollment-panel {
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(29, 78, 116, .09);
}

.ppdb-workflow-page > .alert,
.ppdb-contact-page > .alert,
.ppdb-submit-review-page > .alert {
  margin-bottom: 18px;
}

.ppdb-enrollment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  color: #fff;
  background: linear-gradient(135deg, #084c7d 0%, #0879c9 100%);
}

.ppdb-enrollment-header h1 {
  margin: 5px 0 8px;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.ppdb-enrollment-header p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.65;
}

.ppdb-section-kicker {
  color: #8fdbff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ppdb-enrollment-school {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.ppdb-form-section {
  padding: 30px 34px;
  border-bottom: 1px solid #e4edf5;
}

.ppdb-form-section__heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 24px;
}

.ppdb-form-section__number {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #0879c9;
  background: #e7f5ff;
  font-size: 12px;
  font-weight: 800;
}

.ppdb-form-section__heading h2,
.ppdb-form-submit h2 {
  margin: 0 0 4px;
  color: #102a43;
  font-size: 20px;
  font-weight: 800;
}

.ppdb-form-section__heading p,
.ppdb-form-submit p {
  margin: 0;
  color: #657b91;
  font-size: 13px;
  line-height: 1.55;
}

.ppdb-identity-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  background: #dce8f2;
}

.ppdb-identity-summary > div {
  min-width: 0;
  padding: 14px 16px;
  background: #f7fbfe;
}

.ppdb-identity-summary span,
.ppdb-identity-summary strong {
  display: block;
}

.ppdb-identity-summary span {
  margin-bottom: 4px;
  color: #71869a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ppdb-identity-summary strong {
  overflow-wrap: anywhere;
  color: #102a43;
  font-size: 13px;
}

.ppdb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.ppdb-form-field,
.ppdb-form-field > div {
  min-width: 0;
}

.ppdb-form-field--wide {
  grid-column: 1 / -1;
}

.ppdb-enrollment-form .ppdb-form-field > label,
.ppdb-enrollment-form .ppdb-form-field--compact-row label {
  display: block;
  margin: 0 0 8px;
  color: #193650;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.ppdb-enrollment-form .required {
  margin-left: 4px;
  color: #e24646;
}

.ppdb-enrollment-form .form-control {
  width: 100%;
  height: 48px;
  padding: 11px 14px;
  border: 1px solid #ccdceb;
  border-radius: 11px;
  color: #17324d;
  background: #fbfdff;
  box-shadow: none;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ppdb-enrollment-form select.form-control {
  padding-right: 34px;
  cursor: pointer;
}

.ppdb-enrollment-form .form-control:focus {
  border-color: #1688d4;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(8, 121, 201, .12);
}

.ppdb-enrollment-form .form-control:disabled,
.ppdb-enrollment-form .form-control[readonly] {
  color: #6c8093;
  background: #f1f6fa;
  cursor: not-allowed;
}

.ppdb-form-field > small {
  display: block;
  margin-top: 7px;
  color: #71869a;
  font-size: 11px;
  line-height: 1.5;
}

.ppdb-date-input-wrap {
  position: relative;
}

.ppdb-date-input-wrap .form-control {
  padding-right: 48px;
}

.ppdb-date-trigger {
  position: absolute;
  top: 5px;
  right: 5px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 9px;
  color: #0879c9;
  background: #e7f5ff;
}

.ppdb-date-trigger:hover,
.ppdb-date-trigger:focus-visible {
  color: #fff;
  background: #0879c9;
  outline: none;
}

.ppdb-form-field--compact-row {
  display: grid;
  grid-template-columns: 88px 88px minmax(130px, 1fr);
  gap: 12px;
}

.ppdb-region-status {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-top: -4px;
  padding: 10px 13px;
  border-radius: 10px;
  color: #37617d;
  background: #edf7fd;
  font-size: 12px;
  line-height: 1.45;
}

.ppdb-region-status.is-ready { color: #1d6a4b; background: #eaf8f1; }
.ppdb-region-status.is-error { color: #9c3d35; background: #fff0ee; }

.ppdb-form-submit {
  padding: 28px 34px 34px;
  background: #f7fbfe;
}

.ppdb-agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce8f2;
  border-radius: 13px;
  background: #fff;
}

.ppdb-agreement input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #0879c9;
}

.ppdb-agreement label {
  margin: 0;
  color: #425f78;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.ppdb-submit-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.ppdb-save-button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 11px;
  background: #0879c9;
  box-shadow: 0 10px 25px rgba(8, 121, 201, .22);
  font-weight: 800;
}

.ppdb-save-button:hover,
.ppdb-save-button:focus {
  background: #0569ad;
}

/* Shared workflow forms */
.ppdb-payment-account-options {
  display: grid;
  gap: 11px;
}

.ppdb-payment-account {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid #cfe3f1;
  border-radius: 14px;
  background: linear-gradient(135deg, #f3faff 0%, #eef8ff 100%);
  cursor: pointer;
}

.ppdb-payment-account.is-selected { border-color: #1689d6; box-shadow: 0 0 0 3px rgba(8,121,201,.08); }
.ppdb-payment-account > input[type="radio"] { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; accent-color: #0879c9; cursor: pointer; }
.ppdb-payment-account > div { min-width: 0; flex: 1; }

.ppdb-payment-account > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: #0879c9;
  background: #fff;
  box-shadow: 0 6px 18px rgba(8, 121, 201, .12);
  font-size: 20px;
}

.ppdb-payment-account small,
.ppdb-payment-account strong,
.ppdb-payment-account p {
  display: block;
}

.ppdb-payment-account small {
  margin-bottom: 4px;
  color: #647d92;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ppdb-payment-account strong {
  color: #102a43;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.ppdb-payment-account p {
  margin: 4px 0 0;
  color: #527087;
}

.ppdb-current-document > a,
.ppdb-proof-preview {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid #d5e4ef;
  border-radius: 13px;
  color: #0879c9;
  background: #f7fbfe;
  font-weight: 800;
}

.ppdb-current-document img,
.ppdb-proof-preview img {
  width: 124px;
  height: 86px;
  border-radius: 9px;
  object-fit: cover;
}

.ppdb-requirements-table-wrap {
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  outline: none;
}

.ppdb-requirements-table {
  margin: 0 !important;
}

.ppdb-requirements-table > thead > tr > th {
  padding: 13px 15px;
  border: 0;
  color: #526b82;
  background: #f1f7fb;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ppdb-requirements-table > tbody > tr > td {
  padding: 16px 15px;
  vertical-align: middle;
  border-top-color: #e3edf4;
}

.ppdb-requirements-table td:first-child { width: 28%; }
.ppdb-requirements-table td:nth-child(2) { width: 24%; }
.ppdb-requirements-table td:nth-child(3) { width: 48%; }
.ppdb-requirements-table td strong,
.ppdb-requirements-table td small { display: block; }
.ppdb-requirements-table td small { margin-top: 6px; color: #71869a; line-height: 1.45; }

.ppdb-document-status,
.ppdb-document-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.ppdb-document-status.is-empty { color: #6c7e8e; background: #edf2f6; }
.ppdb-document-status.is-review { color: #946016; background: #fff4da; }
.ppdb-document-status.is-accepted { color: #176544; background: #e4f7ed; }
.ppdb-document-link { margin-top: 7px; color: #0879c9; background: #e7f5ff; }
.ppdb-document-link:hover { color: #fff; background: #0879c9; }

/* Final registration review */
.ppdb-submit-review-page .ppdb-applicant-submit-status {
  margin: 0;
}

.ppdb-review-grid,
.ppdb-document-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  background: #dce8f2;
}

.ppdb-review-grid > div,
.ppdb-document-review-list > div {
  min-width: 0;
  padding: 14px 16px;
  background: #fff;
}

.ppdb-review-grid > .is-wide,
.ppdb-document-review-list > .is-wide { grid-column: 1 / -1; }
.ppdb-review-grid dt,
.ppdb-document-review-list dt { color: #71869a; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.ppdb-review-grid dd,
.ppdb-document-review-list dd { margin: 5px 0 0; color: #17324d; font-size: 13px; font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; }

.ppdb-applicant-upload-panels { margin: 0; }
.ppdb-applicant-upload-panels .panel { margin-bottom: 10px; overflow: hidden; border: 1px solid #dce8f2; border-radius: 12px; box-shadow: none; }
.ppdb-applicant-upload-panels .panel:last-child { margin-bottom: 0; }
.ppdb-applicant-upload-panels .panel-heading { padding: 0; border: 0; background: #f7fbfe; }
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a {
  display: grid;
  min-height: 58px;
  padding: 11px 15px;
  align-items: center;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 11px;
  color: #173f60;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a:hover {
  color: #0879c9;
  background: #eff8fe;
}
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a > i:first-child {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #e5f4ff;
  color: #0879c9;
  font-size: 15px;
}
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a > span {
  min-width: 0;
}
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a > i:last-child {
  justify-self: end;
  color: #668198;
  transition: transform .18s ease, color .18s ease;
}
.ppdb-dashboard .ppdb-submit-review-page .ppdb-applicant-upload-panels .panel-title > a[aria-expanded="true"] > i:last-child {
  color: #0879c9;
  transform: rotate(180deg);
}
.ppdb-applicant-upload-panels .panel-body { padding: 17px; border-top: 1px solid #e3edf4 !important; }
.ppdb-submit-review-page .ppdb-final-submit { margin: 0; padding: 0; background: transparent; }

/* Applicant contact form */
.ppdb-contact-layout {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.7fr);
  min-height: 560px;
}

.ppdb-contact-aside {
  padding: 28px;
  border-right: 1px solid #e3edf4;
  background: #f7fbfe;
}

.ppdb-contact-aside > section { display: flex; align-items: flex-start; gap: 13px; }
.ppdb-contact-aside h2,
.ppdb-conversation-header h2 { margin: 0; color: #102a43; font-size: 19px; font-weight: 800; }
.ppdb-contact-rich-copy { margin-top: 10px; color: #5a7187; font-size: 13px; line-height: 1.65; }
.ppdb-contact-rich-copy > :last-child { margin-bottom: 0; }

.ppdb-contact-links { display: grid; gap: 8px; margin-top: 24px; }
.ppdb-contact-links a { display: grid; padding: 12px 13px; align-items: center; grid-template-columns: 20px minmax(0, 1fr) 12px; gap: 8px; border: 1px solid #dce8f2; border-radius: 10px; color: #294963; background: #fff; font-size: 12px; font-weight: 700; }
.ppdb-contact-links a > i:first-child { color: #0879c9; }
.ppdb-contact-links a > i:last-child { color: #9aabba; font-size: 9px; }
.ppdb-contact-links a:hover { border-color: #8fcaf0; color: #0879c9; transform: translateX(2px); }

.ppdb-conversation { display: flex; min-width: 0; flex-direction: column; }
.ppdb-conversation-header { display: flex; padding: 24px 26px 18px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e3edf4; }
.ppdb-conversation-header .ppdb-section-kicker { color: #0879c9; }
.ppdb-message-count { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; color: #42627b; background: #edf5fa; font-size: 11px; font-weight: 800; }

.ppdb-message-list { flex: 1 1 auto; max-height: 440px; min-height: 280px; padding: 22px 26px; overflow: auto; background: #fbfdff; }
.ppdb-message { display: flex; max-width: 82%; align-items: flex-end; gap: 9px; margin-bottom: 15px; }
.ppdb-message.is-applicant { margin-left: auto; flex-direction: row-reverse; }
.ppdb-message-avatar { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #0879c9; background: #e7f5ff; }
.ppdb-message.is-applicant .ppdb-message-avatar { color: #fff; background: #0879c9; }
.ppdb-message-bubble { min-width: 0; padding: 11px 13px; border: 1px solid #dce8f2; border-radius: 13px 13px 13px 4px; color: #38556d; background: #fff; }
.ppdb-message.is-applicant .ppdb-message-bubble { border-color: #0879c9; border-radius: 13px 13px 4px 13px; color: #fff; background: #0879c9; }
.ppdb-message-bubble header { display: flex; margin-bottom: 5px; align-items: center; justify-content: space-between; gap: 16px; }
.ppdb-message-bubble header strong { font-size: 11px; }
.ppdb-message-bubble time { color: #8496a7; font-size: 9px; }
.ppdb-message.is-applicant time { color: rgba(255, 255, 255, .72); }
.ppdb-message-bubble p { margin: 0; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }

.ppdb-empty-conversation { display: grid; min-height: 235px; place-content: center; justify-items: center; color: #70869a; text-align: center; }
.ppdb-empty-conversation > i { margin-bottom: 10px; color: #a4cfe9; font-size: 36px; }
.ppdb-empty-conversation strong { color: #36556d; }
.ppdb-empty-conversation p { margin: 4px 0 0; font-size: 12px; }

.ppdb-contact-composer { padding: 17px 26px 22px; border-top: 1px solid #e3edf4; background: #fff; }
.ppdb-contact-composer > label { display: block; margin-bottom: 7px; color: #193650; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ppdb-contact-composer > div { display: flex; align-items: flex-end; gap: 10px; }
.ppdb-contact-composer textarea { width: 100%; min-height: 76px; padding: 11px 13px; resize: vertical; border: 1px solid #ccdceb; border-radius: 11px; color: #17324d; background: #fbfdff; outline: 0; }
.ppdb-contact-composer textarea:focus { border-color: #1688d4; box-shadow: 0 0 0 3px rgba(8, 121, 201, .12); }
.ppdb-contact-composer button { display: inline-flex; min-width: 96px; min-height: 44px; margin: 0; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 10px; background: #0879c9; font-weight: 800; }

/* Applicant exam form */
.ppdb-exam-page {
  max-width: 1180px;
  margin: 0 auto;
}

.ppdb-exam-page::after,
.ppdb-exam-layout::after { display: table; clear: both; content: ""; }
.ppdb-exam-sidebar,
.ppdb-exam-question-panel,
.ppdb-exam-status-card { overflow: hidden; border: 1px solid #dce8f2; border-radius: 18px; box-shadow: 0 14px 38px rgba(29, 78, 116, .08); }
.ppdb-exam-sidebar > .x_title:first-child { margin: -17px -17px 20px; padding: 21px 20px 16px; border: 0; color: #fff; background: linear-gradient(135deg, #084c7d 0%, #0879c9 100%); }
.ppdb-exam-sidebar > .x_title:first-child h2 { color: #fff; font-size: 17px; font-weight: 800; }
.ppdb-exam-sidebar .x_title:not(:first-child) { margin: 18px 0 10px; padding: 13px 0 8px; border-top: 1px solid #e1eaf1; border-bottom: 0; }
.ppdb-exam-sidebar .x_title:not(:first-child) h5 { margin: 0; color: #173f60; font-size: 13px; font-weight: 800; }
.ppdb-exam-sidebar .well,
.ppdb-exam-question-panel .well { border: 1px solid #dce8f2; border-radius: 12px; color: #4c667d; background: #f7fbfe; box-shadow: none; }
.ppdb-exam-sidebar .list-group { overflow: hidden; border: 1px solid #dce8f2; border-radius: 12px; }
.ppdb-exam-sidebar .list-group-item { border-width: 0 0 1px; color: #38566e; background: #fff; pointer-events: none; }
.ppdb-exam-sidebar .list-group-item:last-child { border-bottom: 0; }
.ppdb-exam-sidebar .list-group-item .fa { width: 19px; color: #0879c9; }
.ppdb-exam-help { margin: 15px 0 0; text-align: center; }
.ppdb-exam-help .btn { border: 0; border-radius: 9px; font-weight: 700; }
.ppdb-exam-question-panel { min-height: 420px; }
.ppdb-exam-question-panel > .x_content > h3 { margin: 10px 0; color: #173f60; font-weight: 800; }
.ppdb-exam-form > p:first-of-type { color: #0879c9; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ppdb-exam-options { border-collapse: separate; border-spacing: 0 8px; }
.ppdb-exam-options tr { background: #f8fbfd; }
.ppdb-exam-options td { padding: 13px 10px !important; vertical-align: middle !important; border-top: 1px solid #dce8f2 !important; border-bottom: 1px solid #dce8f2; }
.ppdb-exam-options td:first-child { border-left: 1px solid #dce8f2; border-radius: 10px 0 0 10px; }
.ppdb-exam-options td:last-child { border-right: 1px solid #dce8f2; border-radius: 0 10px 10px 0; }
.ppdb-exam-options input[type="radio"] { width: 17px; height: 17px; margin: 0; accent-color: #0879c9; }
.ppdb-exam-navigation .btn { min-height: 41px; margin-top: 12px; padding: 9px 15px; border-radius: 9px; font-weight: 800; }
.ppdb-exam-status-card { padding: 0; }
.ppdb-exam-status-card .well { margin: 0; padding: 25px; border: 0; color: #375c76; background: #edf7fd; box-shadow: none; }
.ppdb-exam-status-card.is-success .well { color: #176544; background: #e9f8f0; }
.ppdb-exam-status-card.is-expired .well { color: #8a433d; background: #fff0ee; }
.ppdb-exam-status-card h3 { margin: 0 0 8px; color: inherit; font-size: 20px; font-weight: 800; line-height: 1.4; }
.ppdb-exam-status-card h5 { margin: 0; color: inherit; line-height: 1.55; }

/* The old picker assigned two icon fonts to the same element. These rules
   render exactly one arrow and reserve separate space for each control. */
.daterangepicker.ppdb-birth-calendar {
  width: 310px;
  padding: 8px;
  border: 1px solid #d5e3ef;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(19, 52, 77, .2);
}

.daterangepicker.ppdb-birth-calendar .calendar {
  width: 100%;
  max-width: none;
}

.daterangepicker.ppdb-birth-calendar table.table-condensed thead tr:first-child {
  color: #fff;
  background: #173f60;
}

.daterangepicker.ppdb-birth-calendar th.prev,
.daterangepicker.ppdb-birth-calendar th.next {
  width: 38px;
  padding: 0 !important;
}

.daterangepicker.ppdb-birth-calendar th.prev i,
.daterangepicker.ppdb-birth-calendar th.next i {
  display: none !important;
}

.daterangepicker.ppdb-birth-calendar th.prev::before,
.daterangepicker.ppdb-birth-calendar th.next::before {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  font: 700 25px/1 Arial, sans-serif;
}

.daterangepicker.ppdb-birth-calendar th.prev::before { content: "‹"; }
.daterangepicker.ppdb-birth-calendar th.next::before { content: "›"; }

.daterangepicker.ppdb-birth-calendar select.monthselect,
.daterangepicker.ppdb-birth-calendar select.yearselect {
  height: 34px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 7px !important;
  color: #17324d;
  background: #fff;
  font-size: 12px;
}

.daterangepicker.ppdb-birth-calendar td {
  height: 35px;
  border-radius: 7px;
}

.daterangepicker.ppdb-birth-calendar td.active,
.daterangepicker.ppdb-birth-calendar td.active:hover {
  color: #fff;
  background: #0879c9;
}

/* Administrator review workflow */
.ppdb-review-overview {
  margin: 20px 0 26px;
  padding: 22px;
  border: 1px solid #dce8f2;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fcff 0%, #eef7fd 100%);
}

.ppdb-review-overview__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ppdb-review-kicker {
  display: block;
  margin-bottom: 3px;
  color: #0879c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppdb-review-overview h3 {
  margin: 0;
  color: #102a43;
  font-size: 20px;
  font-weight: 800;
}

.ppdb-review-overview__message {
  margin: 12px 0 17px;
  color: #52697d;
  line-height: 1.55;
}

.ppdb-review-badge {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 13px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.ppdb-review-badge--neutral { color: #52697d; background: #e8eef3; }
.ppdb-review-badge--info { color: #075f9d; background: #dff2ff; }
.ppdb-review-badge--warning { color: #8a5700; background: #fff0c2; }
.ppdb-review-badge--danger { color: #a3312a; background: #ffe1de; }
.ppdb-review-badge--success { color: #08734f; background: #dff7eb; }

.ppdb-review-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d6e4ef;
  border-radius: 12px;
  background: #fff;
}

.ppdb-review-metrics > div {
  min-width: 0;
  padding: 13px 15px;
  border-left: 1px solid #dfe9f1;
}

.ppdb-review-metrics > div:first-child { border-left: 0; }
.ppdb-review-metrics span { display: block; color: #71869a; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ppdb-review-metrics strong { display: block; margin-top: 4px; color: #173f60; overflow-wrap: anywhere; }

.ppdb-requirement-review-table > tbody > tr > td { vertical-align: middle; }
.ppdb-requirement-review-table textarea { min-width: 210px; resize: vertical; }
.ppdb-requirement-review-table .js-requirement-missing { background: #fffbef; }

.ppdb-review-actions {
  display: flex;
  margin: 20px 0 10px;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #dce8f2;
  border-radius: 14px;
  background: #f8fbfd;
}

.ppdb-review-actions > div:first-child { max-width: 650px; }
.ppdb-review-actions strong { display: block; color: #173f60; }
.ppdb-review-actions span { display: block; margin-top: 3px; color: #647b8f; font-size: 12px; line-height: 1.5; }
.ppdb-review-actions__buttons { display: flex; flex: 0 0 auto; gap: 9px; }
.ppdb-review-actions__buttons .btn { margin: 0; border-radius: 10px; font-weight: 800; }
.ppdb-review-actions__buttons .btn,
.ppdb-review-actions__buttons .btn span { color: #fff !important; }
.ppdb-review-actions__buttons .btn[disabled] { cursor: not-allowed; opacity: .48; }

/* One-time account handoff after an offline registration is created. */
.ppdb-offline-account-receipt {
  margin: 0 0 24px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #cfe0ed;
  border-radius: 18px;
  color: #17324d;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20, 58, 87, .1);
}

.ppdb-offline-account-receipt__header {
  display: flex;
  padding-bottom: 20px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #dce8f2;
}

.ppdb-offline-account-receipt__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #0879c9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppdb-offline-account-receipt__header h2 { margin: 0; color: #102b45; font-size: 24px; font-weight: 850; }
.ppdb-offline-account-receipt__header p { margin: 5px 0 0; color: #647b8f; }
.ppdb-offline-account-receipt__status { display: inline-flex; padding: 8px 12px; align-items: center; gap: 7px; border-radius: 999px; color: #08734f; background: #dff7eb; font-size: 11px; font-weight: 850; white-space: nowrap; }

.ppdb-offline-account-receipt__data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid #d9e6f0;
  border-radius: 14px;
  background: #f9fcfe;
}

.ppdb-offline-account-receipt__data > div { min-width: 0; padding: 14px 16px; border-bottom: 1px solid #e2ecf3; }
.ppdb-offline-account-receipt__data > div:nth-child(odd) { border-right: 1px solid #e2ecf3; }
.ppdb-offline-account-receipt__data > div:nth-last-child(-n+2) { border-bottom: 0; }
.ppdb-offline-account-receipt__data dt { margin-bottom: 4px; color: #71869a; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.ppdb-offline-account-receipt__data dd { margin: 0; color: #17324d; font-weight: 800; overflow-wrap: anywhere; }
.ppdb-offline-account-receipt__password code { display: inline-block; margin-right: 8px; padding: 5px 8px; border-radius: 7px; color: #075f9d; background: #e4f4ff; font-size: 15px; letter-spacing: .05em; }

.ppdb-offline-account-receipt__notice {
  display: flex;
  margin-bottom: 18px;
  padding: 14px 16px;
  align-items: flex-start;
  gap: 11px;
  border-radius: 12px;
}

.ppdb-offline-account-receipt__notice.is-success { color: #176b4b; background: #e8f8f0; }
.ppdb-offline-account-receipt__notice.is-warning { color: #80520d; background: #fff3d5; }
.ppdb-offline-account-receipt__notice i { margin-top: 2px; }
.ppdb-offline-account-receipt__notice strong,
.ppdb-offline-account-receipt__notice span { display: block; }
.ppdb-offline-account-receipt__notice span { margin-top: 3px; font-size: 12px; line-height: 1.5; }

.ppdb-offline-account-receipt__guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ppdb-offline-account-receipt__guide > div { min-width: 0; padding: 17px; border-radius: 13px; background: #f2f7fb; }
.ppdb-offline-account-receipt__guide strong { display: block; margin-bottom: 8px; }
.ppdb-offline-account-receipt__guide ol { margin: 0; padding-left: 18px; color: #526b82; font-size: 12px; line-height: 1.65; }
.ppdb-offline-account-receipt__guide a { color: #0879c9; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.ppdb-offline-account-receipt__actions { display: flex; margin-top: 18px; gap: 9px; }
.ppdb-offline-account-receipt__actions .btn { margin: 0; border-radius: 9px; font-weight: 800; }
.ppdb-offline-account-receipt__security { margin: 16px 0 0; color: #647b8f; font-size: 11px; }
.ppdb-offline-account-receipt__security i { margin-right: 5px; color: #0879c9; }

.ppdb-offline-account-note {
  display: flex;
  margin: 0 0 22px;
  padding: 14px 16px;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #cfe4f3;
  border-radius: 12px;
  color: #215b80;
  background: #edf8ff;
}

.ppdb-offline-account-note > i { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 9px; color: #fff; background: #0879c9; }
.ppdb-offline-account-note strong,
.ppdb-offline-account-note span { display: block; }
.ppdb-offline-account-note span { margin-top: 3px; color: #52728a; font-size: 12px; line-height: 1.5; }

@media (max-width: 767px) {
  .ppdb-enrollment-header,
  .ppdb-submit-copy {
    display: block;
  }

  .ppdb-enrollment-header,
  .ppdb-form-section,
  .ppdb-form-submit {
    padding: 22px 18px;
  }

  .ppdb-enrollment-school {
    display: inline-block;
    margin-top: 16px;
  }

  .ppdb-identity-summary,
  .ppdb-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ppdb-form-field--wide {
    grid-column: auto;
  }

  .ppdb-form-field--compact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppdb-form-field--compact-row .ppdb-postal-field {
    grid-column: 1 / -1;
  }

  .ppdb-save-button {
    width: 100%;
    margin-top: 18px;
  }

  .daterangepicker.ppdb-birth-calendar {
    width: min(310px, calc(100vw - 24px));
  }

  .ppdb-review-overview__heading,
  .ppdb-review-actions { align-items: stretch; flex-direction: column; }
  .ppdb-review-metrics { grid-template-columns: minmax(0, 1fr); }
  .ppdb-review-metrics > div { border-top: 1px solid #dfe9f1; border-left: 0; }
  .ppdb-review-metrics > div:first-child { border-top: 0; }
  .ppdb-review-actions__buttons { flex-direction: column; }
  .ppdb-review-actions__buttons .btn { width: 100%; }
  .ppdb-offline-account-receipt { padding: 19px; border-radius: 14px; }
  .ppdb-offline-account-receipt__header { flex-direction: column; gap: 12px; }
  .ppdb-offline-account-receipt__data,
  .ppdb-offline-account-receipt__guide { grid-template-columns: minmax(0, 1fr); }
  .ppdb-offline-account-receipt__data > div { border-right: 0 !important; border-bottom: 1px solid #e2ecf3 !important; }
  .ppdb-offline-account-receipt__data > div:last-child { border-bottom: 0 !important; }
  .ppdb-offline-account-receipt__actions { flex-direction: column; }
  .ppdb-offline-account-receipt__actions .btn { width: 100%; }

  .ppdb-payment-account { align-items: flex-start; }
  .ppdb-current-document > a,
  .ppdb-proof-preview { display: flex; align-items: flex-start; flex-direction: column; }

  .ppdb-requirements-table-wrap { overflow: visible; border: 0; }
  .ppdb-requirements-table,
  .ppdb-requirements-table tbody,
  .ppdb-requirements-table tr,
  .ppdb-requirements-table td { display: block; width: 100% !important; }
  .ppdb-requirements-table thead { display: none; }
  .ppdb-requirements-table tr { margin-bottom: 14px; overflow: hidden; border: 1px solid #dce8f2; border-radius: 13px; background: #fff; }
  .ppdb-requirements-table > tbody > tr > td { padding: 13px 14px 13px 38%; border-top: 1px solid #e5edf4; position: relative; }
  .ppdb-requirements-table > tbody > tr > td:first-child { border-top: 0; }
  .ppdb-requirements-table td::before { content: attr(data-label); position: absolute; top: 14px; left: 14px; width: 31%; color: #71869a; font-size: 9px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

  .ppdb-review-grid,
  .ppdb-document-review-list { grid-template-columns: minmax(0, 1fr); }
  .ppdb-review-grid > .is-wide,
  .ppdb-document-review-list > .is-wide { grid-column: auto; }
  .ppdb-submit-review-page .ppdb-applicant-submit-status { display: block; }
  .ppdb-submit-review-page .ppdb-applicant-submit-status dl { margin-top: 18px; }

  .ppdb-contact-layout { grid-template-columns: minmax(0, 1fr); }
  .ppdb-contact-aside { padding: 22px 18px; border-right: 0; border-bottom: 1px solid #e3edf4; }
  .ppdb-conversation-header,
  .ppdb-message-list,
  .ppdb-contact-composer { padding-left: 18px; padding-right: 18px; }
  .ppdb-message { max-width: 94%; }
  .ppdb-contact-composer > div { align-items: stretch; flex-direction: column; }
  .ppdb-contact-composer button { width: 100%; }

  .ppdb-exam-page { margin: 0 -5px; }
  .ppdb-exam-sidebar,
  .ppdb-exam-question-panel { border-radius: 14px; }
  .ppdb-exam-question-panel { min-height: 0; }
  .ppdb-exam-options td:nth-child(2) { width: 34px; }
  .ppdb-exam-navigation { float: none !important; margin: 8px 0; }
  .ppdb-exam-navigation .btn { width: 100%; }
}

@media print {
  @page { size: A4 portrait; margin: 12mm; }
  body.ppdb-print-offline-account,
  body.ppdb-print-offline-account * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.ppdb-print-offline-account * { visibility: hidden !important; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt,
  body.ppdb-print-offline-account .ppdb-offline-account-receipt * { visibility: visible !important; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 186mm;
    margin: 0;
    padding: 7mm;
    border-radius: 4mm;
    box-shadow: none;
  }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__actions { display: none !important; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__header h2 { font-size: 17pt; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__data { margin: 4mm 0; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__data > div { padding: 3mm; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__notice { margin-bottom: 4mm; padding: 3mm; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__guide > div { padding: 4mm; }
  body.ppdb-print-offline-account .ppdb-offline-account-receipt__security { margin-top: 4mm; }
  body.ppdb-print-offline-account a[href]::after { content: none !important; }
}
/* Popup promosi beranda */
.ppdb-home-popup[hidden] { display: none !important; }
.ppdb-home-popup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 26, 48, .72);
  backdrop-filter: blur(5px);
}
.ppdb-home-popup-dialog {
  position: relative;
  max-width: min(1050px, 94vw);
  max-height: 90vh;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(5, 24, 48, .36);
}
.ppdb-home-popup-dialog img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(90vh - 8px);
  object-fit: contain;
}
.ppdb-home-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: rgba(8, 31, 60, .86);
  color: #fff;
  font: 700 30px/1 Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
}
.ppdb-home-popup-close:hover,
.ppdb-home-popup-close:focus { background: #0b75bd; outline: 3px solid rgba(255, 255, 255, .72); }

.ppdb-home-popup-admin-grid { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(320px, .85fr); gap: 28px; align-items: start; }
.ppdb-home-popup-admin-preview > span { display: block; margin-bottom: 10px; color: #52657d; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ppdb-home-popup-admin-preview > img { display: block; width: 100%; max-height: 430px; object-fit: contain; border: 1px solid #d9e4ef; border-radius: 18px; background: #eef4f8; }
.ppdb-home-popup-empty { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px dashed #b9ccdc; border-radius: 18px; background: #f5f9fc; color: #62758b; text-align: center; }
.ppdb-home-popup-empty i { font-size: 42px; color: #1681c5; }
.ppdb-home-popup-empty strong { color: #17314e; font-size: 17px; }
.ppdb-home-popup-toggle { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border: 1px solid #d9e4ef; border-radius: 14px; background: #f8fbfd; cursor: pointer; }
.ppdb-home-popup-toggle input { width: 18px; height: 18px; margin-top: 2px; cursor: pointer; }
.ppdb-home-popup-toggle span { display: flex; flex-direction: column; gap: 4px; }
.ppdb-home-popup-toggle strong { color: #17314e; }
.ppdb-home-popup-toggle small { color: #65778d; font-weight: 400; line-height: 1.45; }

@media (max-width: 767px) {
  .ppdb-home-popup { padding: 12px; }
  .ppdb-home-popup-dialog { max-width: 96vw; max-height: 92vh; border-width: 3px; border-radius: 16px; }
  .ppdb-home-popup-dialog img { max-height: calc(92vh - 6px); }
  .ppdb-home-popup-close { top: 8px; right: 8px; width: 38px; height: 38px; font-size: 27px; }
  .ppdb-home-popup-admin-grid { grid-template-columns: 1fr; }
}
