@charset "UTF-8";
:root {
  --blue: #59CBE8;
  --blue-dark: #005D85;
  --blue-deeper: #00263A;
  --blue-light: #51B9D3;
  --blue-ghost: rgba(0, 103, 165, 0.07);
  --blue-glow: rgba(0, 103, 165, 0.22);
  --gold: #00263A;
  --gold-dark: #001018;
  --gold-light: #546E7B;
  --gold-ghost: rgba(84, 110, 123, 0.10);
  --gold-glow: rgba(84, 110, 123, 0.28);
  --green: #00853E;
  --green-light: #339D65;
  --green-glow: rgba(22, 163, 74, 0.25);
  --surface-bg: $background;
  --text-heading: $text-color-heading;
  --text-body: $text-color-body;
  --text-muted: $text-muted;
  --radius-card: 16px;
  --radius-btn: 8px;
  --radius-pill: 999px;
  --shadow-card: 0 2px 16px rgba(0, 45, 80, 0.09);
  --shadow-lift: 0 12px 40px rgba(0, 103, 165, 0.18);
  --shadow-gold: 0 6px 24px rgba(84, 110, 123, 0.22);
  --transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1); }

/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Pages
*/
/*
  - Profile
  - Sweet Alerts
  - Charts
  - Login Pages
  - Course View
  - Feed Page
  - Forum Page
  - Gallery Page
  - Home

*/
/* ==============
  Profile
===================*/
.profile img {
  border: 3px solid #fff; }

/* ==============
  Sweet Alert
===================*/
.sweet-alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

button.confirm {
  background-color: #59cbe8 !important;
  border-color: #59cbe8 !important;
  box-shadow: none !important; }

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 2em; }

#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: 7;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.flot-chart .error {
  display: none; }

/* ==============
  Login page
===================*/
.login-pg label {
  text-transform: capitalize;
  font-weight: 400; }

.login-logo {
  max-width: 100%;
  max-height: 124px;
  min-height: 50px; }
  .login-logo .portrait {
    height: 300px; }

#toggleButton {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.panel-pages {
  border-radius: 6px; }
  .panel-pages .panel-body {
    padding: 30px; }
  .panel-pages .panel-heading {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    padding: 40px 20px;
    position: relative; }
    .panel-pages .panel-heading h3 {
      position: relative;
      z-index: 999; }

.user-thumb {
  margin-top: -44px;
  position: relative;
  z-index: 999; }
  .user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px; }

.ex-page-content h1 {
  color: #1F2533;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px; }

html.login-pg {
  background-color: #fff;
  background-image: url(/assets/images/login-bg.jpg);
  background-size: cover;
  background-position: center; }
  html.login-pg.slide {
    background-image: none; }
  html.login-pg body.login-bg {
    background-color: transparent; }
  html.login-pg .panel-pages {
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15); }
  html.login-pg .wrapper-page {
    margin: 5%;
    width: 320px; }

html.login-pg .wrapper-page.center {
  margin: 5% auto;
  width: 100%;
  max-width: 420px; }
  html.login-pg .wrapper-page.center .panel {
    border-radius: 30px;
    box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.3); }
    html.login-pg .wrapper-page.center .panel .panel-body {
      padding: 7% 12%; }

.login-pg .wrapper-page .panel {
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.3); }

/* ==============
  Course View
===================*/
.sponsor-logo {
  position: absolute;
  left: 20px;
  top: 10px; }

.sponsor_img {
  object-fit: contain; }

.course-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

#orgshow .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  display: none; }

/* ==============
  Feed Page
===================*/
.feedpost #wrapper {
  overflow: inherit; }
  .feedpost #wrapper .content-page {
    overflow: visible !important; }
  .feedpost #wrapper .affix {
    top: 80px;
    width: 19%; }
  .feedpost #wrapper #article-list .panel:hover .dropdown.more {
    opacity: 1; }
  .feedpost #wrapper #article-list .panel .dropdown.more {
    opacity: 0; }
  .feedpost #wrapper .link-preview-post img {
    height: 300px;
    width: 100%; }
  .feedpost #wrapper .mentiontype .btn-circle {
    height: 40px;
    width: 40px;
    font-size: 18px;
    padding: 8px 0;
    line-height: 22px;
    margin: 0; }
  .feedpost #wrapper .mentiontype .fileinput-filename {
    display: none; }
  .feedpost #wrapper .share_input {
    width: 100%;
    border: none; }
  .feedpost #wrapper .feedHighFive, .feedpost #wrapper .feedComment {
    line-height: 2.8rem; }
    .feedpost #wrapper .feedHighFive i, .feedpost #wrapper .feedComment i {
      font-size: 2.8rem;
      float: left;
      margin-right: 5px; }
  .feedpost #wrapper input[type="file"] {
    display: block; }
  .feedpost #wrapper .pip {
    display: inline-block;
    position: relative; }
  .feedpost #wrapper .remove {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%; }
  .feedpost #wrapper .panel.panel-default.share_bx.focused {
    box-shadow: 0 0px 0px 1600px rgba(0, 0, 0, 0.65);
    position: relative;
    z-index: 999; }
  .feedpost #wrapper .removePhoto {
    top: 15px;
    position: relative;
    font-size: 23px; }
  .feedpost #wrapper .comment-list {
    margin: 15px -10px; }
    .feedpost #wrapper .comment-list p {
      font-size: 13px;
      margin: 3px 0; }
  .feedpost #wrapper a.likeActive, .feedpost #wrapper a.commentActive {
    color: #00263a; }
  .feedpost #wrapper html {
    scroll-behavior: smooth; }

/* ============== 
  Forum Page 
===================*/
.forumPage3 > .panel.panel-default {
  background: transparent;
  box-shadow: none; }
.forumPage3 table.table.table-view {
  background: #fff; }
  .forumPage3 table.table.table-view thead {
    display: none; }
  .forumPage3 table.table.table-view caption {
    display: none; }
.forumPage3 .forum_1 table.table.table-view tr {
  border-bottom: 20px solid #e4e9ef !important; }
  .forumPage3 .forum_1 table.table.table-view tr .icon-tool {
    opacity: 0; }
  .forumPage3 .forum_1 table.table.table-view tr:hover .icon-tool {
    opacity: 1; }
.forumPage3 .forum_1 table.table.table-view td.image {
  display: none; }
.forumPage3 a.author img {
  border-radius: 100%;
  border: 3px solid #fff;
  background: #F1F5F9;
  width: 70px;
  height: 70px;
  object-fit: contain; }

.reading tr.yui-dt-odd:hover, .reading tr.yui-dt-even:hover {
  background: #fff !important; }
.reading tr.yui-dt-odd.forum_action {
  border-bottom: 20px solid #F1F5F9;
  border-left: 0 !important; }

/* ==============
  Gallery Page
===================*/
.search-box {
  width: 300px;
  position: relative;
  display: inline-block;
  font-size: 14px; }
  .search-box input[type="text"] {
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #E2E8F0;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box; }

.result {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box; }
  .result p {
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #E2E8F0;
    border-top: none;
    cursor: pointer; }
    .result p:hover {
      background: #f2f2f2; }

.hashtag-footer {
  height: 75px;
  background: #fff; }
  .hashtag-footer .hashtag {
    background-color: #F1F5F9;
    color: #1F2533;
    margin: 1px;
    display: inline-block;
    padding: 0.75em .7em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    border: 0px solid transparent !important; }

.lj-body {
  padding: 16px 0; }

.lj-track {
  border-bottom: 1px solid #CBD5E1;
  padding: 16px 0; }

.lj-track-info {
  padding-right: 16px;
  width: 100%; }

.lj-track-badge,
.lj-track-progress {
  width: 110px;
  text-align: center; }

.lj-track-badge img {
  border-radius: 99%;
  height: 64px;
  width: 64px;
  margin-bottom: 10px; }

.bg-blue-gradient {
  background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue) 100%) !important; }

/* ============================================================
   CAROUSEL
============================================================ */
#myCarousel {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  margin-bottom: 24px !important;
  position: relative; }

#myCarousel .item {
  position: relative; }

#myCarousel .item img {
  object-fit: cover;
  display: block; }

/* FIX: lightened overlay so image/content shows properly */
#myCarousel .item::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1; }

/* FIX: z-index raised to 3 to sit above the ::after overlay */
#myCarousel .hero {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 0 48px; }

#myCarousel .hero hgroup {
  max-width: 520px; }

#myCarousel .hero h1 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.3px; }

#myCarousel .hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6; }

#myCarousel .hero .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  color: #fff;
  border: none;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
  text-decoration: none;
  cursor: pointer; }

#myCarousel .hero .btn-secondary:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px var(--gold-glow);
  color: #fff;
  text-decoration: none; }

#myCarousel .carousel-indicators {
  bottom: 14px;
  z-index: 5; }

#myCarousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  margin: 0 4px;
  transition: var(--transition); }

#myCarousel .carousel-indicators .active {
  width: 24px;
  border-radius: var(--radius-pill);
  background: var(--gold-light); }

@media (max-width: 768px) {
  #myCarousel .item img {
    height: 200px; }

  #myCarousel .hero {
    padding: 0 22px; }

  #myCarousel .hero h1 {
    font-size: 20px; }

  #myCarousel .hero p {
    font-size: 12px; } }
/* ============================================================
   QUICK LINKS
============================================================ */
.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px; }

.quick-link-card {
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
  text-decoration: none; }

.quick-link-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  text-decoration: none; }

.quick-link-card--find {
  background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue) 100%); }

.quick-link-card--calendar {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 100%); }

.quick-link-card--help {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5986 100%);
  border: 1.5px solid var(--border); }

/* FIX: display:block + clear:none prevents Bootstrap clearfix clash */
.quick-link-card::before,
.quick-link-card::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  display: block;
  clear: none;
  z-index: 0; }

.quick-link-card::before {
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.08); }

.quick-link-card::after {
  bottom: -15px;
  left: 10%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05); }

.quick-link-card__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; }

.quick-link-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  transition: var(--transition); }

.quick-link-card:hover .quick-link-card__icon {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1); }

.quick-link-card__label {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center; }

@media (max-width: 576px) {
  .quick-links {
    grid-template-columns: 1fr; }

  .quick-link-card {
    height: 80px; } }
/* ============================================================
   MY COURSES SECTION HEADER
============================================================ */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0; }

.section-header__title {
  display: flex;
  align-items: center;
  gap: 10px; }

.section-header__title-icon {
  width: 40px;
  height: 40px;
  background: var(--blue-ghost);
  border: 1.5px solid rgba(0, 103, 165, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--blue); }

.section-header__title h5 {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-heading);
  margin: 0; }

.section-header__title h5 em {
  font-style: italic;
  color: var(--blue); }

.btn-browse-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  background: var(--blue-ghost);
  border: 1.5px solid rgba(0, 103, 165, 0.2);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  color: #255561;
  text-decoration: none;
  transition: var(--transition);
  letter-spacing: 0.2px; }

.btn-browse-all:hover {
  background: var(--blue);
  color: #00263a;
  border-color: var(--blue);
  text-decoration: none; }

/* ============================================================
   CONTROLS BAR
============================================================ */
.controls-bar {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  border: 1px solid #E2E8F0;
  border-bottom: none;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 -2px 16px rgba(0, 45, 80, 0.09);
  margin-top: 20px; }

.controls-bar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }

.controls-bar__right {
  display: flex;
  align-items: center;
  gap: 10px; }

.type-tab-group {
  display: flex;
  background: var(--blue-ghost);
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-pill);
  padding: 4px;
  gap: 2px; }

.type-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  border: none;
  background: transparent;
  transition: var(--transition);
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap; }

.type-tab i {
  font-size: 16px; }

.type-tab:hover {
  color: #255561;
  background: var(--blue-ghost); }

.type-tab.active {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff;
  box-shadow: 0 3px 10px var(--blue-glow); }

.filter-wrap {
  position: relative;
  display: inline-flex;
  align-items: center; }

.filter-wrap .filter-icon {
  position: absolute;
  right: 12px;
  color: var(--text-muted);
  font-size: 16px;
  pointer-events: none;
  z-index: 1; }

.filter-wrap .chevron-icon {
  position: absolute;
  right: 11px;
  color: var(--text-muted);
  font-size: 11px;
  pointer-events: none;
  z-index: 1; }

select.filter-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 32px 8px 16px;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-pill);
  background: #F1F5F9;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: var(--transition);
  min-width: 150px; }

select.filter-select:focus {
  border-color: #59cbe8;
  background: #fff;
  box-shadow: 0 0 0 3px var(--blue-ghost); }

.search-wrapper {
  position: relative; }

.search-wrapper .search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-size: 13px;
  pointer-events: none; }

.search-wrapper input[type="text"] {
  padding: 9px 16px 9px 36px;
  border: 1.5px solid #E2E8F0;
  border-radius: var(--radius-pill);
  background: #F1F5F9;
  outline: none;
  transition: var(--transition);
  font-weight: 500;
  width: 180px; }

.search-wrapper input::placeholder {
  color: #475569; }

.search-wrapper input:focus {
  border-color: #59cbe8;
  background: #fff;
  box-shadow: 0 0 0 3px var(--blue-ghost);
  width: 220px; }

.btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px var(--blue-glow); }

.btn-search:hover {
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  box-shadow: 0 5px 16px var(--blue-glow);
  transform: translateY(-1px); }

/* ============================================================
   GRID PANEL
============================================================ */
.grid-panel {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-top: none;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  padding: 24px;
  box-shadow: var(--shadow-card);
  margin-bottom: 40px;
  min-height: 200px; }

#courselibrarydiv:not(:empty) {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-ghost);
  border: 1.5px solid rgba(188, 150, 51, 0.28);
  border-radius: var(--radius-btn);
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 16px; }

/* ============================================================
   COURSES GRID + CARDS
============================================================ */
#elearning, #classroom, #assessments {
  width: 100%; }

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px; }

.coursediv {
  padding: 0 !important;
  width: auto !important;
  float: none !important; }

.course-card {
  background: #fff;
  border-radius: var(--radius-card);
  border: 1.5px solid #E2E8F0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  animation: cardIn 0.4s ease both;
  box-shadow: var(--shadow-card);
  height: 100%; }

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(0, 103, 165, 0.25); }

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.course-card__img-wrap {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8eef4 0%, #d6e4ef 100%); }

.course-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  display: block; }

.course-card:hover .course-card__img-wrap img {
  transform: scale(1.08); }

.course-card__img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 25, 48, 0.6) 100%);
  z-index: 1;
  display: block;
  clear: none; }

.course-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  color: #fff;
  backdrop-filter: blur(6px); }

.course-card__badge--online {
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.2); }

.course-card__badge--class {
  background: var(--gold);
  box-shadow: var(--shadow-gold); }

.course-card__badge--assessment {
  background: #2e7d5a;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.course-card__date {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px; }

/* FIX: class-based, no duplicate IDs ΓÇö overlay wrapper removed */
.course-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1; }

.course-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px; }

.course-card__type-label {
  font-size: 12px;
  font-weight: 600;
  color: #005d85;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 4px 8px;
  border-radius: var(--radius-pill);
  white-space: nowrap; }

.status-badge--open {
  background: var(--blue-ghost);
  color: var(--blue);
  border: 1px solid rgba(0, 103, 165, 0.2); }

.status-badge--inprogress {
  background: var(--gold-ghost);
  color: var(--gold-dark);
  border: 1px solid rgba(188, 150, 51, 0.2); }

.status-badge--complete {
  background: rgba(22, 163, 74, 0.08);
  color: var(--green);
  border: 1px solid rgba(22, 163, 74, 0.2); }

.course-card__title {
  font-size: 16px;
  height: 44px;
  color: #1F2533; }

.course-card__progress-row {
  display: flex;
  align-items: center;
  gap: 8px; }

.progress-track {
  flex: 1;
  height: 4px;
  background: #F1F5F9;
  border-radius: 99px;
  overflow: hidden;
  border: 1px solid #E2E8F0; }

.progress-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #32B1A0 0%, #BFE7E2 100%);
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

.progress-fill--complete {
  background: linear-gradient(90deg, #1E6A60 0%, #32B1A0 100%); }

.progress-pct {
  font-size: 12px;
  min-width: 32px;
  text-align: right; }

.empty-courses-state {
  text-align: center;
  padding: 50px 20px; }

.empty-courses-state__icon {
  width: 72px;
  height: 72px;
  background: var(--blue-ghost);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px dashed rgba(0, 103, 165, 0.25); }

.empty-courses-state__icon i {
  font-size: 28px;
  color: var(--blue); }

.empty-courses-state h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: var(--text-heading);
  margin-bottom: 6px; }

.empty-courses-state p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px; }

.btn-browse {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff;
  border-radius: var(--radius-btn);
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 16px var(--blue-glow);
  transition: var(--transition);
  letter-spacing: 0.3px; }

.btn-browse:hover {
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 100%);
  box-shadow: 0 6px 22px var(--blue-glow);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 768px) {
  .controls-bar {
    padding: 14px 16px; }

  .grid-panel {
    padding: 14px; }

  .courses-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px; }

  .controls-bar__left, .controls-bar__right {
    width: 100%; }

  .search-wrapper input {
    width: 100%; }

  .search-wrapper input:focus {
    width: 100%; }

  .type-tab-group {
    flex-wrap: wrap; } }
select.filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; }

.hero-container {
  padding: 36px 32px 56px;
  margin-bottom: -44px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative; }

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px; }

.hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s; }

.hero-breadcrumb .sep {
  opacity: 0.4; }

.hero-breadcrumb span {
  color: #59cbe8; }

.hero-breadcrumb a:hover {
  color: #59cbe8; }

.hero-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  color: #fff; }

/*# sourceMappingURL=pages.css.map */
