@charset "UTF-8";
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #003580;
  --navy-dk: #002060;
  --navy-lt: #d7e3f5;
  --gold: #e09600;
  --gold-lt: #f5b830;
  --gold-pale: #fff8e6;
  --saffron: #ff6700;
  --green: #138808;
  --white: #ffffff;
  --off: #f0f4ff;
  --off2: #e8eef8;
  --text: #1a2540;
  --muted: #637099;
  --border: #cdd6ee;
  --card-bg: #ffffff;
  --sky: #e6eefa;
  --sky-lt: #f5f8ff;
  --error: #c0392b;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: var(--text);
  background: var(--off);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: var(--navy-lt);
  --bs-card-height: ;
  --bs-card-color: var(--navy);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group>.card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.login-container {
  background-color: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
  grid-column: 2;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(0, 53, 128, 0.10), 0 2px 8px rgba(0, 53, 128, 0.06);
  overflow: hidden;
  animation: cardIn 0.45s ease both;
}

.login-container .login-languagemenu {
  display: flex;
  justify-content: flex-start;
}

.login-container .login-languagemenu .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.login-container .login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.login-container .login-divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.login-container h1.login-heading,
.login-container .login-heading.h1 {
  font-size: 1.875rem;
}

.login-container h2.login-heading,
.login-container .login-heading.h2 {
  font-size: 1.40625rem;
}

.login-container .login-identityproviders .login-identityprovider-btn {
  border: 1px solid #dee2e6;
}

.login-container .divider {
  width: 1px;
  background-color: #dee2e6;
  height: 1.875rem;
}

.login-container .action-menu-trigger a {
  margin: 0.5rem 0;
}

@media (min-width: 768px) {
  .login-container {
    width: 500px !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

/* ─── TOP UTILITY BAR ─── */
.top-bar {
  background: var(--sky);
  color: var(--navy);
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  justify-content: center;
  align-items: center;
}

.top-bar-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#usernavigation>div>div>span>a {
  color: var(--navy-lt);
  text-decoration: none;
}

.navbar-toggler-icon {
  filter: invert(1);
  /* Turns black to white */
}

#theme_boost-drawers-primary {
  color: var(--navy-lt);
  background: var(--sky);
}

#theme_boost-drawers-primary>div.drawercontent.drag-container>div>a.list-group-item.list-group-item-action.active {
  background: var(--navy);
  border-bottom-color: var(--gold);
  color: var(--white);

}

#theme_boost-drawers-primary>div.drawercontent.drag-container>div>a.list-group-item.list-group-item-action:hover {
  background: var(--navy);
  border-bottom-color: var(--gold);
  color: var(--navy-lt);
}

.sitename {
  color: var(--navy);
}

.top-bar a {
  color: var(--navy-lt);
  text-decoration: none;
  transition: color 0.15s;
  font-weight: 600;
}

.top-bar a:hover {
  color: var(--gold);
}

.top-bar-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* ─── TRICOLOR STRIPE ─── */
.tricolor {
  height: 4px;
  background: linear-gradient(to right,
      var(--saffron) 33.33%,
      var(--white) 33.33% 66.66%,
      var(--green) 66.66%);
}

/* ─── HEADER ─── */
header {
  background: var(--white);
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 6px rgba(0, 53, 128, 0.07);
}

.header-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  gap: 20px;
}

.emblem-wrap {
  flex-shrink: 0;
}

.emblem {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 50%;
  background: var(--white);
  
  overflow: hidden;
  border: 3px solid var(--gold);*/
}

/* SVG emblem — Survey of India lion capital simplified */
.emblem svg {
  width: 68px;
  height: 68px;
}

.header-text {
  flex: 1;
}

.header-text .tagline-hi {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  font-weight: 300;
}

.header-text h1 {
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.header-text h1 span {
  color: var(--navy-lt);
}

.header-text .sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.btn-login {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.18s;
  display: inline-block;
}

.btn-login:hover {
  background: var(--navy-lt);
}

.login-signup {
  padding: 10px 28px;
}


.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.login-container {
  background-color: #fff;
  padding: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

.login-container .login-languagemenu {
  display: flex;
  justify-content: flex-start;
}

.login-container .login-languagemenu .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.login-container .login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.login-container .login-divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.login-container h1.login-heading,
.login-container .login-heading.h1 {
  font-size: 1.875rem;
}

.login-container h2.login-heading,
.login-container .login-heading.h2 {
  font-size: 1.40625rem;
}

.login-container .login-identityproviders .login-identityprovider-btn {
  border: 1px solid #dee2e6;
}

.login-container .divider {
  width: 1px;
  background-color: #dee2e6;
  height: 1.875rem;
}

.login-container .action-menu-trigger a {
  margin: 0.5rem 0;
}

@media (min-width: 768px) {
  .login-container {
    width: 500px !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

body>main>div.login-card>div:nth-child(6)>div>div.login-signup {
  padding: 10px 28px;
}

body>main>div.login-card>div:nth-child(6)>div>h2 {
  padding: 10px 28px;
}

/* ─── NAV BAR ─── */

.teachers {
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
}

#page-container-1>div>div>div:nth-child(1)>div {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  padding: 20px 20px 18px;
  cursor: pointer;
  transition: box-shadow 0.18s, border-top-color 0.18s, transform 0.18s;
  text-decoration: none;
  display: block;

}

.navbar {
  background: var(--navy);
  color: var(--white);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
}

#page-wrapper>nav>div {
  background-color: var(--navy);
  color: var(--navy-lt);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
}


#page-wrapper>nav {
  background-color: var(--navy);
  color: var(--navy-lt);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
}

.primary-navigation .navigation .nav-link {
  height: 60px;
  color: var(--navy-lt);

}

.moremenu .nav-tabs {
  color: var(--navy-lt);
  background-color: var(--navy);
}

.moremenu .nav-link:hover,
.moremenu .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-bottom-color: var(--gold);
  color: var(--white);
}

.moremenu .nav-link:hover,
.moremenu .nav-link a.active {
  background: rgba(255, 255, 255, 0.12);
  border-bottom-color: var(--gold);
  color: var(--white);

}

.moremenu .nav-link.active:focus,
.moremenu .nav-link.active:hover {
  background: rgba(255, 255, 255, 0.12);
  border-bottom-color: var(--gold);
  color: var(--white);
}

#moremenu-dropdown-69d0c30560b7d {
  display: block;
  background: var(--navy-lt);
  color: var(--muted);
}

.dropdown-menu {
  background: var(--navy-lt);
  color: var(--navy);
}

#frontpage-available-course-list .coursebox,
#frontpage-course-list .coursebox,
.course-search-result .coursebox {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  padding: 20px 20px 18px;
  cursor: pointer;
  transition: box-shadow 0.18s, border-top-color 0.18s, transform 0.18s;
  text-decoration: none;
  display: block;
}

.coursebox {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  padding: 20px 20px 18px;
  cursor: pointer;
  transition: box-shadow 0.18s, border-top-color 0.18s, transform 0.18s;
  text-decoration: none;
  display: block;
  margin-bottom: .5rem;
  border-radius: .375rem;
}

.course-search-result .coursebox {
  padding: 20px 20px 18px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}


.coursebox:hover {
  box-shadow: 0 6px 24px rgba(0, 53, 128, 0.12);
  border-top-color: var(--gold);
  transform: translateY(-2px);
}

.coursename h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.35;
}


/* .clearfix::after {} */

.no-overflow {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

.aalink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 13.5px;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.15s;
}

.aalink:hover {
  color: var(--gold);
}

.aalink .arrow {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}

.aalink:hover .arrow {
  color: var(--gold);
}

.ql-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.bg-body {
  -bs-bg-opacity: 1;
  background: var(--navy);
}

.btn-secondary {
  border: 2px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.18s, color 0.18s;
  display: inline-block;
  background: transparent;
}

.btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
}


.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

#usernavigation>form>div>label {
  --bs-text-opacity: 1;
  color: var(--white);
}

/**
.primary-navigation .navigation .nav-link {
  height: 60px;
  color:#f0f4ff;
  background: var(--navy);
  border-top: 3px solid transparent;
  border-bottom: 3px solid var(--gold);
}
*/

.nav-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  gap: 0;
  align-items: center;
}

.nav-inner a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding: 13px 20px;
  letter-spacing: 0.04em;
  border-bottom: 3px solid transparent;
  transition: background 0.15s, border-color 0.15s;
  display: block;
  margin-bottom: -3px;
}

.nav-inner a:hover,
.nav-inner a.active {
  background: rgba(255, 255, 255, 0.12);
  border-bottom-color: var(--gold);
  color: var(--white);
}

.fa-xmark {
  color: var(--navy);
}

.fa-bell {
  color: var(--navy-lt);
}

.fa-message {
  color: var(--navy-lt);
}

.fa-gear {
  color: var(--navy);
}

.fa-check {
  color: var(--navy);
}

.fa-language {
  color: var(--navy-lt);
}

.langbutton {
  color: var(--navy-lt);
}

.secondary-navigation .navigation {
  border-bottom: 1px solid var(--gold);
  background-color: var(--navy);
  color: var(--navy-lt);
  margin: 0 -.5rem;
  padding: 0 .5rem;
}

.secondary-navigation .navigation .nav-tabs .nav-link {
  color: var(--navy-lt);

}

.popover-region-container {
  color: var(--text);
  background-color: var(--navy-lt);
}


#usernavigation>form>div>label {
  color: var(--navy-lt);
}


/* ─── HERO BANNER ─── */
.hero {
  background: linear-gradient(135deg, var(--sky-lt) 0%, var(--off) 50%, var(--sky) 100%);
  padding: 56px 24px 52px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 60px solid rgba(0, 53, 128, 0.05);
}

.hero::after {
  content: '';
  position: absolute;
  right: 100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 40px solid rgba(224, 150, 0, 0.08);
}

.hero-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-kicker::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.hero h2 {
  font-family: 'Noto Serif', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 600;
}

.d-print-block {
  position: sticky;
}

.hero h2 em {
  font-style: normal;
  color: var(--navy);
}

.hero-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 36px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 32px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.18s;
  display: inline-block;
}

.btn-primary:hover {
  background: var(--navy-lt);
}

.btn-outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.18s, color 0.18s;
  display: inline-block;
  background: transparent;
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

/* Stats box */
.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 53, 128, 0.10);
  overflow: hidden;
  min-width: 160px;
}

.stat-item {
  padding: 20px 24px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-num {
  font-family: 'Noto Serif', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

#sidebar>aside>div.hero-stats>div:nth-child(n)>div>h3 {
  font-family: 'Noto Serif', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

.navbar-toggler-icon {
  color: var(--navy-lt);
}

.stat-label {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── NOTICE BAND ─── */
.notice-band {
  background: #eef3ff;
  border-top: 2px solid var(--navy-lt);
  border-bottom: 1px solid var(--border);
  padding: 10px 24px;
  font-size: 13px;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 12px;
}

.notice-band strong {
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* ─── MAIN CONTENT ─── */
.main-content {
  max-width: 1200px;
  margin: 44px auto;
  padding: 0 24px;
  display: grid;
  /*grid-template-columns: 1fr 320px;
   grid-template-columns: 1fr minmax(auto, 600px) 1fr;*/
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  flex: 1;
}

.course_category_tree .category .numberofcourse {
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;

}

.course_category_tree .category .numberofcourse::after {
  content: ' Courses';
}

#frontpage-available-course-list>div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

/*
#frontpage-available-course-list > div > div:nth-child(odd) {
  grid-column: 1;
}

#frontpage-available-course-list > div > div:nth-child(even) {
  grid-column: 2;
}
*/


/* Section heading style */
.sec-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.sec-head h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.sec-head-bar {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, var(--gold), transparent);
}

.sec-dot {
  width: 10px;
  height: 10px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ─── PROGRAMME CARDS ─── */
.programmes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.prog-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  padding: 20px 20px 18px;
  cursor: pointer;
  transition: box-shadow 0.18s, border-top-color 0.18s, transform 0.18s;
  text-decoration: none;
  display: block;
}

.prog-card:hover {
  box-shadow: 0 6px 24px rgba(0, 53, 128, 0.12);
  border-top-color: var(--gold);
  transform: translateY(-2px);
}

.prog-icon {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}

.prog-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.35;
}

.prog-card p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

.prog-count {
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── ABOUT BOX ─── */
.about-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--navy);
  padding: 24px 22px;
  margin-bottom: 32px;
  font-size: 14.5px;
  line-height: 1.8;
  color: #3a4060;
}

.about-box p+p {
  margin-top: 12px;
}

/* ─── SIDEBAR ─── */
.sidebar>*+* {
  margin-top: 24px;
}

.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
}

.sidebar-head {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--gold);
}

.sidebar-body {
  padding: 16px;
}

.quick-links {
  list-style: none;
}

.quick-links li {
  border-bottom: 1px solid var(--border);
}

.quick-links li:last-child {
  border-bottom: none;
}

.quick-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 13.5px;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.15s;
}

.quick-links a:hover {
  color: var(--gold);
}

.quick-links .arrow {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}

.quick-links a:hover .arrow {
  color: var(--gold);
}

.ql-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

#login>div.login-form-forgotpassword.mb-3>a {
  font-size: 12px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
}

#page-footer>div.boost-container-fluid.footer-columns>div>div.col-md-4.column-center>div.logininfo>a {
  color: var(--navy);
}


/* Login card */
.login-card {
  /*grid-column: 2;*/
  background: var(--sky);
  border: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(0, 53, 128, 0.10), 0 2px 8px rgba(0, 53, 128, 0.06);
  overflow: hidden;
  animation: cardIn 0.45s ease both;
  padding: 24px 20px;
  text-align: center;
}

.login-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.login-card p {
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.login-card .btn-primary {
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px;
}

.login-card .hint {
  margin-top: 12px;
  font-size: 11.5px;
  color: var(--muted);
}

body>main>div.login-card>div:nth-child(6)>div>div.d-flex {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  padding: 20px;
}

h1 {
  font-family: 'Noto Serif', serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

/* Mobile card */
.mobile-card {
  background: var(--off);
  border: 1px solid var(--border);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.mobile-card-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.mobile-card-text p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 3px;
}

.mobile-card-text strong {
  font-size: 13px;
  color: var(--navy);
}

/* ─── FOOTER ─── */
footer {
  background: var(--sky);
  border-top: 3px solid var(--navy);
  color: var(--muted);
  font-size: 12.5px;
  padding: 28px 24px 20px;
  text-align: center;
}

footer p {
  line-height: 2;
}

footer a {
  color: var(--navy-lt);
  text-decoration: none;
  font-weight: 600;
}

footer a:hover {
  text-decoration: underline;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer-logo-pill {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 6px 18px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--navy);
  text-transform: uppercase;
  font-weight: 600;
}


/* ─── RESPONSIVE ─── */
@media (max-width: 820px) {
  .main-content {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .sidebar>*+* {
    margin-top: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-direction: row;
  }

  .stat-item {
    flex: 1;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .header-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .sidebar {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-direction: column;
  }
}

.me-2 .mb-0 .form-check-label .text-primary {
  color: var(--white);
}

.login-container {
  grid-column: 2;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(0, 53, 128, 0.10), 0 2px 8px rgba(0, 53, 128, 0.06);
  overflow: hidden;
  animation: cardIn 0.45s ease both;
}

.login-container h1.login-heading,
.login-container .login-heading.h1 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  background: var(--white);
  letter-spacing: 0.04em;
}

.header-text {
  flex: 1;
}

.header-text .tagline-hi {
  font-size: 10.5px;
  color: var(--muted);
  margin-bottom: 1px;
}

.header-text h1 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.header-text .sub {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 3px;
}

.header-home {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border: 1.5px solid var(--border);
  padding: 7px 18px;
  transition: background 0.15s, color 0.15s;
}

.header-home:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

/*
#page-login-index > main > div.info-panel {
  display:grid;
  grid-column: 1;
}
#page-login-index > main > div.login-card {
  display:grid;
  grid-column: 2;
}
#page-login-index > main > div.right-panel {
  display:grid;
  grid-column: 3;
}
*/

#page-login-index {
  display: grid;
}

main {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 20px;
  padding: 40px 24px;
  vertical-align: top;
}

.sectionheading {
  /*display:grid;
  grid-column: 1;*/
  vertical-align: top;
}

.topofscroll {
  /* display:grid;*/
  grid-column: span 2;
  max-width: 100%;
  vertical-align: top;
}

.divsidebar {
  /*display:grid;
  grid-column: 3;*/
  vertical-align: top;
}

.info-panel {
  /*grid-column: 1;*/
  padding-right: 48px;
  display: grid;
  flex-direction: column;
  gap: 28px;
  max-width: 380px;
  margin-left: auto;
}

.info-kicker {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-kicker::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: block;
}

.info-panel h2 {
  font-family: 'Noto Serif', serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

.info-panel p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}

.feat-icon {
  width: 32px;
  height: 32px;
  background: var(--sky);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.feature-list strong {
  color: var(--navy);
  display: block;
  font-size: 13px;
}

.feature-list span {
  color: var(--muted);
  font-size: 12px;
}

.stat-row {
  display: flex;
  gap: 24px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.mini-stat-num {
  font-family: 'Noto Serif', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  line-height: 1;
}

.mini-stat-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 3px;
}

/* ── LOGIN CARD ── */


@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-header {
  background: var(--navy);
  color: var(--navy-lt);
  padding: 22px 28px;
  border-bottom: 3px solid var(--gold);
  text-align: center;
}

.card-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
}

.card-header p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.card-body {
  padding: 32px 28px 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.form-group input {
  width: 100%;
  border: 1.5px solid var(--border);
  background: var(--sky-lt);
  padding: 11px 14px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  color: var(--text);
  outline: none;
  transition: border-color 0.18s, background 0.18s;
}

.form-group input:focus {
  border-color: var(--navy-lt);
  background: var(--white);
}

.form-group input::placeholder {
  color: #b0bad4;
}

.input-icon-wrap {
  position: relative;
}

.input-icon-wrap input {
  padding-left: 40px;
}

.input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 15px;
  pointer-events: none;
}

.forgot-row {
  text-align: right;
  margin-top: -12px;
  margin-bottom: 22px;
}

.forgot-row a {
  font-size: 12px;
  color: var(--navy-lt);
  text-decoration: none;
  font-weight: 600;
}

.forgot-row a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.btn-submit {
  width: 100%;
  background: var(--navy);
  color: var(--white);
  font-size: 13.5px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  cursor: pointer;
  transition: background 0.18s;
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn-submit:hover {
  background: var(--navy-lt);
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

.divider hr {
  flex: 1;
  border: none;
  border-top: 1px solid var(--border);
}

.divider span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.lang-row {
  display: flex;
  gap: 8px;
}

.lang-btn {
  flex: 1;
  border: 1.5px solid var(--border);
  background: var(--sky-lt);
  padding: 9px;
  font-size: 12.5px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  text-align: center;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
  display: block;
}

.lang-btn.active,
.lang-btn:hover {
  background: var(--sky);
  border-color: var(--navy-lt);
}

.card-footer {
  background: var(--sky-lt);
  border-top: 1px solid var(--border);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.card-footer p {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.6;
}

.card-footer a {
  font-size: 11.5px;
  color: var(--navy-lt);
  text-decoration: none;
  font-weight: 600;
}

.card-footer a:hover {
  text-decoration: underline;
}

/* ── RIGHT PANEL ── */
.right-panel {
  /*grid-column: 3;*/
  padding-left: 48px;
  max-width: 320px;
}

.help-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy-lt);
  overflow: hidden;
  margin-bottom: 16px;
}

.help-card-head {
  background: var(--sky);
  padding: 12px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
}

.help-card-body {
  padding: 16px;
}

.help-card-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 12px;
}

.help-card-body a {
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}

.help-card-body a:hover {
  color: var(--gold);
}

.app-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--border);
  background: var(--sky-lt);
  padding: 10px 14px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.app-btn:hover {
  border-color: var(--navy-lt);
  background: var(--sky);
}

.app-btn-icon {
  font-size: 22px;
}

.app-btn-text p {
  font-size: 10.5px;
  color: var(--muted);
}

.app-btn-text strong {
  font-size: 13px;
  color: var(--navy);
}


.drawer {
  background-color: #f8f9fa;
  z-index: 1015;
  position: fixed;
  height: 100vh;
  top: 0;
}

@media (max-width: 991.98px) {
  .drawer {
    z-index: 1035;
  }
}

.drawer.not-initialized {
  display: none;
}

.drawer.drawer-right {
  transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
  width: 315px;
  max-width: 315px;
  right: calc(-315px + -10px);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .drawer.drawer-right {
    transition: none;
  }
}

.drawer.drawer-right.show {
  right: 0;
  visibility: visible;
}

.drawer.drawer-right .drawertoggle {
  margin-left: auto;
  margin-right: 5px;
}

.drawer.drawer-left {
  transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
  width: 285px;
  max-width: 285px;
  left: calc(-285px + -10px);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .drawer.drawer-left {
    transition: none;
  }
}

.drawer.drawer-left.show {
  left: 0;
  visibility: visible;
}

.drawer.drawer-left .drawertoggle {
  margin-right: auto;
  margin-left: 5px;
}

.drawer.drawer-bottom {
  bottom: -110%;
}

.drawer.drawer-bottom.show {
  bottom: 0;
}

.drawer.drawer-primary .drawertoggle {
  margin-right: 16px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .drawer#theme_boost-drawers-blocks:focus-within {
    z-index: 1031;
  }

  .drawer.not-initialized {
    display: block;
  }
}

.drawer-md,
.drawer-sm {
  display: none;
}

.drawerheader {
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
}

.drawerheader .sitename {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 16px;
}

.drawer.scrolled .drawerheader {
  box-shadow: 0 8px 11px -7px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
  .drawer-md {
    display: block;
    background-color: #f8f9fa;
    z-index: 1015;
    position: fixed;
    height: 100vh;
    top: 0;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .drawer-md {
    z-index: 1035;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.not-initialized {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-right {
    transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
    width: 315px;
    max-width: 315px;
    right: calc(-315px + -10px);
    visibility: hidden;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .drawer-md.drawer-right {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-right.show {
    right: 0;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-right .drawertoggle {
    margin-left: auto;
    margin-right: 5px;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-left {
    transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
    width: 285px;
    max-width: 285px;
    left: calc(-285px + -10px);
    visibility: hidden;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .drawer-md.drawer-left {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-left.show {
    left: 0;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-left .drawertoggle {
    margin-right: auto;
    margin-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-bottom {
    bottom: -110%;
  }

  .drawer-md.drawer-bottom.show {
    bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .drawer-md.drawer-primary .drawertoggle {
    margin-right: 16px;
    margin-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm {
    display: block;
    background-color: #f8f9fa;
    z-index: 1015;
    position: fixed;
    height: 100vh;
    top: 0;
  }
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
  .drawer-sm {
    z-index: 1035;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.not-initialized {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-right {
    transition: right 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease, transform 0.5s ease;
    width: 315px;
    max-width: 315px;
    right: calc(-315px + -10px);
    visibility: hidden;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .drawer-sm.drawer-right {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-right.show {
    right: 0;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-right .drawertoggle {
    margin-left: auto;
    margin-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-left {
    transition: left 0.2s ease, top 0.2s ease, bottom 0.2s ease, visibility 0.2s ease;
    width: 285px;
    max-width: 285px;
    left: calc(-285px + -10px);
    visibility: hidden;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .drawer-sm.drawer-left {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-left.show {
    left: 0;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-left .drawertoggle {
    margin-right: auto;
    margin-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-bottom {
    bottom: -110%;
  }

  .drawer-sm.drawer-bottom.show {
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .drawer-sm.drawer-primary .drawertoggle {
    margin-right: 16px;
    margin-left: 5px;
  }
}

.drawercontent {
  position: relative;
  z-index: -1;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
  padding: 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: #6a737b #f8f9fa;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: var(--navy) !important;
}

#dynamictabs-tabs {
  position: sticky;
}

.path-admin-reportbuilder .pagelayout-popup .dynamictabs .nav-tabs {
  position: sticky;
}

.h3 {
  color: var(--navy);
}
/* 
.breadcrumb {
  text-align: center;
  /* display: block; */
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); */
  /* overflow: hidden;
  border-radius: 5px; */
  /* counter-reset: flag; */
/* }

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left; */
  /* font-size: 12px;
  line-height: 36px; */
  /* color: black;
  padding: 0 5px 0 5px;
  background: var(--navy-lt);
  background: linear-gradient( rgb(191, 186, 221), var(--navy-lt));
  position: relative;
}

.breadcrumb .breadcrumb-item a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}

.breadcrumb .breadcrumb-item a:first-child:before {
  left: 14px;
}

.breadcrumb .breadcrumb-item a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.breadcrumb .breadcrumb-item a.active,
.breadcrumb a:hover {
  background: #825ace;
  background: linear-gradient(#957cf0, #0b0281);
}

.breadcrumb .breadcrumb-item a.active:after,
.breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

.breadcrumb .breadcrumb-item a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  box-shadow:
    2px -2px 0 2px rgba(0, 0, 0, 0.4),
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}

.breadcrumb .breadcrumb-item a:last-child:after {
  content: none;
} */

/* .breadcrumb .breadcrumb-item a:before { */
  /* content: counter(flag);
  counter-increment: flag; */
  /* border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}  */