* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 1px solid red !important; */
}

:root {
  --biru-utama: #0199c8;
  --biru-hover: #0177a6;
  --hijau-utama: #0abd55;
  --hijau-hover: #099440;
  --merah-utama: #f23030;
  --merah-hover: #b91c1c;
  --hitam-utama: #111928;
}

.kelas-judul-list-course:hover {
  text-decoration: underline;
}
/* Desktop (1200px ke atas) */
@media (min-width: 1200px) {
  .btn-2-test {
    background-color: var(--biru-utama);
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
  }

  .btn-2-test:hover {
    background-color: var(--biru-hover);
    color: #ffffff;
  }

  .quiz-completed-alert {
    padding: 20px;
  }

  .quiz-completed-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .quiz-score-value {
    font-size: 1.5rem;
  }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-2-test {
    background-color: var(--biru-utama);
    padding: 7px 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
  }

  .btn-2-test:hover {
    background-color: var(--biru-hover);
    color: #ffffff;
  }

  .quiz-completed-alert {
    padding: 16px;
  }

  .quiz-completed-title {
    font-size: 18px;
    margin-bottom: 0.875rem;
  }

  .quiz-score-value {
    font-size: 1.3rem;
  }
}

/* Mobile (kurang dari 768px) */
@media (max-width: 767px) {
  .btn-2-test {
    background-color: var(--biru-utama);
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-decoration: none;
  }

  .btn-2-test:hover {
    background-color: var(--biru-hover);
    color: #ffffff;
  }

  .quiz-completed-alert {
    padding: 16px 12px;
  }

  .quiz-completed-title {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }

  .quiz-score-value {
    font-size: 1.2rem;
  }

  .quiz-score-text {
    margin-bottom: 12px !important;
  }
}

/* #region GW OVERIDE STYLE CSS BOOSTRAP */

.form-control:focus {
  box-shadow: none;
}

/* #endregion */
.btn-nav-option.active {
  background-color: var(--biru-utama);
  color: white;
  border-color: var(--biru-utama);
  font-weight: 600;
}

.btn-preview-modul {
  color: white;
  background-color: var(--biru-utama);
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 8px;
}

.btn-preview-modul:hover {
  background-color: var(--biru-hover);
}

.btn-download-modul {
  color: white;
  background-color: var(--hijau-utama);
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 8px;
}

.btn-download-modul:hover {
  background-color: var(--hijau-hover);
}

.alur-locked-chapter .alur-accordion-button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.alur-locked-chapter .alur-accordion-body {
  background-color: #f9fafb;
}

/*  #region buat loading */
.materi-loading-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1050;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><radialGradient id='a11' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'><stop offset='0' stop-color='%230199C8'></stop><stop offset='.3' stop-color='%230199C8' stop-opacity='.9'></stop><stop offset='.6' stop-color='%230199C8' stop-opacity='.6'></stop><stop offset='.8' stop-color='%230199C8' stop-opacity='.3'></stop><stop offset='1' stop-color='%230199C8' stop-opacity='0'></stop></radialGradient><circle transform-origin='center' fill='none' stroke='url(%23a11)' stroke-width='15' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'><animateTransform type='rotate' attributeName='transform' calcMode='spline' dur='2' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'></animateTransform></circle><circle transform-origin='center' fill='none' opacity='.2' stroke='%230199C8' stroke-width='15' stroke-linecap='round' cx='100' cy='100' r='70'></circle></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96px 96px;
}

/* #endregion */

/* AEZN INI DUA CONTAINER SENGAJA GW OVERIDE WIDTHNYA, YANG KITA PAKE STYLE BOOTSTRAP SELAIN WIDTHNYA  */
.container {
  max-width: 1152px !important;
}

.container-lg {
  max-width: 100% !important;
}



section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

.btn-cart-loader {
  display: flex;
  align-items: center;
}

/*  #region notifikasi all */
/* Container notifikasi */
#notificationContainer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 422px;
}

/* Base notifikasi card */
.notification-card {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.3s ease-out;
  position: relative;
  min-width: 422px;
}

/* Icon wrapper */
.notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.notification-icon img {
  width: 20px;
  height: 20px;
}

/* Content */
.notification-content {
  flex: 1;
}

.notification-title {
  font-family: "Inter", sans-serif;
  font-weight: 600; /* Semi Bold */
  font-style: normal;
  font-size: 18px;
  line-height: 26px; /* 144% dari font-size */
  letter-spacing: 0px;
}

.notification-message {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-style: normal;
  font-size: 14px;
  line-height: 22px; /* 157% dari font-size */
  letter-spacing: 0px;
}

/* Close button */
.notification-close {
  background: none;
  border: none;
  color: white;

  cursor: pointer;
}

/* Success style */
.notification-success {
  background: var(--hijau-utama);
}

.notification-success .notification-icon {
  background-color: white;
}

.notification-error {
  background: var(--merah-utama);
}

.notification-error .notification-icon {
  background-color: white;
}

/* Alert/Warning style */
.notification-alert {
  background: #fcd34d;
}

.notification-alert .notification-icon {
  background-color: white;
}

.notification-alert .notification-title,
.notification-alert .notification-message {
  color: #111928;
}

.notification-success .notification-title,
.notification-success .notification-message {
  color: #fff;
}

.notification-error .notification-title,
.notification-error .notification-message {
  color: #fff;
}

.notification-alert .notification-close {
  color: rgba(0, 0, 0, 0.6);
}

/* Animation */
@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

.notification-card.removing {
  animation: slideOut 0.3s ease-out forwards;
}

/* Responsive */
@media (max-width: 767px) {
  #notificationContainer {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .notification-card {
    min-width: auto;
  }
}

/* #endregion */

/*  #region profil logged di navbar */

/* Desktop (1200px ke atas) - BASE */
.user-profile-header {
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding: 20px 0; */
}

.user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #e5e7eb;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
}

/* Tablet Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .user-profile-header {
    gap: 14px;
    padding: 18px 0;
  }

  .user-avatar {
    width: 38px;
    height: 38px;
  }

  .user-name {
    font-size: 15px;
    line-height: 22px;
  }
}

/* Tablet Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .user-profile-header {
    gap: 12px;
    padding: 16px 0;
  }

  .user-avatar {
    width: 36px;
    height: 36px;
  }

  .user-name {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
  .user-profile-header {
    gap: 10px;
    padding: 14px 0;
  }

  .user-avatar {
    width: 34px;
    height: 34px;
  }

  .user-name {
    font-size: 14px;
    line-height: 20px;
  }
}

/* #endregion */

/*  #region  quiz result*/

.btn-test-selesai {
  padding: 12px 24px;
  background: #637381;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.div-score-utama {
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  padding: 56px 35px;
  background-color: #ffffff;
  max-width: 744px;
}

.font-selamat-quiz-result {
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #8899a8;
  font-style: normal;
}

.font-nilai-quiz-result {
  font-weight: 600;
  font-size: 96px;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: center;
  color: #0199c8;
  font-style: normal;
}

.font-terus-belajar {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #f56060;
  font-style: normal;
}

/* #endregion */

/* #region AWAL NAVBAR */
.navbar-brand {
  margin-right: 0px !important;
  padding: 0px !important;
}
.nav-logged-header {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.sect-navbar {
  position: relative;
}
.sect-navbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  height: 0.1px;
  box-shadow: 0 1px 1px 0 rgba(166, 175, 195, 0.4);
  pointer-events: none;
  width: 100%;
}
.navbar-custom {
  background: #fff !important;
  padding: 36px 0px 24px 0px !important;
}
.navbar-brand img {
  height: 40px !important;
  display: block !important;
}

.search-icon {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.btn-registrasi {
  background: #0199c8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}
.btn-registrasi:hover {
  background: #0177a6 !important;
  color: #fff !important;
}

.btn-logout-navbar {
  background: var(--merah-utama) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}
.btn-logout-navbar:hover {
  background: var(--merah-hover) !important;
  color: #fff !important;
}

.btn-login {
  background: #fff !important;
  color: #0199c8 !important;
  border: 1px solid #0199c8 !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}
.btn-login:hover {
  background: #0199c8 !important;
  color: #fff !important;
}

.nav-menu {
  border-top: 1px solid #e5e7eb !important;
  padding-top: 24px !important;
  margin-bottom: 36px !important;
}
.nav-menu a {
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0px 18px !important;
  white-space: nowrap !important;
  font-style: normal !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  color: #637381 !important;
}
.nav-menu a:hover,
.nav-menu a.active {
  color: #0199c8 !important;
}

.search-bar {
  background: #f3f4f6 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 13px 18px 13px 42px !important;
  font-size: 14px !important;
  width: 100% !important;
  max-width: 589px !important;
}
.search-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 589px !important;
}

.search-bar-logged {
  background: #f3f4f6 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 13px 18px 13px 42px !important;
  font-size: 14px !important;
  width: 100% !important;
  max-width: 665px !important;
}
.search-wrapper-logged {
  position: relative !important;
  width: 100% !important;
  max-width: 665px !important;
}
/* #endregion AKHIR NAVBAR */

/* #region NAVBAR RESPONSIVE */

/* #endregion */

/* #region AWAL HOMEPAGE */
.section-home-1 {
  height: 605px;
}

.section-home-2 {
  margin-top: 66px;
}

.section-home-3 {
  margin-top: 110px;
}

.section-home-4 {
  margin-top: 128px;
}

.section-home-5 {
  margin-top: 128px;
}

.section-home-6 {
  margin-top: 128px;
}

.section-home-7 {
  margin-top: 128px;
}

.section-home-8 {
  margin-top: 128px;
}

.section-home-9 {
  margin-top: 128px;
  height: 886px;
  max-height: 100%;
  background-color: #0abd55;
  padding: 72px 0px 96px;
}

.section-home-10 {
  margin-top: 128px;
}

.section-home-11 {
  margin-top: 128px;
  margin-bottom: 128px;
}
/* 
.section-home-12 {
} */

.banner-font-kecil-grayscale {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #181818;
}

.banner-font-besar-dark {
  font-weight: 600 !important;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0;
  color: #111928;
}

.banner-font-besar-biru {
  font-weight: 600 !important;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0;
  color: #0199c8;
}

.foto-kecil-alumnus {
  width: 41px;
  height: 41px;
  object-fit: cover;
  margin-left: -10px;
  border: 3px solid #fff;
}

.banner-font-16-grayscale {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.image-banner-utama {
  height: 541px;
  max-height: 100%;
  width: auto;
  bottom: 0px;
}

.btn-banner-biru {
  border-radius: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 12px 24px !important;
  color: #fff !important;
  background-color: #0199c8 !important;
  border: 1px solid #0199c8 !important;
  transition: background 0.2s;
  max-width: 233px;
  width: 100%;
}

.btn-banner-biru:hover {
  background-color: #027092 !important;
  border: 1px solid #027092 !important;
}

.div-kata-biru-besar {
  padding: 247px 89px;
}

.banner-font-14-merah {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #e10e0e;
}

.banner-font-14-putih {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #fff;
}

.card-4-bawah-banner-biru {
  border-width: 1px !important;
  border-color: #0199c833 !important;
  border-style: solid !important;
  border-radius: 8px !important;
  padding: 32px !important;
  min-height: 250px !important;
  background: #fff !important;
  border: 1px solid #0199c833;
}

.card-4-bawah-banner-hijau {
  border-width: 1px !important;
  border-color: #0abd5533 !important;
  border-style: solid !important;
  border-radius: 8px !important;
  padding: 32px !important;
  min-height: 250px !important;
  background: #fff !important;
}

.div-testimoni {
  margin-top: 56px !important;
}

.font-bold-bawah-banner-biru {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0199c8;
}

.font-bold-bawah-banner-hijau {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0abd55;
}

.font-bold-bawah-banner-hitam {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #181818;
  margin-bottom: 12px !important;
}

.font-second-bawah-banner-hitam {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #181818;
}

.div-foto-bawah-banner {
  margin-bottom: 12px;
}

.sect-3-bold-hitam-40 {
  font-size: 40px;
  line-height: 48px;
  color: #181818;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.sect-3-bold-biru-40 {
  font-size: 40px;
  line-height: 48px;
  color: #0199c8;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.sect-3-reg-hitam-16 {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 400;
}

.sect-3-card {
  box-sizing: border-box;
  height: 400px;
  max-height: 100%;
  width: 100%;
  padding: 48px 32px;
}

.sect-3-div-putih-kiri {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  color: #f9f9f9;

  font-family: "IBM Plex Sans";
}

.sect-3-div-putih-kanan {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  color: #f9f9f9;
  /* margin-bottom: 105px; */
  font-family: "IBM Plex Sans";
}

.sect-3-div-putih-kiri-84 {
  font-weight: 500;
  font-style: normal;
  font-size: 84px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #f9f9f9;
  font-family: "IBM Plex Sans";
}

.sect-3-div-putih-kiri-20 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  color: #f9f9f9;
  font-family: "IBM Plex Sans";
}

.sect-4-biru-kecil {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  color: #0199c8;
}

.img-hottest-class {
  height: 100% !important;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-sect-8 {
  height: 100% !important;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.sect-4-api-font {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  color: #111928;
  margin-top: 16px;
}

.card-class-sect-4 {
  height: auto;
  max-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.image-class-sect-4 {
  height: 241px;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.div-class-sect-4 {
  margin-top: 56px !important;
}

.btn-slot-api {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f23030;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  padding: 5px 14px;
  height: 32px;
  min-width: 116px;
  gap: 8px;
  line-height: 18px;
}

.div-info-class-sect-4 {
  margin: 16px 24px;
}

.font1-class-sect-4 {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #111928;
}

.font2-class-sect-4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #6b7280;
}

.div-image-icon-sect-4 {
  min-width: 16px;
}

.div-harga {
  margin-top: 56px !important;
}

.btn-enroll-class-sect-4 {
  background: #0199c8;
  padding: 13px 28px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  transition: background 0.2s;
  flex-grow: 1;
  text-align: center;
}

.btn-enroll-class-sect-4:hover {
  background: #0177a6;
}

.btn-cart-sect-4 {
  background: #fff;
  border: 2px solid #0abd55;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn-cart-sect-4:hover {
  box-shadow: 0 2px 8px rgba(10, 189, 85, 0.15);
  border-color: #06843a;
}

.font3-class-sect-4 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
}

.sect-5-biru-kecil {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #0199c8;
}

.circle-step-0 {
  min-width: 110px;
}

.circle-step {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 500;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-top: 0px;
  line-height: 38px;
}

.circle-step.filled {
  background: #0199c8;
  color: #fff;
  border: none;
}

.circle-step.outlined {
  background: #fff;
  color: #0199c8;
  border: 2px solid #0199c8;
}

.sect-5-bold {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #181818;
}

.sect-5-reguler {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #181818;
  margin-top: 16px;
}

.div-biru-besar {
  height: 731px;
  max-height: 100%;
  background-color: #0199c8;
  overflow: hidden;
}

.sect-6-font-kecil {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
}

.sect-6-font-besar {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ffffff;
}

.card-kelas {
  background: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 8px;
  padding: 32px 24px;
  min-height: 427px;
  max-width: 360px;
  box-sizing: border-box;
  transition: box-shadow 0.3s;
}

.card-kelas:hover {
  box-shadow: 0 4px 18px rgba(51, 51, 51, 0.11);
}

.btn-harga {
  background: #0199c8;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  padding: 13px 0;
  transition: background 0.2s;
}

.btn-harga:hover {
  background: #0177a6;
}

.btn-harga-green {
  background: #0abd55;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  padding: 13px 0;
  transition: background 0.2s;
}

.btn-harga-green:hover {
  background: #099440;
}

.sect-7-font-kecil-gray {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #9ca3af;
}

.sect-7-font-kecil-black {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #181818;
}

.sect-7-font-biru-harga-48px {
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #0199c8;
}

.sect-7-font-biru-harga-24px {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0199c8;
}

.sect-7-font-hijau-harga-48px {
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #0abd55;
}

.sect-7-font-hijau-harga-24px {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0abd55;
}

.nav-sect-8 {
  border-bottom: none;
  margin-top: 56px;
}

.nav-sect-8 .nav-link-sect-8 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 12px 25px;
  color: #181818;
  background: #fff;
  transition: background 0.2s, color 0.2s;
  border: 1px solid #dfe4ea;
}

.nav-sect-8 .nav-link-sect-8.active {
  background: #0199c8;
  color: #fff;
  border: 1px solid #0199c8;
}

.nav-link-sect-8:focus,
.nav-link-sect-8:hover {
  color: #0199c8;
}

.image-class-sect-8 {
  height: 176px;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.testi-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  min-width: 0;
  box-shadow: none;
  border: none;
  height: 252px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-asli {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #0199c8;
}

.testi-role {
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}

.testi-inisial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0199c8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect-9-font-testi {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #111928;
}

.img-testi {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.div-foto-testi {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clamp-satu-baris {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.div-test-nama {
  width: 135px;
  max-width: 100%;
}

.btn-mentor {
  border-radius: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 12px 24px !important;
  color: #fff !important;
  background-color: #0199c8 !important;
  border: 1px solid #0199c8 !important;
  transition: background 0.2s;
  max-width: 259px;
  width: 100%;
}

.btn-mentor:hover {
  background-color: #027092 !important;
  border: 1px solid #027092 !important;
}

.expert-card {
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  padding: 24px 12px;
}

.expert-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.expert-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.expert-name {
  margin-top: 16px;
  color: #111928;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}

.expert-role {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #111928;
  margin-top: 4px;
}

.sect-11-font-besar {
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #ffffff;
}

.btn-banner-putih {
  border-radius: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 12px 24px !important;
  color: #0199c8 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: background 0.2s;
  max-width: 233px;
  width: 100%;
}

.btn-banner-putih:hover {
  background-color: #eaeaea !important;
  border: 1px solid #eaeaea !important;
}

.btn-banner-wa {
  border-radius: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 12px 24px !important;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  transition: background 0.2s;
  max-width: 155px;
  width: 100%;
}

.btn-banner-wa:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #0199c8 !important;
}

/* #endregion AKHIR HOMEPAGE */

/* #region awal miniclass */
.container-miniclass {
  height: fit-content;
  max-height: 100%;
  padding-top: 48px;
  padding-bottom: 24px;
}

.section-mc-2 {
  margin-top: 24px;
}
/* #endregion akhir miniclass */

/* #region awal botcamp */

.filter-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 10px 15px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-btn:hover {
  background: #f3f4f6;
  border-color: #0199c8;
  color: #0199c8;
}
.filter-btn.active {
  /* background: #0199c8; */
  color: #0199c8;
  border-color: #0199c8;
}
.course-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 24px;
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.course-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.course-info {
  padding: 16px;
}
.course-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}
.course-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}
.btn-enroll {
  background: #0199c8;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
}
.btn-enroll:hover {
  background: #0177a6;
}
.harga-tag {
  font-size: 18px;
  font-weight: 700;
  color: #0199c8;
  margin-top: 8px;
}

.sort-icon {
  transition: color 0.3s ease;
  color: #6b7280;
}

.sort-icon.active {
  color: #0199c8;
}

/* #endregion bootcamps */

/* #region sertifikasi  */

.text-gradient {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #0199c8 0%, #34a853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
}
/* #endregion sertifikasi */

/* #region mentor */

.section-expert-mentor {
  margin-top: 84px;
}

.container-biru-mentor {
  margin-top: 96px;
  margin-bottom: 96px;
}

/* ≥1200px (base) */
.sect-mentor-capt {
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #181818;
  align-self: start;
}

/* ≥992px dan <1200px */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .sect-mentor-capt {
    font-size: 32px;
    line-height: 34px;
  }
}

/* ≥768px dan <992px */
@media (max-width: 991.98px) and (min-width: 768px) {
  .sect-mentor-capt {
    font-size: 28px;
    line-height: 30px;
  }
}

/* ≥576px dan <768px */
@media (max-width: 767.98px) and (min-width: 576px) {
  .sect-mentor-capt {
    font-size: 24px;
    line-height: 26px;
  }
}

/* <576px */
@media (max-width: 575.98px) {
  .sect-mentor-capt {
    font-size: 20px;
    line-height: 22px;
  }
}

/* #endregion mentor */

/* #region AWAL FOOTER */
.footer-dark {
  background: #111928 !important;
  color: #fff !important;
  padding: 64px 0 !important;
}
.footer-logo img {
  margin-bottom: 24px !important;
  width: 207px;
  max-width: 100%;
}
.footer-tagline {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}
.footer-phone {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 24px;
}
.footer-title {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 37.8px;
}

.footer-title-subs {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}
.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer-links li {
  margin-bottom: 12px !important;
}
.footer-links a {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block !important;
}
.footer-links a:hover {
  color: #0199c8 !important;
}
.footer-subscribe {
  margin-top: 12px;
  margin-bottom: 18px !important;
}
.footer-subscribe input {
  background: #fff !important;
  border: 1px solid #374151 !important;
  color: #202124 !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  margin-bottom: 12px !important;
}
.footer-subscribe input::placeholder {
  color: #6b7280 !important;
}
.footer-subscribe .btn-subscribe {
  background: #0199c8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 24px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  width: 100% !important;
  max-width: 123px;
}
.footer-subscribe .btn-subscribe:hover {
  background: #0177a6 !important;
}
.footer-social {
  display: flex !important;
  gap: 24px !important;
  align-items: end !important;
}
.footer-social a {
  width: 32px !important;
  height: 32px !important;
  background: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111928 !important;
  font-size: 16px !important;
  transition: background 0.2s !important;
}
.footer-social a:hover {
  background: #0199c8 !important;
}
.footer-copyright {
  text-align: center !important;
  padding-top: 24px !important;

  margin-top: 48px !important;

  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #dfe4ea;
}

.footer-follow {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
  margin-right: 24px;
}

.div-icon-sosmed {
  gap: 13px;
}

.div-footer-greenskill {
  max-width: 288px;
}

/* #endregion AKHIR FOOTER */

/* #region register */
.sect-register {
  margin-top: 107px;
  margin-bottom: 71px;
}
.font-hitam-sect-register {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #181818;
}
.font-biru-sect-register {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0199c8;
}
.font-kecil-hitam-register {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #181818;
}

.font-kecil-biru-register {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0199c8;
}

.link-masuk-register {
  text-decoration: none;
}
.link-masuk-register:hover {
  text-decoration: underline;
  color: #0177a6;
}

.div-sudah-punya-akun {
  margin-top: 12px;
}

.form-label.register-label {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9ca3af;
  margin-bottom: 10px;
}
.tab-buttons {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
}
.tab-btn {
  flex: 1;
  padding: 12px 25px;
  border: 1px solid #dfe4ea;
  border-left: 0px;
  background: #fff;

  cursor: pointer;
  transition: all 0.3s;

  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #111928;
}
.tab-btn:hover {
  color: var(--biru-utama);
}
.tab-btn:first-child {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #dfe4ea;
}
.tab-btn:last-child {
  border-radius: 0 6px 6px 0;
}
.tab-btn.active {
  background: #0199c8;
  color: white;
}

.input-group-text.register-icon {
  padding: 15px 10px 15px 20px !important;
}
.form-control.register-input {
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  padding: 11px 0px 11px 0px !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.form-control.register-input:focus {
  color: #637381 !important;
  background-color: transparent !important;
  border-color: #dfe4ea !important;
  outline: none !important;
  box-shadow: 0 0 0 0 !important;
}

.input-icon {
  color: #637381;
}
.password-toggle {
  cursor: pointer;
  color: #637381;
}
.privacy-link {
  color: #0199c8;
  text-decoration: none;
  font-weight: 400;
}

.privacy-link:hover {
  color: var(--biru-hover);
  text-decoration: underline;
  font-weight: 400;
}

.btn.btn-submit-custom {
  width: 100%;
  padding: 12px 24px !important;
  background: #0199c8 !important;
  border: none !important;
  border-radius: 6px !important;

  margin-top: 32px;
  margin-bottom: 32px;
  transition: background 0.3s;

  font-weight: 500 !important;
  font-style: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.btn.btn-submit-custom:hover {
  background: var(--biru-hover) !important;
  color: white !important;
}

.btn.btn-submit-custom:focus,
.btn.btn-submit-custom:active {
  background: var(--biru-hover) !important;
  color: white !important;
  box-shadow: none !important;
  outline: none !important;
}

.divider-text {
  text-align: center;
  color: #637381;
  font-size: 14px;
  margin: 0 0 12px 0;
}
.social-login {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.social-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  background: white;
}
.social-btn:hover {
  border-color: #0199c8;
  transform: translateY(-2px);
}
.social-btn img {
  width: 32px;
  height: 32px;
}
.form-check-label.register-checkbox-label {
  font-size: 13px;
  color: #111928;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.register-icon img {
  transition: opacity 0.2s ease;
}

.register-icon:hover img {
  opacity: 0.7;
}

/* #endregion */

/* #region login */
.sect-login {
  margin-top: 120px;
}

.btn-get-otp {
  padding: 11px 0px 11px 16px;
  background: transparent;
  border: none;
  color: var(--biru-utama);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.btn-get-otp:hover {
  color: var(--biru-hover);
  text-decoration: underline;
}

.btn-get-otp:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .btn-get-otp {
    margin-top: 8px;
  }
}

/* #endregion */

/* #region detail kelas */
.section-detail-kelas-biru {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.div-jelajahi-kelas {
  margin-top: 56px !important;
}

.sect-detail-kelas-jelajahi {
  margin-top: 112px !important;
}

.abu-16-kelas-400 {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  color: #6b7280 !important;
}

.biru-24-kelas-600 {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  letter-spacing: 0px !important;
  color: #0199c8 !important;
}

.sect-dekripsi-kelas {
  margin-top: 48px !important;
}

.abu-12-kelas-400 {
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  color: #8899a8 !important;
}

.div-row-iframe {
  margin-top: 24px !important;
}

.sect-detail-kelas-utama {
  margin-top: 48px !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .sect-detail-kelas-utama {
    margin-top: 40px !important;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .sect-detail-kelas-utama {
    margin-top: 32px !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .sect-detail-kelas-utama {
    margin-top: 24px !important;
  }
}

@media (max-width: 575.98px) {
  .sect-detail-kelas-utama {
    margin-top: 16px !important;
  }
}

.abu-18-kelas-500 {
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 0px !important;
  color: #d1d5db !important;
  text-align: left !important;
  text-decoration: line-through !important;
}

.abu-16-kelas-500 {
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  color: #637381 !important;
}

.abu-14-kelas-500 {
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0px !important;
  color: #9ca3af !important;
}

.hitam-36-kelas-500 {
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 36px !important;
  line-height: 38px !important;
  letter-spacing: 0px !important;
  color: #181818 !important;
}

/* Video & Iframe Styles */
.video-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 745px !important;
  aspect-ratio: 16/9 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.video-iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px !important;
  pointer-events: auto !important;
  display: block !important;
  aspect-ratio: 16/9 !important;
  background: #232323 !important;
}

.video-overlay {
  pointer-events: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px !important;
  background: transparent !important;
  z-index: 2 !important;
}

.kelas-title {
  margin-top: 24px !important;
}

.praktisi-group {
  display: flex !important;
  align-items: start !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.praktisi-lainnya {
  gap: 12px !important;
}

.praktisi-box {
  max-width: 264px !important;
  width: 100% !important;
  margin-top: 14px !important;
}

.praktisi-foto {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.btn-praktisi-lainnya {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0px !important;
  text-align: center !important;
  color: #0199c8 !important;
}

.btn-praktisi-lainnya:hover {
  text-decoration: underline !important;
  color: var(--biru-hover) !important;
}

.alur-accordion-button {
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 6px !important;

  font-size: 17px !important;
  font-weight: 500 !important;
  transition: background 0.15s, color 0.15s !important;
  box-shadow: none !important;
}

.alur-accordion-button:hover {
  background: var(--biru-utama) !important;
  color: #fff;
}

.alur-list-group {
  display: flex !important;
  flex-direction: column !important;
}

.alur-list-group-item {
  display: flex !important;
  gap: 10px !important;
  padding: 7px 16px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  color: #0199c8 !important;
  border-radius: 0px !important;
}

.alur-accordion-item + .alur-accordion-item .alur-accordion-button {
  margin-top: 12px !important;
}

.alur-accordion-button:not(.collapsed) {
  background: #0199c8 !important;
  border: 1px solid #dfe4ea !important;
  box-shadow: none !important;
  padding: 12px 20px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
}

.alur-accordion-button.collapsed {
  background: #fff !important;
  border: 1px solid #dfe4ea !important;
  box-shadow: none !important;
  padding: 12px 20px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  color: #637381 !important;
}

.alur-accordion-button::after {
  filter: brightness(0) saturate(100%) invert(41%) sepia(96%) saturate(514%)
    hue-rotate(149deg) brightness(96%) contrast(98%) !important;
}

.alur-accordion-button:not(.collapsed)::after {
  filter: none !important;
}

.alur-accordion,
.alur-accordion .accordion-item,
.alur-accordion .accordion-header {
  border: 0 !important;
  box-shadow: none !important;
}

.alur-accordion-body {
  border-radius: 6px !important;
  border: 1px solid #dfe4ea !important;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4) !important;
  padding: 10px 0px !important;
  margin-top: 10px;
}

.alur-accordion-button::after {
  display: none !important;
}

.alur-accordion-button {
  position: relative !important;
}

.alur-accordion-button.collapsed::before {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(0deg) !important;
  width: 16px !important;
  height: 16px !important;
  background: url("https://dev.metaforacorp.co.id:443/lms/assets/detailclass/accord-arrow-hitam.svg")
    no-repeat center/contain !important;
  transition: transform 0.25s !important;
}

.alur-accordion-button:not(.collapsed)::before {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  width: 16px !important;
  height: 16px !important;
  background: url("https://dev.metaforacorp.co.id:443/lms/assets/detailclass/accord-arrow.svg")
    no-repeat center/contain !important;
  transition: transform 0.25s !important;
}

.alur-step-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.alur-step-btn {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  color: #637381 !important;
  border: none !important;
  outline: none !important;
  width: 100% !important;
  padding: 7px 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
}

.alur-step-btn.tambah-materi {
  color: var(--biru-utama) !important;
}

.alur-step-btn img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.alur-step-btn.active,
.alur-step-btn:focus {
  background: #d0f0fd !important;
  color: #0199c8 !important;
}

.alur-step-btn:hover:not(.active) {
  background: #d0f0fd !important;
  color: #0199c8 !important;
}
/* #endregion */

/* #region sesi kelas */

/*  #region buat video AEZN  */

/* ========== BASE STYLES ========== */
/* ========== ENSURE PADDING/MARGIN SAAT NORMAL MODE ========== */
.video-container-full {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* Tambahkan ini untuk mobile */
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .video-container-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .video-wrapper-custom {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Reset untuk pastikan tidak ada style yang nempel setelah fullscreen */
.video-container-full:not(:fullscreen):not(:-webkit-full-screen) {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  margin: 0 auto !important;
}

.video-wrapper-custom:not(:fullscreen):not(:-webkit-full-screen) {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
}


.custom-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  background: #000;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 11;
}

.custom-play-button:hover {
  transform: translate(-50%, -50%) scale(1.15);
}

.custom-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.custom-play-button svg circle {
  transition: fill 0.3s ease;
}

.custom-play-button:hover svg circle {
  fill: rgba(1, 153, 200, 1);
}

.custom-video-overlay.hidden {
  display: none;
}

.video-wrapper-custom {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.video-wrapper-custom:hover {
  background-color: #000 !important;
}

#ytplayer {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.youtube-hover-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background: transparent;
}

.custom-controls-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.custom-controls-overlay.show {
  opacity: 1;
}

.custom-controls-overlay.fade-out {
  opacity: 0;
}

.youtube-hover-blocker.hide-cursor {
  cursor: none;
}

.control-btn {
  background: rgba(1, 153, 200, 0.9);
  border: 2px solid white;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.control-btn:hover {
  background: rgba(1, 153, 200, 1);
  transform: scale(1.1);
}

.control-btn:active {
  transform: scale(0.95);
}

.control-btn svg {
  pointer-events: none;
}

.fullscreen-btn-overlay {
  position: absolute !important;
  right: 16px;
  bottom: 16px;
  width: 48px !important;
  height: 48px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.fullscreen-btn-overlay:hover {
  background: rgba(0, 0, 0, 0.9) !important;
}

.custom-progress-container {
  background: #fff;
  padding: 12px 16px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.time-display {
  font-size: 14px;
  font-weight: 500;
  color: #637381;
  min-width: 42px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.progress-bar-track {
  position: relative;
  flex: 1;
  height: 9px;
  background: #e5e7eb;
  border-radius: 1000px;
  cursor: pointer;
  overflow: visible;
  transition: height 0.2s ease;
  margin-top: 32px;
}

.progress-bar-loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #d1d5db;
  border-radius: 1000px;
  width: 0%;
  transition: width 0.2s ease, height 0.2s ease;
}

.progress-bar-played {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #0199c8;
  border-radius: 1000px;
  width: 0%;
  transition: width 0.1s linear, height 0.2s ease;
  z-index: 1;
}

.progress-bar-thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 14px;
  height: 14px;
  background: #0199c8;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(1, 153, 200, 0.4);
  cursor: grab;
  z-index: 2;
}

.progress-bar-track:hover .progress-bar-thumb {
  opacity: 1;
}

.progress-bar-thumb:active {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 3px 8px rgba(1, 153, 200, 0.5);
}

.progress-bar-track:hover {
  height: 8px;
}

.progress-bar-track:hover .progress-bar-played,
.progress-bar-track:hover .progress-bar-loaded {
  height: 8px;
}

.progress-bar-track::after {
  content: attr(data-time);
  position: absolute;
  bottom: 120%;
  left: var(--tooltip-position, 50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.progress-bar-track:hover::after {
  opacity: 1;
}

/* ========== FULLSCREEN #ytplayer - BASE ========== */
:fullscreen #ytplayer,
:-webkit-full-screen #ytplayer,
:-moz-full-screen #ytplayer,
:-ms-fullscreen #ytplayer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important; /* DEFAULT: CONTAIN untuk semua */
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  transform: none !important; /* Reset transform default */
}

/* ========== MOBILE LANDSCAPE - COVER & SCALE ========== */
@media screen and (max-width: 896px) and (orientation: landscape) {
  :fullscreen #ytplayer,
  :-webkit-full-screen #ytplayer {
    object-fit: cover !important;
    transform: scale(1.01) !important;
  }
}

/* ========== MOBILE PORTRAIT - CONTAIN TANPA SCALE ========== */
@media screen and (max-width: 768px) and (orientation: portrait) {
  :fullscreen #ytplayer,
  :-webkit-full-screen #ytplayer {
    object-fit: contain !important;
    transform: none !important; /* PENTING: Jangan pakai scale/transform */
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  /* Pastikan container juga tidak crop */
  :fullscreen .video-wrapper-custom,
  :-webkit-full-screen .video-wrapper-custom {
    overflow: visible !important;
  }
}

/* ========== TABLET PORTRAIT ========== */
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  :fullscreen #ytplayer,
  :-webkit-full-screen #ytplayer {
    object-fit: contain !important;
    transform: none !important;
  }
}



/* #endregion */

/* ========================================
 NAVIGATION BUTTONS STYLES
 ======================================== */

.lesson-navigation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  padding: 32px 0;
  flex-wrap: wrap;
}

.nav-buttons-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #637381;
  border-radius: 6px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #637381;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #fff;
  border-color: #0199c8;
  color: #0199c8;
}

.nav-btn:active {
  transform: scale(0.98);
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-btn:disabled:hover {
  background: #fff;
  border-color: #dfe4ea;
  color: #637381;
}

.nav-btn svg {
  flex-shrink: 0;
}

.prev-btn svg {
  order: -1;
}

.next-btn svg {
  order: 1;
}

.mark-completed-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #0abd55;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mark-completed-btn:hover {
  background: #059669;
}

.mark-completed-btn:active {
  transform: scale(0.98);
}

.mark-completed-btn.completed {
  background: #6b7280;
  cursor: default;
}

.mark-completed-btn.completed:hover {
  background: #6b7280;
  box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
}

.mark-completed-btn svg {
  flex-shrink: 0;
}

/* ========================================
 SECTION STYLES
 ======================================== */

.sect-deskripsi-sesi-kelas {
  margin-top: 24px;
}

.font-deskripsi-sesi-kelas {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
}

.section-tanya-jawab-sesi-kelas {
  margin-top: 48px;
}

.sect-our-learning-sesi-kelas {
  margin-top: 96px;
}

.div-input-sesi-kelas {
  gap: 14px;
}

/* ========================================
 AI CHAT CONTAINER STYLES
 ======================================== */

.ai-chat-container {
  width: 100%;

  height: auto;
  min-height: 531px;
  background: #f9fafb;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  /* gap: 311px; */
  margin: 0 auto;
}

.ai-chat-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ai-avatar {
  width: 42px;
  height: 42px;
  background: #0199c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  flex-shrink: 0;
}

.ai-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ai-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.ai-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #637381;
}

.ai-chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 250px;
}

.suggested-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.suggestion-chip {
  background: #e5e7eb;
  border: 1px solid #dfe4ea;
  border-radius: 4px;
  padding: 7px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #637381;
  cursor: pointer;
  transition: all 0.3s ease;
}

.suggestion-chip:hover {
  background: #d0f0fd;
  color: #0199c8;
}

.suggestion-chip:active {
  transform: scale(0.98);
}

.ai-chat-input-wrapper {
  position: relative;
  width: 100%;
}

.ai-chat-input {
  width: 100%;
  padding: 12px 48px 12px 16px;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--hitam-utama);
  transition: border-color 0.3s ease;
}

.ai-chat-input::placeholder {
  color: #9ca3af;
}

.ai-chat-input:focus {
  outline: none;
  border-color: #0199c8;
}

.ai-send-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #0199c8;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.ai-send-btn:hover {
  background: #f0f9ff;
}

.ai-send-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.ai-disclaimer {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #f56060;
}
/* #endregion */

/* #region profil select */

.profile-select-card {
  width: 744px;
  padding: 42px 36px;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
}

.profile-select-title {
  margin-bottom: 32px;

  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #181818;
}

.profile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e6f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #0199c8;
  margin-bottom: 10px;
  object-fit: cover;
}

.profile-avatar.profile-circle {
  background: #0199c8;
  color: #fff;
}

.profile-name {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #181818;
}

.profile-item {
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  border-radius: 12px;
}

.profile-item:hover {
  transform: translateY(-3px) scale(1.04);
  color: #0199c8;
}

.profile-item:hover .profile-name {
  color: #0199c8;
  transition: color 0.2s;
}

.profile-item:active {
  transform: translateY(-1px) scale(1.01);
  color: #0199c8;
}

/* #endregion */

/* #region add to cart */

.btn-hapus-cart {
  background: #0199c8;
  padding: 6px 15px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
 color: white;
  transition: background 0.2s;
 
}

.btn-hapus-cart:hover{
  background:  var(--biru-hover);
}

.sect-keranjang-anda {
  margin-top: 84px;
}

.font-murah-hehe {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #181818;
}

.font-murah-margin-top {
  margin-top: 6px;
}

.div-utama-addtocart {
  margin-top: 48px;
  margin-bottom: 96px;
}

.section-cart {
  background: #fff;
}

.cart-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  max-width: 100%;
}

.cart-items {
  flex: 1;
  flex-direction: column;
  width: 744px;
  max-width: 100%;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  max-width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.div-nama-kursus-co {
  width: 456px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.cart-item-image {
  width: 190px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-title {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin-left: 24px;
  margin-right: 24px;
}

.cart-item-title-satunya {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  text-align: start;
  margin: 12px 0px;
}

.cart-item-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8899a8;
}

.cart-item-price {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

.cart-items-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.cart-item-mobile {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cart-item-mobile-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.cart-item-mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-mobile-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cart-item-mobile-title {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin-bottom: 16px;
  flex: 1;
}

.cart-quantity-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8899a8;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 72px;
}

.cart-quantity-select {
  width: 72px;
  padding: 12px 19px;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.cart-quantity-select:hover {
  border-color: #0199c8;
}

.cart-quantity-select:focus {
  outline: none;
  border-color: #0199c8;
}

.cart-quantity-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f3f4f6;
}

.select-arrow-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* ========================================
               CART SUMMARY - Right Sidebar
               ======================================== */

.cart-summary {
  width: 360px;
  flex-shrink: 0;
  padding: 24px;
  background: #f9fafb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.cart-coupon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-coupon-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
}

.cart-coupon-input-group {
  display: flex;
  gap: 8px;
}

.cart-coupon-input {
  flex: 1;
  padding: 10px 14px;
  background: #f9fafb;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111928;
  transition: border-color 0.3s ease;
  width: 202px;
  max-width: 100%;
}

.cart-coupon-input::placeholder {
  color: #9ca3af;
}

.cart-coupon-input:focus {
  outline: none;
  border-color: #0199c8;
  background: #fff;
}

.cart-coupon-btn {
  padding: 10px 24px;
  background: #0199c8;
  border: none;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cart-coupon-btn:hover {
  background: var(--biru-hover);
}

.cart-coupon-btn:active {
  transform: scale(0.98);
}

.cart-coupon-btn-remove {
  padding: 10px 24px;
  background: var(--merah-utama);
  border: none;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cart-coupon-btn-remove:hover {
  background: var(--merah-hover);
}

.cart-coupon-btn-remove:active {
  transform: scale(0.98);
}

.cart-summary-details {
  display: flex;
  flex-direction: column;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-summary-label {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

.cart-summary-label-tot {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #374151;
}

.cart-summary-value {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

.cart-summary-value-tot {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #374151;
}

.cart-summary-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0;
}

.cart-checkout-btn {
  width: 100%;
  padding: 12px 24px;
  background: #0199c8;
  border: none;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart-checkout-btn:hover {
  background: var(--biru-hover);
  color: white;
}

.cart-checkout-btn:active {
  transform: scale(0.98);
}
/* #endregion */

/*  #region profile-pin */

.profile-select-card {
  width: 744px;
  padding: 42px 36px;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
}

.profile-select-title {
  margin-bottom: 32px;

  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #181818;
}

.profile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e6f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #0199c8;
  margin-bottom: 10px;
  object-fit: cover;
}

.profile-avatar.profile-circle {
  background: #0199c8;
  color: #fff;
}

.profile-name {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #181818;
}

.profile-item {
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  border-radius: 12px;
}

.profile-item:hover {
  transform: translateY(-3px) scale(1.04);
  color: #0199c8;
}

.profile-item:hover .profile-name {
  color: #0199c8;
  transition: color 0.2s;
}

.profile-item:active {
  transform: translateY(-1px) scale(1.01);
  color: #0199c8;
}

.pin-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.pin-title {
  font-size: 32px;
  font-weight: 500;
  color: #222;
  margin-bottom: 32px;
  text-align: center;
}

.pin-input {
  width: 72px;
  height: 89px;
  font-size: 48px;
  font-weight: 600;
  color: #637381;
  background: #f9fafb;
  border: transparent;
  border-radius: 8px;
  outline: none;
  appearance: none;
  text-align: center;
  margin-right: -1px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.pin-input:focus {
  border-color: #0199c8;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  background: #fff;
}

.pin-input:last-child {
  margin-right: 0;
}

/* #endregion */

/* #region checkout */
.invoice-container {
  width: 744px;
  max-width: 100%;
  margin: 0 auto;
}

.invoice-card {
  background: #f9fafb;
  border-radius: 8px;
  padding: 24px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}

/* Invoice Header */
.invoice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invoice-number {
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.invoice-status {
  padding: 5px 14px;
  border-radius: 4px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.invoice-status-unpaid {
  background: #f23030;
  color: #fff;
}

.invoice-status-paid {
  background: #10b981;
  color: #fff;
}

/* Invoice Parties */
.invoice-parties {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.invoice-party {
  flex: 1;
}

.invoice-party-label {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0px;
}

.invoice-party-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0px;
}

/* Invoice Items */
.invoice-items {
  border-radius: 6px;
}

.invoice-items-header {
  padding: 12px 24px 12px 24px;
  background-color: #e5e7eb;
  border-radius: 8px;
}

.invoice-items-title {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.div-invoice-items {
  padding: 0 24px 0 24px;
}

.invoice-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 0;
}

.invoice-item:last-child {
  border-bottom: none;
}

.div-invoice-item-name {
  width: 374px;
  max-width: 100%;
}

.invoice-item-name {
  flex: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.invoice-item-price {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
  white-space: nowrap;
}

/* Invoice Summary */
.invoice-summary {
  margin-top: auto;
}

.invoice-summary-row {
  display: flex;

  padding: 0 0 12px 0;
}

.invoice-summary-label {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

.invoice-summary-value {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

.invoice-discount {
  color: #ef4444;
}

.invoice-summary-divider {
  height: 1px;
  background: #8899a8;
  margin: 0 0;
}

.invoice-total-row {
  padding: 0 0 12px 0;
}

.invoice-summary-label-total {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

.invoice-summary-value-total {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

/* ========================================
   PAYMENT SUMMARY STYLES
   ======================================== */

/* Typography */
.abu-16-500-co {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

.abu-36-500-co {
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #637381;
  margin-top: 8px;
}

/* Payment Method Section */
.payment-method-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-method-label {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
}

.payment-method-select-wrapper {
  position: relative;
  width: 100%;
}

.payment-method-select {
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.payment-method-select:hover {
  border-color: #0199c8;
}

.payment-method-select:focus {
  outline: none;
  border-color: #0199c8;
}

.payment-select-arrow-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Buttons Group */
.payment-buttons-group {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

/* Check Payment Button (Secondary) */
.check-payment-btn {
  width: 100%;
  padding: 12px 24px;
  background: transparent;
  border: 2px solid #0199c8;
  border-radius: 6px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--biru-utama);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.check-payment-btn:hover {
  background: var(--biru-utama);
  color: #fff;
}

.check-payment-btn:active {
  transform: scale(0.98);
}
/* #endregion */

/* #region forum kelas */

.margin-disc-thread {
  margin-bottom: 32px;
}

.sect-forum-kelas-utama {
  margin-top: 84px;
  margin-bottom: 96px;
}
.div-chat-forum-kelas {
  margin-top: 32px;
}
.discussion-thread-section {
  padding: 48px 0;
  background: #ffffff;
}
.discussion-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #111928;
  margin-bottom: 24px;
}
.discussion-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 48px;
}
.form-group-disc {
  margin-bottom: 18px;
}
.select-wrapper-disc {
  position: relative;
  width: 100%;
}
.form-select-disc {
  width: 100%;
  padding: 12px 16px 12px 20px;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9ca3af;
  appearance: none;
  cursor: pointer;
  transition: all 300ms ease;
}
.form-select-disc:focus {
  outline: none;
  border-color: #0199c8;
  background: #ffffff;
}
.form-select-disc.has-value {
  color: #111928;
}
.form-select-disc option[value=""] {
  color: #9ca3af;
}
.form-select-disc option {
  color: #111928;
}
.select-arrow-disc {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.form-textarea-disc {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  resize: vertical;
  height: 343px;
  max-height: 100%;
  transition: all 300ms ease;
}
.form-textarea-disc::placeholder {
  color: #9ca3af;
}
.form-textarea-disc:focus {
  outline: none;
  border-color: #0199c8;
  background: #ffffff;
}
.file-list-disc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.file-list-disc-mentor {
  display: flex;
  flex-direction: column;
}
.file-item-disc {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.file-icon-disc {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.file-name-disc {
  flex: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #181818;
}
.file-remove-disc {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms ease;
}
.file-remove-disc:hover {
  transform: scale(1.1);
}
.file-remove-disc img {
  width: 24px;
  height: 24px;
}
.btn-submit-disc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #0abd55;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
}
.btn-submit-disc:hover {
  background: #059669;
}
.btn-submit-disc:active {
  transform: scale(0.98);
}
.send-icon-disc {
  width: 20px;
  height: 20px;
}
.discussion-messages {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.message-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  transition: all 300ms ease;
}
.message-student {
  border: 1px solid #e5e7eb;
}
.message-instructor {
  background: #374151;
  border: 1px solid #374151;
}
.message-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 48px;
  position: relative;
}
.message-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  height: 0.1px;
  box-shadow: 0 1px 1px 0 rgba(166, 175, 195, 0.4);
  pointer-events: none;
  width: 100%;
}
.message-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0199c8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.message-avatar-instructor {
  background: transparent;
  overflow: hidden;
}
.message-avatar-instructor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-initials {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-author {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
}
.message-instructor .message-author {
  color: #ffffff;
}
.message-role {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  color: #8899a8;
}
.message-instructor .message-role {
  color: #9ca3af;
}
.message-instructor .message-body {
  margin-bottom: 24px;
}
.message-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin-bottom: 16px;
}

.message-text-file {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--biru-utama) !important;
  margin-bottom: 16px;
}

.message-text-file:hover {
  color: var(--biru-hover) !important;
}
.message-instructor .message-text {
  color: #ffffff;
}
.message-date {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #6b7280;
}
.message-instructor .message-date {
  color: #9ca3af;
}
.file-upload-wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: stretch;
  margin-bottom: 32px;
}

.file-upload-trigger-disc {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #637381;
  cursor: pointer;
  transition: all 300ms ease;
}
.file-upload-trigger-disc:hover {
  border-color: #0199c8;
  background: #f9fafb;
}
.file-upload-trigger-disc:active {
  transform: scale(0.98);
}
.arrow-icon-disc {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.btn-upload-file-disc {
  width: 180px;
  flex-shrink: 0;
  padding: 12px 24px;
  background: #0199c8;
  border: none;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
}
.btn-upload-file-disc:hover {
  background: #017a9f;
}
.btn-upload-file-disc:active {
  transform: scale(0.98);
}
.file-input-disc {
  display: none;
}
.star-rating-simple {
  display: flex;
  gap: 6px;
  align-items: center;
}
.star-simple-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-simple-btn:hover {
  transform: scale(1.15);
}
.star-simple-btn:active {
  transform: scale(0.9);
}
.star-simple-icon {
  width: 14px;
  height: 14px;
  transition: all 300ms ease;
}
.star-simple-btn .star-simple-icon path {
  fill: none;
  stroke: #fcd34d;
  stroke-width: 1.5;
}
.star-simple-btn.filled .star-simple-icon path {
  fill: #fcd34d;
  stroke: #fcd34d;
  stroke-width: 1.5;
}
.star-simple-btn.hover .star-simple-icon path {
  fill: #fcd34d;
  stroke: #fcd34d;
  stroke-width: 1.5;
}
.thread-status-card {
  background-color: #0199c8;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: all 300ms ease;
}
.thread-status-card:hover {
  box-shadow: 0px 6px 16px rgba(1, 153, 200, 0.3);
  transform: translateY(-2px);
}
.status-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.status-label {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}
.status-value {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  word-break: break-word;
}
.status-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
/* #endregion */

/* #region kuis kelas */
/* #region style kuis kelas tanpa breakpoint */

.div-title-soal {
  margin-bottom: 6px;
}

.section-pre-test {
  background: #f8f9fa;
  padding: 20px 0;
}

.sect-forum-kelas-utama {
  flex: 1 0 auto;
}

.container-fluid {
  max-width: 100%;
}

.sidebar-soal {
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.sticky-sidebar {
  position: sticky;
  top: 0;
}

.soal-list {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0px;
}

.soal-list::-webkit-scrollbar {
  display: none;
}

.soal-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.soal-item {
  padding: 12px 16px;
  background: #fff;
  border: none;
  color: #637381;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: start;
}

.soal-item:hover {
  background: #f5f7fd;
}

.soal-item.active {
  background: #f5f7fd;
  color: #0199c8 !important;
  font-weight: 500;
}

.soal-item.answered {
  background: #f5f7fd;
  color: #0199c8 !important;
}

.soal-item.answered.active {
  background: #f5f7fd;
  color: #ffffff;
}

.soal-number {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.slimScrollBar {
  background: #bbb !important;
  width: 4px !important;
  border-radius: 4px !important;
  opacity: 0.3 !important;
  transition: opacity 0.3s ease !important;
}

.slimScrollBar:hover,
.sidebar-soal:hover .slimScrollBar {
  opacity: 0.6 !important;
}

.slimScrollRail {
  width: 4px !important;
  background: transparent !important;
  border-radius: 4px !important;
}

.sidebar-soal {
  overflow-y: auto;
}

.sidebar-soal:hover .slimScrollBar {
  display: block !important;
}

.sidebar-soal .slimScrollDiv {
  overflow: hidden !important;
}

.main-content-soal {
  background: #ffffff;
}

.soal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 20px;
}

.header-left {
  flex: 1;
}

.soal-title {
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #181818;
}

.soal-chapter {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #181818;
  margin: 0;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.time-display {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0px;
  border-radius: 6px;
}

.time-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #637381;
}

.time-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #637381;
}

.btn-submit-test {
  padding: 12px 24px;
  background: #0abd55;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-submit-test:hover {
  background: var(--hijau-hover);
  color: #fff;
}

.soal-nav-buttons {
  display: flex;
  flex-wrap: wrap;
}

.btn-nav-option {
  width: 60px;
  height: 48px;
  background: #637381;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px !important;
}

.btn-nav-option:hover {
  background: #0199c8;
  color: #fff;
  transform: translateY(-2px);
}

.btn-nav-option.selected {
  background: #0199c8;
}

.btn-nav-review {
  padding: 12px 24px;
  background: transparent;
  border: 1px solid #637381;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 15px;
}

.btn-nav-review:hover {
  border-color: #0199c8;
  color: #0199c8;
}

.question-box {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  padding: 32px 0px;
  margin-bottom: 16px;
  margin-top: 0;
  border: 1px solid #f0f0f0;
}

.question-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #181818;
  margin: 0px 32px;
}

.answer-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.answer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: background 0.18s;
  cursor: pointer;
  min-height: 40px;
}

.answer-item:hover {
  background: #f5f7fd;
}

.answer-item.active {
  background: #e6f7fb;
  color: #0199c8;
}

.answer-item.active .answer-badge {
  background: #0199c8;
  color: #fff;
}

.answer-badge {
  width: 26px;
  height: 26px;
  background: #0199c8;
  color: #fff;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 32px;
}

.answer-content {
  flex: 1;
  padding: 0;
}

.answer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  margin-right: 32px;
}

.answer-radio {
  display: none;
}

.soal-navigation {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.btn-prev-soal,
.btn-next-soal {
  flex: 1;
  padding: 12px 24px;
  background: #0199c8;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-prev-soal:hover:not(:disabled),
.btn-next-soal:hover {
  background: #017a9f;
  transform: translateY(-2px);
}

.btn-prev-soal:disabled {
  background: #d1d5db;
  cursor: not-allowed;
}

.sidebar-answer-badge {
  float: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0199c8;
}

.btn-close-modal {
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #181818;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10;
}

.btn-close-modal::before,
.btn-close-modal::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #181818;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.btn-close-modal::before {
  transform: rotate(45deg);
}

.btn-close-modal::after {
  transform: rotate(-45deg);
}

.btn-close-modal:hover {
  background: #181818;
  border-color: #181818;
  transform: rotate(90deg);
}

.btn-close-modal:hover::before,
.btn-close-modal:hover::after {
  background: #fff;
}

.btn-close-modal:active {
  transform: rotate(90deg) scale(0.95);
}

/* Hidden by default - shown only on mobile */
.btn-open-sidebar {
  display: none;
}

.sidebar-modal {
  display: none;
}
/* #endregion */

/* #region breakpoint kuis kelas start */

/* #endregion */
/* #endregion */

/* #region Dashboard Siswa  */

.bottom-tab-nav {
  display: none;
}

.sect-siswa-dash {
  margin-top: 63px;
  margin-bottom: 48px;
}

.hitam-48-600-siswa {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #181818;
}

.biru-48-600-siswa {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: var(--biru-utama);
}

.hitam-18-400-siswa {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #181818;
}

.sect-dashboard {
  margin-top: 48px;
  background: #fff;
}

.dashboard-layout-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dashboard-sidebar {
  width: 100%;
  flex-shrink: 0;
  background: #ffffff;

  padding: 0;
  align-self: flex-start;
  order: 2;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--biru-utama);
}

.sidebar-menu {
  list-style: none;
  padding: 0px 0;
  margin: 0;
  background-color: var(--biru-utama);
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  transition: all 300ms ease;
  max-width: 100%;
  width: 228px;
}

.sidebar-link:hover {
  background: #f5f7fd;
  color: #0199c8;
  border-radius: 4px;
}

.sidebar-link.active {
  background: #f5f7fd;
  color: #0199c8;
  border-radius: 4px;
}

.sidebar-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sidebar-text {
  flex: 1;
  display: inline;
}

.sidebar-footer {
  margin-top: 18px;
  background-color: var(--biru-utama);
}

.sidebar-logout-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 228px;
  padding: 10px 16px;
  background: #f23030;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
}

.sidebar-logout-btn:hover {
  background: #b91c1c;
}

.sidebar-logout-btn:active {
  transform: scale(0.98);
}

.dashboard-main-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  order: 1;
}

.tab-header {
  background: #f9fafb;
  border: 0.5px solid #dfe4ea;
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.tab-title {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.siswa-tab-content {
  display: none;
  animation: fadeIn 300ms ease;
}

.siswa-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-title {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #181818;
}

.dashboard-stat-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  flex: 1 1 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 300ms ease;
}

.dashboard-stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.stat-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-green {
  background: #ebfaf1;
}

.stat-icon-blue {
  background: #ebf7fb;
}

.stat-icon-orange {
  background: #fef7f1;
}

.stat-icon {
  width: 20px;
  height: 20px;
}

.stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-label {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.stat-sublabel {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #637381;
  margin: 0;
}

.stat-value-wrapper {
  display: flex;
  align-items: end;
  gap: 5px;
}

.stat-value {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #111928;
  margin: 0;
}

.stat-change {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stat-percentage {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #22ad5c;
}

.stat-change-positive .stat-percentage {
  color: #22ad5c;
}

.stat-change-negative .stat-percentage {
  color: #f23030;
}

.stat-arrow {
  width: 10px;
  height: 10px;
}

.stat-progress-bar {
  width: 100%;
  height: 6px;
  background: #f3f4f6;
  border-radius: 3px;
  overflow: hidden;
}

.stat-progress-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 300ms ease;
}

.stat-progress-green {
  background: #10b981;
}

.stat-progress-blue {
  background: #0199c8;
}

.stat-progress-orange {
  background: #f2994a;
}

.image-class-siswa-dashboard {
  height: 140px;
  max-height: 100%;
}

.btn-enroll-class-sect-4-completed {
  background: #0abd55;
  padding: 13px 28px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  transition: background 300ms ease;
  flex-grow: 1;
}

.btn-enroll-class-sect-4-completed:hover {
  background-color: #06843a;
}

@media (max-width: 767px) {
  .bottom-tab-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08);
    z-index: 999;
    padding: 8px 0;
  }

  .bottom-tab-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    text-decoration: none;
    color: #637381;
    transition: all 300ms ease;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .bottom-tab-link.active {
    color: #0199c8;
  }

  .bottom-tab-logout {
    color: #f23030;
  }

  .bottom-tab-logout:active {
    transform: scale(0.95);
  }

  .bottom-tab-icon {
    width: 24px;
    height: 24px;
  } 

  .bottom-tab-text {
    font-size: 9px;
    font-weight: 500;
    line-height: 14px;
  }

  .bottom-tab-link:hover .bottom-tab-text {
    color: #0199c8;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-main-content {
    padding-bottom: 100px;
    flex: 1;
  }
}

/* ==================== SM: 576px - 767px (Small Tablet) ==================== */
@media (min-width: 576px) {
  .sect-siswa-dash {
    margin-top: 68px;
    margin-bottom: 64px;
  }

  .hitam-48-600-siswa,
  .biru-48-600-siswa {
    font-size: 36px;
    line-height: 44px;
  }

  .hitam-18-400-siswa {
    font-size: 18px;
    line-height: 26px;
  }

  .dashboard-layout-wrapper {
    gap: 32px;
  }

  .dashboard-stat-card {
    min-width: calc(50% - 16px);
    flex: 1 1 calc(50% - 16px);
  }

  .image-class-siswa-dashboard {
    height: 160px;
  }
}

/* ==================== MD: 768px - 991px (Tablet) ==================== */
@media (min-width: 768px) {

  .container-lg {
    padding-left: 0 !important;
  }
  .sect-siswa-dash {
    margin-top: 73px;
    margin-bottom: 72px;
  }

  .hitam-48-600-siswa,
  .biru-48-600-siswa {
    font-size: 40px;
    line-height: 50px;
  }

  .dashboard-layout-wrapper {
    flex-direction: row;
    gap: 24px;
  }

  .dashboard-sidebar {
    width: fit-content;
    order: 0;
  }

  .dashboard-main-content {
    width: 100%;
    order: 0;
    padding-bottom: 80px;
  }

  .tab-header {
    padding: 22px 30px;
  }

  .section-title {
    font-size: 24px;
    line-height: 30px;
  }

  .sidebar-menu {
    padding: 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sidebar-link {
    padding: 12px 16px 12px 16px;
    gap: 10px;
    font-size: 13px;
    width: 100%;
  }

  .sidebar-logout-btn {
    padding: 12px 16px 12px 16px;

    gap: 10px;
  }

  .dashboard-stat-card {
    min-width: calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
    padding: 20px 10px 20px 20px;
    gap: 20px;
  }

  .stat-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .stat-icon {
    width: 26px;
    height: 26px;
  }

  .stat-label {
    font-size: 16px;
    line-height: 24px;
  }

  .stat-value {
    font-size: 24px;
    line-height: 30px;
  }

  .image-class-siswa-dashboard {
    height: 176px;
  }

  .btn-enroll-class-sect-4-completed {
    width: 180px;
  }
}

/* ==================== LG: 992px - 1199px (Desktop) ==================== */
@media (min-width: 992px) {
  .sect-siswa-dash {
    margin-top: 78px;
    margin-bottom: 80px;
  }

  .hitam-48-600-siswa,
  .biru-48-600-siswa {
    font-size: 44px;
    line-height: 54px;
  }

  .dashboard-layout-wrapper {
    gap: 32px;
  }

  .dashboard-sidebar {
    width: fit-content;
  }

  .dashboard-main-content {
  }

  .sidebar-link {
    font-size: 14px;
  }

  .sidebar-logout-btn {
  }

  .dashboard-stat-card {
    min-width: calc(33.333% - 22px);
    flex: 1 1 calc(33.333% - 22px);
  }
}

/* ==================== XL: 1200px+ (Large Desktop) ==================== */
@media (min-width: 1200px) {
  .sect-siswa-dash {
    margin-top: 84px;
    margin-bottom: 96px;
  }

  .hitam-48-600-siswa,
  .biru-48-600-siswa {
    font-size: 48px;
    line-height: 58px;
  }

  .dashboard-layout-wrapper {
    gap: 40px;
  }

  .dashboard-sidebar {
    width: fit-content;
  }

  .dashboard-main-content {
  }
}

/* #endregion */

/* #region List Course Siswa */

/*  #region survey siswa */

.survey-container {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(166, 175, 195, 0.4);
  padding: 36px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.survey-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.survey-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #637381;
}

.survey-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #637381;
}

.survey-question-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.survey-question-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #181818;
}

.survey-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.survey-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 300ms ease;
  background: #ffffff;
}

.survey-option-letter {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #637381;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #637381;
  flex-shrink: 0;
  transition: all 300ms ease;
}

.div-pertanyaa-modal .survey-option-letter {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #637381;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 300ms ease;
  background-color: #637381;
}

.survey-option.selected .survey-option-letter {
  background: #0199c8;
  border-color: #0199c8;
  color: #ffffff;
}

.survey-option:hover .survey-option-letter {
  background: #0199c8;
  border-color: #0199c8;
  color: #ffffff;
}

.survey-radio {
  display: none;
}

.survey-option-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  cursor: pointer;
}

.btn-submit-survey {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--hijau-utama);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.btn-submit-survey:hover {
  background: var(--hijau-hover);
}

.btn-submit-survey:active {
  transform: scale(0.98);
}

.btn-submit-survey svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1199px) {
  .survey-container {
    padding: 32px;
    gap: 38px;
  }

  .survey-title {
    font-size: 26px;
    line-height: 36px;
  }

  .survey-question-text {
    font-size: 17px;
    line-height: 25px;
  }

  .survey-option-letter {
    font-size: 15px;
  }

  .survey-option-label {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 991px) {
  .survey-container {
    padding: 28px;
    gap: 34px;
  }

  .survey-title {
    font-size: 24px;
    line-height: 34px;
  }

  .survey-question-group {
    gap: 22px;
  }

  .survey-question-text {
    font-size: 16px;
    line-height: 24px;
  }

  .survey-option-letter {
    font-size: 15px;
  }

  .survey-option-label {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .survey-container {
    padding: 24px;
    gap: 30px;
  }

  .survey-title {
    font-size: 20px;
    line-height: 30px;
  }

  .survey-header {
    gap: 10px;
  }

  .survey-question-group {
    gap: 20px;
  }

  .survey-question-text {
    font-size: 15px;
    line-height: 22px;
  }

  .survey-options {
    gap: 10px;
  }

  .survey-option {
    gap: 8px;
  }

  .survey-option-letter {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 16px;
  }

  .survey-option-label {
    font-size: 14px;
    line-height: 22px;
  }

  .btn-submit-survey {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .survey-container {
    padding: 20px;
    gap: 26px;
  }

  .survey-title {
    font-size: 18px;
    line-height: 26px;
  }

  .survey-description {
    font-size: 13px;
    line-height: 20px;
  }

  .survey-header {
    gap: 8px;
  }

  .survey-question-group {
    gap: 18px;
  }

  .survey-question-text {
    font-size: 14px;
    line-height: 20px;
  }

  .survey-options {
    gap: 8px;
  }

  .survey-option {
    gap: 8px;
  }

  .survey-option-letter {
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 16px;
  }

  .survey-option-label {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-submit-survey {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
  }
}

/* #endregion */

/* #region settings siswa */

/* Base styles - untuk layar > 1200px */
.edit-profile-container {
  max-width: 100%;
  margin: 0 auto;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 18px; /* BASE - TIDAK DIUBAH */
  margin-bottom: 24px; /* BASE - TIDAK DIUBAH */
}

.profil-avatar-setting {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0199c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  flex-shrink: 0;
}

.profile-name-settings {
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-name-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1f2a37;
  margin: 0;
}

.edit-name-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-name-btn svg {
  width: 18px; /* BASE - TIDAK DIUBAH */
  height: 18px; /* BASE - TIDAK DIUBAH */
  color: var(--hijau-utama);
}

.edit-name-btn:hover svg {
  color: var(--hijau-hover);
}

.edit-profile-container .form-group {
  margin-bottom: 16px; /* BASE - TIDAK DIUBAH */
}

.settings-form-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9ca3af;
  margin-bottom: 10px;
  display: block;
}

.edit-profile-container .input-group .register-icon {
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #dfe4ea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-profile-container .input-group .register-icon.border-end-0 {
  border-right: 0;
}

.edit-profile-container .input-group .register-icon.border-start-0 {
  border-left: 0;
}

.edit-profile-container .input-group .register-input {
  padding: 12px 16px;
  border: 1px solid #dfe4ea;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #181818;
  transition: all 300ms ease;
}

.edit-profile-container .input-group .register-input.border-start-0 {
  border-left: 0;
}

.edit-profile-container .input-group .register-input.border-end-0 {
  border-right: 0;
}

.edit-profile-container .input-group .register-input:focus {
  outline: none;
  border-color: #0199c8;
  box-shadow: 0 0 0 3px rgba(1, 153, 200, 0.1);
  position: relative;
  z-index: 3;
}

.edit-profile-container .input-group:focus-within .register-icon {
}

.edit-profile-container .input-group .register-input::placeholder {
  color: #9ca3af;
}

.edit-profile-container .input-group .cursor-pointer {
  cursor: pointer;
}

.edit-profile-container .input-group .register-icon img {
  width: 18px; /* BASE - TIDAK DIUBAH */
  height: 18px; /* BASE - TIDAK DIUBAH */
  display: block;
}

.settings-form-actions {
  display: flex;
  gap: 12px; /* BASE - TIDAK DIUBAH */
  margin-top: 32px;
}

.settings-btn {
  flex: 1;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid transparent;
}

.settings-btn-cancel {
  background: #ffffff;
  color: #0199c8;
  border-color: #0199c8;
}

.settings-btn-cancel:hover {
  background: #0199c8;
  color: #fff;
}

.settings-btn-submit {
  background: #0199c8;
  color: #ffffff;
}

.settings-btn-submit:hover {
  background: #0188b0;
}

.settings-btn-submit:active {
  transform: scale(0.98);
}

/* Responsive Breakpoints */

/* Large devices (≤1199px) - Tablets landscape */
@media (max-width: 1199px) {
  .profile-header {
    gap: 16px; /* Turun dari 18px */
    margin-bottom: 22px; /* Turun dari 24px */
  }

  .profil-avatar-setting {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .profile-name-text {
    font-size: 19px;
    line-height: 27px;
  }

  .edit-profile-container .form-group {
    margin-bottom: 16px;
  }
}

/* Medium devices (≤991px) - Tablets portrait */
@media (max-width: 991px) {
  .profile-header {
    gap: 16px;
    margin-bottom: 22px;
  }

  .profil-avatar-setting {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .profile-name-text {
    font-size: 18px;
    line-height: 26px;
  }

  .edit-profile-container .input-group .register-input {
    font-size: 15px;
  }

  .settings-btn {
    font-size: 15px;
  }
}

/* Small devices (≤767px) - Phones landscape */
@media (max-width: 767px) {
  .profile-header {
    gap: 14px; /* Turun dari 16px */
    margin-bottom: 20px; /* Turun dari 22px */
  }

  .profil-avatar-setting {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .profile-name-text {
    font-size: 17px;
    line-height: 25px;
  }

  .edit-profile-container .form-group {
    margin-bottom: 16px;
  }

  .edit-profile-container .input-group .register-input {
    padding: 11px 14px;
    font-size: 15px;
  }

  .edit-profile-container .input-group .register-icon {
    padding: 11px 14px;
  }

  .settings-form-actions {
    margin-top: 28px; /* Turun dari 32px */
  }
}

/* Extra small devices (≤576px) - Phones portrait */
@media (max-width: 576px) {
  .profile-header {
    gap: 12px; /* Turun dari 14px */
    margin-bottom: 18px; /* Turun dari 20px */
  }

  .profil-avatar-setting {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .profile-name-text {
    font-size: 16px;
    line-height: 24px;
  }

  .edit-name-btn svg {
    width: 16px; /* Turun dari 18px */
    height: 16px;
  }

  .settings-form-label {
    font-size: 13px;
    line-height: 20px;
  }

  .edit-profile-container .form-group {
    margin-bottom: 14px; /* Turun dari 16px */
  }

  .edit-profile-container .input-group .register-input {
    padding: 10px 14px;
    font-size: 14px;
  }

  .edit-profile-container .input-group .register-icon {
    padding: 10px 14px;
  }

  .edit-profile-container .input-group .register-icon img {
    width: 16px; /* Turun dari 18px */
    height: 16px;
  }

  .settings-form-actions {
    gap: 10px; /* Turun dari 12px */
    margin-top: 24px; /* Turun dari 28px */
  }

  .settings-btn {
    padding: 11px 20px;
    font-size: 15px;
  }
}

/* #endregion */

/* #region device siswa */

/* Device Session Management Styles */
.device-session-container {
  margin-top: 40px;
}

.device-session-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1f2a37;
  margin-bottom: 20px;
}

.device-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.device-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  transition: all 300ms ease;
  flex-direction: column;
}

.device-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.device-info {
  display: flex;

  gap: 16px;
  flex: 1;
  width: 100%;
  justify-content: space-between;
}

.device-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0199c8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.device-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.device-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 305px;
  max-width: 100%;
}

.device-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  margin-bottom: 20px;
}

.device-mac {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #6b7280;
  margin: 0;
}

.device-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #6b7280;
  margin: 0;
}

.btn-terminate {
  padding: 12px 24px;
  background: var(--merah-utama);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  cursor: pointer;
  transition: all 300ms ease;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 172px;
}

.btn-terminate:hover {
  background: var(--merah-hover);
}

.btn-terminate:active {
  transform: scale(0.98);
}

.device-warning {
}

.device-warning p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--merah-utama);
  margin: 0;
}

/* Responsive Breakpoints */

/* Large devices (≤1199px) */
@media (max-width: 1199px) {
  .device-session-container {
    margin-top: 36px;
  }

  .device-session-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 18px;
  }

  .device-item {
    padding: 18px;
  }

  .device-icon {
    width: 44px;
    height: 44px;
  }

  .device-icon svg {
    width: 22px;
    height: 22px;
  }

  .device-name {
    font-size: 15px;
  }
}

/* Medium devices (≤991px) */
@media (max-width: 991px) {
  .device-session-title {
    font-size: 18px;
    line-height: 26px;
  }

  .device-icon {
    width: 42px;
    height: 42px;
  }

  .device-icon svg {
    width: 20px;
    height: 20px;
  }

  .btn-terminate {
    font-size: 13px;
    padding: 9px 18px;
  }
}

/* Small devices (≤767px) */
@media (max-width: 767px) {
  .device-session-container {
    margin-top: 32px;
  }

  .device-session-title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 16px;
  }

  .device-list {
    gap: 14px;
  }

  .device-item {
    padding: 16px;
    gap: 12px;
  }

  .device-info {
    gap: 14px;
  }

  .device-icon {
    width: 40px;
    height: 40px;
  }

  .device-icon svg {
    width: 20px;
    height: 20px;
  }

  .device-name {
    font-size: 15px;
  }

  .device-mac,
  .device-location {
    font-size: 12px;
  }
}

/* Extra small devices (≤576px) */
@media (max-width: 576px) {
  .device-session-container {
    margin-top: 28px;
  }

  .device-session-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .device-list {
    gap: 12px;
  }

  .device-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 14px;
  }

  .device-info {
    width: 100%;
    gap: 12px;
  }

  .device-icon {
    width: 38px;
    height: 38px;
  }

  .device-icon svg {
    width: 18px;
    height: 18px;
  }

  .device-name {
    font-size: 14px;
  }

  .device-mac,
  .device-location {
    font-size: 12px;
  }

  .btn-terminate {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
  }

  .device-warning {
    padding: 10px 14px;
  }

  .device-warning p {
    font-size: 13px;
  }
}

.div-2-device {
  gap: 13px;
}

.div-3-device {
  gap: 8px;
}

/* ==================== BASE STYLES ==================== */

/* Typography */
.font-breadcrumb-kelas {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #637381;
}

.class-hero-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #111928;
}

.info-card-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #181818;
}

.info-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.info-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #637381;
}

/* ==================== LAYOUT ==================== */

.div-pertama-list-course {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 8px;
  margin-bottom: 16px;
}

.div-banner-kelas-list-course {
  height: 279px;
  /* max-height: 100%; */
  /* max-width: 100%; */
  width: 100%;
}

.div-banner-kelas-list-course img {
  border-radius: 8px;
}

.class-hero-content {
  color: #111928;
width: 100%;

  max-width: 100%;
}

/* ==================== INFO CARD ==================== */

.info-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 36px;
  box-shadow: 0px 1px 3px rgba(166, 175, 195, 0.4);
}

.info-list {
  display: flex;
  flex-direction: column;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ==================== ICONS ==================== */

.div-sekilas-kelas-list-course {
  gap: 2px;
}

.div-icon-kecil-list-course {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}

.div-icon-kecil-list-course img {
  width: 16px;
  height: 16px;
}

/* ==================== TABLE ==================== */

.table-responsive {
  overflow-x: auto;
  border-radius: 4px;
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
}

.table-custom thead {
  background: #0199c8;
  color: #ffffff;
}

.table-custom th {
  padding: 14px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.table-custom td {
  padding: 12px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #637381;
}

.table-custom tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.table-custom tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.table-custom tbody tr:hover {
  background: #f9fafb;
}

.bold-tabel {
  font-weight: 700 !important;
  color: #111928 !important;
}

.bold-tabel-survey {
  font-weight: 700 !important;
  color: #111928 !important;
  text-align: start !important;
}

/* ==================== STATUS BADGE ==================== */

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  width: fit-content;
}

.status-badge-success {
  background: var(--hijau-utama);
}

.status-badge-success:hover {
  background: var(--hijau-hover);
}

.status-badge-warning {
  background-color: var(--merah-utama);
}

.status-badge-warning:hover {
  background-color: var(--merah-hover);
}

.status-badge-secondary {
  background-color: var(--biru-utama);
}

.status-badge-secondary:hover {
  background-color: var(--biru-hover);
}

/* ==================== BUTTONS ==================== */

.btn-lihat-materi,
.btn-lihat-forum {
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-lihat-materi {
  background: #0199c8;
  color: #fff;
}

.btn-lihat-materi:hover {
  background: #017a9e;
}

.btn-lihat-forum {
  background: transparent;
  color: #0199c8;
  border: 1px solid #0199c8;
}

.btn-lihat-forum:hover {
  background: #0199c8;
  color: #fff;
}

.btn-isi-survey {
  padding: 13px 28px;
  background: #f59e0b;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-isi-survey:hover {
  background: #be742e;
}

.btn-lihat-sertifikat {
  width: 100%;
  padding: 13px 28px;
  background: #0abd55;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-lihat-sertifikat:hover {
  background: #099440;
}

/* ==================== RESPONSIVE STYLES ==================== */

/* AEZN0 - Desktop Besar (≥1200px) */
@media (min-width: 1200px) {
  /* Keep default styles */
}

/* AEZN1 - Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .class-hero-content {
    /* flex-grow: 1; */
  }

  .info-card {
    padding: 32px;
  }
}

/* AEZN2 - Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .div-banner-kelas-list-course {
    width: 100%;
    height: 240px;
  }

  .class-hero-content {
    width: 100%;
    padding: 24px;
  }

  .class-hero-title {
    font-size: 17px;
    line-height: 25px;
  }

  .info-card {
    padding: 28px;
  }

  .info-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .table-custom th,
  .table-custom td {
    padding: 10px 8px;
    font-size: 14px;
  }
}

/* AEZN3 - Tablet/Mobile Portrait (577px - 767px) */
@media (min-width: 577px) and (max-width: 767px) {
  .div-banner-kelas-list-course {
    width: 100%;
    height: 200px;
  }

  .class-hero-content {
    width: 100%;
    padding: 20px;
  }

  .class-hero-title {
    font-size: 16px;
    line-height: 24px;
  }

  .info-card {
    padding: 24px;
  }

  .info-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .info-label,
  .info-value {
    font-size: 15px;
  }

  .table-custom th,
  .table-custom td {
    padding: 10px 6px;
    font-size: 13px;
  }

  .btn-lihat-materi,
  .btn-lihat-forum {
    padding: 11px 24px;
    font-size: 13px;
  }

  .status-badge {
    font-size: 13px;
    padding: 4px 12px;
  }
}

/* AEZN4 - Mobile Extra Small (≤576px) */
@media (max-width: 576px) {
  .div-pertama-list-course {
    flex-direction: column;
  }

  .div-banner-kelas-list-course {
    width: 100%;
    height: 180px;
  }

  .class-hero-content {
    width: 100%;
    padding: 16px;
  }

  .class-hero-title {
    font-size: 15px;
    line-height: 22px;
  }

  .div-sekilas-kelas-list-course {
    gap: 4px;
  }

  .btn-lihat-materi,
  .btn-lihat-forum {
    padding: 10px 20px;
    font-size: 13px;
    height: 36px;
  }

  .info-card {
    padding: 20px;
  }

  .info-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .info-label,
  .info-value {
    font-size: 14px;
  }

  .table-custom {
    font-size: 12px;
  }

  .table-custom th,
  .table-custom td {
    padding: 8px 4px;
    font-size: 12px;
  }

  .btn-isi-survey {
    padding: 10px 20px;
    font-size: 13px;
  }

  .btn-lihat-sertifikat {
    padding: 12px 24px;
    font-size: 14px;
  }

  .status-badge {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* #endregion */

/*  #region HALAMAN dashboard MENTOR */

.sidebar-wrapper-custom {
  width: 250px;
  flex-shrink: 0;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.div-sidebar.sidebar-wrapper-custom {
  width: 250px !important;
}

.sidebar-wrapper-custom.minimized {
  width: 80px !important;
}

.sidebar-wrapper-custom.minimized .div-biru-sticky {
  width: 80px !important;
  max-width: 80px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-inner-custom {
  width: inherit;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--biru-utama);
}

.sidebar-wrapper-custom.minimized .sidebar-inner-custom {
  overflow: hidden;
}

.sidebar-wrapper-custom.minimized .sidebar-nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-content-custom {
  flex: 1;
  min-width: 0;
  transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-wrapper-custom.minimized .sidebar-text {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  white-space: nowrap;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-wrapper-custom:not(.minimized) .sidebar-text {
  display: inline !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.4s ease 0.2s, visibility 0.4s ease 0.2s;
}

.sidebar-wrapper-custom.minimized .sidebar-logo-wrapper {
  display: none !important;
  opacity: 0;
  height: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease;
}

.sidebar-wrapper-custom:not(.minimized) .sidebar-logo-wrapper {
  display: flex !important;
  opacity: 1;
  height: auto;
  transition: opacity 0.4s ease 0.2s;
}

.sidebar-logo-minimized {
  display: none !important;
  opacity: 0;
  margin: 0 auto 24px auto;
  text-align: center;
  transition: opacity 0.3s ease;
}

.sidebar-wrapper-custom.minimized .sidebar-logo-minimized {
  display: flex !important;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
}

.sidebar-wrapper-custom.minimized .sidebar-logo-minimized img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.sidebar-wrapper-custom.minimized .sidebar-icon {
  margin: 0 auto !important;
  display: block !important;
  transition: margin 0.3s ease;
}

.sidebar-wrapper-custom.minimized .sidebar-link {
  justify-content: center !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  display: flex !important;
  align-items: center !important;
  transition: padding 0.3s ease;
}

.sidebar-wrapper-custom.minimized .sidebar-menu-item {
  width: 55px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  transition: width 0.3s ease, margin 0.3s ease;
}

.sidebar-wrapper-custom.minimized .sidebar-logout-btn {
  justify-content: center !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  display: flex !important;
  align-items: center !important;
  transition: padding 0.3s ease;
}

.sidebar-wrapper-custom.minimized .sidebar-logout-btn .d-flex {
  justify-content: center !important;
}

.sidebar-wrapper-custom.minimized .sidebar-logout-btn .gap-md-2 {
  gap: 0 !important;
  transition: gap 0.3s ease;
}

.sidebar-toggle-icon {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.sidebar-minimized .sidebar-toggle-icon {
  transform: rotate(180deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-custom {
    width: 230px !important;
  }

  .div-sidebar.sidebar-wrapper-custom {
    width: 230px !important;
  }

  .sidebar-wrapper-custom.minimized {
    width: 80px !important;
  }

  .sidebar-wrapper-custom.minimized .div-biru-sticky {
    width: 80px !important;
    max-width: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar-wrapper-custom {
    width: 220px !important;
  }

  .div-sidebar.sidebar-wrapper-custom {
    width: 220px !important;
  }

  .sidebar-wrapper-custom.minimized {
    width: 80px !important;
  }

  .sidebar-wrapper-custom.minimized .div-biru-sticky {
    width: 80px !important;
    max-width: 80px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-inner-custom {
    overflow: hidden !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-text {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-logo-wrapper {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    margin-bottom: 0 !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-logo-minimized {
    display: flex !important;
    opacity: 1;
  }

  #sidebarToggleBtn {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .sidebar-wrapper-custom {
    width: 250px !important;
  }

  .sidebar-wrapper-custom.minimized {
    width: 250px !important;
  }

  .sidebar-wrapper-custom.minimized .div-biru-sticky {
    width: 250px !important;
    max-width: 250px !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-inner-custom {
    width: 250px !important;
    overflow: visible !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-text {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-logo-wrapper {
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .sidebar-wrapper-custom.minimized .sidebar-logo-minimized {
    display: none !important;
  }

  #sidebarToggleBtn {
    display: none !important;
  }
}

.div-notif-icon-biru img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .div-notif-icon-biru img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .div-notif-icon-biru img {
    width: 18px;
    height: 18px;
  }
}

/* ===== SIDEBAR BASE STYLES (Desktop 1200px+) ===== */
.div-sidebar {
  width: 250px;
  flex-shrink: 0;
}

.div-biru-sticky {
  background-color: var(--biru-utama);
  position: fixed;
  height: 100vh;
  width: 250px;
  max-width: 100%;
  padding: 42px 18px 120px 18px;
  box-shadow: 0px 10px 15px 0px rgba(5, 13, 29, 0.18) !important;
}

.div-utama-dashboard {
  gap: 38px;
}



.sidebar-menu-item {
  width: 228px; /* 280 - (18*2 padding) = 244, tapi kasih buffer */
  max-width: 100%;
}

/* ===== SIDEBAR MINIMIZED STATE (Desktop) ===== */
.div-sidebar.minimized {
  width: 80px;
}

.div-sidebar.minimized .div-biru-sticky {
  width: 80px;
}

.div-sidebar.minimized .sidebar-menu-item {
  width: auto;
}

/* ===== Tablet Landscape (992px - 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
  .div-sidebar {
    width: 230px;
  }

  .div-biru-sticky {
    width: 230px;
    max-width: 230px;
    padding: 38px 18px 108px 18px;
  }

  .div-utama-dashboard {
    gap: 32px;
  }

  .container-lg{
    padding-right: 32px !important;
  }

  .sidebar-menu-item {
    width: 196px;
    max-width: 100%;
  }

  .div-sidebar.minimized {
    width: 80px;
  }

  .div-sidebar.minimized .div-biru-sticky {
    width: 80px;
  }
}

/* ===== Tablet Portrait (768px - 991px) ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .div-sidebar {
    width: 220px;
  }

  .div-biru-sticky {
    width: 220px;
    max-width: 220px;
    padding: 34px 16px 96px 16px;
  }

  .div-utama-dashboard {
    gap: 28px;
  }

  .container-lg{
    padding-right: 28px !important;
  }

  .sidebar-menu-item {
    width: 180px;
    max-width: 100%;
  }

  .div-sidebar.minimized {
    width: 80px;
  }

  .div-sidebar.minimized .div-biru-sticky {
    width: 80px;
  }
}

/* ===== Mobile (< 768px) - Force Full Width ===== */
@media (max-width: 767px) {
  .div-sidebar {
    width: 100% !important;
  }

  .div-biru-sticky {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    padding: 22px 13px 60px 13px;
  }

  .div-utama-dashboard {
    gap: 16px;
    flex-direction: column;
  }

  .sidebar-menu-item {
    width: 100%;
  }

  /* Disable minimize di mobile */
  .div-sidebar.minimized {
    width: 100% !important;
  }

  .div-sidebar.minimized .div-biru-sticky {
    width: 100% !important;
  }
}

/* ===== Button Variant Styles ===== */
.btn-add-variant-2,
.btn-add-variant-3 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}

.btn-add-variant-2:hover,
.btn-add-variant-3:hover {
  color: var(--biru-utama) !important;
}

/* #endregion */

@media (min-width: 1400px) {
  /* File Upload Wrapper */
  .file-upload-wrapper-mentor {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .file-upload-banner-kelas-mentor {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background-color: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #637381;
  }

  .file-upload-banner-kelas-mentor:hover {
    border-color: #0dcaf0;
    background-color: #f8f9fa;
  }

  .file-upload-banner-kelas-mentor span {
    font-weight: 400;
  }

  .arrow-icon-disc {
    width: 16px;
    height: 16px;
    opacity: 0.5;
  }

  .btn-upload-file-disc {
    background-color: var(--biru-utama);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
  }

  .btn-upload-file-disc:hover {
    background-color: #0e7490;
  }

  .file-preview-container {
    margin-top: 16px;
    display: none;
  }

  .file-preview-container.active {
    display: block;
  }

  .banner-preview-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #dfe4ea;
  }

  .banner-preview-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .banner-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(220, 38, 38, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    line-height: 1;
  }

  .banner-remove-btn:hover {
    background-color: rgba(185, 28, 28, 1);
  }

  .banner-file-info {
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #f3f4f6;
    border-radius: 6px;
    font-size: 14px;
    color: #4b5563;
  }

  .banner-file-name {
    font-weight: 500;
    color: #111928;
    margin-bottom: 4px;
  }

  .banner-file-size {
    font-size: 12px;
    color: #6b7280;
  }

  /* Chapter Title Editable */
  .chapter-title-editable {
    display: inline-block;
    width: 200px;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    transition: all 0.3s;
    pointer-events: auto;
  }

  .chapter-title-editable:hover {
    border: 1px dashed #0dcaf0;
  }

  .chapter-title-input {
    display: inline-block;
    max-width: 200px;
    border: 1px solid #0dcaf0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    background-color: #fff;
  }

  .chapter-title-input:focus {
    box-shadow: 0 0 0 2px rgba(8, 145, 178, 0.2);
  }

  /* Course Form */
  .course-form-container {
    margin: 0 auto;
  }

  .course-form-label {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .course-form-control.form-control,
  .course-form-select.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .course-form-control.form-control::placeholder,
  .course-form-select.form-select::placeholder {
    color: #637381;
    opacity: 1;
  }

  .course-form-control.form-control:-ms-input-placeholder,
  .course-form-select.form-select:-ms-input-placeholder {
    color: #637381;
  }

  .course-form-control.form-control::-ms-input-placeholder,
  .course-form-select.form-select::-ms-input-placeholder {
    color: #637381;
  }

  .course-form-control.form-control:focus,
  .course-form-select.form-select:focus {
    box-shadow: none;
    color: #111928;
  }

  .course-icon-input {
    position: relative;
  }

  .course-icon-input i,
  .course-icon-input img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 5;
  }

  .course-icon-input img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .course-icon-input .form-control,
  .course-icon-input .form-select {
    padding-left: 46px;
  }

  .course-textarea.form-control {
    min-height: 120px;
    resize: vertical;
  }

  .course-section-title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #8899a8;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .course-add-session-btn {
    background-color: #0199c8;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .course-add-session-btn:hover {
    background-color: var(--biru-hover);
  }

  .course-add-session-btn img {
    margin-right: 10px;
  }

  .course-price-section {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    position: relative;
  }

  .course-price-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 0.1px;
    box-shadow: 0 1px 1px 0 #8899a8;
    pointer-events: none;
    width: 100%;
  }

  .course-price-input-wrapper {
    width: fit-content;
  }

  .course-action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 84px;
  }

  .course-btn-save {
    background-color: var(--hijau-utama);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
  }

  .course-btn-save:hover {
    background-color: var(--hijau-hover);
    color: white;
  }

  .course-btn-cancel.btn {
    background-color: white;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
  }

  .course-btn-cancel.btn:hover {
    background-color: #f8f9fa;
    color: #6c757d;
  }

  .div-1-upload-course {
    max-width: 360px;
    width: 100%;
  }

  .course-form-select.form-select {
    color: #9ca3af;
  }

  .course-form-select.form-select.has-value {
    color: #111928;
  }

  .course-form-select option[value=""],
  .course-form-select option:first-child {
    color: #9ca3af;
  }

  .course-form-select option {
    color: #111928;
  }

  /* Accordion */
  .alur-accordion-header {
    position: relative;
  }

  .btn-delete-session {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
  }

  .btn-delete-session:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .btn-delete-session img {
    width: 18px;
    height: 18px;
  }

  .alur-step-btn-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .alur-step-btn {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #f9fafb;
    border: 1px solid #dfe4ea;
    cursor: pointer;
    transition: all 0.3s;
  }

  .alur-step-btn:hover {
    background-color: #f0f9ff;
    border-color: #0dcaf0;
  }

  .btn-delete-materi {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s;
    flex-shrink: 0;
  }

  .btn-delete-materi:hover {
    transform: scale(1.2);
  }

  .btn-delete-materi img {
    width: 16px;
    height: 16px;
    display: block;
  }

  .alur-step-btn.tambah-materi {
    background-color: transparent;
    border: none;
    color: #0199c8;
  }

  /* Modal */
  .modal-tambah-materi-mentor .modal-dialog.modal-lg {
    max-width: 700px;
  }

  .modal-tambah-materi-mentor .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  }

  .modal-tambah-materi-mentor .modal-header {
    padding: 24px 24px 16px 24px;
  }

  .modal-tambah-materi-mentor .modal-title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #181818;
  }

  .modal-tambah-materi-mentor .modal-body {
    padding: 0 32px 24px 32px !important;
  }

  .div-footer-modal-upcourse {
    padding: 0 32px 32px 32px !important;
  }

  .modal-tambah-materi-mentor .modal-footer {
    padding: 0px 24px 24px 24px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .modal-form-label {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .modal-icon-input {
    position: relative;
  }

  .modal-icon-input img.modal-icon-img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    object-fit: contain;
    z-index: 5;
  }

  .modal-icon-input .form-control,
  .modal-icon-input .form-select {
    padding-left: 46px;
  }

  .modal-form-control.form-control,
  .modal-form-select.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 16px 12px 46px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .modal-form-select-modal.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 40px 12px 46px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .modal-form-control.form-control::placeholder {
    color: #637381;
    opacity: 1;
  }

  .modal-form-control:focus,
  .modal-form-select:focus,
  .modal-form-select-modal:focus {
    border-color: #0dcaf0;
    box-shadow: none;
  }

  .modal-form-select.form-select {
    color: #9ca3af;
  }

  .modal-form-select.form-select.has-value {
    color: #111928;
  }

  .modal-form-select option[value=""],
  .modal-form-select option:first-child {
    color: #9ca3af;
  }

  .modal-form-select option {
    color: #111928;
  }

  .modal-form-select-modal.form-select {
    color: #9ca3af;
  }

  .modal-form-select-modal.form-select.has-value {
    color: #111928;
  }

  .modal-form-select-modal option[value=""],
  .modal-form-select-modal option:first-child {
    color: #9ca3af;
  }

  .modal-form-select-modal option {
    color: #111928;
  }

  .modal-btn-save {
    background-color: var(--hijau-utama);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
  }

  .modal-btn-save:hover {
    background-color: var(--hijau-hover);
    color: white;
  }

  .modal-btn-cancel {
    background-color: white;
    border: 1px solid #637381;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #637381;
  }

  .modal-btn-cancel:hover {
    background-color: #f8f9fa;
  }

  /* Modul Upload */
  .modul-upload-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .modul-file-input {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background-color: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #637381;
  }

  .video-link-input {
    position: relative;
  }

  .video-link-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 5;
  }

  .modul-file-input:hover {
    border-color: #0dcaf0;
    background-color: #f8f9fa;
  }

  .modul-upload-btn {
    background-color: var(--biru-utama);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
  }

  .modul-upload-btn:hover {
    background-color: #0e7490;
  }

  .deskripsi-textarea {
    min-height: 183px !important;
    resize: vertical;
    padding: 20px !important;
  }

  /* Quiz */
  .question-block {
    padding: 32px;
    border-bottom: 1px solid #e5e7eb;
  }

  .question-block:last-child {
    border-bottom: none;
  }

  .quiz-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .quiz-question-label {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #637381;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    outline: none;
    border: none;
    display: block;
  }

  .quiz-question-label:focus {
    color: #111928;
  }

  .quiz-question-input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #111928;
    word-break: break-all;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    border: none;
    outline: none;
  }

  .quiz-question-input::placeholder {
    color: #9ca3af;
  }

  .quiz-question-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }

  .quiz-section-title {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #637381;
    margin: 0;
  }

  .btn-delete-question {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    transition: all 0.3s;
  }

  .btn-delete-question:hover {
    transform: scale(1.1);
  }

  .btn-delete-question img {
    width: 20px;
    height: 20px;
  }

  /* Quiz Answer Item & Circle */
  .quiz-answer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
  }

  .quiz-answer-item:hover {
    background-color: #f0f9ff;
  }

  /* ✅ Quiz Answer Circle (A, B, C, D) - 26x26px */
  .quiz-answer-circle {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50%;
    background-color: #637381;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    transition: all 0.3s;
    flex-shrink: 0;
    position: relative;
  }

  /* ✅ Style untuk kunci jawaban yang dipilih */
  .quiz-answer-item.correct-answer {
    background-color: #dbeafe;
  }

  .quiz-answer-item.correct-answer .quiz-answer-circle {
    background-color: var(--biru-utama);
  }

  /* ✅ Label "Kunci Jawaban" */
  .quiz-answer-item.correct-answer::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: var(--biru-utama); */
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    z-index: 1;
  }

  .quiz-answer-label,
  .quiz-answer-input {
    flex: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #637381;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    border: none;
    outline: none;
  }

  .quiz-answer-label:focus,
  .quiz-answer-input:focus {
    color: #111928;
  }

  .quiz-answer-input::placeholder {
    color: #9ca3af;
  }

  .btn-add-question {
    width: 100%;
    background-color: #f9fafb;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
    color: #0199c8;
    border: none;
    padding: 10px 32px;
    border-radius: 6px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    cursor: pointer;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
  }

  .btn-add-question:hover {
    background-color: #f0f9ff;
  }

  .btn-add-question img {
    width: 20px;
    height: 20px;
  }

  /* Pertanyaan Modal */
  .div-pertanyaa-modal {
    padding: 32px;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  }
}

@media (max-width: 1399px) {
  /* File Upload Wrapper */
  .file-upload-wrapper-mentor {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .file-upload-banner-kelas-mentor {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background-color: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #637381;
  }

  .file-upload-banner-kelas-mentor:hover {
    border-color: #0dcaf0;
    background-color: #f8f9fa;
  }

  .file-upload-banner-kelas-mentor span {
    font-weight: 400;
  }

  .arrow-icon-disc {
    width: 16px;
    height: 16px;
    opacity: 0.5;
  }

  .btn-upload-file-disc {
    background-color: var(--biru-utama);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
  }

  .btn-upload-file-disc:hover {
    background-color: #0e7490;
  }

  .file-preview-container {
    margin-top: 16px;
    display: none;
  }

  .file-preview-container.active {
    display: block;
  }

  .banner-preview-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #dfe4ea;
  }

  .banner-preview-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .banner-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(220, 38, 38, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    line-height: 1;
  }

  .banner-remove-btn:hover {
    background-color: rgba(185, 28, 28, 1);
  }

  .banner-file-info {
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #f3f4f6;
    border-radius: 6px;
    font-size: 14px;
    color: #4b5563;
  }

  .banner-file-name {
    font-weight: 500;
    color: #111928;
    margin-bottom: 4px;
  }

  .banner-file-size {
    font-size: 12px;
    color: #6b7280;
  }

  /* Chapter Title Editable */
  .chapter-title-editable {
    display: inline-block;
    width: 200px;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    transition: all 0.3s;
    pointer-events: auto;
  }

  .chapter-title-editable:hover {
    border: 1px dashed #0dcaf0;
  }

  .chapter-title-input {
    display: inline-block;
    max-width: 200px;
    border: 1px solid #0dcaf0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    background-color: #fff;
  }

  .chapter-title-input:focus {
    box-shadow: 0 0 0 2px rgba(8, 145, 178, 0.2);
  }

  /* Course Form */
  .course-form-container {
    margin: 0 auto;
  }

  .course-form-label {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .course-form-control.form-control,
  .course-form-select.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .course-form-control.form-control::placeholder,
  .course-form-select.form-select::placeholder {
    color: #637381;
    opacity: 1;
  }

  .course-form-control.form-control:-ms-input-placeholder,
  .course-form-select.form-select:-ms-input-placeholder {
    color: #637381;
  }

  .course-form-control.form-control::-ms-input-placeholder,
  .course-form-select.form-select::-ms-input-placeholder {
    color: #637381;
  }

  .course-form-control.form-control:focus,
  .course-form-select.form-select:focus {
    box-shadow: none;
    color: #111928;
  }

  .course-icon-input {
    position: relative;
  }

  .course-icon-input i,
  .course-icon-input img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 5;
  }

  .course-icon-input img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .course-icon-input .form-control,
  .course-icon-input .form-select {
    padding-left: 46px;
  }

  .course-textarea.form-control {
    min-height: 120px;
    resize: vertical;
  }

  .course-section-title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #8899a8;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .course-add-session-btn {
    background-color: #0199c8;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .course-add-session-btn:hover {
    background-color: var(--biru-hover);
  }

  .course-add-session-btn img {
    margin-right: 10px;
  }

  .course-price-section {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    position: relative;
  }

  .course-price-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 0.1px;
    box-shadow: 0 1px 1px 0 #8899a8;
    pointer-events: none;
    width: 100%;
  }

  .course-price-input-wrapper {
    width: fit-content;
  }

  .course-action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 84px;
  }

  .course-btn-save {
    background-color: var(--hijau-utama);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
  }

  .course-btn-save:hover {
    background-color: var(--hijau-hover);
    color: white;
  }

  .course-btn-cancel.btn {
    background-color: white;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
  }

  .course-btn-cancel.btn:hover {
    background-color: #f8f9fa;
    color: #6c757d;
  }

  .div-1-upload-course {
    max-width: 360px;
    width: 100%;
  }

  .course-form-select.form-select {
    color: #9ca3af;
  }

  .course-form-select.form-select.has-value {
    color: #111928;
  }

  .course-form-select option[value=""],
  .course-form-select option:first-child {
    color: #9ca3af;
  }

  .course-form-select option {
    color: #111928;
  }

  /* Accordion */
  .alur-accordion-header {
    position: relative;
  }

  .btn-delete-session {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
  }

  .btn-delete-session:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .btn-delete-session img {
    width: 18px;
    height: 18px;
  }

  .alur-step-btn-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .alur-step-btn {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #f9fafb;
    border: 1px solid #dfe4ea;
    cursor: pointer;
    transition: all 0.3s;
  }

  .alur-step-btn:hover {
    background-color: #f0f9ff;
    border-color: #0dcaf0;
  }

  .btn-delete-materi {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s;
    flex-shrink: 0;
  }

  .btn-delete-materi:hover {
    transform: scale(1.2);
  }

  .btn-delete-materi img {
    width: 16px;
    height: 16px;
    display: block;
  }

  .alur-step-btn.tambah-materi {
    background-color: transparent;
    border: none;
    color: #0199c8;
  }

  /* Modal */
  .modal-tambah-materi-mentor .modal-dialog.modal-lg {
    max-width: 700px;
  }

  .modal-tambah-materi-mentor .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  }

  .modal-tambah-materi-mentor .modal-header {
    padding: 24px 24px 16px 24px;
  }

  .modal-tambah-materi-mentor .modal-title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #181818;
  }

  .modal-tambah-materi-mentor .modal-body {
    padding: 0 32px 24px 32px !important;
  }

  .div-footer-modal-upcourse {
    padding: 0 32px 32px 32px !important;
  }

  .modal-tambah-materi-mentor .modal-footer {
    padding: 0px 24px 24px 24px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .modal-form-label {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .modal-icon-input {
    position: relative;
  }

  .modal-icon-input img.modal-icon-img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    object-fit: contain;
    z-index: 5;
  }

  .modal-icon-input .form-control,
  .modal-icon-input .form-select {
    padding-left: 46px;
  }

  .modal-form-control.form-control,
  .modal-form-select.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 16px 12px 46px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .modal-form-select-modal.form-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 12px 40px 12px 46px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111928;
  }

  .modal-form-control.form-control::placeholder {
    color: #637381;
    opacity: 1;
  }

  .modal-form-control:focus,
  .modal-form-select:focus,
  .modal-form-select-modal:focus {
    border-color: #0dcaf0;
    box-shadow: none;
  }

  .modal-form-select.form-select {
    color: #9ca3af;
  }

  .modal-form-select.form-select.has-value {
    color: #111928;
  }

  .modal-form-select option[value=""],
  .modal-form-select option:first-child {
    color: #9ca3af;
  }

  .modal-form-select option {
    color: #111928;
  }

  .modal-form-select-modal.form-select {
    color: #9ca3af;
  }

  .modal-form-select-modal.form-select.has-value {
    color: #111928;
  }

  .modal-form-select-modal option[value=""],
  .modal-form-select-modal option:first-child {
    color: #9ca3af;
  }

  .modal-form-select-modal option {
    color: #111928;
  }

  .modal-btn-save {
    background-color: var(--hijau-utama);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
  }

  .modal-btn-save:hover {
    background-color: var(--hijau-hover);
    color: white;
  }

  .modal-btn-cancel {
    background-color: white;
    border: 1px solid #637381;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #637381;
  }

  .modal-btn-cancel:hover {
    background-color: #f8f9fa;
  }

  /* Modul Upload */
  .modul-upload-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .modul-file-input {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 20px;
    background-color: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #637381;
  }

  .video-link-input {
    position: relative;
  }

  .video-link-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 5;
  }

  .modul-file-input:hover {
    border-color: #0dcaf0;
    background-color: #f8f9fa;
  }

  .modul-upload-btn {
    background-color: var(--biru-utama);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
  }

  .modul-upload-btn:hover {
    background-color: #0e7490;
  }

  .deskripsi-textarea {
    min-height: 183px !important;
    resize: vertical;
    padding: 20px !important;
  }

  /* Quiz */
  .question-block {
    padding: 32px;
    border-bottom: 1px solid #e5e7eb;
  }

  .question-block:last-child {
    border-bottom: none;
  }

  .quiz-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .quiz-question-label {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #637381;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    outline: none;
    border: none;
    display: block;
  }

  .quiz-question-label:focus {
    color: #111928;
  }

  .quiz-question-input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #111928;
    word-break: break-all;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    border: none;
    outline: none;
  }

  .quiz-question-input::placeholder {
    color: #9ca3af;
  }

  .quiz-question-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }

  .quiz-section-title {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #637381;
    margin: 0;
  }

  .btn-delete-question {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    transition: all 0.3s;
  }

  .btn-delete-question:hover {
    transform: scale(1.1);
  }

  .btn-delete-question img {
    width: 20px;
    height: 20px;
  }

  /* Quiz Answer Item & Circle */
  .quiz-answer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
  }

  .quiz-answer-item:hover {
    background-color: #f0f9ff;
  }

  /* ✅ Quiz Answer Circle (A, B, C, D) - 26x26px */
  .quiz-answer-circle {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50%;
    background-color: #637381;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    transition: all 0.3s;
    flex-shrink: 0;
    position: relative;
  }

  /* ✅ Style untuk kunci jawaban yang dipilih */
  .quiz-answer-item.correct-answer {
    background-color: #dbeafe;
  }

  .quiz-answer-item.correct-answer .quiz-answer-circle {
    background-color: var(--biru-utama);
  }

  /* ✅ Label "Kunci Jawaban" */
  .quiz-answer-item.correct-answer::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: var(--biru-utama); */
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    z-index: 1;
  }

  .quiz-answer-label,
  .quiz-answer-input {
    flex: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #637381;
    background: transparent;
    cursor: text;
    transition: all 0.3s;
    border: none;
    outline: none;
  }

  .quiz-answer-label:focus,
  .quiz-answer-input:focus {
    color: #111928;
  }

  .quiz-answer-input::placeholder {
    color: #9ca3af;
  }

  .btn-add-question {
    width: 100%;
    background-color: #f9fafb;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
    color: #0199c8;
    border: none;
    padding: 10px 32px;
    border-radius: 6px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    cursor: pointer;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
  }

  .btn-add-question:hover {
    background-color: #f0f9ff;
  }

  .btn-add-question img {
    width: 20px;
    height: 20px;
  }

  /* Pertanyaan Modal */
  .div-pertanyaa-modal {
    padding: 32px;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  }
}

/* ==================== TABLET (768px - 1199px) ==================== */
@media (max-width: 1199px) {
  .course-form-label {
    font-size: 15px;
  }

  .course-form-control.form-control,
  .course-form-select.form-select {
    font-size: 15px;
    /* padding: 10px 14px; */
  }

  .course-section-title {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .course-price-input-wrapper {
  }

  .div-1-upload-course {
    max-width: 100%;
  }

  .modal-tambah-materi-mentor .modal-dialog.modal-lg {
    max-width: 90%;
  }

  .question-block {
    padding: 24px;
  }

  .quiz-question-label,
  .quiz-question-input {
    font-size: 16px;
  }

  .modal-tambah-materi-mentor .modal-body {
    padding: 0 24px 24px 24px !important;
  }

  .div-footer-modal-upcourse {
    padding: 0 24px 24px 24px !important;
  }

  .modal-tambah-materi-mentor .modal-header {
    padding: 20px 24px 16px 24px;
  }

  .modal-tambah-materi-mentor .modal-title {
    font-size: 20px;
  }
}

/* ==================== MOBILE LANDSCAPE (576px - 767px) ==================== */
@media (max-width: 767px) {
  .file-upload-wrapper-mentor {
    gap: 8px;
  }

  .file-upload-banner-kelas-mentor {
    padding: 10px 12px 10px 16px;
    font-size: 14px;
  }

  .btn-upload-file-disc {
    padding: 10px 20px;
    font-size: 14px;
  }

  .banner-preview-wrapper {
    max-width: 300px;
  }

  .course-form-label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .course-form-control.form-control,
  .course-form-select.form-select {
    font-size: 14px;
    /* padding: 10px 12px; */
  }

  .course-icon-input i,
  .course-icon-input img {
    left: 16px;
    font-size: 14px;
  }

  .course-icon-input img {
    width: 14px;
    height: 14px;
  }

  .course-icon-input .form-control,
  .course-icon-input .form-select {
    padding-left: 40px;
  }

  .course-textarea.form-control {
    min-height: 100px;
  }

  .course-section-title {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .course-add-session-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .course-add-session-btn img {
    margin-right: 6px;
    width: 16px;
  }

  .course-price-section {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }

  .course-price-section::after {
    bottom: -30px;
  }

  .course-action-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
  }

  .course-btn-save,
  .course-btn-cancel.btn {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-1-upload-course {
    max-width: 100%;
  }

  .chapter-title-editable {
    width: 150px;
    font-size: 14px;
  }

  .chapter-title-input {
    width: 150px;
    font-size: 14px;
  }

  .alur-step-btn {
    padding: 10px 12px;
  }

  .alur-step-btn-wrapper {
    flex-direction: row;
  }

  .btn-delete-session {
    right: 45px;
  }

  .modal-tambah-materi-mentor .modal-dialog.modal-lg {
    max-width: 95%;
  }

  .modal-tambah-materi-mentor .modal-header {
    padding: 18px 20px 12px 20px;
  }

  .modal-tambah-materi-mentor .modal-title {
    font-size: 18px;
  }

  .modal-tambah-materi-mentor .modal-body {
    padding: 0 20px 20px 20px !important;
  }
  .div-footer-modal-upcourse {
    padding: 0 20px 20px 20px !important;
  }

  .modal-tambah-materi-mentor .modal-footer {
    padding: 0px 20px 20px 20px;
    gap: 8px;
  }

  .modal-form-label {
    font-size: 14px;
  }

  .modal-form-control.form-control,
  .modal-form-select.form-select,
  .modal-form-select-modal.form-select {
    font-size: 14px;
    padding: 10px 12px 10px 40px;
  }

  .modal-btn-save,
  .modal-btn-cancel {
    padding: 10px 16px;
    font-size: 14px;
  }

  .question-block {
    padding: 20px;
  }

  .quiz-question-label,
  .quiz-question-input {
    font-size: 16px;
  }

  .quiz-answer-circle {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .quiz-answer-label,
  .quiz-answer-input {
    font-size: 14px;
  }

  .deskripsi-textarea {
    min-height: 120px !important;
    padding: 16px !important;
  }

  .div-pertanyaa-modal {
    padding: 20px;
  }
}

/* ==================== MOBILE (< 576px) ==================== */
@media (max-width: 575px) {
  .file-upload-wrapper-mentor {
    flex-direction: column;
    gap: 10px;
  }

  .file-upload-banner-kelas-mentor {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
  }

  .btn-upload-file-disc {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
  }

  .arrow-icon-disc {
    width: 14px;
    height: 14px;
  }

  .banner-preview-wrapper {
    max-width: 100%;
  }

  .banner-file-info {
    font-size: 12px;
    padding: 6px 10px;
  }

  .banner-file-name {
    font-size: 13px;
  }

  .banner-file-size {
    font-size: 11px;
  }

  .course-form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .course-form-control.form-control,
  .course-form-select.form-select {
    font-size: 13px;
    /* padding: 8px 10px; */
  }

  .course-textarea.form-control {
    min-height: 80px;
  }

  .course-section-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .course-add-session-btn {
    width: 100%;
    padding: 10px 12px;
    font-size: 12px;
    justify-content: center;
  }

  .course-price-section {
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
  }

  .course-price-input-wrapper {
  }

  .course-action-buttons {
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
  }

  .course-btn-save,
  .course-btn-cancel.btn {
    width: 100%;
    padding: 9px 16px;
    font-size: 13px;
  }

  .chapter-title-editable {
    width: 120px;
    font-size: 13px;
  }

  .chapter-title-input {
    width: 120px;
    font-size: 13px;
  }

  .alur-step-btn {
    padding: 8px 10px;
    font-size: 13px;
  }

  .alur-step-btn-wrapper {
    flex-direction: row;
  }

  .btn-delete-session {
    top: 50%;
    right: 45px;
  }

  .btn-delete-session img {
    width: 16px;
    height: 16px;
  }

  .btn-delete-materi {
    padding: 6px;
  }

  .btn-delete-materi img {
    width: 14px;
    height: 14px;
  }

  .modal-tambah-materi-mentor .modal-dialog.modal-lg {
    max-width: 100%;
    width: 95%;
  }

  .modal-tambah-materi-mentor .modal-content {
    border-radius: 8px;
  }

  .modal-tambah-materi-mentor .modal-header {
    padding: 16px 16px 12px 16px;
  }

  .modal-tambah-materi-mentor .modal-title {
    font-size: 16px;
  }

  .modal-tambah-materi-mentor .modal-body {
    padding: 0 16px 16px 16px !important;
  }

  .div-footer-modal-upcourse {
    padding: 0 16px 16px 16px !important;
  }

  .modal-tambah-materi-mentor .modal-footer {
    padding: 0px 16px 16px 16px;
    gap: 6px;
  }

  .modal-form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .modal-form-control.form-control,
  .modal-form-select.form-select,
  .modal-form-select-modal.form-select {
    font-size: 13px;
    padding: 8px 10px 8px 36px;
  }

  .modal-icon-input img.modal-icon-img {
    left: 12px;
    width: 14px;
    height: 14px;
  }

  .modal-btn-save,
  .modal-btn-cancel {
    padding: 9px 14px;
    font-size: 13px;
  }

  .question-block {
    padding: 16px;
  }

  .quiz-header-section {
    margin-bottom: 16px;
  }

  .quiz-question-label,
  .quiz-question-input {
    font-size: 15px;
    line-height: 22px;
  }

  .quiz-section-title {
    font-size: 15px;
  }

  .quiz-answer-item {
    gap: 8px;
    margin-bottom: 10px;
  }

  .quiz-answer-circle {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .quiz-answer-label,
  .quiz-answer-input {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-add-question {
    padding: 8px 16px;
    font-size: 12px;
    gap: 6px;
  }

  .btn-add-question img {
    width: 16px;
    height: 16px;
  }

  .deskripsi-textarea {
    min-height: 100px !important;
    padding: 12px !important;
  }

  .modul-upload-wrapper {
    flex-direction: column;
  }

  .modul-file-input {
    width: 100%;
    font-size: 13px;
  }

  .modul-upload-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
  }

  .div-pertanyaa-modal {
    padding: 16px;
  }
}

/* #endregion */

/* #region halaman 404 */

.section-404 {
  margin-top: 96px;
  margin-bottom: 178px;
}

.div-404 {
  width: 742px;
  max-width: 100%;
  gap: 36px;
}

.div-font-404 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #111928;
}

.img-404 {
  max-width: 100%;
  height: auto;
  width: 501px;
}

/* ===== TABLET LANDSCAPE - 992px-1199px (Scale 88%) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-404 {
    margin-top: 84px; /* 96 * 0.88 */
    margin-bottom: 157px; /* 178 * 0.88 */
  }

  .div-404 {
    width: 653px; /* 742 * 0.88 */
    gap: 32px; /* 36 * 0.88 */
  }

  .div-font-404 {
    font-size: 35px; /* 40 * 0.88 */
    line-height: 42px; /* 48 * 0.88 */
  }

  .img-404 {
    width: 441px; /* 501 * 0.88 */
  }
}

/* ===== TABLET PORTRAIT - 768px-991px (Scale 80%) ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .section-404 {
    margin-top: 77px; /* 96 * 0.8 */
    margin-bottom: 142px; /* 178 * 0.8 */
  }

  .div-404 {
    width: 594px; /* 742 * 0.8 */
    gap: 29px; /* 36 * 0.8 */
  }

  .div-font-404 {
    font-size: 32px; /* 40 * 0.8 */
    line-height: 38px; /* 48 * 0.8 */
  }

  .img-404 {
    width: 401px; /* 501 * 0.8 */
  }
}

/* ===== MOBILE - < 768px (Scale 72%) ===== */
@media (max-width: 767px) {
  .section-404 {
    margin-top: 69px; /* 96 * 0.72 */
    margin-bottom: 128px; /* 178 * 0.72 */
  }

  .div-404 {
    width: 534px; /* 742 * 0.72 */
    gap: 26px; /* 36 * 0.72 */
  }

  .div-font-404 {
    font-size: 29px; /* 40 * 0.72 */
    line-height: 35px; /* 48 * 0.72 */
  }

  .img-404 {
    width: 361px; /* 501 * 0.72 */
  }
}

/* #endregion */

/* #region breakpoint */
/* ===================================== */
/* BREAKPOINTS */
/* ===================================== */

/* Container Padding untuk semua breakpoint */
/* @media (max-width: 1128px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
} */
@media (max-width: 992px) {

  .btn-hapus-cart {
   flex-grow: 1;
   
  }
  .search-bar {
    background: #f3f4f6;
    border: none;
    border-radius: 6px;
    padding: 13px 18px 13px 42px;
    font-size: 14px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .search-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .laptop-hijau {
    opacity: 20%;
  }
}
@media (min-width: 768px) {
  .div-footer-pelatihan {
    width: 15.5% !important;
    max-width: 100% !important;
  }
  .div-footer-company {
    width: 20.72% !important;
    max-width: 100% !important;
  }
  .div-footer-quick {
    width: 20% !important;
    max-width: 100% !important;
  }

  .div-footer-subs {
    width: 43.782% !important;
    max-width: 100% !important;
  }

  .form-register {
    max-width: 552px;
    background: white;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .form-register {
    max-width: 100%;
    background: white;
    border-radius: 8px;
  }

  .div-form-utama {
    width: 100%;
  }
}

/* AEZN0 */
/* DEKSTOP BESAR  */
@media (min-width: 1200px) {
  .container-lg{
    padding-right: 38px !important;
  }
  .container-banner {
    height: 605px;
  }

  .nav-sect-8 .nav-link-sect-8.active {
    line-height: 24px;
  }
}

/* AEZN1 */
/* DEKSTOP AGAK GEDEAN */
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-navbar::after {
    bottom: -32px;
  }
  .sect-forum-kelas-utama {
    margin-top: 72px;
    margin-bottom: 80px;
  }
  .div-chat-forum-kelas {
    margin-top: 28px;
  }
  .discussion-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .discussion-form-card {
    margin-bottom: 42px;
    border-radius: 10px;
  }
  .form-group-disc {
    margin-bottom: 16px;
  }
  .form-textarea-disc {
    height: 300px;
    padding: 18px;
  }
  .file-upload-wrapper {
    gap: 14px;
    margin-bottom: 28px;
  }
  .btn-upload-file-disc {
    width: 160px;
  }
  .file-list-disc {
    gap: 10px;
    margin-bottom: 28px;
  }
  .btn-submit-disc {
    gap: 7px;
  }
  .discussion-messages {
    gap: 16px;
  }
  .message-item {
    padding: 22px;
  }
  .message-header {
    gap: 14px;
    margin-bottom: 44px;
  }
  .message-header::after {
    bottom: -22px;
  }
  .message-instructor .message-body {
    margin-bottom: 22px;
  }
  .message-text,
  .message-text-file {
    margin-bottom: 14px;
  }
  .thread-status-card {
    padding: 28px;
    gap: 16px;
  }

  .invoice-container {
    width: 698px !important;
  }

  .invoice-card {
    padding: 22px !important;
    min-height: 512px !important;
  }

  .invoice-number {
    font-size: 26px !important;
    line-height: 38px !important;
  }

  .invoice-status {
    padding: 5px 13px !important;
    font-size: 13px !important;
    line-height: 21px !important;
  }

  .invoice-party-label,
  .invoice-party-text {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .invoice-parties {
    margin-bottom: 23px !important;
  }

  .invoice-items-header {
    padding: 11px 23px !important;
  }

  .invoice-items-title {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .div-invoice-items {
    padding: 0 23px !important;
  }

  .div-invoice-item-name {
    width: 352px !important;
  }

  .invoice-item-name,
  .invoice-item-price {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .invoice-summary-row {
    padding: 0 0 11px 0 !important;
  }

  .invoice-summary-label,
  .invoice-summary-value,
  .invoice-summary-label-total,
  .invoice-summary-value-total {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .invoice-total-row {
    padding: 0 0 11px 0 !important;
  }

  /* Payment Summary */
  .abu-16-500-co {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .abu-36-500-co {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .payment-method-label {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .payment-method-select {
    padding: 11px 19px !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .payment-select-arrow-icon {
    width: 15px !important;
    height: 15px !important;
    right: 13px !important;
  }

  .check-payment-btn {
    padding: 11px 23px !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .sect-keranjang-anda {
    margin-top: 78px !important;
  }

  .font-murah-hehe {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .div-utama-addtocart {
    margin-top: 45px !important;
    margin-bottom: 90px !important;
  }

  .cart-layout {
    gap: 23px !important;
  }

  .cart-items {
    width: 698px !important;
  }

  .div-nama-kursus-co {
    width: 428px !important;
  }

  .cart-item-image {
    width: 178px !important;
  }

  .cart-item-title {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-left: 23px !important;
    margin-right: 23px !important;
  }

  .cart-item-label {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .cart-item-price {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .cart-items-mobile-grid {
    gap: 15px !important;
  }

  .cart-item-mobile-image {
    height: 188px !important;
  }

  .cart-item-mobile-content {
    padding: 19px !important;
  }

  .cart-item-mobile-title {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-bottom: 15px !important;
  }

  .cart-quantity-label {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .select-wrapper {
    width: 68px !important;
  }

  .cart-quantity-select {
    width: 68px !important;
    padding: 11px 18px !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .select-arrow-icon {
    right: 19px !important;
    width: 15px !important;
    height: 15px !important;
  }

  .cart-summary {
    width: 338px !important;
    padding: 23px !important;
  }

  .cart-coupon {
    gap: 9px !important;
  }

  .cart-coupon-label {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .cart-coupon-input {
    padding: 9px 13px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    width: 190px !important;
  }

  .cart-coupon-btn,
  .cart-coupon-btn-remove {
    padding: 9px 23px !important;
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .cart-summary-label,
  .cart-summary-label-tot {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .cart-summary-value,
  .cart-summary-value-tot {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .cart-summary-divider {
    margin: 7px 0 !important;
  }

  .cart-checkout-btn {
    padding: 11px 23px !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .progress-bar-track {
    height: 8px !important;
    margin-top: 30px !important;
  }

  .sect-deskripsi-sesi-kelas {
    margin-top: 23px !important;
  }

  .font-deskripsi-sesi-kelas {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .section-tanya-jawab-sesi-kelas {
    margin-top: 45px !important;
  }

  .sect-our-learning-sesi-kelas {
    margin-top: 90px !important;
  }

  .div-input-sesi-kelas {
    gap: 13px !important;
  }

  /* AI Chat - Yang belum ada */
  .ai-chat-header {
    gap: 14px !important;
  }

  .ai-chat-messages {
    gap: 15px !important;
  }

  .suggested-questions {
    gap: 13px !important;
  }

  .ai-send-btn {
    right: 8px !important;
    padding: 8px !important;
  }

  .ai-info {
  }

  .ai-avatar {
    /* Line-height belum ada */
    line-height: 23px !important;
  }

  .ai-name {
    /* Line-height belum ada */
    line-height: 23px !important;
  }

  .ai-role {
    /* Line-height belum ada */
    line-height: 23px !important;
  }

  .suggestion-chip {
    /* Line-height belum ada */
    line-height: 19px !important;
  }

  .ai-chat-input {
    /* Line-height belum ada */
    line-height: 23px !important;
  }

  .ai-disclaimer {
    /* Line-height belum ada */
    line-height: 19px !important;
  }

  /* Navigation - Yang belum ada line-height */
  .nav-btn {
    line-height: 23px !important;
  }

  .mark-completed-btn {
    line-height: 23px !important;
  }

  .custom-progress-container {
    padding: 11px 15px !important;
  }

  .time-display {
    font-size: 13px !important;
    min-width: 40px !important;
  }

  .progress-bar-wrapper {
    gap: 11px !important;
  }

  .progress-bar-thumb {
    width: 13px !important;
    height: 13px !important;
  }

  .custom-play-button svg {
    width: 72px !important;
    height: 72px !important;
  }

  .control-btn {
    width: 68px !important;
    height: 68px !important;
  }

  .control-btn svg {
    width: 44px !important;
    height: 44px !important;
  }

  .lesson-navigation-container {
    padding: 15px 0 !important;
    gap: 14px !important;
  }

  .nav-buttons-group {
    gap: 11px !important;
  }

  .nav-btn {
    padding: 9px 18px !important;
    font-size: 15px !important;
    gap: 7px !important;
  }

  .nav-btn svg {
    width: 19px !important;
    height: 19px !important;
  }

  .mark-completed-btn {
    padding: 10px 22px !important;
    font-size: 15px !important;
    gap: 7px !important;
  }

  .mark-completed-btn svg {
    width: 19px !important;
    height: 19px !important;
  }

  .ai-chat-container {
    max-width: 1040px !important;
    min-height: 490px !important;
    padding: 22px !important;
    /* gap: 280px !important; */
  }

  .ai-avatar {
    width: 44px !important;
    height: 44px !important;
    font-size: 17px !important;
  }

  .ai-name {
    font-size: 15px !important;
  }

  .ai-role {
    font-size: 13px !important;
  }

  .suggestion-chip {
    font-size: 13px !important;
    padding: 7px 14px !important;
  }

  .ai-chat-input {
    font-size: 15px !important;
    padding: 11px 44px 11px 15px !important;
  }

  .ai-disclaimer {
    font-size: 11px !important;
  }

  .section-detail-kelas-biru {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .div-jelajahi-kelas {
    margin-top: 52px !important;
  }

  .sect-detail-kelas-jelajahi {
    margin-top: 104px !important;
  }

  .abu-16-kelas-400 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .biru-24-kelas-600 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .sect-dekripsi-kelas {
    margin-top: 44px !important;
  }

  .abu-12-kelas-400 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .div-row-iframe {
    margin-top: 22px !important;
  }

  .abu-18-kelas-500 {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .abu-16-kelas-500 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .abu-14-kelas-500 {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .hitam-36-kelas-500 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .video-wrapper {
    max-width: 680px !important;
    border-radius: 7px !important;
  }

  .video-iframe,
  .video-overlay {
    border-radius: 7px !important;
  }

  .kelas-title {
    margin-top: 22px !important;
  }

  .praktisi-group {
    gap: 11px !important;
  }

  .praktisi-lainnya {
    gap: 11px !important;
  }

  .praktisi-box {
    max-width: 240px !important;
    margin-top: 13px !important;
  }

  .praktisi-foto {
    width: 40px !important;
    height: 40px !important;
  }

  .btn-praktisi-lainnya {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .alur-accordion-button {
    font-size: 16px !important;

    border-radius: 6px !important;
  }

  .alur-list-group-item {
    padding: 7px 15px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    gap: 9px !important;
  }

  .alur-accordion-item + .alur-accordion-item .alur-accordion-button {
    margin-top: 11px !important;
  }

  .alur-accordion-button:not(.collapsed),
  .alur-accordion-button.collapsed {
    padding: 11px 18px !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .alur-accordion-body {
    border-radius: 6px !important;
    padding: 9px 0px !important;
  }

  .alur-accordion-button.collapsed::before,
  .alur-accordion-button:not(.collapsed)::before {
    right: 22px !important;
    width: 15px !important;
    height: 15px !important;
  }

  .alur-step-list {
    gap: 11px !important;
  }

  .alur-step-btn {
    padding: 7px 15px !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .alur-step-btn img {
    width: 19px !important;
    height: 19px !important;
    margin-right: 9px !important;
  }
  .sect-register {
    margin-top: 96px;
    margin-bottom: 64px;
  }

  .sect-login {
    margin-top: 96px;
  }

  .font-hitam-sect-register,
  .font-biru-sect-register {
    font-size: 36px;
    line-height: 44px;
  }

  .font-kecil-hitam-register,
  .font-kecil-biru-register {
    font-size: 15px;
    line-height: 22px;
  }

  .form-label.register-label {
    font-size: 15px;
    line-height: 22px;
  }

  .tab-btn {
    padding: 11px 22px;
    font-size: 15px;
    line-height: 22px;
  }

  .form-control.register-input {
    padding: 10px 0px 10px 0px !important;
    font-size: 15px;
    line-height: 22px;
  }

  .input-group-text.register-icon {
    padding: 14px 10px 14px 18px !important;
  }

  .btn.btn-submit-custom {
    padding: 11px 22px !important;
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .social-btn {
    width: 60px;
    height: 60px;
  }

  .social-btn img {
    width: 30px;
    height: 30px;
  }

  .form-check-label.register-checkbox-label {
    font-size: 15px;
    line-height: 22px;
  }

  .btn-get-otp {
    padding: 10px 0px 10px 14px;
    font-size: 15px;
    line-height: 22px;
  }

  .divider-text {
    font-size: 13px;
    margin: 0 0 10px 0;
  }

  .div-sudah-punya-akun {
    margin-top: 10px;
  }
  .section-expert-mentor {
    margin-top: 72px;
  }
  .container-banner {
    height: 605px;
  }

  .section-home-2,
  .section-home-3,
  .section-home-4,
  .section-home-5,
  .section-home-6,
  .section-home-7,
  .section-home-8,
  .section-home-9,
  .section-home-10,
  .section-home-11,
  /* .section-home-12, */
  .container-biru-mentor {
    margin-top: 96px;
  }

  .section-home-11,
  .container-biru-mentor,
  .sect-register,
  .section-expert-mentor {
    margin-bottom: 96px;
  }
  .section-home-9 {
    padding: 64px 0px 80px;
    height: auto;
  }

  .banner-font-kecil-grayscale {
    font-size: 17px;
    line-height: 25px;
  }

  .banner-font-besar-dark,
  .banner-font-besar-biru {
    font-size: 56px;
    line-height: 68px;
  }

  .sect-3-bold-hitam-40,
  .sect-3-bold-biru-40 {
    font-size: 36px;
    line-height: 44px;
  }

  .sect-4-api-font,
  .sect-6-font-besar {
    font-size: 36px;
    line-height: 44px;
  }

  .div-kata-biru-besar {
    padding: 200px 72px;
  }

  .sect-7-font-biru-harga-48px,
  .sect-7-font-hijau-harga-48px {
    font-size: 40px;
    line-height: 50px;
  }

  .sect-11-font-besar {
    font-size: 40px;
    line-height: 50px;
  }

  .card-4-bawah-banner-biru,
  .card-4-bawah-banner-hijau {
    padding: 28px !important;
    min-height: 230px !important;
  }

  .sect-3-card {
    padding: 40px 28px;
    height: 360px;
  }

  .card-kelas {
    padding: 28px 20px;
    min-height: 400px;
  }

  .testi-card {
    padding: 28px;
    height: 240px;
  }

  .div-class-sect-4 {
    margin-top: 48px !important;
  }

  .nav-sect-8 {
    border-bottom: none;
    margin-top: 20px;
  }
}
/* AEZN2 */
/* TABLET LANDSCAPE 768PX - 991PX */
@media (min-width: 768px) and (max-width: 991px) {
  .sect-navbar::after {
    bottom: -28px;
  }
  .sect-forum-kelas-utama {
    margin-top: 64px;
    margin-bottom: 72px;
  }
  .div-chat-forum-kelas {
    margin-top: 26px;
  }
  .discussion-thread-section {
    padding: 40px 0;
  }
  .discussion-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .discussion-form-card {
    margin-bottom: 38px;
    border-radius: 10px;
  }
  .form-group-disc {
    margin-bottom: 15px;
  }
  .form-select-disc {
    padding: 11px 14px 11px 18px;
    font-size: 15px;
    line-height: 23px;
  }
  .select-arrow-disc {
    right: 14px;
    width: 15px;
    height: 15px;
  }
  .form-textarea-disc {
    height: 260px;
    padding: 17px;
    font-size: 15px;
    line-height: 23px;
  }
  .file-upload-wrapper {
    gap: 13px;
    margin-bottom: 26px;
  }
  .file-upload-trigger-disc {
    padding: 11px 15px;
    font-size: 15px;
    line-height: 23px;
  }
  .arrow-icon-disc {
    width: 15px;
    height: 15px;
  }
  .btn-upload-file-disc {
    width: 150px;
    padding: 11px 20px;
    font-size: 15px;
    line-height: 23px;
  }
  .file-list-disc {
    gap: 10px;
    margin-bottom: 26px;
  }
  .file-icon-disc {
    width: 19px;
    height: 19px;
  }
  .file-name-disc {
    font-size: 13px;
    line-height: 21px;
  }
  .file-remove-disc {
    width: 22px;
    height: 22px;
  }
  .file-remove-disc img {
    width: 22px;
    height: 22px;
  }
  .btn-submit-disc {
    padding: 11px 20px;
    gap: 7px;
    font-size: 15px;
    line-height: 23px;
  }
  .send-icon-disc {
    width: 19px;
    height: 19px;
  }
  .discussion-messages {
    gap: 15px;
  }
  .message-item {
    padding: 20px;
    border-radius: 7px;
  }
  .message-header {
    gap: 13px;
    margin-bottom: 40px;
  }
  .message-header::after {
    bottom: -20px;
  }
  .message-avatar {
    width: 40px;
    height: 40px;
  }
  .avatar-initials {
    font-size: 15px;
    line-height: 23px;
  }
  .message-author {
    font-size: 15px;
    line-height: 23px;
  }
  .message-role {
    font-size: 13px;
    line-height: 21px;
  }
  .message-instructor .message-body {
    margin-bottom: 20px;
  }
  .message-text,
  .message-text-file {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .message-date {
    font-size: 13px;
    line-height: 21px;
  }
  .star-rating-simple {
    gap: 5px;
  }
  .star-simple-icon {
    width: 13px;
    height: 13px;
  }
  .thread-status-card {
    padding: 24px;
    gap: 15px;
    border-radius: 7px;
  }
  .status-label {
    font-size: 13px;
    line-height: 21px;
  }
  .status-value {
    font-size: 15px;
    line-height: 23px;
  }

  .invoice-container {
    width: 100% !important;
  }

  .invoice-card {
    padding: 21px !important;
    min-height: 473px !important;
  }

  .invoice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .invoice-number {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .invoice-status {
    padding: 4px 12px !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .invoice-parties {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 21px !important;
  }

  .invoice-party-label,
  .invoice-party-text {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .invoice-items-header {
    padding: 10px 21px !important;
  }

  .invoice-items-title {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .div-invoice-items {
    padding: 0 21px !important;
  }

  .div-invoice-item-name {
    width: 100% !important;
  }

  .invoice-item {
    flex-direction: column;
    gap: 8px;
  }

  .invoice-item-name,
  .invoice-item-price {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .invoice-summary-row {
    padding: 0 0 10px 0 !important;
  }

  .invoice-summary-label,
  .invoice-summary-value,
  .invoice-summary-label-total,
  .invoice-summary-value-total {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .invoice-total-row {
    padding: 0 0 10px 0 !important;
  }

  /* Payment Summary */
  .abu-16-500-co {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .abu-36-500-co {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .payment-method-label {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .payment-method-select {
    padding: 10px 18px !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .payment-select-arrow-icon {
    width: 14px !important;
    height: 14px !important;
    right: 12px !important;
  }

  .check-payment-btn {
    padding: 10px 21px !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .sect-keranjang-anda {
    margin-top: 73px !important;
  }

  .font-murah-hehe {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .div-utama-addtocart {
    margin-top: 42px !important;
    margin-bottom: 84px !important;
  }

  .cart-layout {
    flex-direction: column;
    gap: 24px !important;
  }

  /* Desktop Cart Items */
  .cart-items {
    width: 100% !important;
  }

  .div-nama-kursus-co {
    width: 100% !important;
  }

  .cart-item {
    flex-direction: column;
    gap: 16px !important;
  }

  .cart-item-image {
    width: 100% !important;
    height: 200px !important;
  }

  .cart-item-title {
    font-size: 14px !important;
    line-height: 21px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 16px !important;
  }

  .cart-item-meta,
  .cart-item-quantity {
    padding: 0 20px 20px 20px !important;
  }

  .cart-item-label {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .cart-item-price {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  /* Mobile Grid - 2 columns at tablet landscape */
  .cart-items-mobile-grid {
    gap: 14px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .cart-item-mobile-image {
    height: 180px !important;
  }

  .cart-item-mobile-content {
    padding: 18px !important;
  }

  .cart-item-mobile-title {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 14px !important;
  }

  /* Quantity Select */
  .cart-quantity-label {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .select-wrapper {
    width: 64px !important;
  }

  .cart-quantity-select {
    width: 64px !important;
    padding: 10px 17px !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .select-arrow-icon {
    right: 18px !important;
    width: 14px !important;
    height: 14px !important;
  }

  /* Cart Summary */
  .cart-summary {
    width: 100% !important;
    padding: 21px !important;
  }

  .cart-coupon {
    gap: 9px !important;
  }

  .cart-coupon-label {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .cart-coupon-input {
    padding: 9px 12px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    width: 100% !important;
  }

  .cart-coupon-btn,
  .cart-coupon-btn-remove {
    padding: 9px 21px !important;
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .cart-summary-label,
  .cart-summary-label-tot {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .cart-summary-value,
  .cart-summary-value-tot {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .cart-summary-divider {
    margin: 7px 0 !important;
  }

  .cart-checkout-btn {
    padding: 10px 21px !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .progress-bar-track {
    margin-top: 28px !important;
  }

  .sect-deskripsi-sesi-kelas {
    margin-top: 21px !important;
  }

  .font-deskripsi-sesi-kelas {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .section-tanya-jawab-sesi-kelas {
    margin-top: 42px !important;
  }

  .sect-our-learning-sesi-kelas {
    margin-top: 84px !important;
  }

  .div-input-sesi-kelas {
    gap: 12px !important;
  }

  .ai-chat-header {
    gap: 13px !important;
  }

  .ai-chat-messages {
    gap: 14px !important;
  }

  .suggested-questions {
    gap: 12px !important;
  }

  .ai-send-btn {
    right: 7px !important;
    padding: 7px !important;
  }

  .ai-avatar {
    line-height: 21px !important;
  }

  .ai-name {
    line-height: 21px !important;
  }

  .ai-role {
    line-height: 21px !important;
  }

  .suggestion-chip {
    line-height: 18px !important;
  }

  .ai-chat-input {
    line-height: 21px !important;
  }

  .ai-disclaimer {
    line-height: 18px !important;
  }

  /* Navigation - Yang belum ada line-height */
  .nav-btn {
    line-height: 21px !important;
  }

  .mark-completed-btn {
    line-height: 21px !important;
  }

  .custom-progress-container {
    padding: 10px 14px !important;
  }

  .time-display {
    font-size: 13px !important;
    min-width: 38px !important;
  }

  .progress-bar-wrapper {
    gap: 10px !important;
  }

  .progress-bar-track {
    height: 5px !important;
  }

  .progress-bar-thumb {
    width: 12px !important;
    height: 12px !important;
  }

  .custom-play-button svg {
    width: 68px !important;
    height: 68px !important;
  }

  .control-btn {
    width: 64px !important;
    height: 64px !important;
  }

  .control-btn svg {
    width: 40px !important;
    height: 40px !important;
  }

  .lesson-navigation-container {
    padding: 14px 0 !important;
    gap: 12px !important;
  }

  .nav-buttons-group {
    gap: 10px !important;
  }

  .nav-btn {
    padding: 9px 16px !important;
    font-size: 15px !important;
    gap: 6px !important;
  }

  .nav-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .mark-completed-btn {
    padding: 10px 20px !important;
    font-size: 15px !important;
    gap: 6px !important;
  }

  .mark-completed-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .ai-chat-container {
    max-width: 100% !important;
    min-height: 460px !important;
    padding: 20px !important;
    /* gap: 240px !important; */
  }

  .ai-avatar {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .ai-name {
    font-size: 15px !important;
  }

  .ai-role {
    font-size: 13px !important;
  }

  .suggestion-chip {
    font-size: 13px !important;
    padding: 7px 14px !important;
  }

  .ai-chat-input {
    font-size: 15px !important;
    padding: 10px 42px 10px 14px !important;
  }

  .ai-send-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .ai-disclaimer {
    font-size: 11px !important;
  }

  .section-detail-kelas-biru {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .div-jelajahi-kelas {
    margin-top: 48px !important;
  }

  .sect-detail-kelas-jelajahi {
    margin-top: 96px !important;
  }

  .abu-16-kelas-400 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .biru-24-kelas-600 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .sect-dekripsi-kelas {
    margin-top: 40px !important;
  }

  .abu-12-kelas-400 {
    font-size: 11px !important;
    line-height: 18px !important;
  }

  .div-row-iframe {
    margin-top: 20px !important;
  }

  .abu-18-kelas-500 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .abu-16-kelas-500 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .abu-14-kelas-500 {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .hitam-36-kelas-500 {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .video-wrapper {
    max-width: 600px !important;
    border-radius: 6px !important;
  }

  .video-iframe,
  .video-overlay {
    border-radius: 6px !important;
  }

  .kelas-title {
    margin-top: 20px !important;
  }

  .praktisi-group {
    gap: 10px !important;
  }

  .praktisi-lainnya {
    gap: 10px !important;
  }

  .praktisi-box {
    max-width: 220px !important;
    margin-top: 12px !important;
  }

  .praktisi-foto {
    width: 38px !important;
    height: 38px !important;
  }

  .btn-praktisi-lainnya {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .alur-accordion-button {
    font-size: 15px !important;

    border-radius: 6px !important;
  }

  .alur-list-group-item {
    padding: 6px 14px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    gap: 8px !important;
  }

  .alur-accordion-item + .alur-accordion-item .alur-accordion-button {
    margin-top: 10px !important;
  }

  .alur-accordion-button:not(.collapsed),
  .alur-accordion-button.collapsed {
    padding: 10px 16px !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .alur-accordion-body {
    border-radius: 6px !important;
    padding: 8px 0px !important;
  }

  .alur-accordion-button.collapsed::before,
  .alur-accordion-button:not(.collapsed)::before {
    right: 20px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .alur-step-list {
    gap: 10px !important;
  }

  .alur-step-btn {
    padding: 6px 14px !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .alur-step-btn img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
  }
  .sect-register {
    margin-top: 80px;
    margin-bottom: 56px;
  }

  .sect-login {
    margin-top: 80px;
  }

  .font-hitam-sect-register,
  .font-biru-sect-register {
    font-size: 32px;
    line-height: 40px;
  }

  .font-kecil-hitam-register,
  .font-kecil-biru-register {
    font-size: 15px;
    line-height: 22px;
  }

  .form-label.register-label {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .tab-buttons {
    margin-bottom: 12px;
  }

  .tab-btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .form-control.register-input {
    padding: 10px 0px 10px 0px !important;
    font-size: 15px;
    line-height: 22px;
  }

  .input-group-text.register-icon {
    padding: 13px 10px 13px 18px !important;
  }

  .btn.btn-submit-custom {
    padding: 10px 20px !important;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .social-btn {
    width: 56px;
    height: 56px;
  }

  .social-btn img {
    width: 28px;
    height: 28px;
  }

  .form-check-label.register-checkbox-label {
    font-size: 15px;
    line-height: 22px;
  }

  .btn-get-otp {
    padding: 10px 0px 10px 14px;
    font-size: 15px;
    line-height: 22px;
  }

  .divider-text {
    font-size: 13px;
    margin: 0 0 10px 0;
  }

  .div-sudah-punya-akun {
    margin-top: 10px;
  }

  .social-login {
    gap: 6px;
  }
  .section-expert-mentor {
    margin-top: 64px;
  }
  .container-banner {
    height: auto !important;
  }

  .section-home-1 {
    height: 430px;
    padding: 48px 0px 0px;
  }

  .section-home-2 {
    margin-top: 56px;
  }

  .section-home-3,
  .section-home-4,
  .section-home-5,
  .section-home-6,
  .section-home-7,
  .section-home-8,
  .section-home-9,
  .section-home-10,
  .section-home-11,
  /* .section-home-12, */
  .container-biru-mentor {
    margin-top: 80px;
  }

  .section-home-11,
  .container-biru-mentor,
  .sect-register,
  .section-expert-mentor {
    margin-bottom: 80px;
  }

  .section-home-9 {
    padding: 56px 0px 72px;
    height: auto;
  }

  .image-banner-utama {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-font-kecil-grayscale {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-font-besar-dark,
  .banner-font-besar-biru {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-font-16-grayscale {
    font-size: 15px;
    line-height: 22px;
  }

  .banner-font-14-merah,
  .banner-font-14-putih {
    font-size: 13px;
    line-height: 20px;
  }

  .font-bold-bawah-banner-biru,
  .font-bold-bawah-banner-hijau,
  .font-bold-bawah-banner-hitam {
    font-size: 20px;
    line-height: 26px;
  }

  .font-second-bawah-banner-hitam {
    font-size: 13px;
    line-height: 20px;
  }

  .div-kata-biru-besar {
    padding: 160px 56px;
  }

  .card-4-bawah-banner-biru,
  .card-4-bawah-banner-hijau {
    padding: 24px !important;
    min-height: 200px !important;
  }

  .sect-3-bold-hitam-40,
  .sect-3-bold-biru-40 {
    font-size: 32px;
    line-height: 40px;
  }

  .sect-3-reg-hitam-16 {
    font-size: 15px;
    line-height: 22px;
  }

  .sect-3-card {
    padding: 36px 24px;
    height: 320px;
  }

  .sect-3-div-putih-kiri,
  .sect-3-div-putih-kanan {
    font-size: 20px;
  }

  .sect-3-div-putih-kiri-84 {
    font-size: 64px;
  }

  .sect-3-div-putih-kiri-20 {
    font-size: 18px;
  }

  .sect-4-biru-kecil,
  .sect-5-biru-kecil,
  .sect-6-font-kecil {
    font-size: 16px;
    line-height: 24px;
  }

  .sect-4-api-font,
  .sect-6-font-besar {
    font-size: 32px;
    line-height: 40px;
  }

  .image-class-sect-4 {
    height: 200px;
  }

  .nav-sect-8 {
    border-bottom: none;
    margin-top: 20px;
  }

  .div-class-sect-4 {
    margin-top: 40px !important;
  }

  .font1-class-sect-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .font2-class-sect-4,
  .font3-class-sect-4 {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-enroll-class-sect-4 {
    width: 160px;
    height: 38px;
    padding: 12px 24px;
  }

  .btn-cart-sect-4 {
    width: 38px;
    height: 38px;
  }

  .circle-step {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }

  .circle-step-0 {
    min-width: 90px;
  }

  .sect-5-bold {
    font-size: 20px;
    line-height: 26px;
  }

  .sect-5-reguler {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
  }

  .div-biru-besar {
    height: auto;
    padding: 0 0;
  }

  .card-kelas {
    padding: 24px 20px;
    min-height: 380px;
  }

  .btn-harga,
  .btn-harga-green {
    font-size: 15px;
    padding: 12px 0;
  }

  .sect-7-font-biru-harga-48px,
  .sect-7-font-hijau-harga-48px {
    font-size: 36px;
    line-height: 46px;
  }

  .sect-7-font-biru-harga-24px,
  .sect-7-font-hijau-harga-24px {
    font-size: 20px;
    line-height: 26px;
  }

  .nav-sect-8 .nav-link-sect-8 {
    font-size: 15px;
    padding: 10px 20px;
  }

  .image-class-sect-8 {
    height: 160px;
  }

  .testi-card {
    padding: 24px;
    height: 220px;
  }

  .sect-9-font-testi {
    font-size: 20px;
    line-height: 26px;
  }

  .testi-asli {
    font-size: 16px;
    line-height: 24px;
  }

  .expert-card {
    height: 280px;
    padding: 20px 12px;
  }

  .expert-img,
  .expert-img img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .expert-name {
    font-size: 16px;
    line-height: 24px;
  }

  .sect-11-font-besar {
    font-size: 36px;
    line-height: 46px;
  }

  .btn-banner-biru,
  .btn-banner-putih,
  .btn-banner-wa,
  .btn-mentor {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }

  /* AWAL FOOTER */
  .footer-dark {
    padding: 48px 0 !important;
  }

  .footer-logo img {
    margin-bottom: 18px !important;
    width: 180px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-phone {
    font-size: 13px;
    line-height: 20px;
    margin-top: 18px;
  }

  .footer-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .footer-title-subs {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-links li {
    margin-bottom: 10px !important;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe {
    margin-top: 10px;
    margin-bottom: 14px !important;
  }

  .footer-subscribe input {
    padding: 8px 12px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .footer-subscribe .btn-subscribe {
    padding: 8px 18px !important;
    font-size: 13px !important;
    max-width: 110px;
  }

  .footer-social {
    gap: 18px !important;
  }

  .footer-social a {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
  }

  .footer-copyright {
    padding-top: 18px !important;
    margin-top: 36px !important;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-follow {
    font-size: 16px;
    line-height: 24px;
    margin-right: 18px;
  }

  .div-icon-sosmed {
    gap: 10px;
  }
  /* AKHIR FOOTER */
}
/* AEZN3 */
/* BUAT TALET DAN MOBILE LANDSCAPE */
@media (min-width: 577px) and (max-width: 767px) {
  .sect-navbar::after {
    bottom: -24px;
  }
  .sect-forum-kelas-utama {
    margin-top: 48px;
    margin-bottom: 60px;
  }
  .div-chat-forum-kelas {
    margin-top: 22px;
  }
  .discussion-thread-section {
    padding: 32px 0;
  }
  .discussion-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .discussion-form-card {
    margin-bottom: 32px;
    border-radius: 8px;
  }
  .form-group-disc {
    margin-bottom: 14px;
  }
  .form-select-disc {
    padding: 10px 12px 10px 16px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
  }
  .select-arrow-disc {
    right: 12px;
    width: 14px;
    height: 14px;
  }
  .form-textarea-disc {
    height: 220px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
  }
  .file-upload-wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
  }
  .file-upload-trigger-disc {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 6px;
  }
  .arrow-icon-disc {
    width: 14px;
    height: 14px;
  }
  .btn-upload-file-disc {
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 6px;
  }
  .file-list-disc {
    gap: 9px;
    margin-bottom: 22px;
  }
  .file-icon-disc {
    width: 18px;
    height: 18px;
  }
  .file-name-disc {
    font-size: 12px;
    line-height: 20px;
  }
  .file-remove-disc {
    width: 20px;
    height: 20px;
  }
  .file-remove-disc img {
    width: 20px;
    height: 20px;
  }
  .btn-submit-disc {
    padding: 10px 18px;
    gap: 6px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
  }
  .send-icon-disc {
    width: 18px;
    height: 18px;
  }
  .discussion-messages {
    gap: 14px;
  }
  .message-item {
    padding: 18px;
    border-radius: 6px;
  }
  .message-header {
    gap: 12px;
    margin-bottom: 34px;
  }
  .message-header::after {
    bottom: -17px;
  }
  .message-avatar {
    width: 36px;
    height: 36px;
  }
  .avatar-initials {
    font-size: 14px;
    line-height: 22px;
  }
  .message-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .message-author {
    font-size: 14px;
    line-height: 22px;
  }
  .message-role {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .message-instructor .message-body {
    margin-bottom: 18px;
  }
  .message-text,
  .message-text-file {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .message-date {
    font-size: 12px;
    line-height: 20px;
  }
  .star-rating-simple {
    gap: 4px;
  }
  .star-simple-icon {
    width: 12px;
    height: 12px;
  }
  .thread-status-card {
    padding: 20px;
    gap: 14px;
    border-radius: 6px;
  }
  .status-label {
    font-size: 12px;
    line-height: 20px;
  }
  .status-value {
    font-size: 14px;
    line-height: 22px;
  }

  .invoice-container {
    width: 100% !important;
  }

  .invoice-card {
    padding: 19px !important;
    min-height: 434px !important;
  }

  .invoice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .invoice-number {
    font-size: 22px !important;
    line-height: 34px !important;
  }

  .invoice-status {
    padding: 4px 11px !important;
    font-size: 11px !important;
    line-height: 19px !important;
  }

  .invoice-parties {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px !important;
  }

  .invoice-party-label,
  .invoice-party-text {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .invoice-items-header {
    padding: 9px 20px !important;
  }

  .invoice-items-title {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .div-invoice-items {
    padding: 0 20px !important;
  }

  .div-invoice-item-name {
    width: 100% !important;
  }

  .invoice-item {
    flex-direction: column;
    gap: 6px;
  }

  .invoice-item-name,
  .invoice-item-price {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .invoice-summary-row {
    padding: 0 0 9px 0 !important;
  }

  .invoice-summary-label,
  .invoice-summary-value,
  .invoice-summary-label-total,
  .invoice-summary-value-total {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .invoice-total-row {
    padding: 0 0 9px 0 !important;
  }

  /* Payment Summary */
  .abu-16-500-co {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .abu-36-500-co {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .payment-method-label {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .payment-method-select {
    padding: 9px 17px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .payment-select-arrow-icon {
    width: 13px !important;
    height: 13px !important;
    right: 11px !important;
  }

  .check-payment-btn {
    padding: 9px 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .sect-keranjang-anda {
    margin-top: 68px !important;
  }

  .font-murah-hehe {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .div-utama-addtocart {
    margin-top: 39px !important;
    margin-bottom: 79px !important;
  }

  .cart-layout {
    flex-direction: column;
    gap: 20px !important;
  }

  /* Desktop Cart Items */
  .cart-items {
    width: 100% !important;
  }

  .div-nama-kursus-co {
    width: 100% !important;
  }

  .cart-item {
    flex-direction: column;
    gap: 14px !important;
  }

  .cart-item-image {
    width: 100% !important;
    height: 180px !important;
  }

  .cart-item-title {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
    margin-top: 14px !important;
  }

  .cart-item-meta,
  .cart-item-quantity {
    padding: 0 18px 18px 18px !important;
  }

  .cart-item-label {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .cart-item-price {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  /* Mobile Grid - 1 column at tablet portrait */
  .cart-items-mobile-grid {
    gap: 16px !important;
    grid-template-columns: 1fr !important;
  }

  .cart-item-mobile-image {
    height: 160px !important;
  }

  .cart-item-mobile-content {
    padding: 16px !important;
  }

  .cart-item-mobile-title {
    font-size: 14px !important;
    line-height: 21px !important;
    margin-bottom: 12px !important;
  }

  /* Quantity Select */
  .cart-quantity-label {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .select-wrapper {
    width: 60px !important;
  }

  .cart-quantity-select {
    width: 60px !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .select-arrow-icon {
    right: 17px !important;
    width: 13px !important;
    height: 13px !important;
  }

  /* Cart Summary */
  .cart-summary {
    width: 100% !important;
    padding: 20px !important;
  }

  .cart-coupon {
    gap: 8px !important;
  }

  .cart-coupon-label {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .cart-coupon-input {
    padding: 8px 11px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    width: 100% !important;
  }

  .cart-coupon-btn,
  .cart-coupon-btn-remove {
    padding: 8px 20px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cart-summary-label,
  .cart-summary-label-tot {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .cart-summary-value,
  .cart-summary-value-tot {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .cart-summary-divider {
    margin: 6px 0 !important;
  }

  .cart-checkout-btn {
    padding: 9px 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .progress-bar-track {
    margin-top: 26px !important;
  }

  .sect-deskripsi-sesi-kelas {
    margin-top: 20px !important;
  }

  .font-deskripsi-sesi-kelas {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .section-tanya-jawab-sesi-kelas {
    margin-top: 39px !important;
  }

  .sect-our-learning-sesi-kelas {
    margin-top: 79px !important;
  }

  .div-input-sesi-kelas {
    gap: 11px !important;
  }

  /* AI Chat - Yang belum ada */
  .ai-chat-header {
    gap: 12px !important;
  }

  .ai-chat-messages {
    gap: 13px !important;
  }

  .suggested-questions {
    gap: 11px !important;
  }

  .ai-send-btn {
    right: 7px !important;
    padding: 7px !important;
  }

  .ai-avatar {
    line-height: 20px !important;
  }

  .ai-name {
    line-height: 20px !important;
  }

  .ai-role {
    line-height: 16px !important;
  }

  .suggestion-chip {
    line-height: 16px !important;
  }

  .ai-chat-input {
    line-height: 20px !important;
  }

  .ai-disclaimer {
    line-height: 16px !important;
  }

  /* Navigation - Yang belum ada line-height */
  .nav-btn {
    line-height: 20px !important;
  }

  .mark-completed-btn {
    line-height: 20px !important;
  }

  .custom-progress-container {
    padding: 10px 12px !important;
  }

  .time-display {
    font-size: 12px !important;
    min-width: 36px !important;
  }

  .progress-bar-wrapper {
    gap: 8px !important;
  }

  .progress-bar-track {
    height: 5px !important;
  }

  .progress-bar-thumb {
    width: 12px !important;
    height: 12px !important;
  }

  .custom-play-button svg {
    width: 64px !important;
    height: 64px !important;
  }

  .control-btn {
    width: 60px !important;
    height: 60px !important;
  }

  .control-btn svg {
    width: 36px !important;
    height: 36px !important;
  }

  .lesson-navigation-container {
    padding: 12px 0 !important;
    gap: 10px !important;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-buttons-group {
    gap: 8px !important;
    width: 100%;
  }

  .nav-btn {
    flex: 1;
    padding: 9px 14px !important;
    font-size: 14px !important;
    gap: 6px !important;
    justify-content: center;
  }

  .nav-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .mark-completed-btn {
    width: 100%;
    padding: 10px 18px !important;
    font-size: 14px !important;
    gap: 6px !important;
    justify-content: center;
  }

  .mark-completed-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .ai-chat-container {
    max-width: 100% !important;
    min-height: 420px !important;
    padding: 18px !important;
    /* gap: 200px !important; */
  }

  .ai-avatar {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
  }

  .ai-name {
    font-size: 14px !important;
  }

  .ai-role {
    font-size: 12px !important;
  }

  .suggestion-chip {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }

  .ai-chat-input {
    font-size: 14px !important;
    padding: 10px 40px 10px 12px !important;
  }

  .ai-send-btn svg {
    width: 18px !important;
    height: 18px !important;
  }

  .ai-disclaimer {
    font-size: 11px !important;
  }

  .section-detail-kelas-biru {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .div-jelajahi-kelas {
    margin-top: 40px !important;
  }

  .sect-detail-kelas-jelajahi {
    margin-top: 80px !important;
  }

  .abu-16-kelas-400 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .biru-24-kelas-600 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .sect-dekripsi-kelas {
    margin-top: 36px !important;
  }

  .abu-12-kelas-400 {
    font-size: 11px !important;
    line-height: 18px !important;
  }

  .div-row-iframe {
    margin-top: 18px !important;
  }

  .abu-18-kelas-500 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .abu-16-kelas-500 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .abu-14-kelas-500 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .hitam-36-kelas-500 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .video-wrapper {
    max-width: 100% !important;
    border-radius: 6px !important;
  }

  .video-iframe,
  .video-overlay {
    border-radius: 6px !important;
  }

  .kelas-title {
    margin-top: 18px !important;
  }

  .praktisi-group {
    gap: 8px !important;
  }

  .praktisi-lainnya {
    gap: 8px !important;
  }

  .praktisi-box {
    max-width: 200px !important;
    margin-top: 10px !important;
  }

  .praktisi-foto {
    width: 36px !important;
    height: 36px !important;
  }

  .btn-praktisi-lainnya {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .alur-accordion-button {
    font-size: 14px !important;

    border-radius: 6px !important;
  }

  .alur-list-group-item {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    gap: 8px !important;
  }

  .alur-accordion-item + .alur-accordion-item .alur-accordion-button {
    margin-top: 10px !important;
  }

  .alur-accordion-button:not(.collapsed),
  .alur-accordion-button.collapsed {
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .alur-accordion-body {
    border-radius: 6px !important;
    padding: 8px 0px !important;
    margin-top: 8px;
  }

  .alur-accordion-button.collapsed::before,
  .alur-accordion-button:not(.collapsed)::before {
    right: 18px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .alur-step-list {
    gap: 10px !important;
  }

  .alur-step-btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .alur-step-btn img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
  }
  .sect-register {
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .sect-login {
    margin-top: 64px;
  }

  .font-hitam-sect-register,
  .font-biru-sect-register {
    font-size: 28px;
    line-height: 36px;
  }

  .font-kecil-hitam-register,
  .font-kecil-biru-register {
    font-size: 14px;
    line-height: 22px;
  }

  .form-label.register-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .tab-buttons {
    margin-bottom: 12px;
  }

  .tab-btn {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .form-control.register-input {
    padding: 9px 0px 9px 0px !important;
    font-size: 14px;
    line-height: 22px;
  }

  .input-group-text.register-icon {
    padding: 12px 10px 12px 16px !important;
  }

  .btn.btn-submit-custom {
    padding: 10px 18px !important;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .social-btn {
    width: 52px;
    height: 52px;
  }

  .social-btn img {
    width: 26px;
    height: 26px;
  }

  .form-check-label.register-checkbox-label {
    font-size: 14px;
    line-height: 22px;
  }

  .btn-get-otp {
    padding: 9px 0px 9px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .divider-text {
    font-size: 12px;
    margin: 0 0 10px 0;
  }

  .div-sudah-punya-akun {
    margin-top: 10px;
  }

  .social-login {
    gap: 6px;
  }
  .section-expert-mentor {
    margin-top: 56px;
  }
  .container-banner {
    height: auto !important;
  }

  .section-home-1 {
    height: auto;
    padding: 40px 0px 0px;
  }

  .section-home-2 {
    margin-top: 48px;
  }

  .section-home-3,
  .section-home-4,
  .section-home-5,
  .section-home-6,
  .section-home-7,
  .section-home-8,
  .section-home-9,
  .section-home-10,
  .section-home-11,
  /* .section-home-12, */
  .container-biru-mentor {
    margin-top: 64px;
  }

  .section-home-11,
  .container-biru-mentor,
  .sect-register,
  .section-expert-mentor {
    margin-bottom: 64px;
  }

  .section-home-9 {
    padding: 48px 0px 64px;
    height: auto;
  }

  .banner-font-kecil-grayscale {
    font-size: 15px;
    line-height: 22px;
  }

  .banner-font-besar-dark,
  .banner-font-besar-biru {
    font-size: 36px;
    line-height: 44px;
  }

  .banner-font-16-grayscale {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-font-14-merah,
  .banner-font-14-putih {
    font-size: 12px;
    line-height: 18px;
  }

  .foto-kecil-alumnus {
    width: 36px;
    height: 36px;
  }

  .font-bold-bawah-banner-biru,
  .font-bold-bawah-banner-hijau,
  .font-bold-bawah-banner-hitam {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px !important;
  }

  .div-kata-biru-besar {
    padding: 120px 40px;
  }

  .font-second-bawah-banner-hitam {
    font-size: 12px;
    line-height: 18px;
  }

  .card-4-bawah-banner-biru,
  .card-4-bawah-banner-hijau {
    padding: 20px !important;
    min-height: 180px !important;
  }

  .div-foto-bawah-banner {
    margin-bottom: 8px;
  }

  .nav-sect-8 {
    border-bottom: none;
    margin-top: 20px;
  }
  .sect-3-bold-hitam-40,
  .sect-3-bold-biru-40 {
    font-size: 28px;
    line-height: 36px;
  }

  .sect-3-reg-hitam-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .sect-3-card {
    padding: 28px 20px;
    height: 280px;
  }

  .div-testimoni {
    margin-top: 20px !important;
  }

  .sect-3-div-putih-kiri,
  .sect-3-div-putih-kanan {
    font-size: 18px;
  }

  .panah-class {
    width: 13px;
  }

  .sect-3-div-putih-kiri-84 {
    font-size: 52px;
  }

  .sect-3-div-putih-kiri-20 {
    font-size: 16px;
  }

  .sect-4-biru-kecil,
  .sect-5-biru-kecil,
  .sect-6-font-kecil {
    font-size: 15px;
    line-height: 22px;
  }

  .sect-4-api-font,
  .sect-6-font-besar {
    font-size: 28px;
    line-height: 36px;
  }

  .div-harga {
    margin-top: 10px !important;
  }

  .image-class-sect-4 {
    height: 180px;
  }

  .div-class-sect-4 {
    margin-top: 32px !important;
  }

  .btn-slot-api {
    font-size: 13px;
    padding: 4px 12px;
    height: 28px;
    min-width: 100px;
  }

  .div-info-class-sect-4 {
    margin: 12px 20px;
  }

  .font1-class-sect-4 {
    font-size: 15px;
    line-height: 22px;
  }

  .font2-class-sect-4,
  .font3-class-sect-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-enroll-class-sect-4 {
    width: 140px;
    height: 36px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .btn-cart-sect-4 {
    width: 36px;
    height: 36px;
  }

  .circle-step {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }

  .circle-step-0 {
    min-width: 80px;
  }

  .sect-5-bold {
    font-size: 18px;
    line-height: 24px;
  }

  .sect-5-reguler {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }

  .div-biru-besar {
    height: auto;
    padding: 0 0;
  }

  .card-kelas {
    padding: 20px 16px;
    min-height: 350px;
    max-width: 100%;
  }

  .btn-harga,
  .btn-harga-green {
    font-size: 14px;
    padding: 11px 0;
  }

  .sect-7-font-kecil-gray,
  .sect-7-font-kecil-black {
    font-size: 11px;
    line-height: 18px;
  }

  .sect-7-font-biru-harga-48px,
  .sect-7-font-hijau-harga-48px {
    font-size: 32px;
    line-height: 40px;
  }

  .sect-7-font-biru-harga-24px,
  .sect-7-font-hijau-harga-24px {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-sect-8 .nav-link-sect-8 {
    font-size: 14px;
    padding: 10px 16px;
  }

  .image-class-sect-8 {
    height: 140px;
  }

  .testi-card {
    padding: 20px;
    height: 200px;
  }

  .sect-9-font-testi {
    font-size: 18px;
    line-height: 24px;
  }

  .testi-asli {
    font-size: 15px;
    line-height: 22px;
  }

  .testi-role {
    font-size: 13px;
    line-height: 20px;
  }

  .img-testi,
  .div-foto-testi,
  .testi-inisial {
    width: 40px;
    height: 40px;
  }

  .testi-inisial {
    font-size: 18px;
  }

  .expert-card {
    height: 260px;
    padding: 18px 12px;
  }

  .expert-img,
  .expert-img img {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
  }

  .expert-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
  }

  .expert-role {
    font-size: 11px;
    line-height: 18px;
  }

  .sect-11-font-besar {
    font-size: 32px;
    line-height: 40px;
  }

  .btn-banner-biru,
  .btn-banner-putih,
  .btn-banner-wa {
    font-size: 13px !important;
    padding: 10px 18px !important;
    max-width: 225px;
  }

  .btn-mentor {
    font-size: 13px !important;
    padding: 10px 18px !important;
    max-width: 250px;
  }

  .image-banner-utama {
    height: 400px;
  }

  /* AWAL FOOTER AEZN3 */
  .footer-dark {
    padding: 40px 0 !important;
  }

  .footer-logo img {
    margin-bottom: 16px !important;
    width: 170px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-phone {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }

  .footer-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .footer-title-subs {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-links li {
    margin-bottom: 8px !important;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe {
    margin-top: 8px;
    margin-bottom: 12px !important;
  }

  .footer-subscribe input {
    padding: 8px 12px !important;
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }

  .footer-subscribe .btn-subscribe {
    padding: 8px 16px !important;
    font-size: 12px !important;
    max-width: 100px;
  }

  .footer-social {
    gap: 16px !important;
  }

  .footer-social a {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
  }

  .footer-copyright {
    padding-top: 16px !important;
    margin-top: 32px !important;
    font-size: 13px;
    line-height: 20px;
  }

  .footer-follow {
    font-size: 15px;
    line-height: 22px;
    margin-right: 16px;
  }

  .div-icon-sosmed {
    gap: 10px;
  }
  /* AKHIR FOOTER AEZN3 */
}
/* AEZN4 */
/* BUAT MOBILE MAX 576PX */
@media (max-width: 576px) {
  .sect-navbar::after {
    bottom: -20px;
  }
  .sect-forum-kelas-utama {
    margin-top: 40px;
    margin-bottom: 52px;
  }
  .div-chat-forum-kelas {
    margin-top: 20px;
  }
  .discussion-thread-section {
    padding: 28px 0;
  }
  .discussion-title {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 16px;
  }
  .discussion-form-card {
    margin-bottom: 28px;
    border-radius: 7px;
  }
  .form-group-disc {
    margin-bottom: 13px;
  }
  .form-select-disc {
    padding: 9px 11px 9px 14px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 5px;
  }
  .select-arrow-disc {
    right: 11px;
    width: 13px;
    height: 13px;
  }
  .form-textarea-disc {
    height: 190px;
    padding: 14px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 5px;
  }
  .file-upload-wrapper {
    flex-direction: column;

    gap: 11px;
    margin-bottom: 20px;
  }
  .file-upload-trigger-disc {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 5px;
  }
  .arrow-icon-disc {
    width: 13px;
    height: 13px;
  }
  .btn-upload-file-disc {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 5px;
  }
  .file-list-disc {
    gap: 8px;
    margin-bottom: 20px;
  }
  .file-icon-disc {
    width: 17px;
    height: 17px;
  }
  .file-name-disc {
    font-size: 11px;
    line-height: 19px;
  }
  .file-remove-disc {
    width: 19px;
    height: 19px;
  }
  .file-remove-disc img {
    width: 19px;
    height: 19px;
  }
  .btn-submit-disc {
    padding: 9px 16px;
    gap: 5px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 5px;
  }
  .send-icon-disc {
    width: 17px;
    height: 17px;
  }
  .discussion-messages {
    gap: 13px;
  }
  .message-item {
    padding: 16px;
    border-radius: 6px;
  }
  .message-header {
    gap: 11px;
    margin-bottom: 30px;
  }
  .message-header::after {
    bottom: -15px;
  }
  .message-avatar {
    width: 34px;
    height: 34px;
  }
  .avatar-initials {
    font-size: 13px;
    line-height: 21px;
  }
  .message-info {
    gap: 3px;
  }
  .message-author {
    font-size: 13px;
    line-height: 21px;
  }
  .message-role {
    font-size: 11px;
    line-height: 19px;
  }
  .message-instructor .message-body {
    margin-bottom: 16px;
  }
  .message-text,
  .message-text-file {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 11px;
  }
  .message-date {
    font-size: 11px;
    line-height: 19px;
  }
  .star-rating-simple {
    gap: 3px;
  }
  .star-simple-icon {
    width: 11px;
    height: 11px;
  }
  .thread-status-card {
    padding: 18px;
    gap: 13px;
    border-radius: 6px;
  }
  .status-section {
    gap: 1px;
  }
  .status-label {
    font-size: 11px;
    line-height: 19px;
  }
  .status-value {
    font-size: 13px;
    line-height: 21px;
  }

  .invoice-container {
    width: 100% !important;
  }

  .invoice-card {
    padding: 17px !important;
    min-height: 396px !important;
  }

  .invoice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .invoice-number {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  .invoice-status {
    padding: 3px 10px !important;
    font-size: 10px !important;
    line-height: 18px !important;
  }

  .invoice-parties {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px !important;
  }

  .invoice-party-label,
  .invoice-party-text {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .invoice-items-header {
    padding: 8px 18px !important;
  }

  .invoice-items-title {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .div-invoice-items {
    padding: 0 18px !important;
  }

  .div-invoice-item-name {
    width: 100% !important;
  }

  .invoice-item {
    flex-direction: column;
    gap: 4px;
  }

  .invoice-item-name,
  .invoice-item-price {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .invoice-summary-row {
    padding: 0 0 8px 0 !important;
  }

  .invoice-summary-label,
  .invoice-summary-value,
  .invoice-summary-label-total,
  .invoice-summary-value-total {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .invoice-total-row {
    padding: 0 0 8px 0 !important;
  }

  /* Payment Summary */
  .abu-16-500-co {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .abu-36-500-co {
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .payment-method-label {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .payment-method-select {
    padding: 8px 16px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .payment-select-arrow-icon {
    width: 12px !important;
    height: 12px !important;
    right: 10px !important;
  }

  .check-payment-btn {
    padding: 8px 18px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .sect-keranjang-anda {
    margin-top: 63px !important;
  }

  .font-murah-hehe {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .div-utama-addtocart {
    margin-top: 36px !important;
    margin-bottom: 73px !important;
  }

  .cart-layout {
    flex-direction: column;
    gap: 18px !important;
  }

  /* Desktop Cart Items */
  .cart-items {
    width: 100% !important;
  }

  .div-nama-kursus-co {
    width: 100% !important;
    flex-direction: column !important;
  }

  .cart-item {
    flex-direction: column;
    gap: 12px !important;
  }

  .cart-item-image {
    width: 100% !important;
    height: 160px !important;
  }

  .cart-item-title {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-top: 12px !important;
  }

  .cart-item-meta,
  .cart-item-quantity {
    padding: 0 16px 16px 16px !important;
  }

  .cart-item-label {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cart-item-price {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  /* Mobile Grid - 1 column at mobile */
  .cart-items-mobile-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .cart-item-mobile-image {
    height: 140px !important;
  }

  .cart-item-mobile-content {
    padding: 14px !important;
  }

  .cart-item-mobile-title {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 12px !important;
  }

  /* Quantity Select */
  .cart-quantity-label {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .select-wrapper {
    width: 56px !important;
  }

  .cart-quantity-select {
    width: 56px !important;
    padding: 8px 15px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .select-arrow-icon {
    right: 16px !important;
    width: 12px !important;
    height: 12px !important;
  }

  /* Cart Summary */
  .cart-summary {
    width: 100% !important;
    padding: 18px !important;
  }

  .cart-coupon {
    gap: 8px !important;
  }

  .cart-coupon-label {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cart-coupon-input-group {
    flex-direction: column;
    gap: 8px !important;
  }

  .cart-coupon-input {
    padding: 8px 12px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    width: 100% !important;
  }

  .cart-coupon-btn,
  .cart-coupon-btn-remove {
    padding: 8px 18px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    width: 100% !important;
  }

  .cart-summary-label,
  .cart-summary-label-tot {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cart-summary-value,
  .cart-summary-value-tot {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cart-summary-divider {
    margin: 6px 0 !important;
  }

  .cart-checkout-btn {
    padding: 9px 18px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .progress-bar-track {
    margin-top: 24px !important;
  }

  .sect-deskripsi-sesi-kelas {
    margin-top: 18px !important;
  }

  .font-deskripsi-sesi-kelas {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .section-tanya-jawab-sesi-kelas {
    margin-top: 36px !important;
  }

  .sect-our-learning-sesi-kelas {
    margin-top: 73px !important;
  }

  .div-input-sesi-kelas {
    gap: 11px !important;
  }

  /* AI Chat - Yang belum ada */
  .ai-chat-header {
    gap: 11px !important;
  }

  .ai-chat-messages {
    gap: 12px !important;
  }

  .suggested-questions {
    gap: 11px !important;
  }

  .ai-send-btn {
    right: 6px !important;
    padding: 6px !important;
  }

  .ai-avatar {
    line-height: 18px !important;
  }

  .ai-name {
    line-height: 18px !important;
  }

  .ai-role {
    line-height: 18px !important;
  }

  .suggestion-chip {
    line-height: 15px !important;
  }

  .ai-chat-input {
    line-height: 18px !important;
  }

  /* Navigation - Yang belum ada line-height */
  .nav-btn {
    line-height: 18px !important;
  }

  .mark-completed-btn {
    line-height: 18px !important;
  }

  .custom-progress-container {
    padding: 8px 12px !important;
  }

  .time-display {
    font-size: 12px !important;
    min-width: 34px !important;
  }

  .progress-bar-wrapper {
    gap: 8px !important;
  }

  .progress-bar-track {
    height: 4px !important;
  }

  .progress-bar-thumb {
    width: 11px !important;
    height: 11px !important;
  }

  .custom-play-button svg {
    width: 60px !important;
    height: 60px !important;
  }

  .control-btn {
    width: 56px !important;
    height: 56px !important;
  }

  .control-btn svg {
    width: 32px !important;
    height: 32px !important;
  }

  .lesson-navigation-container {
    padding: 12px 0 !important;
    gap: 8px !important;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-buttons-group {
    gap: 8px !important;
    width: 100%;
  }

  .nav-btn {
    flex: 1;
    padding: 9px 12px !important;
    font-size: 14px !important;
    gap: 6px !important;
    justify-content: center;
  }

  .nav-btn svg {
    width: 16px !important;
    height: 16px !important;
  }

  .mark-completed-btn {
    width: 100%;
    padding: 10px 16px !important;
    font-size: 14px !important;
    gap: 6px !important;
    justify-content: center;
  }

  .mark-completed-btn svg {
    width: 16px !important;
    height: 16px !important;
  }

  .ai-chat-container {
    max-width: 100% !important;
    min-height: 400px !important;
    padding: 16px !important;
    /* gap: 160px !important; */
  }

  .ai-avatar {
    width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  .ai-name {
    font-size: 14px !important;
  }

  .ai-role {
    font-size: 12px !important;
  }

  .suggested-questions {
    flex-direction: column !important;
  }

  .suggestion-chip {
    font-size: 12px !important;
    padding: 6px 12px !important;
    width: 100%;
    text-align: left;
  }

  .ai-chat-input {
    font-size: 14px !important;
    padding: 10px 38px 10px 12px !important;
  }

  .ai-send-btn svg {
    width: 16px !important;
    height: 16px !important;
  }

  .ai-disclaimer {
    font-size: 10px !important;
    line-height: 16px !important;
  }

  .section-detail-kelas-biru {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .div-jelajahi-kelas {
    margin-top: 36px !important;
  }

  .sect-detail-kelas-jelajahi {
    margin-top: 72px !important;
  }

  .abu-16-kelas-400 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .biru-24-kelas-600 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .sect-dekripsi-kelas {
    margin-top: 32px !important;
  }

  .abu-12-kelas-400 {
    font-size: 11px !important;
    line-height: 18px !important;
  }

  .div-row-iframe {
    margin-top: 16px !important;
  }

  .abu-18-kelas-500 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .abu-16-kelas-500 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .abu-14-kelas-500 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .hitam-36-kelas-500 {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .video-wrapper {
    max-width: 100% !important;
    border-radius: 6px !important;
  }

  .video-iframe,
  .video-overlay {
    border-radius: 6px !important;
  }

  .kelas-title {
    margin-top: 16px !important;
  }

  .praktisi-group {
    gap: 0 !important;
  }

  .praktisi-lainnya {
    gap: 8px !important;
  }

  .praktisi-box {
    max-width: 100% !important;
    margin-top: 10px !important;
  }

  .praktisi-foto {
    width: 36px !important;
    height: 36px !important;
  }

  .btn-praktisi-lainnya {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .alur-accordion-button {
    font-size: 14px !important;

    border-radius: 6px !important;
  }

  .alur-list-group-item {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    gap: 8px !important;
  }

  .alur-accordion-item + .alur-accordion-item .alur-accordion-button {
    margin-top: 8px !important;
  }

  .alur-accordion-button:not(.collapsed),
  .alur-accordion-button.collapsed {
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .alur-accordion-body {
    border-radius: 6px !important;
    padding: 8px 0px !important;
    margin-top: 7px;
  }

  .alur-accordion-button.collapsed::before,
  .alur-accordion-button:not(.collapsed)::before {
    right: 16px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .alur-step-list {
    gap: 8px !important;
  }

  .alur-step-btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .alur-step-btn img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
  }
  .sect-register {
    margin-top: 56px;
    margin-bottom: 40px;
  }

  .sect-login {
    margin-top: 56px;
  }

  .font-hitam-sect-register,
  .font-biru-sect-register {
    font-size: 24px;
    line-height: 32px;
  }

  .font-kecil-hitam-register,
  .font-kecil-biru-register {
    font-size: 14px;
    line-height: 22px;
  }

  .form-label.register-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .tab-buttons {
    margin-bottom: 10px;
  }

  .tab-btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .form-control.register-input {
    padding: 9px 0px 9px 0px !important;
    font-size: 14px;
    line-height: 22px;
  }

  .input-group-text.register-icon {
    padding: 12px 8px 12px 14px !important;
  }

  .btn.btn-submit-custom {
    padding: 10px 16px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .social-btn {
    width: 48px;
    height: 48px;
  }

  .social-btn img {
    width: 24px;
    height: 24px;
  }

  .form-check-label.register-checkbox-label {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-get-otp {
    padding: 9px 0px 9px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .divider-text {
    font-size: 12px;
    margin: 0 0 8px 0;
  }

  .div-sudah-punya-akun {
    margin-top: 8px;
  }

  .social-login {
    gap: 5px;
  }
  .section-expert-mentor {
    margin-top: 48px;
  }
  .container-banner {
    height: auto !important;
  }

  .section-home-1 {
    height: auto;
    padding: 32px 0px 0px;
  }

  .section-home-2 {
    margin-top: 40px;
  }

  .section-home-3,
  .section-home-4,
  .section-home-5,
  .section-home-6,
  .section-home-7,
  .section-home-8,
  .section-home-9,
  .section-home-10,
  .section-home-11,
  /* .section-home-12, */
  .container-biru-mentor {
    margin-top: 56px;
  }

  .section-home-11,
  .container-biru-mentor,
  .sect-register,
  .section-expert-mentor {
    margin-bottom: 56px;
  }

  .section-home-9 {
    padding: 40px 0px 56px;
    height: auto;
  }

  .banner-font-kecil-grayscale {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #181818;
  }

  .banner-font-besar-dark,
  .banner-font-besar-biru {
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .banner-font-16-grayscale {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .banner-font-14-merah,
  .banner-font-14-putih {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .foto-kecil-alumnus {
    width: 32px;
    height: 32px;
    margin-left: -8px;
    border: 2px solid #fff;
  }

  .image-banner-utama {
    height: 350px;
  }

  .div-kata-biru-besar {
    padding: 80px 24px;
  }

  .btn-banner-biru {
    max-width: 225px;
    padding: 10px 20px !important;
    font-size: 13px !important;
  }

  .font-bold-bawah-banner-biru,
  .font-bold-bawah-banner-hijau,
  .font-bold-bawah-banner-hitam {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 8px !important;
  }

  .font-second-bawah-banner-hitam {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .card-4-bawah-banner-biru,
  .card-4-bawah-banner-hijau {
    padding: 16px !important;
    min-height: auto !important;
    border-radius: 8px !important;
  }

  .div-foto-bawah-banner {
    margin-bottom: 8px;
  }

  .div-testimoni {
    margin-top: 20px !important;
  }

  .sect-3-bold-hitam-40,
  .sect-3-bold-biru-40 {
    font-size: 24px;
    line-height: 32px;
  }

  .sect-3-reg-hitam-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .sect-3-card {
    padding: 24px 16px;
    height: auto;
    min-height: 240px;
  }

  .sect-3-div-putih-kiri,
  .sect-3-div-putih-kanan {
    font-size: 16px;
  }

  .sect-3-div-putih-kiri-84 {
    font-size: 48px;
  }

  .sect-3-div-putih-kiri-20 {
    font-size: 14px;
  }

  .sect-4-biru-kecil,
  .sect-5-biru-kecil,
  .sect-6-font-kecil {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-sect-8 {
    border-bottom: none;
    margin-top: 20px;
  }

  .div-harga {
    margin-top: 10px !important;
  }

  .sect-4-api-font,
  .sect-6-font-besar {
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }

  .img-hottest-class {
    height: 100% !important;
  }

  .img-sect-8 {
    height: 100% !important;
  }

  .image-class-sect-4 {
    height: 160px;
  }

  .div-class-sect-4 {
    margin-top: 24px !important;
  }

  .btn-slot-api {
    font-size: 12px;
    padding: 4px 10px;
    height: 26px;
    min-width: 90px;
  }

  .div-info-class-sect-4 {
    margin: 12px 12px;
  }

  .font1-class-sect-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .font2-class-sect-4,
  .font3-class-sect-4,
  .testi-role {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-enroll-class-sect-4 {
    width: 100%;
    height: 36px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .btn-cart-sect-4 {
    width: 36px;
    height: 36px;
    padding: 5px;
  }

  .circle-step {
    width: 64px;
    height: 64px;
    font-size: 24px;
    line-height: 32px;
  }

  .circle-step-0 {
    min-width: 70px;
  }

  .sect-5-bold {
    font-size: 16px;
    line-height: 22px;
  }

  .sect-5-reguler {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }

  .div-biru-besar {
    height: auto;
    max-height: 100%;
    padding: 0px 0;
  }

  .card-kelas {
    padding: 20px 16px;
    min-height: auto;
    max-width: 100%;
  }

  .panah-class {
    width: 13px;
  }

  .btn-harga,
  .btn-harga-green {
    font-size: 10px;
    padding: 10px 0;
  }

  .sect-7-font-kecil-gray,
  .sect-7-font-kecil-black,
  .expert-role {
    font-size: 11px;
    line-height: 18px;
  }

  .sect-7-font-biru-harga-48px,
  .sect-7-font-hijau-harga-48px {
    font-size: 28px;
    line-height: 36px;
  }

  .sect-7-font-biru-harga-24px,
  .sect-7-font-hijau-harga-24px {
    font-size: 16px;
    line-height: 22px;
  }

  .nav-sect-8 .nav-link-sect-8 {
    font-size: 13px;
    padding: 8px 14px;
    line-height: 20px;
  }

  .image-class-sect-8 {
    height: 120px;
  }

  .testi-card {
    padding: 16px;
    height: auto;
    min-height: 180px;
  }

  .sect-9-font-testi {
    font-size: 16px;
    line-height: 22px;
  }

  .testi-asli {
    font-size: 14px;
    line-height: 22px;
  }

  .img-testi,
  .div-foto-testi,
  .testi-inisial {
    width: 40px;
    height: 40px;
  }

  .testi-inisial {
    font-size: 16px;
  }

  .div-test-nama {
    width: 110px;
  }

  .expert-card {
    height: auto;
    min-height: 240px;
    padding: 16px 12px;
  }

  .expert-img,
  .expert-img img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }

  .expert-name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }

  .sect-11-font-besar {
    font-size: 28px;
    line-height: 36px;
  }

  .btn-banner-putih,
  .btn-banner-wa,
  .btn-mentor {
    font-size: 13px !important;
    padding: 10px 16px !important;
    max-width: 100%;
  }

  /* AWAL FOOTER AEZN4 */
  .footer-dark {
    padding: 32px 0 !important;
  }

  .footer-logo img {
    margin-bottom: 16px !important;
    width: 160px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-phone {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }

  .footer-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .footer-title-subs {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-links li {
    margin-bottom: 8px !important;
  }

  .footer-links a {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-subscribe {
    margin-top: 8px;
    margin-bottom: 12px !important;
  }

  .footer-subscribe input {
    padding: 8px 12px !important;
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }

  .footer-subscribe .btn-subscribe {
    padding: 8px 16px !important;
    font-size: 12px !important;
    max-width: 100%;
  }

  .footer-social {
    gap: 14px !important;
    flex-wrap: wrap;
  }

  .footer-social a {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }

  .footer-copyright {
    padding-top: 16px !important;
    margin-top: 28px !important;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-follow {
    font-size: 14px;
    line-height: 22px;
    margin-right: 14px;
  }

  .div-icon-sosmed {
    gap: 10px;
  }
  /* AKHIR FOOTER AEZN4 */

  .nav-logged-header {
    gap: 9px;
  }
}

/* AEZN1 - Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .div-score-utama {
    padding: 52px 32px;
    max-width: 688px;
  }

  .font-selamat-quiz-result {
    font-size: 32px;
    line-height: 36px;
  }

  .font-nilai-quiz-result {
    font-size: 88px;
    line-height: 68px;
  }

  .font-terus-belajar {
    font-size: 15px;
    line-height: 22px;
  }
}

/* AEZN2 - Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .div-score-utama {
    padding: 48px 30px;
    max-width: 640px;
  }

  .font-selamat-quiz-result {
    font-size: 30px;
    line-height: 34px;
  }

  .font-nilai-quiz-result {
    font-size: 80px;
    line-height: 64px;
  }

  .font-terus-belajar {
    font-size: 14px;
    line-height: 21px;
  }
}

/* AEZN3 - Mobile Landscape (577px - 767px) */
@media (min-width: 577px) and (max-width: 767px) {
  .div-score-utama {
    padding: 40px 24px;
    max-width: 100%;
  }

  .font-selamat-quiz-result {
    font-size: 26px;
    line-height: 30px;
  }

  .font-nilai-quiz-result {
    font-size: 64px;
    line-height: 56px;
  }

  .font-terus-belajar {
    font-size: 13px;
    line-height: 20px;
  }
}

/* AEZN4 - Mobile (≤576px) */
@media (max-width: 576px) {
  .div-score-utama {
    padding: 32px 20px;
    max-width: 100%;
  }

  .font-selamat-quiz-result {
    font-size: 22px;
    line-height: 28px;
  }

  .font-nilai-quiz-result {
    font-size: 48px;
    line-height: 48px;
  }

  .font-terus-belajar {
    font-size: 12px;
    line-height: 18px;
  }
}

/* AEZN1 - DESKTOP AGAK GEDEAN (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-navbar::after {
    bottom: -32px;
  }

  .navbar-custom {
    padding: 32px 0px 22px 0px !important;
  }

  .navbar-brand img {
    height: 38px !important;
  }

  .search-icon {
    left: 13px !important;
  }

  .btn-registrasi,
  .btn-login {
    padding: 11px 22px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .nav-menu {
    padding-top: 22px !important;
    margin-bottom: 32px !important;
  }

  .nav-menu a {
    font-size: 13px !important;
    padding: 0px 16px !important;
    line-height: 20px !important;
  }

  .search-bar {
    padding: 12px 16px 12px 40px !important;
    font-size: 13px !important;
    max-width: 540px !important;
  }

  .search-wrapper {
    max-width: 540px !important;
  }

  .search-bar-logged {
    padding: 12px 16px 12px 40px !important;
    font-size: 13px !important;
    max-width: 616px !important;
  }

  .search-wrapper-logged {
    max-width: 616px !important;
  }
}

/* AEZN2 - TABLET LANDSCAPE (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .sect-navbar::after {
    bottom: -28px;
  }

  .navbar-custom {
    padding: 28px 0px 20px 0px !important;
  }

  .navbar-brand img {
    height: 36px !important;
  }

  .search-icon {
    left: 12px !important;
  }

  .btn-registrasi,
  .btn-login {
    padding: 10px 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .nav-menu {
    padding-top: 20px !important;
    margin-bottom: 28px !important;
  }

  .nav-menu a {
    font-size: 13px !important;
    padding: 0px 14px !important;
    line-height: 20px !important;
  }

  .search-bar {
    padding: 11px 14px 11px 38px !important;
    font-size: 13px !important;
    max-width: 480px !important;
  }

  .search-wrapper {
    max-width: 480px !important;
  }

  .search-bar-logged {
    padding: 11px 14px 11px 38px !important;
    font-size: 13px !important;
    max-width: 556px !important;
  }

  .search-wrapper-logged {
    max-width: 556px !important;
  }
}

/* AEZN3 - TABLET DAN MOBILE LANDSCAPE (577px - 767px) */
@media (min-width: 577px) and (max-width: 767px) {
  .sect-navbar::after {
    bottom: -24px;
  }

  .navbar-custom {
    padding: 24px 0px 18px 0px !important;
  }

  .navbar-brand img {
    height: 32px !important;
  }

  .search-icon {
    left: 12px !important;
  }

  .btn-registrasi,
  .btn-login {
    padding: 9px 18px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .nav-menu {
    padding-top: 18px !important;
    margin-bottom: 24px !important;
    gap: 8px !important;
  }

  .nav-menu a {
    font-size: 12px !important;
    padding: 0px 12px !important;
    line-height: 18px !important;
  }

  .search-bar {
    padding: 10px 12px 10px 36px !important;
    font-size: 12px !important;
    max-width: 100% !important;
  }

  .search-wrapper {
    max-width: 100% !important;
  }
}

/* AEZN4 - MOBILE MAX 576PX */
@media (max-width: 576px) {
  .sect-navbar::after {
    bottom: -20px;
  }

  .navbar-custom {
    padding: 20px 0px 16px 0px !important;
  }

  .navbar-brand img {
    height: 30px !important;

    max-height: 100%;
    max-width: 100%;
  }

  .search-icon {
    left: 10px !important;
  }

  .btn-registrasi,
  .btn-login {
    padding: 8px 16px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .nav-menu {
    padding-top: 16px !important;
    margin-bottom: 20px !important;
    gap: 6px !important;
  }

  .nav-menu a {
    font-size: 11px !important;
    padding: 0px 10px !important;
    line-height: 16px !important;
  }

  .search-bar {
    padding: 9px 10px 9px 34px !important;
    font-size: 12px !important;
    max-width: 100% !important;
    border-radius: 5px !important;
  }

  .search-wrapper {
    max-width: 100% !important;
  }

  /* Navbar toggler size adjustment */
  .navbar-toggler {
    padding: 6px 10px !important;
  }

  .navbar-toggler-icon {
    width: 22px !important;
    height: 22px !important;
  }
}

/* AEZN1 - DESKTOP AGAK GEDEAN (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .soal-title {
    font-size: 42px;
    line-height: 52px;
  }

  .soal-chapter {
    font-size: 15px;
    line-height: 22px;
  }

  .soal-number {
    font-size: 15px;
    line-height: 22px;
  }

  .time-label {
    font-size: 17px;
    line-height: 24px;
  }

  .time-value {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-submit-test,
  .btn-test-selesai {
    padding: 11px 22px;
    font-size: 15px;
    gap: 9px;
  }

  .btn-nav-option {
    width: 56px;
    height: 46px;
    font-size: 15px;
    padding: 11px 22px !important;
  }

  .btn-nav-review {
    padding: 11px 22px;
    font-size: 15px;
    margin-left: 14px;
  }

  .question-text {
    font-size: 17px;
    line-height: 24px;
    margin: 0px 30px;
  }

  .answer-badge {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin-left: 30px;
  }

  .answer-text {
    font-size: 15px;
    margin-right: 30px;
  }

  .question-box {
    padding: 30px 0px;
  }

  .soal-item {
    padding: 11px 15px;
  }

  .sidebar-answer-badge {
    font-size: 15px;
  }
}

/* AEZN2 - TABLET LANDSCAPE (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .soal-title {
    font-size: 36px;
    line-height: 44px;
  }

  .soal-chapter {
    font-size: 14px;
    line-height: 20px;
  }

  .soal-number {
    font-size: 14px;
    line-height: 20px;
  }

  .time-label {
    font-size: 16px;
    line-height: 22px;
  }

  .time-value {
    font-size: 20px;
    line-height: 26px;
  }

  .btn-submit-test,
  .btn-test-selesai {
    padding: 10px 20px;
    font-size: 14px;
    gap: 8px;
  }

  .soal-item {
    padding: 10px 14px;
  }

  .btn-nav-option {
    width: 52px;
    height: 42px;
    font-size: 14px;
    padding: 10px 20px !important;
  }

  .btn-nav-review {
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 12px;
  }

  .question-text {
    font-size: 16px;
    line-height: 23px;
    margin: 0px 28px;
  }

  .answer-badge {
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin-left: 28px;
  }

  .answer-text {
    font-size: 14px;
    margin-right: 28px;
  }

  .question-box {
    padding: 28px 0px;
  }

  .header-right {
    gap: 20px;
  }

  .time-display {
    gap: 7px;
  }

  .sidebar-answer-badge {
    font-size: 14px;
  }

  .answer-options {
    gap: 7px;
  }
}

/* AEZN3 - TABLET DAN MOBILE LANDSCAPE (577px - 767px) */
@media (min-width: 577px) and (max-width: 767px) {
  .btn-close-modal {
    right: 14px;
    width: 36px;
    height: 36px;
  }

  .btn-close-modal::before,
  .btn-close-modal::after {
    width: 16px;
  }

  .soal-title {
    font-size: 28px;
    line-height: 36px;
  }

  .soal-chapter {
    font-size: 13px;
    line-height: 19px;
  }

  .soal-number {
    font-size: 13px;
    line-height: 19px;
  }

  .time-label {
    font-size: 13px;
    line-height: 20px;
  }

  .time-value {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-submit-test,
  .btn-test-selesai {
    padding: 9px 18px;
    font-size: 13px;
    gap: 8px;
  }

  .soal-item {
    padding: 9px 12px;
  }

  .btn-nav-option {
    width: 48px;
    height: 40px;
    font-size: 13px;
    padding: 9px 18px !important;
  }

  .btn-nav-review {
    padding: 9px 18px;
    font-size: 13px;
    margin-left: 10px;
  }

  .question-text {
    font-size: 15px;
    line-height: 22px;
    margin: 0px 20px;
  }

  .answer-badge {
    width: 22px;
    height: 22px;
    font-size: 13px;
    margin-left: 20px;
  }

  .answer-text {
    font-size: 13px;
    margin-right: 20px;
  }

  .question-box {
    padding: 20px 0px;
  }

  .header-right {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 14px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    justify-content: space-between;
    gap: 10px;
  }

  .soal-navigation {
    margin-bottom: 70px;
  }

  .btn-prev-soal,
  .btn-next-soal {
    font-size: 12px;
    padding: 9px 16px;
  }

  .sidebar-soal {
    display: none;
  }

  .btn-open-sidebar {
    display: flex;
    position: fixed;
    bottom: 80px;
    right: 16px;
    width: auto;
    height: 54px;
    background: #0199c8;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 99;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .btn-open-sidebar:hover {
    background: #017a9f;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  .btn-open-sidebar i {
    font-size: 20px;
  }

  .btn-sidebar-text {
    font-size: 14px;
    font-weight: 500;
  }

  /* MODAL STYLING - FIXED */
  .sidebar-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    padding: 20px;
  }

  .sidebar-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sidebar-modal-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    max-height: 500px; /* MAX HEIGHT DI SINI */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .sidebar-modal-header {
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }

  .sidebar-modal-body {
    overflow-y: auto; /* ENABLE SCROLL */
    overflow-x: hidden;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }

  /* Custom Scrollbar */
  .sidebar-modal-body::-webkit-scrollbar {
    width: 6px;
  }

  .sidebar-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .sidebar-modal-body::-webkit-scrollbar-thumb {
    background: #0199c8;
    border-radius: 10px;
  }

  .sidebar-modal-body::-webkit-scrollbar-thumb:hover {
    background: #017a9f;
  }

  .sidebar-answer-badge {
    font-size: 13px;
  }

  .answer-options {
    gap: 7px;
  }

  .soal-navigation {
    gap: 14px;
  }
}

/* AEZN4 - MOBILE MAX 576PX */
@media (max-width: 576px) {
  .btn-close-modal {
    right: 12px;
    width: 32px;
    height: 32px;
    border-width: 1.5px;
  }

  .btn-close-modal::before,
  .btn-close-modal::after {
    width: 14px;
    height: 1.5px;
  }

  .soal-title {
    font-size: 24px;
    line-height: 32px;
  }

  .soal-chapter {
    font-size: 12px;
    line-height: 18px;
  }

  .soal-number {
    font-size: 12px;
    line-height: 18px;
  }

  .time-label {
    font-size: 12px;
    line-height: 18px;
  }

  .time-value {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-submit-test,
  .btn-test-selesai {
    padding: 8px 16px;
    font-size: 12px;
    gap: 7px;
  }

  .soal-item {
    padding: 8px 10px;
  }

  .btn-nav-option {
    width: 44px;
    height: 38px;
    font-size: 12px;
    padding: 8px 16px !important;
  }

  .btn-nav-review {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
  }

  .question-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 16px;
  }

  .answer-badge {
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-left: 16px;
  }

  .answer-text {
    font-size: 12px;
    margin-right: 16px;
  }

  .question-box {
    padding: 16px 0px;
  }

  .header-right {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 12px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    justify-content: space-between;
    gap: 10px;
  }

  .soal-navigation {
    margin-bottom: 70px;
    gap: 12px;
  }

  .btn-prev-soal,
  .btn-next-soal {
    font-size: 11px;
    padding: 8px 14px;
  }

  .sidebar-soal {
    display: none;
  }

  .btn-open-sidebar {
    display: flex;
    position: fixed;
    bottom: 80px;
    right: 14px;
    width: auto; /* Changed from 50px */
    height: 48px;
    background: #0199c8;
    color: #fff;
    border: none;
    border-radius: 6px; /* Half of height for pill shape */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 16px; /* Add horizontal padding */
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    z-index: 99;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .btn-open-sidebar:hover {
    background: #017a9f;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  .btn-open-sidebar i {
    font-size: 18px;
  }

  .btn-sidebar-text {
    font-size: 12px;
    font-weight: 500;
  }

  /* MODAL STYLING - FIXED */
  .sidebar-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    padding: 16px;
  }

  .sidebar-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sidebar-modal-content {
    background: #fff;
    width: 90%;
    max-width: 360px;
    max-height: 450px; /* MAX HEIGHT DI SINI */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .sidebar-modal-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }

  .sidebar-modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }

  .sidebar-modal-body::-webkit-scrollbar {
    width: 5px;
  }

  .sidebar-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .sidebar-modal-body::-webkit-scrollbar-thumb {
    background: #0199c8;
    border-radius: 10px;
  }

  .sidebar-modal-body::-webkit-scrollbar-thumb:hover {
    background: #017a9f;
  }

  .sidebar-answer-badge {
    font-size: 12px;
  }

  .answer-options {
    gap: 6px;
  }

  .time-display {
    gap: 6px;
  }
}

/* AKHIR BREAKPOINTS */
/* #endregion breakpoint */
