:root {
  --tblr-primary: #3b5bdb;
  --tblr-primary-rgb: 59, 91, 219;
  --cca-sidebar-w: 220px;
}

body {
  font-family: 'Inter', var(--tblr-font-sans-serif);
}

.navbar-brand-image {
  max-height: 40px;
}

.sidebar-nav .nav-link {
  font-size: .875rem;
  border-radius: .375rem;
}

.sidebar-nav .nav-link.active {
  background: rgba(var(--tblr-primary-rgb), .08);
  color: var(--tblr-primary);
  font-weight: 600;
}

.sidebar-nav .nav-link .ti {
  font-size: 1.1rem;
}

.cca-text-68 {
  font-size: .68rem;
}

.cca-text-72 {
  font-size: .72rem;
}

.cca-text-78 {
  font-size: .78rem;
}

.cca-text-80 {
  font-size: .8rem;
}

.cca-text-82 {
  font-size: .82rem;
}

.cca-text-85 {
  font-size: .85rem;
}

.cca-text-875 {
  font-size: .875rem;
}

.cca-icon-logout {
  font-size: 1.15rem;
}

.cca-icon-alert {
  font-size: 1.3rem;
}

.cca-icon-empty,
.cca-icon-modal {
  font-size: 3rem;
}

.cca-max-w-200 {
  max-width: 200px;
}

.cca-line-preview {
  max-width: 140px;
}

.cca-flex-1 {
  flex: 1;
}

.cca-toast-stack {
  z-index: 9999;
}

.cca-course-description {
  line-height: 1.5;
}

.login-page {
  --tblr-primary: #f3f2f2;
  --tblr-primary-rgb: 59, 91, 219;
  background: #f0f4ff;
  color: #1a1915;
  font-family: 'Inter', sans-serif;
}

.login-hero {
  align-items: center;
  background: linear-gradient(135deg, #f3f2f2 0%, #f2f4f9 100%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.login-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 16px 48px rgba(59, 91, 219, .18);
  max-width: 420px;
  width: 100%;
}

.login-logo {
  max-height: 82px;
  max-width: 280px;
  object-fit: contain;
}

.input-icon .ti {
  font-size: 1.1rem;
}

.btn-login {
  background-color: #1a1915;
  border-color: #1a1915;
  color: #fff;
  font-weight: 600;
  letter-spacing: .02em;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background-color: #0f0e0c;
  border-color: #0f0e0c;
  color: #fff;
}

.login-title,
.login-subtitle,
.login-footer,
.login-footer a,
.login-card,
.login-card .card-title,
.login-card .form-label,
.login-card .form-text {
  color: #1a1915 !important;
}

.login-subtitle,
.login-footer {
  opacity: .75;
}

@media (max-width: 767.98px) {
  .page-wrapper {
    padding-top: 0;
  }
}
