.cronasia-login-page {
  background: #fff5f5;
  color: #0a0a0a;
  font-family: "DM Sans", "Source Sans Pro", Arial, sans-serif;
}

.cronasia-login-page .wrapper,
.cronasia-login-page .content-wrapper {
  background:
    radial-gradient(circle at 12% 18%, rgba(220, 38, 38, 0.12), transparent 28%),
    linear-gradient(135deg, #fff8f8 0%, #fff1f2 46%, #ffffff 100%);
}

.cronasia-login-page .content-wrapper {
  min-height: 100vh;
}

.cronasia-auth-logo {
  align-items: center;
  color: #b91c1c;
  display: inline-flex;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.cronasia-auth-logo img {
  background: #ffffff;
  border: 1px solid rgba(248, 113, 113, 0.26);
  border-radius: 9999px;
  height: 48px;
  object-fit: contain;
  padding: 5px;
  width: 48px;
}

.cronasia-navbar-brand {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 50px;
}

.cronasia-navbar-brand img {
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 9999px;
  display: block;
  height: 34px;
  object-fit: contain;
  padding: 3px;
  width: 34px;
}

.cronasia-navbar-brand span {
  line-height: 1;
}

.cronasia-login-page .main-header .navbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e8e8ec;
  backdrop-filter: blur(16px);
}

.cronasia-login-page .main-header .navbar .navbar-brand,
.cronasia-login-page .main-header .navbar .nav > li > a,
.cronasia-login-page .main-header .navbar .navbar-toggle {
  color: #0a0a0a;
}

.cronasia-login-page .main-header .navbar .nav > li > a:hover,
.cronasia-login-page .main-header .navbar .nav > li > a:focus,
.cronasia-login-page .main-header .navbar .navbar-toggle:hover,
.cronasia-login-page .main-header .navbar .navbar-toggle:focus {
  background: #fff1f2;
  color: #b91c1c;
}

.cronasia-login-page .navbar-brand {
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.cronasia-login-page .content {
  padding: 48px 0 64px;
}

.cronasia-login-shell {
  align-items: center;
  display: flex;
  gap: 32px;
  min-height: calc(100vh - 152px);
}

.cronasia-login-hero,
.cronasia-login-panel {
  flex: 1 1 0;
}

.cronasia-login-hero {
  padding: 24px 0;
}

.cronasia-login-eyebrow {
  color: #b91c1c;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.cronasia-login-title {
  color: #0a0a0a;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 16px;
}

.cronasia-login-copy {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.cronasia-login-highlights {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  max-width: 620px;
}

.cronasia-login-highlight {
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 8px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.45;
  padding: 16px;
}

.cronasia-login-highlight strong {
  color: #0a0a0a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cronasia-login-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(248, 113, 113, 0.26);
  border-radius: 12px;
  margin-left: auto;
  max-width: 430px;
  padding: 32px;
  width: 100%;
}

.cronasia-login-card-header {
  margin-bottom: 24px;
  text-align: center;
}

.cronasia-login-card h2 {
  color: #0a0a0a;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.cronasia-login-card p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.cronasia-alert {
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 12px 16px;
}

.cronasia-alert.alert-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b !important;
}

.cronasia-alert.alert-success {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46 !important;
}

.cronasia-login-form .form-group {
  margin-bottom: 18px;
}

.cronasia-login-form label {
  color: #0a0a0a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cronasia-login-form .form-control {
  border: 1px solid #e8e8ec;
  border-radius: 6px;
  box-shadow: none;
  color: #0a0a0a;
  font-size: 14px;
  height: 44px;
  padding: 10px 14px;
}

.cronasia-login-form .form-control:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.cronasia-field-hint {
  color: #9c9c9c;
  font-size: 12px;
  margin-top: 6px;
}

.cronasia-password-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.cronasia-checkbox {
  align-items: center;
  color: #6b6b6b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  margin: 0;
}

.cronasia-checkbox input {
  margin: 0;
}

.cronasia-primary-button {
  background: #dc2626;
  border: 1px solid #dc2626;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 10px 16px;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  width: 100%;
}

.cronasia-primary-button:hover,
.cronasia-primary-button:focus {
  background: #b91c1c;
  border-color: #b91c1c;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.28);
  color: #ffffff;
  transform: translateY(-1px);
}

.cronasia-primary-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.cronasia-login-note {
  border-top: 1px solid #e8e8ec;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 24px;
  padding-top: 16px;
  text-align: center;
}

.cronasia-portal-page,
.cronasia-portal-page .wrapper,
.cronasia-portal-page .content-wrapper {
  background: #fafafa;
}

.cronasia-portal-shell {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  min-height: 100vh;
  transition: grid-template-columns 240ms ease;
}

.cronasia-sidebar-collapsed .cronasia-portal-shell {
  grid-template-columns: 72px minmax(0, 1fr);
}

.cronasia-sidebar {
  background: #ffffff;
  border-right: 1px solid #e8e8ec;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  transition: width 240ms ease;
}

.wrapper > .cronasia-sidebar {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 282px;
  z-index: 1000;
}

.cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar {
  width: 72px;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper {
  background: #fafafa;
  margin-left: 282px;
  min-height: 100vh;
  transition: margin-left 240ms ease;
}

.cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar ~ .content-wrapper,
.cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar ~ .main-footer {
  margin-left: 72px;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .content {
  padding: 32px 0;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.wrapper > .cronasia-sidebar ~ .main-footer {
  background: #ffffff;
  border-top: 1px solid #e8e8ec;
  color: #6b6b6b;
  margin-left: 282px;
  transition: margin-left 240ms ease;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .box,
.wrapper > .cronasia-sidebar ~ .content-wrapper .invoice,
.wrapper > .cronasia-sidebar ~ .content-wrapper .login-box-body {
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 12px;
  box-shadow: none;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .box-header,
.wrapper > .cronasia-sidebar ~ .content-wrapper .box-footer {
  border-color: #e8e8ec;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .box-title,
.wrapper > .cronasia-sidebar ~ .content-wrapper h1,
.wrapper > .cronasia-sidebar ~ .content-wrapper h2,
.wrapper > .cronasia-sidebar ~ .content-wrapper h3 {
  color: #0a0a0a;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .table {
  color: #0a0a0a;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .table > thead > tr > th {
  border-bottom: 1px solid #e8e8ec;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .table > tbody > tr > td {
  border-color: #e8e8ec;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .btn-primary {
  background: #dc2626;
  border-color: #dc2626;
  border-radius: 6px;
  font-weight: 700;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .btn-primary:hover,
.wrapper > .cronasia-sidebar ~ .content-wrapper .btn-primary:focus {
  background: #b91c1c;
  border-color: #b91c1c;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .form-control {
  border-color: #e8e8ec;
  border-radius: 6px;
  box-shadow: none;
}

.wrapper > .cronasia-sidebar ~ .content-wrapper .form-control:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.cronasia-sidebar-top {
  align-items: center;
  background:
    radial-gradient(circle at 22% 34%, rgba(220, 38, 38, 0.12), transparent 28%),
    radial-gradient(circle at 72% 18%, rgba(220, 38, 38, 0.08), transparent 24%),
    #ffffff;
  border-bottom: 1px solid #e8e8ec;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 126px;
  padding: 24px 16px;
  transition: min-height 240ms ease, padding 240ms ease;
}

.cronasia-sidebar-brand {
  align-items: center;
  color: #0a0a0a;
  display: flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.cronasia-sidebar-brand:hover,
.cronasia-sidebar-brand:focus {
  color: #0a0a0a;
  text-decoration: none;
}

.cronasia-brand-logo {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: 9999px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  padding: 6px;
  transition: height 240ms ease, width 240ms ease;
  width: 58px;
}

.cronasia-brand-logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cronasia-brand-copy {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.35;
  min-width: 0;
  transition: opacity 160ms ease;
}

.cronasia-brand-copy strong {
  color: #0a0a0a;
  display: block;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cronasia-sidebar-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 8px;
  color: #6b6b6b;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
  width: 34px;
}

.cronasia-sidebar-toggle:hover,
.cronasia-sidebar-toggle:focus {
  background: #fff1f2;
  color: #b91c1c;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-toggle i {
  transform: rotate(180deg);
}

.cronasia-sidebar-student {
  align-items: center;
  background: #f8fafc;
  border-top: 1px solid #e8e8ec;
  display: flex;
  gap: 12px;
  margin-top: auto;
  order: 20;
  padding: 16px;
}

.cronasia-sidebar-student img {
  border-radius: 9999px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.cronasia-sidebar-student span {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.35;
  min-width: 0;
}

.cronasia-sidebar-student strong {
  color: #0a0a0a;
  display: block;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cronasia-sidebar-nav,
.cronasia-sidebar-footer {
  display: grid;
  gap: 6px;
  padding: 0 8px;
}

.cronasia-sidebar-label {
  color: #64748b;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 8px 8px;
  text-transform: uppercase;
}

.cronasia-sidebar-nav a,
.cronasia-sidebar-footer a,
.cronasia-sidebar-tree-toggle {
  align-items: center;
  border-radius: 8px;
  color: #475569;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.cronasia-sidebar-tree-toggle {
  background: transparent;
  border: 0;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

.cronasia-sidebar-tree-toggle span {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.cronasia-sidebar-nav a:hover,
.cronasia-sidebar-nav a:focus,
.cronasia-sidebar-footer a:hover,
.cronasia-sidebar-footer a:focus,
.cronasia-sidebar-tree-toggle:hover,
.cronasia-sidebar-tree-toggle:focus {
  background: #fff1f2;
  color: #b91c1c;
  text-decoration: none;
}

.cronasia-sidebar-nav a.active,
.cronasia-sidebar-tree-toggle.active {
  background: #dc2626;
  box-shadow: 0 10px 22px rgba(220, 38, 38, 0.18);
  color: #ffffff;
}

.cronasia-sidebar-nav i,
.cronasia-sidebar-footer i,
.cronasia-sidebar-tree-toggle i {
  text-align: center;
  width: 18px;
}

.cronasia-sidebar-tree {
  display: grid;
  gap: 6px;
}

.cronasia-sidebar-subnav {
  border-left: 2px solid #e8e8ec;
  display: grid;
  gap: 4px;
  margin-left: 26px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 6px 0 6px 12px;
  transition: max-height 240ms ease, opacity 180ms ease;
}

.cronasia-sidebar-tree.open .cronasia-sidebar-subnav {
  max-height: 240px;
  opacity: 1;
}

.cronasia-sidebar-tree.open .cronasia-tree-caret {
  transform: rotate(180deg);
}

.cronasia-tree-caret {
  transition: transform 200ms ease;
}

.cronasia-sidebar-subnav a {
  font-size: 13px;
  font-weight: 500;
  min-height: 34px;
  padding: 8px 10px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar {
  gap: 12px;
}

.cronasia-sidebar-collapsed .cronasia-brand-copy,
.cronasia-sidebar-collapsed .cronasia-sidebar-student span,
.cronasia-sidebar-collapsed .cronasia-sidebar-tree-toggle span,
.cronasia-sidebar-collapsed .cronasia-tree-caret,
.cronasia-sidebar-collapsed .cronasia-sidebar-label {
  overflow: hidden;
  white-space: nowrap;
}

.cronasia-sidebar-collapsed .cronasia-brand-copy,
.cronasia-sidebar-collapsed .cronasia-sidebar-student span,
.cronasia-sidebar-collapsed .cronasia-sidebar-tree-toggle span,
.cronasia-sidebar-collapsed .cronasia-sidebar-subnav,
.cronasia-sidebar-collapsed .cronasia-tree-caret,
.cronasia-sidebar-collapsed .cronasia-sidebar-label {
  display: none;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-nav > a,
.cronasia-sidebar-collapsed .cronasia-sidebar-footer a {
  font-size: 0;
  gap: 0;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  width: 48px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-nav > a i,
.cronasia-sidebar-collapsed .cronasia-sidebar-footer a i {
  font-size: 14px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-top,
.cronasia-sidebar-collapsed .cronasia-sidebar-student,
.cronasia-sidebar-collapsed .cronasia-sidebar-tree-toggle,
.cronasia-sidebar-collapsed .cronasia-sidebar-footer,
.cronasia-sidebar-collapsed .cronasia-sidebar-nav {
  justify-items: center;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-top {
  display: grid;
  justify-content: center;
  min-height: 110px;
  padding: 16px 8px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-brand {
  justify-content: center;
}

.cronasia-sidebar-collapsed .cronasia-brand-logo {
  height: 42px;
  width: 42px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-tree-toggle {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  width: 48px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-tree-toggle::before {
  content: "\f2be";
  font-family: FontAwesome;
  font-size: 14px;
}

.cronasia-sidebar-collapsed .cronasia-sidebar-student img {
  height: 38px;
  width: 38px;
}

.cronasia-sidebar-footer {
  border-top: 1px solid #e8e8ec;
  margin-top: 0;
  order: 21;
  padding-bottom: 16px;
  padding-top: 16px;
}

.cronasia-home {
  padding: 40px;
}

.cronasia-home-header {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.cronasia-home-title {
  color: #0a0a0a;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 12px;
}

.cronasia-home-copy {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.cronasia-home-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cronasia-home-card {
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 12px;
  color: #6b6b6b;
  display: block;
  min-height: 180px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.cronasia-home-card:hover,
.cronasia-home-card:focus {
  border-color: rgba(220, 38, 38, 0.32);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  color: #6b6b6b;
  text-decoration: none;
  transform: translateY(-2px);
}

.cronasia-home-card-icon {
  align-items: center;
  background: #fff1f2;
  border-radius: 8px;
  color: #b91c1c;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 24px;
  width: 40px;
}

.cronasia-home-card strong {
  color: #0a0a0a;
  display: block;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cronasia-home-card span:last-child {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}

.cronasia-soa-page .content-wrapper {
  background: #fafafa;
}

.cronasia-soa-page-content {
  min-width: 0;
  padding: 40px;
}

.cronasia-soa {
  background: #ffffff;
  border: 1px solid #e8e8ec !important;
  border-radius: 12px;
  box-shadow: none !important;
  color: #0a0a0a;
  margin: 0;
  overflow: hidden;
  padding: 28px !important;
}

.cronasia-soa-header {
  background:
    radial-gradient(circle at 8% 14%, rgba(220, 38, 38, 0.12), transparent 32%),
    #fffafa;
  border: 1px solid #e8e8ec;
  border-radius: 12px;
  margin-bottom: 26px;
  padding: 24px;
}

.cronasia-soa-header p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.cronasia-soa-title-wrap {
  border-bottom: 1px solid #e8e8ec;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}

.cronasia-soa-school-heading {
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
  width: 100%;
}

.cronasia-soa-title-wrap .school {
  color: #0a0a0a;
  font-family: Arial, "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.cronasia-soa-title-wrap .school-line {
  color: #0a0a0a;
  font-family: Arial, "DM Sans", sans-serif;
  font-size: 10px;
  line-height: 1.15;
}

.cronasia-soa-title-wrap .title {
  color: #0a0a0a;
  font-family: Arial, "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

.cronasia-soa-student-block {
  background: #fffafa;
  border: 1px solid rgba(220, 38, 38, 0.12);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 14px 18px;
}

.cronasia-soa-student-block address {
  color: #1f2937;
  line-height: 1.75;
  margin: 0;
}

.cronasia-soa-student-block strong {
  color: #0a0a0a;
  font-weight: 700;
}

.cronasia-soa-section-title {
  margin: 24px 0 12px;
}

.cronasia-soa-section-title h2 {
  color: #0a0a0a;
  font-family: "General Sans", "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 6px;
}

.cronasia-soa-section-title p {
  color: #6b6b6b;
  font-size: 13px;
  margin: 0;
}

.cronasia-soa-table-wrap {
  background: #ffffff;
  border: 1px solid #e8e8ec;
  border-radius: 10px;
  margin-bottom: 18px;
  overflow-x: auto;
  width: 100%;
}

.cronasia-soa-table {
  margin-bottom: 0;
  min-width: 680px;
}

.cronasia-soa-table > tbody > tr > td,
.cronasia-soa-table > thead > tr > th {
  border-color: #e8e8ec;
  padding: 10px 16px;
  vertical-align: middle;
}

.cronasia-soa-table > tbody > tr > td:first-child {
  color: #1f2937;
  width: 52%;
}

.cronasia-soa-table > tbody > tr > td:nth-child(2),
.cronasia-soa-table > tbody > tr > td:nth-child(3) {
  width: 24%;
}

.cronasia-soa-table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.cronasia-soa-table a {
  color: #b91c1c;
  font-weight: 700;
}

.cronasia-soa-empty {
  align-items: flex-start;
  background: #fff8f8;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 12px;
  color: #6b6b6b;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.cronasia-soa-empty i {
  color: #b91c1c;
  font-size: 20px;
  margin-top: 2px;
}

.cronasia-soa-empty strong {
  color: #0a0a0a;
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

.cronasia-soa-empty p {
  margin: 0;
}

@media (max-width: 991px) {
  .cronasia-login-shell {
    display: block;
    min-height: 0;
  }

  .cronasia-login-card {
    margin: 32px 0 0;
    max-width: none;
  }

  .cronasia-login-title {
    font-size: 40px;
  }

  .cronasia-portal-shell {
    grid-template-columns: 1fr;
  }

  .cronasia-sidebar {
    border-bottom: 1px solid #e8e8ec;
    border-right: 0;
    gap: 16px;
  }

  .wrapper > .cronasia-sidebar {
    bottom: auto;
    position: static;
    width: auto;
  }

  .wrapper > .cronasia-sidebar ~ .content-wrapper,
  .wrapper > .cronasia-sidebar ~ .main-footer {
    margin-left: 0;
  }

  .cronasia-sidebar-nav {
    align-items: start;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .cronasia-sidebar-nav > a,
  .cronasia-sidebar-tree,
  .cronasia-sidebar-footer a {
    flex: 0 0 220px;
  }

  .cronasia-sidebar-subnav {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar {
    width: auto;
  }

  .cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar ~ .content-wrapper,
  .cronasia-sidebar-collapsed .wrapper > .cronasia-sidebar ~ .main-footer {
    margin-left: 0;
  }

  .cronasia-sidebar-collapsed .cronasia-sidebar-student,
  .cronasia-sidebar-collapsed .cronasia-sidebar-nav,
  .cronasia-sidebar-collapsed .cronasia-sidebar-footer {
    display: none;
  }

  .cronasia-sidebar-collapsed .cronasia-sidebar-top {
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 16px;
  }

  .cronasia-sidebar-collapsed .cronasia-portal-shell {
    grid-template-columns: 1fr;
  }

  .cronasia-sidebar-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .cronasia-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cronasia-soa-page-content {
    padding: 28px;
  }

}

@media (max-width: 767px) {
  .cronasia-login-page .content {
    padding: 28px 0 40px;
  }

  .cronasia-login-title {
    font-size: 30px;
  }

  .cronasia-login-highlights {
    display: none;
  }

  .cronasia-login-card {
    margin-top: 24px;
    padding: 24px;
  }

  .cronasia-sidebar,
  .cronasia-home {
    padding: 20px;
  }

  .cronasia-soa-page-content {
    padding: 20px;
  }

  .cronasia-sidebar-nav {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .cronasia-sidebar-nav > a,
  .cronasia-sidebar-tree,
  .cronasia-sidebar-footer a {
    flex-basis: auto;
  }

  .cronasia-sidebar-footer {
    grid-template-columns: 1fr;
  }

  .cronasia-home-header {
    display: block;
  }

  .cronasia-home-title {
    font-size: 30px;
  }

  .cronasia-home-grid {
    grid-template-columns: 1fr;
  }

  .cronasia-soa {
    padding: 20px !important;
  }

  .cronasia-soa-header {
    padding: 22px;
  }

  .cronasia-soa-title-wrap .school {
    font-size: 14px;
  }

  .cronasia-soa-table {
    min-width: 620px;
  }
}
