﻿/* BACKGROUND COLOR */

.bg-buttons-primary {
  background-color: var(--buttons-primary);
}

.bg-surfaces-black-bg {
  background-color: var(--surfaces-black-bg) !important;
}

.bg-buttons-system-transparent {
  background-color: var(--buttons-system-transparent) !important;
}

.bg-surfaces-hover-bg {
  background-color: var(--surfaces-hover-bg);
}

.bg-primary {
  background-color: var(--primary-color) !important;
  /* Custom primary background color */
  color: var(--surface-0) !important;
}

.bg-black {
  background-color: var(--black-bg-color);
  color: var(--surface-0);
}

.bg-white {
  background-color: var(--surface-0);
}

.bg-light {
  background-color: var(--gray-100-color) !important;
  /* Custom primary background color */
}

.bg-blue-primary-reverse {
  background-color: var(--surface-0) !important;
  color: var(--primary-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
  color: var(--surface-0) !important;
}

.bg-royal-blue-color {
  background-color: var(--royal-blue-color);
}

.bg-azure-color {
  background-color: var(--azure-color) !important;
}

.bg-alice-blue {
  background-color: var(--alice-blue);
}

.bg-light-gray-color {
  background-color: var(--light-gray-color);
}

.bg-orange-color {
  background-color: var(--orange-color);
}

.bg-primary-primary-default-color {
  background-color: var(--primary-primary-default) !important;
}

/*gray color*/
.border-link-water-color {
  border-color: var(--link-water-color) !important;
}

.border-gray-100-color {
  border-color: var(--gray-100-color) !important;
}

.border-gray-color {
  border-color: var(--gray-color) !important;
}

.border-blue-color {
  border-color: var(--primary-color) !important;
}

.border-solitude-color {
  border-color: var(--solitude-color) !important;
}

.border-primary-color {
  border-color: var(--text-primary-txt) !important;
}

.bg-social-color {
  background: rgba(54, 59, 71, 0.4);
}

.state-success-background-color {
  background-color: var(--state-success-background) !important;
}

.bg-primary-primary-0-color {
  background-color: var(--primary-primary-0) !important;
}

.bg-state-success-transparent-color {
  background-color: var(--state-success-transparent) !important;
}

.bg-state-help-transparent-color {
  background-color: var(--state-help-transparent) !important;
}

/* FONT SIZE */

.font-size-5 {
  font-size: var(--font-size-5);
}

.font-size-6 {
  font-size: var(--font-size-6);
}

.font-size-12 {
  font-size: var(--font-size-12);
}

.font-size-14 {
  font-size: var(--font-size-14);
}

.font-size-15 {
  font-size: var(--font-size-15);
}

.font-size-16 {
  font-size: var(--font-size-16);
}

.font-size-18 {
  font-size: var(--font-size-18);
}

.font-size-20 {
  font-size: var(--font-size-20);
}

.font-size-24 {
  font-size: var(--font-size-24);
}

.font-size-30 {
  font-size: var(--font-size-30);
}

.font-size-36 {
  font-size: var(--font-size-36);
}

.font-size-42 {
  font-size: 2.63rem;
}

.font-size-48 {
  font-size: var(--font-size-48);
}

.font-size-80 {
  font-size: var(--font-size-80);
}

/* FONT WEIGHT */

.font-weight-400 {
  font-weight: var(--font-weight-400) !important;
}

.font-weight-500 {
  font-weight: var(--font-weight-500) !important;
}

.font-weight-600 {
  font-weight: var(--font-weight-600) !important;
}

.font-weight-900 {
  font-weight: var(--font-weight-900) !important;
}

/* COLOR */
.text-danger-txt {
  color: var(--text-danger-txt) !important;
}

.text-danger-txt-color {
  color: var(--text-danger-txt) !important;
}

.text-secondary-txt {
  color: var(--text-secondary-txt) !important;
}

.text-primary-txt-color {
  color: var(--text-primary-txt) !important;
}

.text-third-txt-color {
  color: var(--text-third-txt) !important;
}

.text-additional-txt-color {
  color: var(--text-additional-txt) !important;
}

.text-help-txt-color {
  color: var(--text-help-txt) !important;
}

.primary-color {
  color: var(--primary-color) !important;
}

.gray-color {
  color: var(--gray-color) !important;
}

.orange-color {
  color: var(--orange-color);
}

.green-color {
  color: var(--green-color);
}

.red-color {
  color: var(--red-color);
}

.purple-color {
  color: var(--purple-color);
}

.light-green-color {
  color: var(--light-green-color);
}

.secondary-blue-color {
  color: var(--secondary-blue-color);
}

.text-third-text-color {
  color: var(--text-third-text) !important;
}

.text-default-text-color {
  color: var(--text-default-text);
}

.white-color {
  color: var(--surface-0) !important;
}

.secondary-text {
  color: var(--gray-color);
}

.default-text {
  color: var(--text-default-text);
}

.night-rider-text {
  color: var(--night-rider-color);
}

.text-on-highlight {
  color: var(--resolution-blue-color);
}

.solitude-text {
  color: var(--solitude-color);
}

.gray-500 {
  color: var(--gray-500);
}

.gray-900 {
  color: var(--gray-900);
}

.backdrop-filter-blur-21-5 {
  backdrop-filter: blur(0.78125rem);
}

.text-on-highlight-1 {
  color: var(--text-on-highlight);
}

.text-default-txt-color {
  color: var(--text-default-txt);
}

.text-success-text-color {
  color: var(--text-success-text) !important;
}

.surfaces-primary-bg-color {
  color: var(--surfaces-primary-bg) !important;
}

.text-info-txt-color {
  color: var(--text-info-txt) !important;
}

/* LINE HEIGHT */

.line-height-16 {
  line-height: var(--line-height-16) !important;
}

.line-height-20 {
  line-height: var(--line-height-20) !important;
}

.line-height-22 {
  line-height: var(--line-height-22) !important;
}

.line-height-24 {
  line-height: var(--line-height-24) !important;
}

.line-height-28 {
  line-height: var(--line-height-28);
}

.line-height-32 {
  line-height: var(--line-height-32);
}

.line-height-36 {
  line-height: var(--line-height-36);
}

.line-height-40 {
  line-height: var(--line-height-40);
}

.line-height-57 {
  line-height: var(--line-height-57);
}

/* CUSTOM WIDTH */

.w-fit {
  width: fit-content;
}

.width-60 {
  width: 3.75rem;
}

.width-96 {
  width: 6rem;
}

.width-50percents {
  width: 50%;
}

.max-width-36 {
  max-width: 36rem;
}

.max-width-64 {
  max-width: 64rem;
}

.max-width-512 {
  max-width: 32rem;
}

/* HEIGHT */

.height-14 {
  height: 0.88rem;
}

.height-22 {
  height: 22px;
}

.height-30 {
  height: 30px;
}

.height-40 {
  height: 40px;
}

.height-420-pixels {
  height: 26.25rem;
}

.height-540-pixels {
  height: 33.75rem;
}

.height-989-pixels {
  height: 61.8125rem;
}

.height-58 {
  height: 3.63rem;
}

.height-60 {
  height: 3.75rem;
}

.height-96 {
  height: 6rem;
}

.height-180 {
  height: 11.25rem;
}

.height-50percents {
  height: 50%;
}

.height-fit {
  height: fit-content !important;
}

/* MIN HEIGHT */

.min-h-10rem {
  min-height: 10rem;
}

.min-vh-25 {
  min-height: 25vh;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-60 {
  min-height: 60vh;
}

.min-vh-75 {
  min-height: 75vh;
}

/* PADDING */

.pt-20 {
  padding-top: 1.25rem;
}

.pb-14 {
  padding-bottom: 0.88rem;
}

/* MARGIN */

.mr-2px {
  margin-right: 0.125rem;
}

.mb-40px {
  margin-bottom: 2.5rem;
}

.mb-72px {
  margin-bottom: 4.5rem;
}

.margin-bottom-6 {
  margin-bottom: 0.375rem;
}

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.margin-bottom-25 {
  margin-bottom: 1.563rem;
}

.margin-left-56 {
  margin-left: 3.5rem;
}

.margin-right-56 {
  margin-right: 3.5rem;
}

/* POSITION */

.translate-top-1px {
  transform: translateY(-1px);
}

.top-25 {
  top: 25%;
}

.right-35 {
  right: 35%;
}

.bottom-25 {
  bottom: 25%;
}

/* GAP */

.gap-05 {
  gap: 0.5rem;
}

.gap-075 {
  gap: 0.75rem;
}

.gap-125 {
  gap: 1.25rem;
}

.gap-40 {
  gap: 2.5rem;
}

/* BUTTON */

.lg-btn-primary {
  background-color: var(--primary-color);
  height: 48px;
}

.lg-btn-secondary {
  height: 48px;
  background-color: var(--alice-blue);
  color: var(--secondary-blue-color);
  border: none;
}

.outlined-btn {
  height: 36px;
  border-radius: 4px;
  border: 1px solid var(--gray-color);
  color: var(--gray-color);
  background-color: var(--surface-0);
}

/* TEXT */

.word-break-overflow {
  word-break: keep-all;
  white-space: break-spaces;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.none-focus-outline-btn:focus {
  outline: none;
  box-shadow: none;
}

.my-10px {
  margin-top: var(--pixels-to-rem-10);
  margin-bottom: var(--pixels-to-rem-10);
}

.ml-40px {
  margin-left: var(--pixels-to-rem-40);
}

.my-40px {
  margin-top: var(--pixels-to-rem-40);
  margin-bottom: var(--pixels-to-rem-40);
}

.mx-40px {
  margin-left: var(--pixels-to-rem-40);
  margin-right: var(--pixels-to-rem-40);
}

.mx-96px {
  margin-left: var(--pixels-to-rem-96);
  margin-right: var(--pixels-to-rem-96);
}

.mb-12px {
  margin-bottom: 0.75rem !important;
}

.mb-40px {
  margin-bottom: var(--pixels-to-rem-40) !important;
}

.m-40px {
  margin: var(--pixels-to-rem-40);
}

.m-20px {
  margin: var(--pixels-to-rem-20);
}

.mt-20px {
  margin: var(--pixels-to-rem-20);
}

.w-600px {
  width: 37.5rem;
}

.h-420px {
  height: 26.25rem;
}

.h-540px {
  height: 33.75rem;
}

.px-56px {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-40px {
  padding-left: var(--pixels-to-rem-40);
  padding-right: var(--pixels-to-rem-40);
}

.px-20px {
  padding-left: var(--pixels-to-rem-20);
  padding-right: var(--pixels-to-rem-20);
}

.py-12px {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* progress bar color */
.p-progressbar .p-progressbar-value {
  background-color: var(--primary-primary-default);
}

.p-progressbar {
  background-color: var(--solitude-color);
}

.keduall-icon.icon-flag {
  width: 2rem !important;
  height: 1.375rem !important;
}

.custom-menubar-dropdown-hold-position {
  position: fixed !important;
  top: 2.1rem !important;
}

.custom-menubar-dropdown {
  z-index: 10001 !important;
}

.custom-menubar-dropdown-currency {
  z-index: 10002 !important;
}

.custom-menubar-dropdown-language {
  z-index: 10002 !important;
}

.custom-menubar {
  top: 0;
  z-index: 10000;
  width: 100%;

  .p-menubar {
    border-radius: 0;
  }

  .top-header {
    .header-dropdown {
      border: none;
      gap: 0;
      padding: 0;

      svg {
        width: 0.5rem;
        color: white;
      }

      img {
        width: 1.5rem;
        /*        height: 1.5rem;*/
        /*        border-radius: 50%;*/
      }
    }

    .button-link {
      cursor: pointer;
      user-select: none;
      color: white;
      border-bottom: 0.125rem solid white;
    }

    .notification-badge::before {
      color: white;
    }

    .dropdown-link {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      user-select: none;

      i {
        color: white;
      }

      img {
        width: 2rem;
      }
    }
  }

  @media only screen and (max-width: 960px) {
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      top: 5rem !important;
    }

    .p-menubar .p-menuitem:hover {
      transform: none !important;
    }
  }

  @media only screen and (max-width: 1365px) {
    .p-menubar-start {
      position: inherit !important;
    }

    .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: inherit;
      background-color: transparent;
      box-shadow: none;
    }

    .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #fff;
      border: 0 none;
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      width: 100%;
    }

    .p-menubar .p-menubar-root-list .p-menuitem {
      padding: 1rem;
    }

    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 8rem;
      left: 0;
      z-index: 999;
      margin: 0;
    }

    .p-menubar.p-component {
      justify-content: space-between;

      svg {
        color: var(--text-default-txt);
        font-size: 2rem;
      }
    }

    .header-logo {
      font-size: 2.25rem !important;
    }
  }

  @media only screen and (max-width: 380px) {
    .p-menubar .p-menubar-root-list .p-menuitem {
      padding: 0.5rem;
    }
  }

  .header-menu-link {
    padding: 0.25rem 1rem;
    color: var(--text-default-txt);
    text-decoration: none;
    transition: 0.2s;

    span {
      font-size: 1.25rem;
      font-weight: 600;
    }
  }
}

.header-overlay-wrapper {
  padding: 0.75rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 14.375rem;
  font-family: var(--font-family-font-family-pretendard);

  .dropdown-title {
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0.2rem 0;
    line-height: 1.25rem;
  }

  button {
    box-shadow: none;
    padding: 0.5rem 1rem;
    border-radius: 6.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    background-color: var(--surfaces-primary-bg);
    border: none;
    display: flex;
    justify-content: center;
    font-family: var(--font-family-font-family-pretendard);
  }
}

@media only screen and (max-width: 575px) {
  .header-overlay-wrapper {
    min-width: 15rem;
  }

  .language-currency-dropdown-title {
    display: none;
  }
}

.p-menubar.p-component {
  /*  padding: 1.25rem 3.5rem !important;*/
}

.p-menubar .p-menuitem.p-highlight .header-menu-link {
  color: var(--text-primary-txt);
}

.header-menu-link:hover {
  color: var(--text-primary-txt);
}

.custom-menubar .p-menubar-root-list {
  background-color: var(--primary-primary-1);
  /*  margin-left: 7rem;*/
  /*  gap: 1rem;*/
}

.custom-menubar .p-menubar {
  background-color: var(--primary-primary-1);
  border: 0;
  padding: 0;
  justify-content: start;
  /*  gap: 6rem;*/
  height: 6rem;
  /*  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);*/
  width: 95%;
  margin: auto;
}

.custom-menubar .p-menuitem-text {
  color: var(--surface-0);
}

.custom-language-dropdown {
  display: flex;
  align-items: center;
  gap: 0.25rem;

  img {
    height: 0.938rem;
    width: 1.313rem;
  }

  span {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--text-default-txt);
  }
}

.custom-menubar .p-dropdown {
  background-color: transparent;
  padding: 0.25rem 1rem;

  .p-dropdown-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--surface-black);
  }
}

/* Hide the actual select input */
.hidden-select-dropdown .p-inputtext {
  display: none;
  /* Hide the underlying select element */
}

.hidden-select-dropdown .p-dropdown-trigger {
  width: 1rem;
}

.hero-title {
  color: var(--resolution-blue-color);
}

.hero-section-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.course-level-list-container {
  margin: var(--pixels-to-rem-40);
}

.course-level-item-container:not(:last-child) {
  margin-right: 0.75rem;
}

.course-level-item {
  position: relative;
  width: 14rem;
  height: 7.625rem;
}

.course-level-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 10rem;
}

.text-button.p-button-text:not(:disabled):active,
.p-button.p-button-text:not(:disabled):hover {
  background: inherit !important;
  color: inherit !important;
}

.marketing-content {
  left: 5%;
}

.consulting-introduction-details {
  margin: var(--pixels-to-rem-40);
}

.consulting-introduction-icon {
  margin-right: 1.5rem;
}

/*custom carousel item*/
.p-carousel .p-carousel-item {
  width: 100%;
}

.instructor-carousel-container {
  margin: 4rem 2.4rem;
}

.instructor-registration-overlay {
  margin-top: 10rem;
}

.instructor-registration-banner-container {
  padding: 4rem 3rem;
  top: -7.875rem;
  background-color: var(--surface-0);
}

.instructor-registration-banner-container img {
  object-fit: cover;
}

.instructor-img {
  width: 15.25rem;
  height: 100%;
  object-fit: cover;
}

.instructor-registration-img {
  width: 37.5rem;
  height: 17rem;
}

.instructor-registration-icon {
  width: 2.25rem;
  height: 2.25rem;
}

.students-feedback-marketing-container {
  margin: 4rem 2.5rem;
}

/* Change color for selected stars */
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
  color: var(--orange-color) !important;
  /* Selected star color */
}

/* Change color for unselected stars */
.p-rating .p-rating-item .p-rating-icon {
  color: var(--orange-color) !important;
  /* Unselected star color */
}

.retangle-panel {
  background-color: var(--malachite-color);
  width: 0.875rem;
  border-radius: 1.25rem 0px 0px 1.25rem;
}

.p-panel-content {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  width: 27.875rem;
}

.student-feedback {
  top: 50%;
  left: 70%;
}

.student-feedback-button-container {
  position: absolute;
  transform: translateX(50%);
  top: 9.375rem;
  right: 0;
}

.student-feedback-button {
  width: 3.75rem;
  height: 3.75rem;
}

.student-feedback-button .p-button-icon {
  font-size: 2rem;
}

.contact-us-container {
  background-color: var(--alice-blue);
}

.contact-us-form {
  margin: 4rem 2.5rem;
  padding: 4rem 2.5rem;
  background-color: var(--surface-0);
}

.p-tooltip-text {
  padding-right: 0.75rem;
  width: 37.5rem !important;
  background-color: var(--surface-0);
  color: var(--text-default-text);
}

.instructor-info-container img {
  padding: 0.75rem 0.75rem;
  height: 13.3125rem;
  object-fit: cover;
}

.instructor-info-container p {
  padding: 0.75rem 0.75rem;
}

.instructor-info-container .detail-button-container {
  padding: 0.75rem 0.75rem;
}

.timetable {
  table-layout: fixed;
  padding: 0.25rem;
  background-color: var(--alice-blue);
  background-clip: content-box;
}

.timetable th {
  padding: 0.75rem 0;
}

.fixed-col {
  width: 6.25rem;
}

.home-carousel .p-carousel-prev {
  padding: 1.5rem;
}

.home-carousel .p-carousel-next {
  padding: 1.5rem;
}

.rating-overall {
  width: 12.5rem;
}

.rating-overall p {
  margin: 0;
}

.rating-content-item {
  margin: 1.25rem 0;
}

.rating-item-header-text p {
  margin: 0 0.5rem 0 0;
}

.discussion-comments-container {
  background-color: var(--surface-0);
}

.chip-active {
  background-color: var(--primary-color);
  color: var(--surface-0);
}

.comment-options {
  margin-left: auto;
}

.trainer-card-tooltip .p-tooltip-arrow {
  border-right-color: white;
}

.p-breadcrumb .p-icon.p-breadcrumb-chevron {
  width: 0.7rem;
}

.p-breadcrumb .p-breadcrumb-list {
  gap: 0.5rem;
}

.trainer-card-tooltip .p-tooltip-arrow {
  border-right-color: white;
}

.trainer-card-tooltip .p-tooltip-arrow {
  border-right-color: white;
}

.p-breadcrumb .p-icon.p-breadcrumb-chevron {
  width: 0.7rem;
}

.p-breadcrumb .p-breadcrumb-list {
  gap: 0.5rem;
}

.trainer-card-tooltip .p-tooltip-arrow {
  border-right-color: white;
}

.trainer-detail-tabs .p-tabview-nav-content .p-tabview-nav-link {
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  .mb-12px {
    margin-bottom: 0.75rem !important;
  }

  .mb-40px {
    margin-bottom: var(--pixels-to-rem-40) !important;
  }

  .m-40px {
    margin: var(--pixels-to-rem-40);
  }

  .hero-container {
    align-items: center;
    justify-content: center !important;
    margin: 0 1rem !important;
  }

  .hero-title h1 {
    font-size: var(--font-size-36) !important;
  }

  .hero-description {
    font-size: var(--font-size-16) !important;
  }

  .hero-footer button {
    font-size: var(--font-size-14) !important;
  }

  .hero-right div {
    right: 40% !important;
  }

  .course-level-list-container>h2 {
    font-size: var(--font-size-24) !important;
  }

  .course-level-list-item-container {
    flex-direction: column;
  }

  .course-level-item-content h2:nth-child(1) {
    font-size: var(--font-size-14) !important;
  }

  .course-level-item-content h2:nth-child(2) {
    font-size: var(--font-size-12) !important;
  }

  .course-level-item-content button {
    font-size: var(--font-size-12) !important;
  }

  .course-level-list-footer button {
    width: 50%;
  }

  .course-level-list-footer {
    flex-direction: column;
    align-items: center;
  }

  .course-level-item-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .course-carousel-container h2 {
    font-size: var(--font-size-24) !important;
  }

  .banner-container {
    margin: 0.5rem !important;
  }

  .banner-container img {
    height: auto;
  }

  .consulting-introduction-container {
    flex-direction: column;
    margin: 0.5rem !important;
  }

  .consulting-introduction-left-content {
    margin-bottom: 4rem;
  }

  .consulting-introduction-left-content img {
    height: auto;
  }

  .consulting-introduction-right-content {
    align-items: center;
  }

  .consulting-introduction-right-content h2 {
    margin: 0;
    font-size: var(--font-size-24) !important;
  }

  .consulting-introduction-details {
    margin: 0;
  }

  .consulting-introduction-icon {
    width: 3rem;
  }

  .consulting-introduction-details p {
    font-size: var(--font-size-14) !important;
  }

  .consulting-introduction-right-content>div>button {
    padding: 0.625rem !important;
    font-size: var(--font-size-12) !important;
  }

  .marketing-banner-container {
    margin: 0.5rem !important;
  }

  .marketing-content {
    width: 90% !important;
    margin: 0.625rem !important;
  }

  .marketing-content h3 {
    font-size: var(--font-size-14) !important;
    margin-bottom: 0 !important;
  }

  .marketing-content ul {
    margin: 0 !important;
  }

  .marketing-content li,
  .marketing-content h6 {
    font-size: var(--font-size-12) !important;
    margin-bottom: 0 !important;
  }

  .marketing-content button {
    font-size: var(--font-size-12) !important;
  }

  .instructor {
    width: 10rem;
  }

  .instructor-carousel-container h2 {
    font-size: var(--font-size-24) !important;
  }

  .instructor-img {
    width: 100%;
  }

  .instructor-title {
    font-size: var(--font-size-14) !important;
  }

  .instructor-description {
    font-size: var(--font-size-12) !important;
  }

  .instructor-information {
    flex-direction: column;
  }

  .rating {
    margin-bottom: 0.5rem;
  }

  .instructor-button {
    flex-direction: column;
  }

  .instructor-button .p-button {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .home-carousel .p-carousel-prev {
    padding: 0;
  }

  .home-carousel .p-carousel-next {
    padding: 0;
  }

  .instructor-registration-banner-container {
    flex-direction: column;
    width: 100%;
    margin: 0.5rem !important;
    padding: 0.5rem;
  }

  .instructor-registration-img-container {
    width: 100%;
  }

  .instructor-registration-img-text h3 {
    font-size: var(--font-size-24) !important;
  }

  .instructor-registration-img-text p {
    font-size: var(--font-size-14) !important;
    width: 90%;
  }

  .instructor-registration-img-text button {
    font-size: var(--font-size-14) !important;
  }

  .instructor-registration-steps-container {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .instructor-registration-steps-container h4 {
    font-size: var(--font-size-24) !important;
  }

  .instructor-registration-steps {
    flex-direction: column;
  }

  .instructor-registration-steps p {
    font-size: var(--font-size-14) !important;
  }

  .instructor-registration-img-text {
    margin: 0;
    width: 100%;
  }

  .students-feedback-marketing-container {
    flex-direction: column;
  }

  .students-feedback-left-content {
    margin: 0 0 2rem 0 !important;
  }

  .students-feedback-left-content h2 {
    font-size: var(--font-size-24) !important;
  }

  .students-feedback-left-content button {
    font-size: var(--font-size-14) !important;
  }

  .students-feedback-right-content img {
    width: 100%;
  }

  .student-feedback {
    left: auto;
  }

  .student-feedback .p-panel-content {
    width: 100%;
  }

  .student-feedback-button-container {
    right: 50%;
  }

  .student-feedback-button {
    width: 3.75rem;
    height: 3.75rem;
  }

  .student-feedback .p-panel-content {
    font-size: var(--font-size-14) !important;
  }

  .contact-us-form {
    padding: 1rem;
  }

  .contact-us-form h2 {
    font-size: var(--font-size-24) !important;
  }

  .contact-us-form label,
  .contact-us-form button {
    font-size: var(--font-size-14) !important;
  }

  .contact-us-form-content {
    flex-direction: column;
  }

  .footer-intro-container {
    flex-direction: column;
    padding: 2rem !important;
  }

  .footer-info-container {
    flex-direction: column;
    padding: 2rem !important;
  }

  .footer-intro-left-content {
    width: 100%;
  }

  .footer-intro-left-content h2 {
    font-size: var(--font-size-24) !important;
  }

  .footer-intro-left-content>div button {
    font-size: var(--font-size-14) !important;
    padding: 0.8rem !important;
  }

  .footer-intro-right-content {
    width: 100%;
  }

  .footer-intro-container {
    flex-direction: column;
  }

  .footer-intro-container>div {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-intro-right-content {
    flex-direction: column;
  }

  .footer-intro-right-content div {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .rating-overall-container {
    flex-direction: column;
    margin-bottom: 0.75rem;
  }

  .rating-overall {
    align-self: center;
  }

  .rating-content-header {
    flex-direction: column;
  }

  .rating-details-title {
    font-size: var(--font-size-12);
  }

  .rating-details-percent-text {
    font-size: var(--font-size-12);
  }

  .p-rating {
    gap: 0.2rem !important;
  }
}

/* Utils */
.pointer-cursor {
  cursor: pointer;
}

.course-item-title {
  word-break: keep-all;
  white-space: break-spaces;
}

.course-item-tooltip-wrapper {
  padding: 0 20px;
  border-bottom: 1px solid var(--light-white-color);
}

.course-item-tooltip-label {
  background-color: var(--light-gray-color);
  display: inline-block;
  padding: 4px 6px;
}

.course-item-tooltip-label-p {
  font-size: 10px;
  font-weight: var(--font-weight-500);
  line-height: 12px;
  color: var(--secondary-blue-color);
  margin: 0;
  text-transform: uppercase;
}

.course-item-tooltip-title {
  word-break: keep-all;
  white-space: break-spaces;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-500);
  line-height: 28px;
  color: var(--text-default-text);
}

.course-item-tooltip-teacher-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.course-item-tooltip-benefit {
  padding: 0 20px;
  border-bottom: 1px solid var(--light-white-color);
}

.custom-tooltip-text {
  background: white;
  box-shadow: 0px 4px 20px var(--night-shadow-color);
  border: 1px solid var(--gray-100-color);
  padding: 20px 0;
  width: 424px !important;
  height: 670px;
}

.custom-tooltip-arrow {
  border-right-color: white;
  border-left-color: white;
  border-width: 1em 1.5em 1em 0px;
  left: -4px !important;
}

.course-list-component {
  max-width: 1200px;
  margin: 0 auto;
}

.course-item-content {
  padding: 0 12px;
  cursor: pointer;
}

.course-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.course-list-wrapper-item {
  display: flex;
  justify-content: center;
  margin-bottom: 2.875rem;
}

.course-item {
  box-shadow: none;
  /*  width: 282px;*/
  /*  height: 440px;*/
  border: 1px solid var(--link-water-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.add-to-cart {
  position: absolute;
  bottom: 1rem;
  background-color: white;
  padding: 0.5rem;
  z-index: 997;
  border-radius: 1rem;
  right: 0.75rem;
  transition: 0.3s;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3)
}

.vod-count {
    position: absolute;
    bottom: 4rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.3rem 1rem;
    z-index: 997;
    border-radius: 1rem;
    right: 0.75rem;
    transition: 0.3s;
    /* box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3); */
    color: white;
    display: flex;
}

.add-to-cart:hover {
  transform: scale(1.2)
}

.course-item:hover {
  transform: scale(1.05);
}

@media (min-width: 1200px) {
  .course-list-wrapper-item:nth-child(4n + 1) {
    justify-content: flex-start;
  }

  .course-list-wrapper-item:nth-child(4n) {
    justify-content: flex-end;
  }

  .course-list-wrapper-item:nth-child(4n + 2) {
    transform: translateX(-3px);
  }

  .course-list-wrapper-item:nth-child(4n + 3) {
    transform: translateX(3px);
  }

  .payment-result-container {
    min-width: 40rem;
  }
}

@media (min-width: 915px) and (max-width: 1200px) {
  .course-list-component {
    max-width: 894px;
  }

  .course-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .course-list-wrapper-item:nth-child(3n + 1) {
    justify-content: flex-start;
  }

  .course-list-wrapper-item:nth-child(3n) {
    justify-content: flex-end;
  }
}

@media (max-width: 915px) {
  .course-list-component {
    max-width: 894px;
  }

  .course-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-list-wrapper-item {
    padding: 0 1rem;
  }

  .course-item {
    width: 100%;
    min-width: 282px;
  }
}

@media (max-width: 665px) {
  .course-list-component {
    max-width: 550px;
  }

  .course-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .course-item {
    min-width: unset;
    min-height: 440px;
    height: unset;
  }
}

.course-list-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 850px) {
  .p-paginator-left-content {
    width: 100%;
    text-align: right;
  }

  .p-paginator-left-content p {
    transform: none !important;
    margin-right: 0 !important;
  }

  .p-paginator {
    justify-content: flex-end;
  }
}

.course-discount-list-component {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
}

.course-discount-item {
  box-shadow: none;
  width: 384px;
  height: 271px;
  border: 1px solid var(--link-water-color);
  border-radius: 4px;
  overflow: hidden;
}

.course-discount-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.course-discount-wrapper-item {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}

@media (min-width: 1200px) {
  .course-discount-wrapper-item:nth-child(3n + 1) {
    justify-content: left;
  }

  .course-discount-wrapper-item:nth-child(2n + 3) {
    justify-content: right;
  }
}

@media (min-width: 850px) and (max-width: 1200px) {
  .course-discount-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-discount-wrapper-item:nth-child(2n + 1) {
    justify-content: left;
  }

  .course-discount-wrapper-item:nth-child(2n + 2) {
    justify-content: right;
  }

  .course-discount-item {
    width: 98%;
    min-width: 384px;
  }

  .payment-result-container {
    min-width: 40rem;
  }
}

@media (max-width: 850px) {
  .course-discount-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .course-discount-item {
    width: 95%;
    min-width: 384px;
  }

  .payment-result-container {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .course-discount-item {
    min-width: unset;
  }
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  height: 40px;
}

.breadcrumb .p-menuitem-text {
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-14);
  line-height: var(--line-height-22);
  color: var(--gray-color);
}

.breadcrumb .p-menuitem-separator svg {
  height: 9px;
  color: var(--gray-color);
  transform: translateY(1px);
}

.course-search-bar {
  height: 213px;
  width: 100%;
}

.course-search-bar-input {
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 80%;
  height: 60px;
  background-color: var(--surface-0);
  overflow: hidden;
  border-radius: 8px;
}

.course-search-bar-input .p-autocomplete {
  flex: 1 0 auto;
  height: 100%;
}

.course-search-bar-input input {
  border: none;
  width: 100%;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-28);
  color: var(--text-default-text);
  padding-left: 1rem;
}

.course-search-bar-input input:focus {
  outline: none;
  box-shadow: none;
}

.course-search-bar-input input::placeholder {
  color: var(--placeholder-color);
}

.course-search-bar-btn button {
  height: 52px;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 0 49px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-28);
  margin-right: 0.3rem;
}

.course-search-bar-btn .p-button-icon {
  margin: 0;
  display: none;
}

@media (max-width: 915px) {
  .course-search-bar-input {
    width: 95%;
  }

  .course-search-bar-btn button {
    padding: 0 24px;
  }

  .course-search-bar-btn button .p-button-label {
    display: none;
  }

  .course-search-bar-btn .p-button-icon {
    display: block;
  }

  .course-search-bar-input .p-autocomplete {
    width: min-content;
  }
}

.course-tab-menu {
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.course-tab-menu .p-tabmenu {
  display: flex;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid var(--light-gray-color);
  max-width: fit-content;
  width: auto;
  margin: 0 0.5rem;
}

.course-tab-menu .p-tabmenu-nav {
  gap: 0.2rem;
  border: none;
}

.course-tab-menu li {
  color: var(--text-default-text);
}

.course-tab-menu a {
  border: none;
  padding: 0 16px;
  margin: 0;
  color: var(--text-default-text);
  background-color: unset;
  border-radius: 8px;
  white-space: nowrap;
  height: 48px;
}

.course-tab-menu .p-tabmenu-nav .p-highlight a {
  background-color: var(--alice-blue);
  color: var(--primary-color);
}

/* COURSE DETAIL */

.course-detail {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.course-detail .course-detail-content-wrapper {
  max-width: 756px;
  flex: 1 0 auto;
}

.course-detail .course-detail-overview-wrapper {
  width: 420px;
}

.course-detail-content .course-detail-teacher-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--light-gray-color);
  margin-left: -22px;
}

.course-detail-content .course-detail-teacher-img img:first-child {
  border: none;
  margin-left: 0;
}

.course-detail-content .course-detail-thumbnail {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  max-width: 709px;
  cursor: pointer;
  margin-top: 1.5rem;
}

.course-detail-tabview {
  margin-top: 1.5rem;
}

.course-detail-tabview .p-unselectable-text {
  color: var(--gray-color);
  border-color: var(--light-gray-color);
}

.course-detail-tabview .p-tabview-selected {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.course-detail-tabview li {
  flex: 1 0 auto;
}

.course-detail-tabview a {
  justify-content: center;
  height: 4rem;
  font-family: var(--font-family-font-family-fz-poppins, "Fz Poppins"), "PRETENDARD";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.course-detail-tabview .course-detail-tabview-overview h4 {
  color: var(--text-default-text);
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-24);
  line-height: var(--line-height-32);
  margin: 1rem 0;
}

.course-detail-tabview .course-detail-tabview-overview p {
  color: var(--gray-color);
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-14);
  line-height: var(--line-height-20);
  margin: 0;
}

.course-detail-tabview .course-detail-tabview-overview .course-detail-benefit {
  background-color: var(--light-green-color);
  padding: 40px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.course-detail-tabview .course-detail-tabview-overview .course-detail-benefit i {
  color: var(--green-color);
  font-size: var(--font-size-18);
  line-height: var(--line-height-22);
  transform: translateY(2px);
}

.course-detail-tabview .course-detail-tabview-overview .course-detail-benefit .course-detail-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}

@media (max-width: 1200px) {
  .course-detail-tabview .course-detail-tabview-overview .course-detail-benefit .course-detail-benefit-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.course-detail-tabview .course-detail-tabview-content h4 {
  color: var(--text-default-text);
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-24);
  line-height: var(--line-height-32);
  margin: 1rem 0;
}

.course-detail-tabview-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-detail-tabview-content-title i {
  transform: translateY(2px);
}

.course-detail-tabview-content-accordion i {
  transform: translateY(2px);
}

.course-detail-tabview-content-accordion a {
  border-radius: 0px;
  background-color: var(--surface-0);
  border-color: var(--link-water-color);
}

.course-detail-tabview-content-accordion svg {
  color: var(--primary-color);
}

.course-detail-tabview-content-accordion .p-accordion-content {
  border-color: var(--link-water-color);
  padding: 0 36px;
}

.course-detail-tabview-content-accordion .p-highlight a {
  color: var(--primary-color);
  border-bottom: none;
}

.course-detail-tabview-content-accordion .p-accordion-content i {
  transform: translateY(5px);
}

.course-detail-overview {
  border: 1px solid var(--link-water-color);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0.4rem;
}

.xl-btn-primary {
  background-color: var(--primary-color);
  height: 52px;
  width: 100%;
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-20);
  line-height: var(--line-height-28);
}

.md-btn-outline {
  height: 36px;
  width: 100%;
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-14);
  line-height: var(--line-height-20);
  color: var(--gray-color);
  border: 1px solid var(--gray-color);
  border-radius: 4px;
  background-color: var(--surface-0);
}

.center-icon-btn .p-button-label {
  flex: none;
}

.course-detail-overview-action {
  margin-top: 0.8rem;
  gap: 0.8rem;
}

.course-detail-overview .course-detail-overview-includes svg {
  margin-right: 0.3rem;
  transform: translate(-2px, -2px);
}

.course-detail-overview-share {
  background-color: var(--light-white-color);
  display: flex;
  height: 48px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.course-detail-overview-share-icon {
  background-color: var(--light-white-color);
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.course-detail-live {
  width: 100%;
  height: 631px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.course-detail-live .course-detail-live-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.88) 100%);
}

.course-detail-live .course-detail-live-overlay-content {
  position: absolute;
  bottom: 1.2rem;
}

.course-detail-tabview-teacher-item {
  border: 1px solid var(--link-water-color);
  margin-bottom: 1rem;
}

.course-detail-tabview-teacher-item i {
  transform: translateY(3px);
}

.course-detail-live .course-detail-live-overlay-content div {
  padding: 10px 12px;
  background-color: var(--green-color);
  border-radius: 6px;
  display: inline;
}

.course-detail-tabview-teacher-img {
  height: 136px;
  width: 136px;
  border-radius: 50%;
  margin: 2rem;
  overflow: hidden;
}

.course-detail-tabview-review-rating-total {
  border: 1px solid var(--link-water-color);
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-detail-tabview-review-rating-detail {
  flex: 1 0 auto;
}

.course-detail-tabview-review-rating-progress {
  flex: 1 0 auto;
}

.course-detail-tabview-review-rating-progress .p-progressbar {
  height: 8px;
  border-radius: 0px;
  background: var(--orange-trans-color);
  margin: 0 1rem;
}

.course-detail-tabview-review-rating-progress .p-progressbar-value {
  background: var(--primary-primary-default);
}

.course-detail-tabview-review-item-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.course-detail-overview-mobile-wrapper {
  display: none;
}

.course-detail-overview-mobile-sidebar {
  height: 100% !important;
}

.course-detail-overview-mobile-sidebar .p-sidebar-content {
  padding: 0;
  padding-bottom: 1rem;
}

.course-detail-overview-mobile {
  box-shadow: 0px 4px 20px var(--night-shadow-color);
  padding: 0.5rem;
  background-color: var(--surface-0) !important;
}

@media (max-width: 1200px) {
  .course-discount-list-component-title {
    flex-direction: column;
    align-items: self-start;
    margin: 0 0.5rem 1rem;
  }

  .course-detail-tabview-content-title {
    display: block !important;
  }

  .course-detail-content-teacher-wrapper {
    display: block !important;
  }

  .course-detail-teacher-img-wrapper {
    display: block !important;
  }

  .course-detail-teacher-name {
    display: block !important;
  }

  .course-detail-teacher-name i {
    display: none;
  }

  .course-detail-content-teacher-rating-wrapper {
    display: block !important;
    margin-top: 1rem;
  }

  .course-detail-tabview-content-title-icon {
    flex-direction: column;
    gap: 0.5rem !important;
    margin-bottom: 1rem;
  }

  .course-detail-tabview-content-accordion-header {
    flex-direction: column;
    gap: 0.5rem !important;
    align-items: flex-start !important;
  }

  .course-detail-tabview-content-accordion-header h5 {
    margin: 0;
  }

  .course-detail-tabview-content-accordion a {
    height: auto !important;
  }

  .course-detail-tabview-teacher-img {
    height: 3rem !important;
    width: 3rem !important;
    margin: 0.5rem !important;
  }

  .course-detail-tabview-teacher-img img {
    height: 3rem !important;
  }

  .course-detail-tabview-teacher-item-content {
    padding: 0.5rem !important;
  }

  .course-detail-tabview-teacher-item-content-icon {
    flex-direction: column;
  }

  .course-detail-tabview-review-item-wrapper-title {
    flex-direction: column;
    gap: 1rem;
  }

  .course-detail-tabview-review-rating {
    flex-direction: column;
    align-items: center;
  }

  .course-detail-tabview-review-rating-total {
    width: 100% !important;
  }

  .course-detail-tabview-review-rating-detail {
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .course-detail-tabview-review-rating-detail-item {
    flex-direction: column;
    gap: 0.2rem;
  }

  .course-detail-tabview-review-rating-progress {
    width: 100%;
  }

  .course-detail {
    display: block !important;
  }

  .course-detail-content-wrapper {
    max-width: 100% !important;
    padding: 0 0.5rem;
  }

  .course-detail-overview-wrapper {
    display: none;
  }

  .course-detail-overview-mobile-wrapper {
    display: block;
  }

  .course-detail-overview {
    border: none !important;
    padding-top: 0;
  }

  .course-detail-overview-action {
    flex-direction: column;
  }

  .course-detail-overview-share-wrapper {
    flex-direction: column;
  }

  .course-detail-overview-share-icon {
    width: 100% !important;
  }

  .course-detail-overview-mobile-sidebar .course-detail-live {
    height: 300px !important;
    width: 95%;
    margin: 0 auto;
  }

  .course-detail-overview-mobile-sidebar .course-detail-live img {
    width: 100%;
  }
}

.course-tab-menu .scroll-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--light-gray-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  z-index: 1;
}

.course-tab-menu .scroll-indicator.left {
  left: 12px;
}

.course-tab-menu .scroll-indicator.right {
  right: 12px;
}

.course-detail-tabview .scroll-indicator {
  position: absolute;
  top: 2rem;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--light-gray-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  z-index: 1;
}

.course-detail-tabview .scroll-indicator.left {
  left: -10px;
}

.course-detail-tabview .scroll-indicator.right {
  right: -10px;
}

.avatar-image-tutor-wrapper {
  width: 14.50rem !important;
  .avatar-image-review {
    border-radius: 0.5rem;
    width: 8.75rem;
    height: 7.44rem;
    overflow: hidden;
  }

  .avatar-image-name {
    word-break: break-all;
  }
}

.trainer-registration-crop-imgae-wrapper {
    max-width: 56.50rem !important;
    height: 42.50rem;
}

.trainer-registration-wrapper {
  margin-bottom: 0.5rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 1.25rem;
  max-width: 80rem;
  width: 95%;
  height: 90%;

  .pd-right {
    padding-right: 0.5rem;
  }

  .p-dialog-header {
    width: 100%;
    .p-dialog-title {
      font-family: var(--font-family-font-family-pretendard);
      font-size: 1.5rem;
    }
  }

  .p-dialog-header .p-dialog-header-icon {
    color: var(--surface-black);
  }

  .input-wrapper {
    position: relative;
  }

  .input-icon {
    height: 1.6rem;
    width: 1.6rem;
    padding: 0.3rem;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
    color: var(--gray-color);
  }

  .avatar-img-wrapper {
    width: 12.5rem;
    height: 10.68rem;
  }

  .styled-input {
    width: 100%;
    /* Creates space for icon */
    font-size: 0.9rem;
    border: 1px solid var(--link-water-color);
    border-radius: 0.3rem;
    outline: none;
  }

  .icon-input-font-size {
    font-size: 0.9rem;
  }

  /* Custom styling for SelectButton */
  .custom-select-button .p-button {
    width: 8rem;
    height: 1.8rem;
    /* Adjust the height */
    padding: 0.5rem 0;
    /* Adjust padding for reduced height */
    font-size: 0.9rem;
    /* Adjust font size if needed */
  }

  .background-wrapper {
    color: var(--black-bg-color);
    border: 1px dashed var(--light-gray-color);
    border-radius: 0.3rem;
    background-color: rgba(59, 130, 246, 0.04);
  }

  /* Smaller height for the FileUpload component */
  .custom-file-upload .p-fileupload-buttonbar {
    padding: 0.5rem;
    height: 3rem;
  }

  .custom-file-upload .p-fileupload-content {
    padding: 0.5rem;
  }

  .custom-file-upload .p-fileupload-choose {
    padding: 0.25rem 0.5rem;
    /* Adjust padding within the button */
    font-size: 0.9rem;
    /* Adjust font size if needed */
  }

  .custom-file-upload .p-fileupload {
    min-height: 3rem;
    /* Adjust the minimum height of the entire component */
  }

  .submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .custom-submit-button {
    height: 2rem;
    font-size: 1rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    width: 10rem;
  }

  .styled-dropdown {
    width: 100%;
    font-size: 0.9rem;
    border: 1px solid var(--link-water-color);
    border-radius: 0.3rem;
  }

  .styled-dropdown .p-inputtext {
    font-size: 0.9rem;
    margin-top: -0.25rem;
  }

  .btn-addResult .p-button {
    background-color: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    height: 1.8rem;
  }

  .table-wrapper .p-button:hover {
    background-color: rgba(0, 0, 255, 0.1);
  }

  .table-wrapper .p-button {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
  }

  /* Style for the table */
  .certification-table {
    width: 100%;
    /* Make table span full width */
    border-collapse: collapse;
    /* Ensure no default table spacing */
    border: none;
    /* Remove table borders */
  }

  .certification-table tr,
  .certification-table .p-inputtext {
    width: 100%;
  }

  .certification-table th,
  .certification-table td {
    border: none;
    padding: 0.2rem;
  }

  .light-gray-header th {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  .table-scroll {
    overflow-x: auto;
  }

  .add-qualification-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .add-qualification-btn .p-button-icon {
    margin-right: 0.5rem;
    vertical-align: middle;
  }

  .add-qualification-btn .p-button-label {
    flex: none;
    /* Prevent label from stretching */
    vertical-align: middle;
    /* Ensure alignment with the icon */
  }

  .p-fileupload-row>div:last-child {
    text-align: left;
  }

  .file-thumbnail {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    margin-right: 0.625rem;
    border-radius: 0.25rem;
  }

  .submission-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 10rem;
    /* Ensures the content is vertically centered */
  }

  .custom-back-to-home-button {
    height: 2rem;
    font-size: 1rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    width: 12rem;
  }

  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .loading-overlay p {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #333;
  }

  .custom-stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border: 2px solid var(--form-third-border);
    border-radius: 6px;
  }

  .step {
    display: flex;
    position: relative;
    text-align: center;
    flex: 1;
    padding: 1rem;
    z-index: 1;
  }

  /* Completed Step */
  .step.completed {
    background: var(--surface-0);
    color: var(--surface-0);
  }

  .step.completed .step-number {
    background: var(--surface-primary);
    color: var(--surface-0);
    border: none;
  }

  .step.completed .step-number i {
    font-size: 1rem;
  }

  .step.completed .step-title {
    color: black;
  }

  /* Default Step */
  .step {
    background: var(--surface-0);
    color: var(--surface-0);
  }

  /* Adjust connector (arrow colors) */
  .step.completed::after {
    background: var(--surface-primary);
  }

  .step.active::after {
    background: var(--surface-primary);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .custom-stepper {
      flex-direction: column;
      align-items: center;
    }

    .step {
      flex: none;
      width: 100%;
      text-align: center;
    }

    .step::before,
    .step::after {
      display: none;
    }

    .step-number {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 0.7rem;
    }

    .step-title {
      font-size: 0.8rem;
    }
  }

  /* Container Styling */
  .welcome-container {
    text-align: center;
    padding: 2rem;
  }

  /* Image Styling */
  .image-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
  }

  /* Heading Styling */
  .welcome-heading {
    font-size: 1.25rem;
    color: var(--text-third-text);
    margin-bottom: 1rem;
  }

  .congratulations-heading {
    font-size: 1.25rem;
    color: var(--green-color);
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
  }

  /* Description Styling */
  .welcome-description {
    font-size: 1rem;
    color: var(--gray-color);
    margin-bottom: 0.5rem;
  }

  .avatar-preview {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .certification-preview {
    width: 15rem;
    height: 20rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .left-section,
  .right-section {
    flex: 1;
  }

  .left-section {
    display: flex;
  }

  .right-section {
    display: flex;
    flex-flow: column;
  }

  .person-image {
    object-fit: contain;
  }

  .progress-bar-wrapper {
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }

  .progress-bar-wrapper .p-progressbar {
    width: 100%;
    height: 0.5rem;
  }

  .form-title {
    padding: 0.5rem 5rem;
    background-color: var(--surface-0);
    color: black;
    border: none;
    display: inline-block;
    font-weight: bold;
    border-radius: 1rem;
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .action-button {
    position: relative;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    padding-bottom: 2rem;
  }

  .nav-button {
    background-color: var(--surface-primary);
    color: var(--surface-black);
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .nav-button.back-button {
    background-color: transparent;
    color: var(--surface-primary);
    border: 0.125rem solid var(--surface-primary);
  }

  .nav-button:hover {
    opacity: 0.8;
  }

  .nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Align "Save as Draft" and "Next" buttons */
  .right-buttons {
    display: flex;
    gap: 1rem;
  }

  .congratulation-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
  }

  .profile-photo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .file-upload-button .p-button {
    background-color: var(--surface-primary);
    border: none;
    color: var(--surface-0);
    padding: 0.3rem 1.2rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }

  .file-upload-button .p-button:hover {
    background-color: var(--surface-primary);
  }

  .file-requirements {
    font-size: 0.875rem;
    color: var(--gray-500);
  }

  .voice-analysis-description {
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .voice-analysis-sentence {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 1rem 2rem;
    margin: 1rem auto !important;
    border: 0.125rem solid;
    border-radius: 1rem;
    background: var(--orange-trans-color);
    text-align: center;
  }

  .voice-analysis-soundwave {
    transition: all 0.1s ease-in-out;
    width: auto;
    height: 9.625rem;
  }

  .voice-analysis-mic {
    transition: all 0.1s ease-in-out;
  }

  .microphone-button {
    background-color: var(--orange-color);
    border: none;
    color: var(--surface-0);
    font-size: 2rem;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    margin: 1rem auto;
    display: block;
  }

  .waveform-container {
    width: 100%;
    margin: 1rem auto;
    background-color: var(--surface-0);
    border-radius: 0.625rem;
  }

  .tone-indicator {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: var(--orange-color);
  }

  .voice-analyzer {
    text-align: center;
  }

  .voice-analyzer-waveform {
    margin: 1rem auto;
    pointer-events: none;
  }

  .voice-analyzer-tone {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    color: var(--text-third-text);
  }

  .voice-analysis-sentence {
    font-size: 1rem;
    margin: 1rem 0;
  }

  .voice-analyzer-record-button {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 1rem auto;
    transition: background-color 0.3s ease;
    background-color: var(--buttons-primary);
  }

  .voice-analyzer-record-button .pi {
    font-size: 1.5rem;
    color: var(--surface-black);
  }

  .recording .voice-analyzer-record-button.delay1 {
    animation: waves 2.5s linear 0.1s infinite;
  }

  .recording .voice-analyzer-record-button.delay2 {
    animation: waves 2.5s linear 0.7s infinite;
  }

  .recording .voice-analyzer-record-button.delay3 {
    animation: waves 2.5s linear 1.3s infinite;
  }

  .recording .voice-analyzer-record-button.delay4 {
    animation: waves 2.5s linear 1.9s infinite;
  }

  .voice-analyzer-file-input {
    margin-top: 1.25rem;
  }

  .voice-analyzer-audio-player {
    margin-top: 1.25rem;
    width: 80%;
  }

  .voice-analyzer-waveform {
    width: 80%;
    margin: 0 auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .selected-tags {
    padding: 1.5rem;
    min-height: 5rem;
  }

  .p-button-primary {
    background: var(--alice-blue);
    color: var(--resolution-blue-color);
    border: none;
  }

  .p-button-outlined {
    border: none;
    color: var(--resolution-blue-color);
  }

  .p-chip {
    display: inline-flex;
    align-items: center;
    margin: 0.2rem;
    background: var(--buttons-primary);
    color: var(--surface-0);
    border-radius: 0.5rem;
    padding: 0.625rem;
  }

  .p-error {
    color: red;
    /* Red color for required indicator */
  }

  .custom-file-upload .p-fileupload {
    display: inline-block;
  }

  .custom-file-upload .p-fileupload-content {
    display: none;
  }

  .p-button .p-button-icon-left {
    display: none;
  }

  .lecture-form-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 0rem;
  }

  .lecture-section,
  .video-section {
    flex: 1;
  }

  .lecture-plan {
    width: 100%;
    height: 10rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
  }

  .lecture-plan .ql-toolbar {
    border-radius: 0.3rem 0.3rem 0 0;
  }

  .lecture-plan .ql-container {
    border-radius: 0 0 0.3rem 0.3rem;
  }

  .video-thumbnail {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .thumbnail-placeholder {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
  }
  .thumbnail-placeholder img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .thumbnail-placeholder iframe {
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .save-draft-last-page-button {
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: 1rem;
    right: 7rem;
    color: var(--yellow-500);
    cursor: pointer;
    padding: 0.5rem 1rem;
  }

  .submit-button {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background-color: var(--yellow-500);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 768px) {

    /* For tablets and small screens */
    .split-container {
      flex-direction: column;
      gap: 2rem;
    }

    .left-section,
    .right-section {
      flex: 0 0 auto;
      width: 100%;
      padding: 0;
    }

    .progress-bar-wrapper .p-progressbar {
      width: 80%;
    }

    .form-title {
      width: auto;
      padding: 0.5rem 2rem;
    }
  }

  @media screen and (max-width: 480px) {

    /* For phones */
    .progress-bar-wrapper .p-progressbar {
      width: 100%;
    }

    .form-title {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
    }

    .person-image {
      width: 100%;
      margin-left: 0;
    }
  }
}

.notification-container {
  display: inline-block;
}

.bell-icon {
  color: var(--breadcrumb-color);
  cursor: pointer;
}

.p-overlaypanel:after,
.p-overlaypanel:before {
  display: none;
  /* Hides the arrow */
}

.keduall-overplay-panel .dropdown-menu-header {
  border-bottom: 1px solid var(--forms-third-border);
  margin: 0 0.25rem;
}

.dropdown-menu-item-wrapper {
  .custom-notification-message {
    color: var(--text-default-text);
  }

  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18.5rem;
    display: inline-block;
  }

  .red-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--red-color);
    border-radius: 50%;
    display: inline-block;
  }
}

.dropdown-menu-footer p {
  font-size: 0.9rem;
  color: var(--text-default-text);
  cursor: pointer;
  margin: 0;
  text-decoration: underline;
}

.dropdown-menu-footer span {
  font-size: 0.9rem;
  color: var(--text-default-text);
}

.notification-wrapper {
  /* Maximum width of the notification wrapper */
  margin: 0 auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  background: var(--surface-0);
  border-radius: 0.5rem;
  padding-bottom: 3.5rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header h2 {
  font-size: 1.5rem;
}

.header span {
  font-size: 0.9rem;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header span i {
  margin-right: 0.3rem;
}

.notification-list {
  list-style: none;
  margin: 0;
  padding: 0;

  .p-datatable {
    border: 0.1rem solid var(--gray-100-color);
    border-radius: 1rem;
    overflow: hidden;
  }

  .unread-title {
    color: var(--blue-500);
  }
}

.notification-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 0.05rem solid var(--gray-100-color);
  background: var(--surface-0);
  transition: background 0.3s ease;
}

.notification-item:hover {
  background: var(--alice-blue);
}

.notification-item.unread {
  background: var(--alice-blue);
}

.notification-item div span {
  display: block;
  font-size: 1rem;
}

.notification-item div span:last-child {
  font-size: 0.8rem;
  color: var(--gray-500);
  margin-top: 0.3rem;
}

.no-data-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.no-data-image {
  height: auto;
  margin-bottom: 1.5rem;
}

.no-data-message-title {
  font-size: 1.2rem;
}

.non-clickable {
  cursor: default;
}

.unread-indicator {
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: 10px;
}

.available-times-container {
  max-width: 40rem;
}

.trainer-video-container {
  width: 40rem;
}

.trainer-video-container .p-carousel .p-carousel-item {
  flex: 1 0 33.333333333333336% !important;
  margin-right: 0 !important;
}

.realtime-lecture-pricing-conteiner {
  background-color: var(--surfaces-footer-background);
}

.trainer-available thead th {
  background: none !important;
  border: none;
  padding: 0 1rem;
}

.trainer-available thead th .p-column-header-content {
  border-top: 3px solid var(--primary-color);
  justify-content: center;
  padding: 0.375rem 0;
}

.trainer-available tbody tr td {
  border: none;
  padding: 0.25rem 0.5rem;
}

.notice-title {
  color: var(--text-default-text);
}

.notice-message {
  * {
    margin-top: 0;
    margin-bottom: 0;
    width: fit-content;
  }

  img {
    width: 100%;
  }
}

.audio-custom {
  height: 2.5rem;
  width: 2.1rem;
  background-color: var(--audio-default);
  right: 0.5rem;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  top: 0.5rem;
}

.question-group-divider {
  display: block;
}

@media (max-width: 1200px) {
  .question-group-divider {
    display: none;
  }
}

.search-input {
  max-width: 37.5rem;
  border-radius: 4rem;
}

.topik-card {
  background-color: var(--light-white-color);
  border-radius: 1.5rem;
  border-color: var(--form-third-border);
}

.topik-card:hover {
  border-color: var(--forms-border);
}

.keduall-badge {
  padding: 4px 8px;
  display: inline-block;
  border-radius: 2rem;
}

.keduall-badge.badge-gray {
  background-color: var(--surfaces-sixth-bg);
  color: var(--text-default-text);
}

.keduall-badge.badge-warning {
  background-color: var(--buttons-warning-transparent);
  color: var(--text-warning);
}

.keduall-badge.badge-blue {
  background-color: var(--buttons-info-transparent);
  color: var(--text-info);
}

.keduall-badge.badge-pink {
  background-color: var(--buttons-pink-transparent);
  color: var(--text-pink);
}

.faq-banner-top-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2%;
}

.faq-banner-left {
  top: 16.5rem;
  left: 3.5rem;
}

.faq-banner-welcome-line {
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-500);
  line-height: 3.5625rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0.5rem;
  color: var(--text-on-highlight);
}

.faq-banner-right {
  width: 44%;
  text-align: right;
}

.faq-container {
  width: 86%;
  margin: 0 auto;
  min-height: 40rem;
}

.faq-heading {
  color: var(--text-on-highlight);
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-36);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.faq-error-message {
  color: var(--red-color);
  font-size: var(--font-size-14);
  margin-top: 1rem;
}

.faq-grid {
  display: flex;
  gap: 2%;
  margin-top: 2rem;
}

.faq-left-col {
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-category-item {
  cursor: pointer;
  padding: 0.75rem 1rem;
  background: transparent;
  color: var(--text-default-text);
}

.faq-category-item.selected {
  background: var(--primary-2);
}

.faq-right-col {
  width: 100%;

  .loading-indicator {
    text-align: center;
  }
}

.faq-item {
  border-bottom: 1px solid var(--form-third-border);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface-0);
  color: var(--text-default-text);
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.faq-item-header.expanded {
  color: var(--primary-default);
}

.faq-item-answer {
  background: var(--surface-0);
  color: var(--text-default-text);
}

.faq-banner-bottom {
  width: 100%;
  background: var(--surfaces-footer-background);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faq-banner-bottom-container {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2%;
}

.faq-banner-bottom-left {
  flex: 1;
  padding-bottom: 2rem;
}

.faq-banner-bottom-title {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-36);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--surface-0);
  margin-bottom: 0.5rem;
}

.faq-banner-bottom-desc {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-28);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--surface-0);
  margin: 0;
}

.faq-banner-bottom-right {
  text-align: right;
}

.faq-banner-bottom-button {
  background: var(--buttons-primary);
  color: var(--text-default-text);
  border: none;
}

.leave-msg-dialog {
  width: 50%;
  background-color: var(--surface-0);
}

.leave-msg-header {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-700);
  line-height: var(--line-height-36);
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-default-text);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.leave-msg-form-error {
  color: var(--red-color);
  margin-bottom: 0.5rem;
  font-size: var(--font-size-14);
}

.leave-msg-dialog-footer {
  width: 100%;
  text-align: right;
}

.leave-msg-footer-btn {
  background: var(--buttons-primary) !important;
  color: var(--text-default-text) !important;
  border-radius: 0.375rem;
  border: none;
}

.leave-msg-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.leave-msg-input {
  flex: 1;
  border: 0.0625rem solid var(--form-third-border);
  padding: 0.75rem;
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
}

.leave-msg-subject {
  width: 100%;
  border: 0.0625rem solid var(--form-third-border);
  padding: 0.75rem;
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  margin-bottom: 1rem;
}

.leave-msg-attach {
  border: 0.125rem dashed var(--text-info-txt);
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
}

.leave-msg-attach-title {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-24);
  text-align: center;
  margin-bottom: 0.25rem;
}

.leave-msg-attach-hint {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-20);
  color: var(--blue-500);
}

.leave-msg-browse-label {
  cursor: pointer;
}

.file-input-hidden {
  display: none;
}

.leave-msg-upload-progress {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
}

.leave-msg-upload-row {
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-14);
}

.leave-msg-progressbar {
  width: 100%;
  height: 0.5rem;
  background: var(--light-gray-color);
  position: relative;
  border-radius: 1.875rem;
}

.leave-msg-progressbar-fill {
  background: var(--state-success-background);
  height: 100%;
  transition: width 0.2s linear;
  border-radius: 1.875rem;
}

.leave-msg-attach-preview {
  display: flex;
  width: 90%;
  gap: 1rem;
}

.leave-msg-attach-preview-img {
  width: 20%;
  max-height: 4rem;
  object-fit: contain;
}

.leave-msg-attach-preview-info {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.leave-msg-attach-replace {
  color: var(--buttons-primary);
  cursor: pointer;
  font-size: var(--font-size-14);
}

.leave-msg-message {
  width: 100%;
  height: 6.25rem;
  border: 0.0625rem solid var(--form-third-border);
  padding: 0.75rem;
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  margin-bottom: 1rem;
}

.leave-msg-captcha {
  margin-bottom: 1rem;
}

.leave-msg-captcha-input {
  width: 100%;
  margin-top: 0.5rem;
}

.leave-msg-captcha-error {
  color: var(--red-color) !important;
  margin-top: 0.25rem;
  font-size: var(--font-size-14);
}

.leave-msg-uploaded-line {
  margin-bottom: 0.25rem;
}

.leave-msg-uploaded-text {
  color: var(--green-color);
  font-weight: var(--font-weight-600);
}

.leave-msg-uploaded-dot {
  margin: 0 0.25rem;
}

.leave-msg-file-name {
  margin-bottom: 0.25rem;
}

.answer-sheet-question-button {
  box-shadow: none;
  outline: none;
  height: 2.5rem;
  width: 2.5rem;
}

.font-scale-100 {
  font-size: 100%;
}

.font-scale-150 {
  font-size: 150%;
}

.font-scale-200 {
  font-size: 200%;
}

.test-timer-container {
  padding: 1.25rem;
  height: 5.88rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  background: var(--surfaces-body-bg);
  box-shadow: 0px 0.25rem 1rem 0px var(--shadow-shadow-12), 0px 0.13rem 0.5rem 0px var(--shadow-shadow-25);
}

.register-teacher-button {
  background: var(--buttons-primary) !important;
  color: var(--text-default-text) !important;
  border-radius: 0.375rem;
  border: none;
}

.secondary-text {
  color: var(--secondary-text);
}

.background-utility-primary-transparent {
  background: var(--utility-primary-transparent);
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background-color: var(--primary-primary-5);
  border-color: var(--primary-primary-5);
}

.background-red-red-50 {
  background: var(--red-red-50);
}

.background-orange-orange-50 {
  background: var(--orange-orange-50);
}

.background-buttons-success-transparent {
  background: var(--buttons-success-transparent);
}

border-round-3rm {
  border-radius: 0.3rem;
}

.bg-primary-transparent {
  background-color: var(--utility-primary-transparent);
}

border-round-3rm {
  border-radius: 0.3rem;
}

.text-surface-primary {
  color: var(--surface-primary);
}

.text-danger {
  color: var(--danger-text);
}

.bg-message-warning {
  background-color: var(--message-warning);
}

.border-warning {
  border-color: var(--message-warning);
}

/* AUTH UI */
.register-form-wrapper {
  width: 50%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: var(--primary-default) white;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .register-form-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--primary-default) white;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
  }
}

.register-page {
  height: calc(100vh - 6rem);
  overflow: hidden;

  input[type="checkbox"] {
    display: none;
  }

  .mobile-responsive {
    display: flex;
  }

  @media screen and (max-width: 1024px) {
    .mobile-responsive {
      flex-direction: column !important;
      gap: 0.5rem !important;
    }
  }

  #togglePasswordIcon,
  #toggleConfirmPasswordIcon {
    font-size: 1.31rem;
    color: var(--forms-border);
    cursor: pointer;
  }

  .msg-required {
    font-size: 0.75rem;
    color: var(--text-warning-text);
  }

  .login-with-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 1rem 0;
  }

  .login-with-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: var(--form-third-border);
    z-index: -1;
    transform: translateY(-50%);
  }

  .login-img-wrapper {
    background-color: var(--auth-bg-layout-color);
    width: 50%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
  }
  .login-img-wrapper img {
      margin: auto;
  }

  @media screen and (max-width: 968px) {
    .login-img-wrapper {
      display: none;
    }
  }

  .custom-checkbox-wrapper>label {
    transform: translateY(-0.125rem);
  }

  .qs-controls {
    background-color: var(--white-color) !important;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--text-secondary-text);
  }

  .qs-datepicker-container {
    width: -webkit-fill-available !important;
    min-width: 16.875rem;
    padding: 0 2rem;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
  }

  .qs-squares {
    margin: 1rem 0;
  }

  .qs-active {
    background-color: var(--buttons-primary-transparent) !important;
    color: var(--text-on-highlight);
  }

  .qs-day {
    color: var(--text-default-text) !important;
  }

  .qs-square {
    height: 2.25rem !important;
  }

  .qs-month-year {
    color: var(--text-secondary-text);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400) !important;
  }

  .qs-arrow.qs-left:after {
    content: "\e931";
    font-family: "PrimeIcons";
    font-size: 1rem;
    border: none;
    color: var(--text-secondary-text);
    font-weight: var(--font-weight-400) !important;
    transform: translate(50%, -50%) !important;
  }

  .qs-arrow.qs-right:after {
    content: "\e932";
    font-family: "PrimeIcons";
    font-size: 1rem;
    border: none;
    color: var(--text-secondary-text);
    font-weight: var(--font-weight-400) !important;
    transform: translate(-50%, -50%) !important;
  }

  .select-selected {
    display: flex;
    align-items: center;
  }

  .select-items div {
    padding: 1rem;
    cursor: pointer;
  }

  .select-arrow-active+.select-items {
    display: block;
  }

  .select-hide {
    display: none;
  }

  .register-submit-button:disabled {
    background-color: var(--text-secondary-text);
    cursor: not-allowed;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }
}

.account-recovery-page {
  height: calc(100vh - 6rem);
  overflow: hidden;
}

.account-recovery-page .account-recovery-form-wrapper,
.account-recovery-page .register-form-wrapper {
  padding-left: 3rem;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: var(--primary-default) white;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
}

@media (max-width: 1024px) {

  .account-recovery-page .account-recovery-form-wrapper,
  .account-recovery-page .register-form-wrapper {
    width: 100%;
  }
}

.account-recovery-page .account-recovery-img-wrapper,
.account-recovery-page .login-img-wrapper {
  background-color: var(--auth-bg-layout-color);
  width: 50%;
  min-height: 100%;
  background: var(--auth-bg-layout-color) center / cover no-repeat;
}

@media (max-width: 968px) {

  .account-recovery-page .account-recovery-img-wrapper,
  .account-recovery-page .login-img-wrapper {
    display: none;
  }
}

.account-recovery-page input[type="checkbox"] {
  display: none;
}

.account-recovery-page .mobile-responsive {
  display: flex;
}

@media (max-width: 1024px) {
  .account-recovery-page .mobile-responsive {
    flex-direction: column !important;
    gap: .5rem !important;
  }
}

.account-recovery-page .msg-required {
  color: var(--text-warning-text);
}

.account-recovery-page .login-with-wrapper {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  text-align: center;
}

.account-recovery-page .login-with-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto 0;
  height: 1px;
  background: var(--form-third-border);
  z-index: -1;
}

.id-panel {
  max-width: 33.31rem;
  margin: 0 auto;
}

.id-panel .find-id-code-label {
  margin-top: 1.5rem;
}

.pwd-panel {
  max-width: 33.31rem;
  margin: 0 auto;
}

.send-code-info {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.send-code-info.show {
  display: flex;
  width: 80%;
}

.find-id-send-code {
  border-radius: 0.75rem !important;
}

.account-recovery-page input.invalid,
.account-recovery-page .custom-select.invalid {
  border: 1px solid var(--text-danger-txt);
}

.id-panel .flex.gap-2.pt-3>button {
  flex: 1 1 auto;
  max-width: 11.25rem;
  width: 100%;
}

.id-panel .flex.gap-2.pt-3 {
  justify-content: center;
}

.success-panel {
  max-width: 70%;
}

.success-panel .success-header {
  justify-content: center;
  align-items: center;
}

.found-user-id {
  max-width: 28.125rem;
  display: block;
  justify-self: center;
}

.error-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.pwd-panel {
  align-self: center !important;

  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}

.pwd-panel .keduall-form {
  margin-bottom: 0.125rem;
}

.pwd-panel .flex.gap-2 {
  justify-content: center;
}

.pwd-panel .flex.gap-2>* {
  flex: 1 1 auto;
}

.visibility-hidden {
  visibility: hidden !important;
}

.pwd-panel input.invalid,
.pwd-panel .keduall-form.invalid {
  border: 1px solid var(--text-danger-txt) !important;
}

.reset-link-sent-panel.hidden {
  display: none;
}

.reset-link-sent-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

.reset-link-sent-panel .keduall-buttons {
  height: unset !important;
}

.reset-success-panel .keduall-buttons {
  height: unset;
  min-width: 11.25rem;
}

.reset_submit {
  width: 11.25rem;
  align-self: center;
  margin-top: 1rem;
  height: 3.5rem;
}

.reset-success-message {
  display: flex;
  align-items: center;
}

.reset-success-login {
  width: 11.25rem !important;
  height: 3.5rem !important;
  justify-self: center !important;
}

.account-recovery-page .id-panel .actions.id-actions>* {
  min-width: 11.25rem !important;
  max-width: fit-content;
}

.account-recovery-page .id-panel .actions.id-actions {
  justify-content: center;
  margin-top: 1.5rem;
}

.account-recovery-page .pwd-panel .flex.gap-2.justify-center.pt-4>* {
  min-width: 0 !important;
  max-width: 11.25rem !important;
}

.account-recovery-page .success-panel .flex.gap-2.justify-center>* {
  min-width: 0 !important;
  max-width: 11.25rem !important;
}

.account-recovery-page .success-panel .flex.gap-2.justify-center {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.account-recovery-page .reset-success-panel #reset-success-login {
  width: 11.25rem !important;
  max-width: 11.25rem !important;
  justify-self: center;
}

.account-recovery-page .pwd-panel .flex.gap-2.justify-center > *,
.account-recovery-page .success-panel .flex.gap-2.justify-center > * {
  min-width: 0 !important;
  max-width: 11.25rem !important;
}

.account-recovery-page .reset-success-panel {
  max-width: 80%;
}


.error-panel .flex.gap-2.justify-center.mb-3 {
  justify-content: center !important;
}

.error-panel .flex.gap-2.justify-center.mb-3 > * {
  flex: 0 0 auto !important;
  width: 11.25rem !important;
  max-width: 11.25rem !important;
}

.error-panel .error-header {
  justify-content: center;
  max-width: 25rem;
}

.account-recovery-page a.keduall-buttons,
.account-recovery-page button.keduall-buttons {
  border: 0.063rem solid var(--surfaces-primary-bg) !important;
  min-width: unset;
}

.account-recovery-page a.keduall-buttons:hover,
.account-recovery-page button.keduall-buttons:hover,
.account-recovery-page a.keduall-buttons:disabled,
.account-recovery-page button.keduall-buttons:disabled {
  border-color: var(--surfaces-primary-bg) !important;
}

.account-recovery-page .account-recovery-form-wrapper {
  font-family: var(--font-family-font-family-pretendard), sans-serif !important;
}

.account-recovery-page .account-recovery-form-wrapper .keduall-typography {
  font-family: inherit !important;
}

.account-recovery-page .account-recovery-form-wrapper input,
.account-recovery-page .account-recovery-form-wrapper .keduall-form,
.account-recovery-page .account-recovery-form-wrapper .keduall-buttons,
.account-recovery-page .account-recovery-form-wrapper a.keduall-buttons {
  font-family: inherit !important;
}
.account-recovery-page .account-recovery-form-wrapper input::placeholder {
  font-family: inherit !important;
}

.account-recovery-page .account-recovery-form-wrapper > h1,
.account-recovery-page .id-pwd-switcher,
.account-recovery-page .id-pwd-switcher * {
  font-family: var(--font-family-font-family-fz-poppins), sans-serif !important;
}

.account-recovery-page .keduall-buttons,
.account-recovery-page a.keduall-buttons,
.account-recovery-page button.keduall-buttons {
  font-size: 1rem !important;
  line-height: 1.25rem;
}

.account-recovery-page .form-field {
  display: flex;
  flex-direction: column;
}

.account-recovery-page .form-field > label {
  margin-bottom: 0.375rem;
}

.account-recovery-page .form-field > .keduall-form,
.account-recovery-page .form-field > input,
.account-recovery-page .form-field > .p-inputgroup,
.account-recovery-page .form-field > .input-row {
  margin-bottom: 0 !important;
}

.account-recovery-page .form-field .help {
  margin-top: 0.125rem;
}

.account-recovery-page .form-field .help small + small {
  margin-top: 0.125rem;
}

.account-recovery-page .form-field .help:empty {
  display: none;
}

.account-recovery-page .form-field .help .visibility-hidden {
  display: none !important;
  visibility: hidden;
}

.back-button.notification {
  background: var(--buttons-primary) !important;
  color: var(--text-default-text) !important;
  border-radius: 0.375rem;
  border: none;
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
}

.p-tooltip .p-tooltip-text.w-13rem {
  width: 13rem !important;
}

.bg-primary-2 {
  background: var(--primary-2);
}

.border-primary-2 {
  border-right-color: var(--primary-2);
}

.p-badge {
  background-color: var(--text-danger-txt);
}

.view-detailed-button {
  color: var(--buttons-primary) !important;
  cursor: pointer !important;
}

.shopping-cart-discountprice {
  font-weight: bold;
  color: var(--black-bg-color) !important;
  text-decoration: none !important;
}

.shopping-cart-price {
  color: var(--gray-500);
  font-weight: normal;
  text-decoration: line-through;
}

.total-price-text {
  font-size: 0.95rem !important;
}

.shopping-cart-item:first-child {
  margin-top: 0;
}

.shopping-cart-item {
  border: 0.1rem solid var(--black-bg-color);
  margin-top: 0.5rem;

  .shopping-cart-title {
    color: var(--black-bg-color);
  }

  .shopping-cart-tutor {
    color: var(--gray-500);
    font-size: 0.8rem;
  }

  .shopping-cart-menu-item {
    padding: 0.15rem 0rem !important;
    cursor: auto !important;
  }

  .thumbnail-img {
    width: 8rem;
    height: 5.3rem;
    object-fit: contain;
    padding-left: 0.3rem;
  }
}

.payment-method {
  .p-card {
    color: var(--black-bg-color);
  }

  .p-component {
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.coupon-container {
  width: 100%;
  margin: auto;

  .coupon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .coupon-input {
    width: 50%;
    margin-bottom: 0.5rem;
  }

  .coupon-view-more {
    color: var(--buttons-primary);
    text-decoration: none;
  }

  .coupon-title {
    color: var(--text-default-text);
    font-weight: 800;
  }

  .coupon-card {
    border: 0.1rem solid var(--buttons-primary);
    border-left: 0.35rem solid var(--buttons-primary);
    border-radius: 0.5rem;
    margin-bottom: 0.6rem;
    box-shadow: none;
  }

  .coupon-card.selected {
    border: 0.1rem solid var(--buttons-primary);
    border-left: 0.35rem solid var(--buttons-primary);
  }

  .coupon-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .coupon-info {
    flex-grow: 1;
  }

  .coupon-description {
    color: var(--gray-color);
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }

  .coupon-progress {
    margin-top: 0.3rem;
    height: 0.5rem;
    width: 95%;
  }

  .coupon-expiry {
    color: var(--text-default-text);
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }

  .p-card-content {
    padding: 0;
  }

  .p-card-body {
    padding: 0 1rem;
  }
}

.step-icon {
  /*  width: 7.5rem;
  height: 7.5rem;*/
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.step-content {
  padding: var(--spacing-8) var(--spacing-24);
}

.shopping-cart {
  /*  padding: 0rem var(--margin) var(--spacing-40);*/

  .p-tabview .p-tabview-nav {
    border-bottom: 0.25rem solid var(--border-accent-br);
  }
}

.shopping-cart-list {
  max-height: 52.438rem;
  overflow-y: scroll;
}

.bottom-order-summary {
  border-radius: var(--border-24);
  padding: var(--spacing-24) var(--margin);
  border: 0.063rem solid var(--border-primary-br);
  box-shadow: 0 -0.063rem 0.25rem 0 var(--shadow-shadow-12);
}

.course-img {
  width: 9.875rem !important;
  height: 9.875rem !important;
  border-radius: 0.75rem;

  .course-tag {
    min-width: 4.5rem;
    max-width: 5.625rem;
    height: 1.75rem;
    border-radius: 0 0 1.25rem 0;
    padding: 0.25rem 0.5rem;
    border: 0.063rem solid var(--border-white-br);
    border-left: 0;
  }
}

.one-one {
  background: #7280e8;
}

.vod {
  background: #3db770;
}

.vod-series {
  background: #3db770;
}

.event {
  background: #51bcff;
}

.package {
  background: #e876d3;
}

.hero-video-section,
.hero-placeholder {
  height: 100vh;
}

.hero-video-section {
  background-color: white;

  img,
  video {
    object-fit: cover;
  }

  .hero-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);

    button {
      border-radius: 3rem;
      /*      height: 3.5rem;*/
    }
  }
}

@media only screen and (max-width: 1366px) {
  .hero-video-section,
  .hero-placeholder {
    height: calc(100vh - 8rem);
  }
}

.text-third {
  color: var(--text-third-text);
}

.vod-page-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.vod-page-header-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.vod-page-header-line1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-primary-text);
  margin: 0;
}

.vod-page-header-line2 {
  font-weight: var(--font-weight-400);
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: var(--surface-black);
  margin: 0;
  padding: 0.5rem 0;
}

.vod-page-divider {
  width: 100%;
  max-width: 82.75rem;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--border-primary);
  margin: 2rem auto;
}

@media (max-width: 768px) {
  .vod-page-divider {
    margin: 2rem auto !important;
  }
}

.level-tabs-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.level-tab {
  min-width: 6.125rem;
  padding: 0rem 1.3rem;
  height: 3rem;
  border-radius: 3.5rem;
  border: none;
  background: var(--form-third-border);
  color: var(--surface-black);
  font-weight: var(--font-weight-700);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
}

.level-tab.selected {
  background: var(--primary-default);
  color: var(--white-color);
  font-weight: var(--font-weight-600);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
}

@media (max-width: 1024px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .course-grid {
    grid-template-columns: 1fr;
  }
}

.course-item-col {
  display: flex;
  justify-content: center;
}

.course-item {
  width: 100%;
/*  max-width: 30rem;*/
  border: none !important;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin: 0 auto;
  height: unset;
  min-height: unset;
  background-color: white
}

@media (max-width: 768px) {
  .course-item {
/*    max-width: 20rem;*/
  }
}

.course-item-top {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.tag-container {
  position: absolute;
  bottom: 0.6rem;
  width: 5rem;
  height: 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 2;
}

.top-block {
  width: 2.8125rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  scale: 2;
  margin-left: -2px;
}

.course-grid .top-block {
  scale: 2.3;
}

.course-grid-pagination {
  margin-top: 3.75rem;
  margin-bottom: 5.5rem;
}

.top-block .flag {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.bottom-block {
  height: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.5rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  background: var(--surfaces-hover-bg);
  min-width: 5rem;
  white-space: nowrap;
}

.course-level {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0%;
}

.no-thumbnail {
  background: var(--surfaces-sixth-bg);
  width: 100%;
  height: 100%;
}

.course-item-top img,
.course-item-top video,
.no-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-item-top video {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.course-item-top:hover video {
  opacity: 1;
}

.course-item-details {
  text-align: left;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.course-item-title {
  font-weight: var(--font-weight-400);
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  width: 21.4375rem;
  height: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.course-item-teacher {
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}

.course-item-description {
  font-weight: var(--font-weight-400);
  font-size: 0.875rem;
  line-height: 1.428;
  letter-spacing: 0;
  margin: 0;
}

.course-item-teacher img {
  width: 1rem;
  height: auto;
}

.course-item-teacher .flag {
  width: 1.5rem;
  height: auto !important;
}

.vod-information-page {
  max-width: 83rem;
  margin: 0 auto !important;
  margin-top: 4.5rem !important;
}

.vod-image-wrapper {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--border-primary-br);
  border-radius: 0.25rem;
}

.sample-lesson-video-wrapper {
  .video-js {
    padding-top: 0 !important;
    /* Remove top padding */
  }
}

.video-player-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.vod-information-page {
  .primary-button {
    background: var(--buttons-primary) !important;
    color: var(--text-default-text) !important;
    border-radius: var(--border-24);
    height: 2.25rem;
    border: none;
  }

  .secondary-button {
    background: var(--buttons-system-transparent) !important;
    color: var(--text-default-text) !important;
    border-radius: var(--border-24);
    border: none;
  }

  .sidebar-container {
    min-height: 36.5625rem;
    filter: drop-shadow(0rem 0.1rem 0.1rem var(--shadow-shadow-12)) drop-shadow(0.1rem 0.1rem 0.5rem var(--shadow-black-40));
  }

  .vod-in-list-container {
    transition: 0.2s;
    background-color: white;
    padding: 1.1rem 0;
  }

  .vod-in-list-container:hover {
    /*    transform: scale(1.05);*/
    background-color: var(--primary-primary-1);
  }

  .vod-series-list-wrapper {
    background-color: var(--surfaces-fifth-bg) !important;
    border-radius: var(--border-24);
    min-height: 36.5625rem;
    background: var(--surfaces-fifth-bg);
    border: 0.0625px solid var(--forms-third-border);
    border-radius: 1.5rem;
  }

  .playing-now-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .overlay {
    opacity: 0;
    border-radius: inherit;
    color: var(--white-color);
    aspect-ratio: 16 / 9;
  }

  .overlay.show {
    opacity: 1;
  }

  .two-row-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .one-row-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .thumbnail {
    aspect-ratio: 16 / 9;
  }

  .tutor-avatar {
    width: 3.5rem !important;
    height: 3.5rem !important;
    overflow: hidden;
    border-radius: 50%;
  }

  .p-avatar img {
    height: auto !important;
  }

  .thumbnail:hover,
  .title:hover,
  .tutor-name:hover,
  .tutor-avatar:hover {
    cursor: pointer;
  }

  .learner-avatar {
    width: 2.5rem;
    height: 2.5rem;
  }

  .learner-avatar img {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }

  .vod-overlay-container {
    border-radius: var(--border-24);
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--black-bg-color);
  }

    .video-js,
    .vjs-error-display,
    .video-js .vjs-tech {
        border-radius: 1.5rem;
    }

  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    border-radius: 0 0 1.5rem 1.5rem;
  }

  .vod-thumbnail-wrapper {
    aspect-ratio: 16 / 9;
    width: inherit;
    border-radius: 0.25rem;
  }

  .vod-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  .vod-thumbnail img {
    object-fit: contain;
    /* Changed from cover to contain to maintain aspect ratio */
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  .vod-overlay {
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-black-bg);
  }

  .vod-lock-icon {
    font-size: 4rem;
    color: var(--surface-0);
  }

  .vod-image-wrapper {
    aspect-ratio: 16 / 9;
    border: 1px solid var(--border-primary-br);
    border-radius: 0.25rem;
  }

  .vod-image-wrapper img {
    object-fit: contain;
  }

  .faq-item {
    margin-bottom: 0;
  }

  .vod-button-group-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;

    .bookmark {
      margin-bottom: 0rem;
    }

    .keduall-buttons.button-filled-default-normal-primary,
    .keduall-buttons.button-outlined-default-normal-primary {
      height: 3rem !important;
      min-width: 11.25rem !important;
    }

    .heart {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-color: var(--gray-100-color);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: color 0.2s ease;
      margin-left: 0.5rem;
    }

    .heart-icon {
      color: var(--gray-color);
      font-size: 1.125rem;
    }

    .heart.favorited .heart-icon {
      color: var(--red-color);
    }
  }

  .vod-description-wrapper {
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
      padding: var(--spacing-12) var(--spacing-32);
      color: var(--text-secondary-txt);
      font-size: var(--font-font-size-heading-h6);
      line-height: var(--font-line-height-heading-h6);
      border-bottom: 0.063rem solid var(--border-primary-br);
    }

    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
      color: var(--text-default-txt);
      font-weight: var(--font-weight-font-weight-bold);
      border-bottom: 0.063rem solid var(--border-black-br);
    }

    .trainer-rating-header {
      color: var(--text-default-txt);
      font-size: var(--font-font-size-heading-h5);
      font-weight: var(--font-weight-font-weight-semibold);
      line-height: var(--font-line-height-heading-h5);
    }
  }

.tab-content {
    padding-top: 0.75rem;
    
}

.tab-content .description-content {
    min-height: 60px;
}

  .vod-description {
    position: relative;
  }

  .vod-description.shortened {
    max-height: 15rem;
    /* 150px / 16 = 9.375rem */
    overflow: hidden;
  }

  .vod-description.expanded {
    max-height: none;
    /* Full height when expanded */
  }

  .vod-description.auto-height {
    max-height: none;
    overflow: visible;
  }

  .blur-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    /* 60px / 16 = 3.75rem */
    background: linear-gradient(to bottom,
        transparent,
        var(--loading-panel-bg-color));
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .description-toggle-button {
    width: 48px;
    height: 48px;
    background: var(--border-white-br);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 100px;

    .p-button-icon {
      font-size: 1.5625rem !important;
    }
  }

  .view-more-button {
    margin-bottom: 0.625rem;
    color: var(--text-default-txt);
  }

  .view-less-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
  }

  .view-less-button {
    color: var(--text-default-txt);
  }

  .description-toggle-button:hover {
    background-color: var(--surfaces-fifth-bg);
  }

  .vod-list-container {
    max-height: 28.8125rem;
    overflow-y: scroll;
  }

  .vod-item-divider {
    border-color: var(--surfaces-fifth-bg);
  }

  /* Overwrite existing CSS */
  .p-divider.p-divider-horizontal:before {
    border-top: 0.0625rem solid var(--border-primary) !important;
  }

  .keduall-progress.rating-progress-bar {
    max-width: none;
  }

  .sidebar-container .star-icon {
    color: var(--primary-primary-default);
  }

  .sidebar-container .heart-icon {
    color: var(--red-color);
  }

  .sidebar-container.series-summary {
    min-height: 19.0625rem !important;
  }

  .vod-series-summary-wrapper {
    background-color: var(--surfaces-fifth-bg) !important;
    border-radius: var(--border-24);
    min-height: 19.0625rem;
    background: var(--surfaces-fifth-bg);
    border: 0.0625px solid var(--forms-third-border);
    border-radius: 1.5rem;
  }

  @media screen and (max-width: 30rem) {
    .vod-series-summary-wrapper .keduall-buttons,
    .mobile-vod-button-group .keduall-buttons {
      width: 100% !important;
    }
  }

  .sidebar-container .keduall-buttons {
    min-width: 12.5rem;
  }

  .sidebar-container .favorite-series-button {
    position: absolute;
    right: 1.125rem;
    top: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--surfaces-inactive-bg);
    border-radius: 3.5rem;
  }

  .keduall-heart-button {
    border-radius: var(--border-radius-56, 56px);
    background: var(--surfaces-inactive-bg, #e5e5e5);
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .keduall-heart-button .icon {
    font-size: 1.25rem;
    color: #ec4899;
  }
}

.tutor-rating-container {
  .keduall-progress.p-progressbar .p-progressbar-value {
    background-color: var(--state-warning-background) !important;
  }

  .keduall-progress.p-progressbar {
    background-color: var(--state-warning-transparent);
  }

  .keduall-progress.rating-progress-bar {
    height: 0.5rem;
    width: 36rem;
    border-radius: 0;
    max-width: unset;
  }

  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: var(--primary-primary-default) !important;
  }

  .p-rating .p-rating-item .p-rating-icon {
    color: var(--gray-gray-500) !important;
  }

  .keduall-rate.rate-small.p-rating {
    gap: 0.25rem;
  }

  .pagination-page-default-square .p-paginator-element.p-highlight {
    background-color: var(--primary-primary-2) !important;
    color: var(--surface-black) !important;
  }
}

/*@media only screen and (min-width: 600px) {
  .vod-information-page {
    padding: 3rem 0 !important;
    margin: 0 3.5rem !important;
  }
}*/

@media only screen and (max-width: 991px) {
  .hero-video-section {
    h1 {
      font-size: 3rem !important;
    }

    h3 {
      font-size: 1rem !important;
    }
  }

  .real-time-lecture-detail-container {
    max-height: unset !important;
  }
}

.introduction-section {
  margin-bottom: 4.375rem;
  margin-top: 4.5rem;

  .introduction-content {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1rem;
    /*    max-width: 74.75rem;*/
    margin: 0 auto;
  }

  .introduction-item {
    padding: 1rem;
    box-shadow: 0.25rem 0.375rem 0.25rem 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    /*    width: 17.188rem;*/
    min-height: 23.438rem;
    cursor: pointer;
    transition: 0.5s;

    .item-content {
      h4 {
        line-height: 3rem;
        background-color: var(--surfaces-gray-bg-2);
      }

      h3 {
        font-size: 1.875rem;
      }
    }

    .item-img {
      overflow: hidden;
      display: flex;
      justify-content: end;
      align-items: center;

      img {
        height: 7rem;
      }
    }
  }
}

@media only screen and (max-width: 1200px) {
  .introduction-content {
    grid-template-columns: 1fr 1fr !important;
    justify-items: center;
    padding: 0 1rem;

    .item-content {
      min-height: unset !important;
    }

    .introduction-item {
      width: 100% !important;
      transition: 0.5s !important;
    }
  }
}

.introduction-item .item-img {
  transition: 0.5s;
}

.introduction-item:hover .item-content {
  transition: 0.5s;
}

.introduction-item:hover .item-content {
  transform: translate(0px, 10px) !important;
}

.introduction-item:hover .item-img {
  transform: translate(0px, -10px) !important;
}

@media only screen and (max-width: 767px) {
  .introduction-content {
    grid-template-columns: 1fr !important;
  }
}

.tutoring-section {
  background-color: var(--surfaces-hover-bg);
  padding: 4.5rem 3.5rem;

  .tutoring-content {
    margin-top: 2.25rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .tutoring-item {
    padding: 0 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

    .item-img {
      height: 12.5rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
  }

  button {
    border-radius: 3rem;
  }
}

@media only screen and (max-width: 1366px) {
  .tutoring-content {
    flex-direction: column;
    padding: 0 1rem;
  }

  .tutoring-section {
    padding: 4.5rem 1rem !important;
  }
}

.featured-teacher-item .item-img img {
  width: 100%
}

.featured-teacher-section {
  margin: 4.5rem 0;

  .featured-teacher-content {
    max-width: 74.75rem;
    margin: 0 auto;
  }

  .featured-teacher-item {
    padding: 1rem;
    box-shadow: 0.25rem 0.375rem 0.25rem 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    height: 23.438rem;
    text-align: center;

    button {
      cursor: pointer;
      color: unset;
      background: none;
      border: none;
      padding: 0;
    }

    .item-content {
      h5 {
        margin-bottom: 0.375rem;
      }

      p {
        color: var(--text-secondary-txt);
      }
    }

    .image-wrapper {
      height: 9.75rem;
      margin-bottom: 3rem;
    }

    .item-img {
      width: 9.375rem;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden;
      /*      display: flex;*/
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      height: 9.375rem;

      div {
        position: absolute;
        bottom: 0;
        padding: 0.375rem 0.75rem;
        background-color: var(--surfaces-inactive-bg);
        border-radius: 2rem;
      }
    }
  }

  .slick-arrow {
    z-index: 3;

    i {
      background-color: var(--text-primary-txt);
      font-size: 3rem;
      opacity: 1;
      color: white;
      border-radius: 50%;
      box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.08);
    }

    &&::before {
      display: none;
    }
  }

  .slick-prev {
    left: -2.5rem;
    top: 12rem;
  }

  .slick-next {
    right: -1.8rem;
    top: 12rem;
  }
}

@media only screen and (max-width: 1225px) {
  .featured-teacher-section {
    .slick-prev {
      left: 0;
    }

    .slick-next {
      right: 1.8rem;
    }
  }
}

.file {
  display: flex;
  gap: 0.25rem;
  padding: 0.38rem 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: var(--surfaces-inactive-bg);
  width: fit-content;

  p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--text-default-txt);
  }
}

.vod-package-section {
  background-color: var(--surfaces-hover-bg);
  padding: 4.5rem 0;

  .vod-package-content {
    max-width: 74.75rem;
    margin: 0 auto;

    .slick-list {
      max-width: 67.5rem;
      margin: 0 auto;
    }
  }

  .slick-arrow {
    z-index: 3;

    i {
      background-color: var(--text-primary-txt);
      font-size: 3rem;
      opacity: 1;
      color: white;
      border-radius: 50%;
      box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.08);
    }

    &&::before {
      display: none;
    }
  }

  .slick-prev {
    left: -0.6rem;
    top: 12rem;
  }

  .slick-next {
    right: 1.2rem;
    top: 12rem;
  }

  .vod-package-item {
    background-color: white;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 28.5rem;
    max-width: 21.5rem;
    margin: 0.75rem;

    button {
      cursor: pointer;
      color: unset;
      background: none;
      border: none;
      padding: 0;
      width: 100%;
    }

    .item-content {
      min-height: 10rem;
      padding: 1rem;

      .title {
        overflow: hidden;
      }

      .name {
        img {
          width: 1.5rem;
        }
      }

      .description {
        overflow: hidden;

        p {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }

    }

    .item-img {
      height: 12.5rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;

      img {
        height: 100%;
      }

      .card {
        .card-left {
          position: absolute;
          bottom: 0;
          left: 0;
          padding-bottom: 0.5rem;

          .flag {
            margin-bottom: 0.375rem;
            height: 2rem;
            border-radius: 0 1rem 1rem 0;
            background: transparent;
            width: 2.81rem;
            overflow: hidden;
            justify-content: center;
            align-items: center;
            display: flex;

            img {
              height: 100%;
              width: unset;
            }
          }

          .level {
            display: flex;
            min-width: 5rem;
            padding: 0.375rem 0.5rem;
            border-radius: 0 1rem 1rem 0;
            border-top: 1px solid white;
            border-right: 1px solid white;
            border-bottom: 1px solid white;
            background: var(--surfaces-hover-bg);
            justify-content: center;
            max-width: 85%;

            p {
              margin: 0;
              font-size: 0.875rem;
              line-height: 1.25rem;
              font-weight: 500;
              color: var(--text-default-txt);
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
            }
          }
        }

        .card-right {
          position: absolute;
          bottom: 0;
          right: 0;
          margin: 0.5rem;
          border-radius: 6.25rem;
          background: white;
          box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.25);
          display: flex;
          padding: 0.5rem;
        }
      }
    }
  }
}

@media only screen and (max-width: 1225px) {
  .vod-package-section {
    .slick-prev {
      left: 0;
    }

    .slick-next {
      right: 1.8rem;
    }
  }
}

@media only screen and (max-width: 1150px) {
  .vod-package-item {
    max-width: 100% !important;
  }

  .slick-list {
    max-width: 50rem !important;
    justify-self: center;
  }
}

@media only screen and (max-width: 900px) {
  .slick-list {
    max-width: 40rem !important;
    justify-self: center;
  }
}

@media only screen and (max-width: 750px) {
  .slick-list {
    max-width: 25rem !important;
    justify-self: center;
  }
}

@media only screen and (max-width: 500px) {
  .slick-list {
    max-width: 20rem !important;
    justify-self: center;
  }

  .real-time-lecture-detail-container {
    padding: 1rem !important;
  }
}

.become-teacher-title {
  width: 95%;
  margin: 0 auto;
}

.become-teacher-section {
  background-color: var(--surfaces-primary-bg);
  padding: 2.5rem 0;

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 0;
  }

  h4 {
    max-width: 35rem;
    margin: 0;
    line-height: 2rem;
  }

  a {
    cursor: pointer;
    color: unset;
    background: none;
    border: none;
    padding: 0;
  }

  .become-teacher-icon {
    background-color: var(--surfaces-hover-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
  }

  .become-teacher-img {
    top: 50%;
    right: 0;
    transform: translate(0rem, -50%);

    img {
      object-fit: cover;
    }
  }
}

@media only screen and (max-width: 820px) {
  .become-teacher-img {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .become-teacher-section {
    padding: 1rem 0;

    h2 {
      font-size: 1.25rem;
      line-height: 2.5rem;
      margin: 0;
    }

    h4 {
      font-size: 1rem !important;
      max-width: 35rem;
      margin-top: 0;
      line-height: 2rem;
      margin-bottom: 0.75rem;
    }

    .become-teacher-icon {
      width: 2.5rem;
      height: 2.5rem;
    }
  }
}

.special-package-section {
  padding: 4.5rem 0;
  overflow: visible;

  .special-package-content {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1rem;
    max-width: 74.75rem;
    margin: 0 auto;
  }

  .special-package-item {
    min-height: 20.625rem;
    display: flex;

    button {
      cursor: pointer;
      color: unset;
      background: none;
      border: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .item-content {
      margin-top: 1.75rem;
      min-height: 5.625rem;
      /*      max-width: 17.19rem;*/
    }

    .item-img {
      height: 12.5rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      /*      max-width: 17.188rem;*/
      border-radius: 1rem;
      box-shadow: 1rem 1rem 0px 0px var(--surfaces-primary-bg);

      img {
        width: 100%;
        object-fit: cover;
        height: 100%;
      }

      .label {
        position: absolute;
        background-color: var(--state-danger-background);
        padding: 0.375rem 0.75rem;
        right: 0.5rem;
        bottom: 0.5rem;
        border-radius: 2rem;
        color: white;
        font-weight: 700;
        font-size: 0.75rem;
      }
    }
  }

  .slick-list {
    margin: 0 auto;
  }

  .special-package-slider {
    position: relative;
    /*    max-width: 74.75rem;*/
    margin: 0 auto;
    overflow: visible;
  }

  .slick-arrow {
    z-index: 3;

    i {
      background-color: var(--text-primary-txt);
      font-size: 3rem;
      opacity: 1;
      color: white;
      border-radius: 50%;
      box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.08);
    }

    &&::before {
      display: none;
    }
  }

  .slick-prev {
    left: -5rem;
  }

  .slick-next {
    right: -3rem;
  }
}

@media only screen and (max-width: 1366px) {
  .special-package-content {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 1rem;

    .item-content {
      min-height: unset !important;
    }
  }

  .special-package-slider {
    .slick-prev {
      left: 0;
    }

    .slick-next {
      right: 1.8rem;
    }
  }
}

@media only screen and (max-width: 767px) {
  .special-package-content {
    grid-template-columns: 1fr !important;
  }
}

.level-test-section {
  padding: 1rem;
  background-color: var(--surfaces-hover-bg);

  h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0;
  }

  h4 {
    margin-top: 0;
    line-height: 2rem;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  button {
    cursor: pointer;
    color: unset;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
  }

  .level-test-title {
    width: 95%;
    margin: auto;
  }

  .level-test-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--surfaces-primary-bg);
  }

  .level-test-img {
    top: 50%;
    right: 0;
    transform: translate(0rem, -50%);

    img {
      object-fit: cover;
    }
  }
}

@media only screen and (max-width: 820px) {
  .level-test-img {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .level-test-section {
    padding: 0.6rem 1rem;

    h2 {
      font-size: 1.25rem;
      line-height: 2.5rem;
      margin: 0;
    }

    h4 {
      font-size: 1rem !important;
      margin-top: 0;
      line-height: 2rem;
    }

    .level-test-icon {
      width: 2.5rem;
      height: 2.5rem;
    }
  }
}

.level-test-section-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 5;
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.3);
}

.sample-lesson-section {
  padding: 4.5rem 0;

  i {
    color: var(--text-primary-txt);
  }

  .sample-lesson-title {
    h1 {
      margin-bottom: 0.75rem;
    }
  }

  .sample-lesson-video-wrapper {
    /*    max-width: 71.563rem;*/
    margin: 0 auto;
    min-height: 25rem;
  }

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .main-video {
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 0.4rem;

    .main-video-overlay {
      top: 0;
      background-color: rgba(0, 0, 0, 0.4);

      .play-icon {
        button {
          background-color: transparent;
          width: 4rem;
          height: 4rem;
          border-radius: 50%;

          svg {
            transform: translate(-0.438rem, -0.063rem);
          }
        }
      }

      h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }
  }

  .list-video-wrapper {
    .list-video {
      .list-video-item:hover {
        transform: scale(1.01)
      }

      .list-video-item {
        transition: 0.2s;
        overflow: hidden;
        border-radius: 0.563rem;
        /*        height: 11.25rem;*/
        /*        width: 18.75rem;*/
        aspect-ratio: 16/9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

        .list-video-overlay {
          /*          background-color: rgba(0, 0, 0, 0.4);*/

          .play-icon-wrapper {
            text-align: left;
            background-color: rgba(0, 0, 0, 0.3);

            h6 {
              font-size: 1.125rem;
              line-height: 1.5rem;
            }

            .play-icon {
              background-color: white;
              width: 2rem;
              height: 2rem;
              border-radius: 50%;
            }
          }
        }
      }
    }

    .sample-lesson-action-btn {
      border-radius: 2rem;
    }
  }
}

@media only screen and (max-width: 991px) {
  .sample-lesson-video-wrapper {
    flex-direction: column;
  }

  .main-video {
    height: fit-content;
    flex: 0 0 auto !important;

    video {
      max-height: unset !important;
    }
  }
}

.width-fit-content {
  width: fit-content !important;
}

.ai-tutor-section {
  /*  max-width: 90rem;*/
  padding: 4.5rem 3.5rem;
  background: var(--primary-primary-0);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.5rem;

  .blur-bg {
    position: absolute;
    width: 25.875rem;
    height: 25.875rem;
    border-radius: 25.875rem;
    background: var(--primary-primary-default);
    filter: blur(15.625rem);
    bottom: -5rem;
    left: -10rem;
  }

  .ai-tutor-title {
    margin-bottom: 3rem;
    text-align: center;

    h1 {
      margin: 0 auto;
      font-size: 3rem;
      font-weight: 600;
    }

    .gradient-title {
      background: linear-gradient(90deg,
          var(--text-third-txt) 0%,
          #7f4e40 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  .ai-tutor-section-content {
    display: flex;
    justify-content: center;
    /*    padding: 0px 3rem;*/

    .mobile-part {
      position: relative;
      height: 42.5rem;
      width: 24rem;
      transform: translateY(-1.2rem);

      .phone-wrapper {
        position: absolute;
        padding-top: 2.5rem;
        height: 38.5rem;
        width: 19.3rem;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        background-color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -46%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .action-button-wrapper {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 0.75rem;

          button {
            padding: 0.75rem;
            border-radius: 0.75rem;
            border: none;
            background-color: var(--primary-primary-11);
            display: flex;
            flex-direction: column;
            gap: 1rem;
            text-align: left;
            cursor: pointer;
            width: 9rem;

            i,
            svg {
              font-size: 1.063rem;
              color: var(--text-third-txt);
            }

            svg {
              stroke: var(--text-third-txt);
            }

            .btn-title {
              height: 2.5rem;
              overflow: hidden;
              font-weight: 700;
              font-size: 0.875rem;
              color: var(--text-third-txt);
            }
          }

          button.active {
            outline: 0.125rem solid var(--text-additional-txt);
            background: linear-gradient(117deg,
                var(--text-third-txt) -5.5%,
                var(--state-warning-background) 96.2%);

            i,
            .btn-title {
              color: white;
            }

            svg {
              stroke: white;
            }
          }
        }

        .icon-wrapper {
          position: relative;
          padding: 2rem;

          p {
            font-size: 4rem;
            transform: rotateY(180deg);
            margin: 0;
            position: absolute;
            top: 30%;
            left: 55%;
          }

          .icon-text {
            padding: 1rem 1.5rem;
            border-radius: 2rem 2rem 2rem 0px;
            background: var(--text-third-txt);
            width: fit-content;
            margin-bottom: 1rem;
            margin-left: 7rem;

            h6 {
              color: white;
              margin: 0;
              font-size: 1.125rem;
              font-weight: 600;
            }
          }
        }
      }
    }

    .view-part {
      display: flex;
      flex-direction: column;
      height: 42.5rem;
      width: 48.063rem;
      gap: 2rem;

      .image-wrapper {
        width: 100%;
        height: 31.25rem;
        border-radius: 2rem;
        background: var(--Surfaces-Body-Bg, #fff);
        box-shadow: 0px 1.875rem 6.25rem 0px rgba(137, 188, 255, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 1rem;

        img {
          width: 100%;
        }
      }

      .back-btn {
        background-color: transparent;
        font-weight: 600;
        font-size: 1.125rem;
        height: 3.5rem;

        i {
          font-size: 1.188rem;
          margin-right: 0.5rem;
        }
      }

      .action-wrapper {
        text-align: left;

        button {
          height: 3.75rem;
          font-weight: 600;
          font-size: 1.125rem;
          border-radius: 2.5rem;
          box-shadow: 0px 0.125rem 0.25rem -0.063rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.25rem 0.313rem 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0.063rem 0.625rem 0px rgba(0, 0, 0, 0.12);
          padding: 0.625rem 1.375rem;
          color: white;
        }
      }
    }
  }
}

@media only screen and (max-width: 1366px) {
  .ai-tutor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ai-tutor-section-content {
    padding: 0 1rem !important;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

@media only screen and (max-width: 800px) {
  .view-part {
    width: unset !important;
  }

  .action-wrapper {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .view-part {
    height: 30.5rem !important;
  }

  .ai-tutor-title {
    h1 {
      font-size: 2rem !important;
    }
  }
}

.footer {
  /*  max-width: 90rem;*/
  /*  padding: 0px 3.5rem;*/
  margin: 3rem auto 0;
  border-top: 0.125rem solid var(--border-primary-br);

  .footer-wrapper {
    display: flex;
    padding: 2.5rem 0px;
    gap: 1.5rem;
    width: 95%;
    margin: 0 auto;

    .footer-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.75rem;

      img {
          width: 10rem;
      }

      .social-wrapper {
        gap: 0.75rem;
        flex-wrap: wrap;

        .social-icon {
          padding: 0.5rem;
          border-radius: 0.25rem;
          background-color: var(--surfaces-primary-bg);
          border: none;
          display: flex;
          cursor: pointer;
          width: 2rem;
          height: 2rem;
          align-items: center;
          justify-content: center;
          transition: .2s;

          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }

        .social-icon:hover {
          transform: scale(1.2);
        }

      }

      .policy-end {
        color: var(--text-danger-txt);
      }
    }
  }

  .footer-item {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    border: none;
    background-color: white;
    cursor: pointer;
    width: fit-content;
  }

  .footer-item-title {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    border: none;
    background-color: white;
    width: fit-content;
    font-family: var(--font-family-font-family-fz-poppins, "FZ Poppins")
  }

  .footer-right {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex: 1 0 0;

    .footer-right-item {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      min-width: 15.625rem;
    }
  }
}

@media only screen and (max-width: 1200px) {
  .footer-wrapper {
    flex-direction: column !important;
  }

  .footer {
    padding: 0 !important;
  }

  .footer-wrapper {
    padding: 1rem !important;
  }

  .footer-right {
    justify-content: start !important;
  }
}

@media only screen and (max-width: 575px) {
  .footer-right {
    flex-direction: column !important;
  }

  .footer-item, .footer-item-title {
    padding-left: 0 !important;
  }

  .policy {
    flex-direction: column !important;
  }

  .policy-end {
    margin-top: 0.5rem;
  }
}

/* Remove padding from the accordion header */
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0 !important;
  background: none !important;
}

/* Remove border and shadow */
.p-accordion .p-accordion-header,
.p-accordion .p-accordion-content {
  border: none !important;
  box-shadow: none !important;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

/* Adjust active header color */
.p-accordion .p-accordion-tab-active>.p-accordion-header .p-accordion-header-link {
  background-color: transparent !important;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  border: none;
  color: var(--black-bg-color);
  background: transparent;
  font-weight: inherit;
  transition: none;
}

.text-third {
  color: var(--text-third-text);
}

.rocket-button {
  position: relative;
  padding: 0.938rem 1.875rem;
  background: linear-gradient(117deg,
      white 60%,
      var(--text-third-txt) 60%,
      #7f4e40 80%,
      var(--state-warning-background) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  overflow: hidden;

  span {
    position: relative;
    z-index: 1;
    color: transparent;
    background: linear-gradient(90deg, var(--text-primary-txt) 50%, white 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
  }
}

.rocket-button:hover {
  background-position: 0 0;
  transition-delay: 0.8s;
  transition: background-position 4.6s ease-in-out;
}

.rocket-button:hover span {
  background-position: 0 0;
  transition-delay: 0.7s !important;
  transition: background-position 2s ease-in-out;
}

.rocket {
  position: absolute;
  left: -3.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 31.25rem;
  height: 3.75rem;
  opacity: 0;
  transition: opacity 0.2s;

  svg {
    transform: translatey(-0.063rem);
  }
}

.rocket-button:hover .rocket {
  animation: fly 4s ease-in-out;
  opacity: 1;
}

@keyframes fly {
  0% {
    left: -35.625rem;
  }

  100% {
    left: -3.125rem;
  }
}

.trainer-detail-modal {
  height: 90%;
  border-radius: 1rem;
  font-size: 14px;

  /* Overwrite primereact modal component */
  .p-dialog-header {
    border-radius: 1rem 1rem 0 0;
    border: none;
  }

  .p-dialog-content {
    padding-top: 0 !important;
  }

  .p-dialog-footer {
    border-radius: 0 0 1rem 1rem;
  }

  .p-tabview .p-tabview-nav {
    border: 4px solid var(--primary-default) !important;
    border-width: 0 0 4px 0 !important;
    padding-bottom: 2px;
  }

  .avatar-container {
    width: 150px;
    height: 200px;
    box-shadow: 3px 3px 4px 0px var(--shadow-black-40);
    overflow: hidden;

    img {
      height: 100%;
    }
  }

  .p-tabview-nav-content {
    padding-top: 0.5rem;
    overflow: inherit !important;
  }

  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    position: relative;
    box-shadow: 0px -2px 6px 0px var(--shadow-black-40);
    padding-top: 6px;
  }

  .tab-content {
    transition: opacity 0.3s ease-in-out;
  }

  .fade-in {
    opacity: 1;
  }

  .fade-out {
    opacity: 0;
  }

  .trainer-detail-modal-container {
    .introduction-video-container {
      aspect-ratio: 16 / 9;
    }

    .introduction-video-container iframe {
      width: 100%;
      height: 100%;
      border-radius: 1.5rem;
    }

    .teaching-style-group {
      background: var(--gray-100-color);
    }

    .vod-booking-info h4 {
      margin: 0;
    }
  }

  .trainer-tag {
    .p-tabview .p-tabview-nav {
      border: none !important;
    }

    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
      font-size: 1rem !important;
    }

    .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
      font-size: 1rem !important;
    }

    .p-tabview .p-tabview-nav {
      overflow: visible !important;
      /* Ensure shadow isn’t clipped */
    }

    .p-tabview-panels {
      border: 1px solid var(--border-primary-br);
      border-radius: 0 0.375rem 0.375rem 0.375rem;
      padding: 0.5rem !important;
    }
  }

  .trainer-detail-field-label {
    font-weight: 600;
  }

  .trainer-name {
    font-size: 1.75rem;
    font-weight: var(--font-weight-600);
  }

  .flag-container {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border-primary-br);
  }

  .rounded-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rectangle-flag {
    height: 1.75rem;
    border-radius: 0.1875rem;
  }

  .trainer-booking-form-field {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .trainer-detail-information-wrapper {
    font-size: var(--font-size-14) !important;
  }

  .tutor-detail-title {
    color: var(--border-second-br);
  }

  .tutor-detail-description {
    color: var(--border-second-br);
    min-height: 12rem;
  }

  .p-datatable .p-datatable-header {
    background-color: var(--surface-0);
  }

  .p-datatable-table {
    border: 1px solid var(--border-primary-br);
    border-radius: 0.5rem;
    font-size: var(--font-size-14) !important;
  }

  /* Table container */
  .availability-table {
    border-radius: 0.5rem;
  }

  /* Column styling (cells) */
  .availability-table .p-datatable-tbody>tr>td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--border-primary-br);
    width: 12.5%;
    text-align: center;
    padding: 0.5rem 1rem;
  }

  /* Remove right border from last column */
  .availability-table .p-datatable-tbody>tr>td:last-child {
    border-right: none;
  }

  /* Remove bottom border from last row */
  .availability-table .p-datatable-tbody>tr:last-child>td {
    border-bottom: none;
  }

  /* Header styling */
  .availability-table .p-datatable-thead>tr>th {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--border-primary-br);
    background-color: var(--primary-primary-1);
    width: 12.5%;
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: var(--font-weight-500);
  }

  /* Remove right border from last header cell */
  .availability-table .p-datatable-thead>tr>th:last-child {
    border-right: none;
  }

  /* Header container (button group) */
  .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
  }

  /* PrimeReact header area */
  .p-datatable .p-datatable-header {
    background-color: var(--surface-0);
    border: none;
  }

  /* Cell content styling */
  .cell-content {
    font-family: var(--font-family-font-family-pretendard);
  }

  .cell-content.unavailable {
    color: var(--red-color);
  }

  .cell-content.available {
    cursor: pointer;
  }

  .p-column-header-content {
    display: block;
  }

  .cell-content.selected {
    font-weight: var(--font-weight-600);
  }

  .availability-table .p-datatable-tbody>tr>td:has(.cell-content.selected) {
    background-color: var(--primary-primary-1);
  }

  .booking-input input,
  textarea {
    font-weight: 600;
    font-family: var(--font-family-font-family-pretendard);
  }
}

.booking-confirmation-modal {
  width: 40%;
  border-radius: 1rem;
  font-size: 14px;
}

.tag-tooltip {
  .p-tooltip-text {
    width: unset !important;
    display: inline-block !important;
    padding: 0.5rem !important;
    background-color: var(--surface-black) !important;
    color: var(--surface-0) !important;
    white-space: nowrap !important;
    font-size: 0.75rem !important;
    border-radius: 0.5rem !important;
  }
}

.flag-tooltip.p-tooltip .p-tooltip-arrow {
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: var(--surfaces-black-bg);
  width: 1rem;
  height: 0.5rem;
  top: -0.5rem !important;
  left: 50%;
  transform: translateX(-50%);
}

.flag-tooltip.p-tooltip .p-tooltip-text {
  max-width: fit-content;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  background: var(--surfaces-black-bg);
  color: var(--text-white-txt);
  font-family: var(--font-family-font-family-pretendard);
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-16);
}

.pre-test-modal {
  width: 56.25rem;
}

.pre-test-modal-confirm {
  width: 50.75rem !important;
}

.test-free-test-wrapper {
  .start-view {
    h3 {
      color: var(--text-third-txt);
    }
  }

  .question-view-content {
    margin-top: 2.5rem;
  }
}

.pre-test-answer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  row-gap: 0.75rem;
}

.pre-test-answer-item {
  border-radius: 0.375rem;
  background: var(--primary-primary-11);
  display: flex;
  align-items: center;

  label {
    width: 100%;
    padding: 1rem 0.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .pre-test-answer-wrapper {
    grid-template-columns: 1fr;
  }
}

.pre-test-result {
  .pre-test-result-score-wrapper {
    max-width: 51rem;
    margin: 0 4.5rem 4.5rem;
    border-radius: 1.5rem;
    border: 0.25rem solid var(--border-accent-br);
    min-height: 21.88rem;
    overflow: hidden;

    .result-label {
      width: 25rem;

      .svg-left {
        transform: translateX(-1px);
      }

      .svg-right {
        transform: translateX(1px);
      }
    }

    .result-tag {
      width: 6.25rem;
      height: 6.25rem;
      top: -3.13rem;
      margin-left: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6.25rem;
      background: var(--primary-primary-default);
      box-shadow: 0px 16px 24px 0px var(--Shadow-shadow-8, rgba(0, 0, 0, 0.08)),
        0px 6px 12px 0px var(--Shadow-shadow-12, rgba(0, 0, 0, 0.12));
    }

    .result-count {
      border-radius: 0.75rem;
      border: 1px solid var(--border-primary-br);
      height: 12rem;
      width: 16.25rem;

      .count-score {
        border-bottom: 1px solid var(--border-primary-br);

        .count-score-right {
          border-right: 1px solid var(--border-primary-br);
        }
      }
    }

    .chart-wrapper {
      width: 10.94rem;
      height: 10.94rem;
      margin-top: 0.63rem;
      position: relative;
    }

    .result-chart {
      padding: 3.75rem 0;
    }

    .right-title-star {
      transform: translateX(0.5rem) scale(1.8);
    }

    .left-title-start {
      transform: translateX(-0.5rem) scale(1.8) rotate(180deg);
    }
  }

  .pre-test-result-vod-package {
    transform: translateY(-8rem);
    margin-bottom: -16rem;

    .slick-arrow {
      display: none;
    }

    .keduall-carousel-container {
      max-width: 68.5rem;
    }
  }

  .vod-package-section {
    background-color: var(--white-color) !important;
  }

  .ai-tutor-section {
    max-width: 68.5rem;
    border-radius: 1.25rem;
  }

  .result-package {
    max-width: 83rem;
    margin: 0 auto;

    .title1 {
      img {
        margin-top: -1.4rem;
      }
    }

    .title2 {
      img {
        margin-top: -1.4rem;
      }
    }

    .package-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;

      .package-item {
        padding: 1.5rem;
        border-radius: 1.25rem;
        box-shadow: 0px 0.25rem 1rem 0px var(--Shadow-shadow-12, rgba(0, 0, 0, 0.12)),
          0px 0.125rem 0.5rem 0px var(--Shadow-shadow-25, rgba(0, 0, 0, 0.25));

        .pre-test-result-image-wrapper {
          border-radius: 0.75rem;
          overflow: hidden;
          width: 11.25rem;
          height: 11.25rem;
          flex-shrink: 0;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }

          .flag {
            height: 2rem;
            width: 2rem;
            border-bottom-right-radius: 1rem;
            border-bottom-left-radius: 1rem;
            overflow: hidden;

            span {
              height: 100%;
              width: 100%;
              display: block;
              transform: scale(1.4);
            }
          }
        }

        .info {
          flex-grow: 1;

          .sub-info {
            margin-bottom: 4.5rem;
            border-top: 1px solid var(--border-primary-br);
            padding-top: 0.5rem;

            p {
              color: var(--text-dark-txt);
            }
          }
        }
      }
    }
  }

  @media only screen and (max-width: 1200px) {
    .result-package {
      .title1 {
        img {
          display: none !important;
        }
      }

      .title2 {
        img {
          display: none !important;
        }
      }
    }
  }

  .recommended-teacher-banner {
    padding: 2rem 3.5rem;
    margin-top: 4.5rem;
    background: radial-gradient(38.15% 83.91% at 50% 50%,
        var(--primary-primary-2) 0%,
        var(--primary-primary-4, #ff9a40) 100%);
  }

  .recommended-teacher-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
    max-width: 68.5rem;

    .recommended-teacher-item {
      border-radius: 1.25rem;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);

      .pre-test-recommended-teacher-image {
        width: 9.38rem;
        margin: 0 auto 0.75rem;
        height: 9.38rem;
        border-radius: 50%;
        overflow: hidden;

        img {
          width: 100%;
        }
      }

      .name-flag {
        transform: scale(1.3) translateY(-1px);
      }
    }

    .keduall-vod-card-flag-icon {
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid var(--border-primary-br);

      span {
        transform: scale(1.5);
      }
    }

    .keduall-vod-card-flag-title {
      padding: 0.125rem 0.5rem;
      border-radius: 1rem;
      background: var(--Primary-Primary-0, #fff2e7);
    }
  }

  .pretest-result-action-btn {
    border-bottom: 1px solid var(--border-primary-br);
    margin: 3rem auto 4.5rem;
    padding-bottom: 4.5rem;
    width: fit-content;
  }
}

.pretest-result-title {
  width: fit-content;

  h2 {
    z-index: 2;
    position: relative;
  }
}

.pretest-result-title-bg {
  height: 0.94rem;
  width: 105%;
  background-color: var(--text-primary-txt);
  bottom: 0;
  z-index: 1;
}

.pretest-result-title-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 68.5rem;
}

@media only screen and (max-width: 991px) {
  .recommended-teacher-list {
    margin: 0 0.5rem !important;
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 83rem) {
  .result-package {
    margin: 0 0.5rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .package-list {
    grid-template-columns: 1fr !important;
  }

  .package-item {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 825px) {
  .pre-test-result-score-wrapper {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 1200px) {
  .pre-test-result-score-wrapper {
    .result-label {
      width: 100% !important;
      padding: 1rem;
      height: 21.88rem;
    }
  }
}

.pre-test-result-score.border {
  border: 1px solid var(--border-second-br);
  border-radius: 1.25rem;
}

.pre-test-result-score {
  .result-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    min-width: fit-content;
  }
}

.pre-test-result-title {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: var(--text-default-txt);
}

.pre-test-result-sub-title {
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: var(--text-default-txt);
}

.pre-test-finish {
  padding: 1.75rem 1.25rem 0.75rem 1.25rem;
  text-align: right;
  width: 100%;

  button {
    min-width: 13.38rem;
  }
}

@media only screen and (max-width: 575px) {
  .intro {
    flex-direction: column;
    align-items: center;
  }

  .pre-test-finish {
    text-align: center;
  }
}

.p-datepicker.p-datepicker-timeonly .p-timepicker {
  justify-content: space-evenly;
}

.keduall-stepper {
  display: flex;
  flex: 1;
  gap: 0.5rem;
}

.keduall-stepper .keduall-stepper-item {
  display: flex;
  gap: 0.5rem;
  flex: 1;
  align-items: center;
}

.keduall-stepper .keduall-stepper-item .line {
  flex-grow: 1;
  background-color: var(--border-primary);
  height: 1px;
}

.keduall-stepper .keduall-stepper-item .number {
  background-color: var(--border-primary);
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keduall-stepper .keduall-stepper-item.visited .line {
  background-color: var(--text-primary-txt);
}

.keduall-stepper .keduall-stepper-item.visited .number {
  background-color: var(--primary-primary-0);
}

.keduall-stepper .keduall-stepper-item.current .line {
  background-color: var(--text-primary-txt);
}

.keduall-stepper .keduall-stepper-item.current .number {
  background-color: var(--text-primary-txt);
  justify-content: space-evenly;
}

.event-card {
  border-radius: 0 0.75rem 0.75rem 0;
  overflow: hidden;
  padding-bottom: 1.5rem;
  transition: 0.3s;
  border-top-left-radius: 0 !important;
}

.event-card:hover {
  transform: scale(1.05);
}

.event-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 1rem;
}

.event-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card__remain-tag.p-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 3.875rem;
  height: 1.75rem;
  background: var(--state-danger-background);
  color: var(--text-white-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.event-card__ended-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--text-white-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.event-card__title {
  margin-bottom: 0.75rem;
}

.event-card__date-range {
  color: var(--text-dark-txt);
}

.real-time-lecture-detail-container {
  padding: var(--padding) var(--margin);
  max-height: 60rem;
}

.tutor-avatar-container {
  width: 9.375rem;
  height: 12.5rem;

  img {
    border-radius: var(--border-radius-20);
    aspect-ratio: 3/4;
  }
}

.tutor-flag {
  width: 2.4375rem;
  height: 1.75rem;
  aspect-ratio: 39/28;
  border-radius: 0.1875rem;
  background: var(--white-color);
  box-shadow: 0rem 0rem 0.125rem 0.063rem var(--shadow-shadow-12);
}

.tutor-favorite {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  justify-content: center;
  align-items: center;
}

.tutor-favorite i {
  font-size: var(--font-size-20);
  width: 1.27263rem;
  height: 1.12869rem;
}

.flag-container {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 0.063rem solid var(--border-primary-br);
}

.availability-table .p-datatable-wrapper {
  border-radius: var(--border-radius-8);
  border: 1px solid var(--border-primary-br);
}

/* Column styling (cells) */
.availability-table .p-datatable-tbody>tr>td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--border-primary-br);
  width: 12.5%;
  text-align: center;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* Remove right border from last column */
.availability-table .p-datatable-tbody>tr>td:last-child {
  border-right: none;
}

/* Remove bottom border from last row */
.availability-table .p-datatable-tbody>tr:last-child>td {
  border-bottom: none;
}

/* Header styling */
.availability-table .p-datatable-thead>tr>th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--border-primary-br);
  background-color: var(--primary-primary-1);
  width: 12.5%;
  text-align: center;
  padding: 0.5rem 1rem;
  font-family: var(--font-family-font-family-pretendard);
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-size-20);
  color: var(--surface-black);
}

/* Remove right border from last header cell */
.availability-table .p-datatable-thead>tr>th:last-child {
  border-right: none;
}

/* PrimeReact header area */
.p-datatable .p-datatable-header {
  background-color: var(--surface-0);
  border: none;
}

/* Cell content styling */
.cell-content {
  font-family: var(--font-family-font-family-pretendard);
}

.p-column-header-content {
  display: block;
}

.cell-content.selected {
  font-weight: var(--font-weight-600);
}

.availability-table .p-datatable-tbody>tr>td:has(.cell-content.selected) {
  background-color: var(--state-danger-transparent);
}

.availability-table .p-datatable-tbody>tr>td:has(.cell-content.disabled) {
  background-color: var(--surfaces-inactive-bg) !important;
  cursor: auto;
}

.bundle-discount-wrapper-mini {
  padding: 0.2rem 1rem;
  border-radius: var(--border-radius-12);
  border: 0.063rem solid var(--border-primary-br);
  background: var(--surfaces-body-bg);
  box-shadow: 0rem 0.125rem 0.375rem 0rem var(--shadow-shadow-12);
  cursor: pointer;
  transition: 0.3s;
}

.bundle-discount-wrapper {
  padding: 0.9rem 1.3rem;
  border-radius: var(--border-radius-12);
  border: 0.063rem solid var(--border-primary-br);
  background: var(--surfaces-body-bg);
  box-shadow: 0rem 0.125rem 0.375rem 0rem var(--shadow-shadow-12);
  cursor: pointer;
  transition: 0.3s;
}

.bundle-discount-wrapper:hover {
  transform: scale(1.01);
  border: 0.063rem solid var(--border-accent-br);
  background: var(--surfaces-hover-bg);
  box-shadow: 0rem 0.25rem 1rem 0rem var(--shadow-shadow-12);
}

.bundle-discount-wrapper .collision-wrapper {
  right: -1.125rem;
  top: -1.3125rem;
}

.p-rating .p-rating-item.p-focus {
  box-shadow: none !important;
}

.event-package {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.event-package__header {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 1rem 0;
  background: var(--white-color);
  z-index: 100;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;

  @media (min-width: 1024px) {
    max-width: 83rem;
  }

  @media (max-width: 767px) {
    position: static;
    top: auto;
  }

  @media (min-width: 768px) {
    position: sticky;
    top: 8.5rem;
  }
}

.event-package__thumb-col {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  overflow: hidden;
  padding-bottom: 1.625rem;
}

.event-package__content-col {
  flex: 0 0 62.56%;
  max-width: 62.56%;
}

.event-package__thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}

.event-package__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-package__meta {
  display: flex;
  align-items: center;
}

.event-package__bookmark-icon {
  color: var(--primary-primary-10);
  padding-right: 0.5rem;
  align-self: center;
}

.event-package__remain-inline {
  margin-left: 1.5rem;
  background-color: var(--state-danger-background);
  color: var(--text-white-txt);
  padding: 0.125rem 0.75rem;
}

.event-package__body {
  padding: 0 10.5rem 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.event-package__content {
  align-self: center;
  max-width: 69rem;
}

.event-package__date-text {
  margin-left: 0.5rem;
}

.event-package__additional-info {
  margin: 0 auto;
  width: 100%;
  /*  max-width: 69rem;*/
}

.linked-item {
  border: 0.0625rem solid var(--border-primary-br);
  border-radius: 2rem;
}

.linked-item__divider {
  height: 0.0625rem;
  background-color: var(--border-primary-br);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .event-package__header {
    padding: 1rem 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .event-package__header {
    flex-direction: column;
    height: auto;
    padding: 1rem 1rem;
    padding-bottom: 0;
  }

  .event-package__thumb-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
  }

  .event-package__thumb {
    padding-top: 56.25%;
  }

  .event-package__content-col {
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .event-package__meta {
    align-items: flex-start;
    gap: 0.5rem;
  }

  .event-package__meta span,
  .event-package__meta .p-tag {
    white-space: normal;
    word-break: break-word;
  }

  .event-package__content-col .flex.justify-content-end {
    flex-direction: column;
    align-items: stretch;
  }

  .linked-item .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .linked-item span {
    white-space: normal;
    word-break: break-word;
  }

  .event-package__body {
    padding: 0 1rem 4.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .event-package__content,
  .event-package__content-col {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
  }

  .event-package__content table,
  .event-package__content iframe,
  .event-package__content img {
    max-width: 100%;
    height: auto;
  }
}

.booking-modal {
  width: 41.5625rem;
}

.booking-content {
  border-radius: var(--border-radius-20);
  background: var(--surfaces-fifth-bg);
}

.booking-table .p-datatable-wrapper {
  border: 0.063rem solid var(--surfaces-sixth-bg);
  border-radius: var(--border-radius-12);
  box-shadow: 0rem 0.063rem 0.125rem 0rem rgba(16, 24, 40, 0.06);
}

.booking-table .p-datatable-tbody>tr>td {
  padding: 1rem 1.5rem;
  white-space: nowrap;
  text-align: left;
}

.booking-table .p-datatable-thead>tr>th {
  padding: 0.75rem 1.5rem;
  border-bottom: 0.063rem solid var(--border-primary-br);
  background: var(--surfaces-inactive-bg);
  text-align: left;
  font-family: var(--font-family-font-family-pretendard);
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-size-20);
  color: var(--surface-black);
}

.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.5s;
}

.error-page {
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}

.error-page .error-page-image img {
  max-width: 95%;
}

.error-page .error-page-action {
  line-height: 100px;
}

.error-page a {
  border-radius: 3rem;
}

.pre-test-result-chart {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.p-datepicker.p-datepicker-timeonly .p-timepicker {
  justify-content: space-evenly;
}

/*languae-speaking*/
.language-speaking.box {
  padding: 2rem;
  box-shadow: 0 0.25rem 1rem 0 var(--shadow-shadow-25);
  margin-bottom: 3rem;
  margin-top: 2rem;
  background: var(--surfaces-body-bg);
  border-radius: 1.5625rem;
  line-height: 0;
}

.language-speaking .col {
  padding: 0;
}

.language-speaking .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.language-speaking .header .header-title {
  flex: 1;
  text-align: center;
}

.language-speaking .header .add-icon {
  font-size: 2rem;
  color: black;
  cursor: pointer;
}

.language-speaking .divider {
  border: 0.0625rem solid var(--border-primary-br);
  margin-bottom: 2rem;
}

.language-speaking .content {
  position: relative;
  min-height: 10.9375rem;
}

.language-speaking .content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.1875rem;
  background: var(--primary-primary-default);
  display: none;
}

.language-speaking .column-headers {
  display: none;
}

.language-speaking .column-headers .col {
  flex: 1;
  text-align: left;
}

.language-speaking .proficiency-col {
  margin-left: 0rem;
}

.language-speaking .entries .entry-row {
  display: flex;
  align-items: start;
  gap: 1rem;
  border-bottom: none;
  padding-bottom: 1rem;
}

.language-speaking .entry-row .col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.language-speaking .entry-row label {
  margin-bottom: 0.25rem;
}

.language-speaking .entry-row {
  position: relative;
}

.language-speaking .entry-row .remove-icon {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.5rem;
  color: red;
  padding-bottom: 1rem;
}

.p-dropdown .p-dropdown-clear-icon {
  top: auto;
}

.education-qualification {
  margin-bottom: 3rem;

  h3 {
    margin-bottom: 1rem;
    color: var(--text-third-text) !important;
  }

  .edu-container {
    display: flex;
    gap: 1.5rem;
  }

  .edu-container .col.col-inputs {
    width: 75%;
    gap: 1.5rem;
    padding: 1.5rem;
    box-sizing: border-box;
    background-color: var(--primary-primary-1);
    border-radius: 0.75rem;
  }

  .edu-container .col.col-inputs .edu-input {
    width: 100%;
    box-sizing: border-box;
  }

  .edu-container .col.col-inputs .reset-btn {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 0.5rem;
  }

  .edu-container .col.col-inputs .reset-btn button {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: var(--buttons-system-transparent);
    cursor: pointer;
    color: var(--surface-black);
  }

  .edu-container .col.col-inputs .reset-btn button .pi {
    padding-top: 0.25rem;
  }

  .edu-container .col.col-uploads {
    width: 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }

  .col {
    &.col-uploads {
      .upload-title {
        height: 3rem;
        background: var(--surfaces-primary-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-white-txt);
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
      }

      .upload-container {
        padding: 0.75rem;
        box-sizing: border-box;
        height: 15.5625rem;
        display: flex;
        flex-direction: column;
        border: 0.0625rem solid lightgray;
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
      }

      .upload-list {
        flex: 1;
        overflow-y: auto;
        max-height: 9rem;

        .file-row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          white-space: nowrap;
        }

        .file-name {
          flex: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0 0.5rem;
          text-decoration: underline;
        }

        @media (max-width: 62rem) {
          .file-name {
            max-width: 10ch;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }

        .file-actions {
          display: flex;
          gap: 0.75rem;

          i {
            cursor: pointer;
          }
        }
      }

      .upload-btn-container {
        margin-top: auto;
        text-align: center;
        width: 7.75rem;
        align-self: center;
      }
    }
  }
}

@media (max-width: 767px) {
    .edu-container {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    height: auto !important;
    gap: 1rem !important;
  }

  .edu-container .col-inputs,
  .edu-container .col-uploads {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem !important;
  }

  .edu-container .col-inputs {
    flex-wrap: wrap !important;
    gap: 0rem !important;
  }

  .edu-container .col-inputs .edu-input {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .edu-container .col-inputs .reset-btn {
    align-self: flex-start !important;
    margin-top: 1rem !important;
  }

  .edu-container .col-uploads {
    padding: 0 !important;
  }

  .edu-container .col-uploads .upload-container {
    height: auto !important;
    max-height: none !important;
  }

  .education-qualification {
    .col-uploads {
      .upload-title {
        height: auto !important;
        padding: 0.75rem 1rem !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        text-align: center !important;
      }

      .upload-container {
        max-height: none !important;
        height: auto !important;
        display: block !important;
      }

      .upload-list {
        max-height: 8rem !important;
        overflow-y: auto !important;
      }

      .file-row {
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
      }

      .file-name {
        white-space: normal !important;
        word-break: break-word !important;
        text-align: left !important;
        flex: 1 1 auto !important;
      }

      .upload-btn-container {
        width: 100% !important;
        margin-top: 1rem !important;
      }
    }
  }

  .edu-container .col.col-inputs .reset-btn {
    padding-top: 0 !important;
  }
}

@media (max-width: 37.5rem) {
  .edu-container {
    gap: 0.75rem !important;
/*    padding: 0.5rem !important;*/
  }

  .edu-container .col-inputs,
  .edu-container .col-uploads {
    padding: 0.5rem !important;
  }

  .edu-container .col-inputs .edu-input,
  .edu-container .col-inputs .reset-btn,
  .edu-container .col-uploads {
    width: 100% !important;
    max-width: 100% !important;
  }

  .edu-container .col-uploads .upload-container {
    height: auto !important;
    max-height: none !important;
  }

  .education-qualification {
    .col-uploads {
      max-width: 100% !important;
      width: 100% !important;

      .upload-title {
        font-size: 1rem !important;
        padding: 0.5rem !important;
      }

      .upload-container {
        padding: 0.5rem !important;
      }

      .upload-list {
        max-height: 6rem !important;
      }

      .file-name {
        margin: 0.25rem 0 !important;
      }

      .file-actions {
        justify-content: flex-start !important;
        gap: 0.5rem !important;
      }

      .upload-btn-container {
        width: 100% !important;
        margin-top: 0.5rem !important;
      }
    }
  }

  .edu-container .col.col-inputs .reset-btn {
    padding-top: 0 !important;
  }
}

.package-list__grid {
  margin: -0.75rem !important;
  justify-content: center;
}

.package-list__grid>div {
  padding: 0.75rem !important;
  min-width: 40.75rem;
}

.package-card {
  border: 1px solid var(--surface-border);
  border-radius: var(--base-border-radius);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  height: 100%;
  transition: 0.3s;

  @media (min-width: 768px) {
    flex-direction: row;
    gap: 1.25rem;
  }

  box-shadow: 0 0.125rem 0.5rem 0 var(--shadow-shadow-25);
  box-shadow: 0 0.25rem 1rem 0 var(--shadow-shadow-12);
}

.package-card:hover {
  transform: scale(1.05)
}

@media (max-width: 575.98px) {
  .package-list__grid>div {
    min-width: unset !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .package-card {
    padding: 1rem;
    transition: 0.3s;
  }
}

.package-card__thumbnail-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 11.25rem;

  @media (min-width: 768px) {
    width: 30%;
    max-width: 11.25rem;
    height: auto;
    aspect-ratio: unset;
    margin-bottom: 0;
  }
}

.package-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card__content {
  flex: 1;
  min-width: 0;
}

.package-card h3 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.package-card p {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  flex-grow: 1;
}

.text-wrap--nowrap {
  text-wrap: nowrap;
}

.object-fit--cover {
  object-fit: cover;
  object-position: top;
}

.topik-test-list-title {
  text-align: center;
  margin: 4.5rem 1rem;
}

.topik-test-list-row-wrapper {
  margin: 0 3.5rem 4.5rem;
  border-bottom: 1px solid var(--border-primary-br);
}

.topik-test-list-row {
  padding-bottom: 4.5rem;

  .topik-test-list-row-item {
    padding-top: 2rem;
    border-radius: var(--base-border-radius);
    border: 1px solid var(--border-primary-br);
    background: var(--surfaces-body-bg);
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .main-title {
      min-height: 3.5rem;
      margin-bottom: 1.25rem;
    }

    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: 2.5rem;
      justify-content: center;

      .tag-item {
        padding: 0.375rem 0.75rem;
        border-radius: 0.25rem;
        background: var(--surfaces-inactive-bg);
      }
    }

    .topik-test-list-row-item-footer {
      height: 3.5rem;
      border-top: 1px solid var(--border-primary-br);

      .topik-test-list-row-item-footer-right-text {
        border-bottom: 1px solid var(--text-default-txt);
      }
    }
  }

  .topik-test-list-row-item:hover {
    transform: scale(1.05);
    box-shadow: 0 0.25rem 1rem 0 var(--shadow-shadow-12);
  }
}


@media (max-width: 1300px) {
  .topik-test-list-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .topik-test-list-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .topik-test-list-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 511px) {
  .topik-test-list-row-wrapper {
    margin: 0 1rem 4.5rem;
  }
}

.topik-test-dialog {
  max-width: 75rem;
  width: 95%;
  min-height: 90vh;
}

.topik-test-dialog .p-dialog-content {
  display: flex;
  flex-direction: column;
}

.topik-doing-test-checkbox-label {
  color: var(--text-default-txt);
}

.topik-doing-test-checkbox {
  display: none !important;
}

.topik-doing-test-checkbox-label .question-answer-text {
  margin-left: 0.5rem;
}

.topik-doing-test-checkbox-label .question-answer-number {
  color: var(--text-default-txt);
  border: 1px solid var(--text-default-txt);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-family: var(--font-family-font-family-pretendard);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.topik-doing-test-checkbox-label.checked {
  color: var(--text-danger-txt);
}

.topik-doing-test-checkbox-label.checked .question-answer-text {
  text-decoration: underline;
}

.topik-doing-test-checkbox-label.checked .question-answer-number {
  color: var(--white-color);
  border-color: var(--text-danger-txt);
  background-color: var(--text-danger-txt);
}

.topik-question-heading-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem;
  border-radius: 1.25rem;
  border: 1px solid var(--border-black-br);
}

.topik-doing-test-answer-sheet {
  display: flex;
  flex-direction: column;
  align-items: start;
  top: 25rem;
  width: 19rem;
  background-color: var(--white-color);
  max-height: 38.50rem;
  overflow: hidden;
  border-radius: 2.5rem 0 0 2.5rem;
  border: 0.0625rem solid var(--border-primary-br);
  box-shadow: -0.3125rem 0.25rem 1rem 0rem var(--shadow-shadow-25);
  position: fixed;
  height: 48vh;
  transition: 0.2s;
}

.topik-doing-test-answer-sheet-content {
  padding-left: 2rem;
  padding-right: 1.25rem;
  width: 100%;
  background-color: var(--white-color);
  overflow-y: auto;
}

.topik-doing-test-answer-sheet-content-item {
  border-bottom: 1px solid var(--border-primary-br);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.topik-doing-test-answer-sheet-collapse-btn {
  position: fixed;
  width: 3rem;
  height: 3rem;
  border-radius: 6.25rem;
  background: var(--surfaces-primary-bg);
  box-shadow: 0px 0.25rem 0.25rem 0px var(--shadow-shadow-8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
  margin-left: -1.5rem;
  top: 43rem;
}

@media (max-width: 375px) {
  .topik-doing-test-answer-sheet {
    width: 17rem;
  }
}

@media (max-height: 1100px) {
  .topik-doing-test-answer-sheet {
    height: 28rem;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 38rem;
  }
}

@media (max-height: 1000px) {
  .topik-doing-test-answer-sheet {
    height: 22rem;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 35rem;
  }
}

@media (max-height: 900px) {
  .topik-doing-test-answer-sheet {
    height: 32vh;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 33rem;
  }
}

@media (max-height: 800px) {
  .topik-doing-test-answer-sheet {
    height: 29vh;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 31rem;
  }
}

@media (max-height: 750px) {
  .topik-doing-test-answer-sheet {
    height: 26vh;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 30rem;
  }
}

@media (max-height: 700px) {
  .topik-doing-test-answer-sheet {
    height: 24vh;
  }
  .topik-doing-test-answer-sheet-collapse-btn {
    top: 29rem;
  }
}

.topik-doing-test-answer-sheet.collapsed {
  width: 0;
}

.topik-doing-test-answer-sheet.collapsed .topik-doing-test-answer-sheet-collapse-btn {
  margin-left: -2rem !important;
}

.topik-doing-test-answer-sheet-content-item-answer-status-wrong {
  position: absolute;
  top: -1.13rem;
  left: -1rem;
}

.topik-doing-test-answer-sheet-content-item-answer-status-true {
  position: absolute;
  top: -0.2rem;
  left: -1rem;
}

.topik-test-result-detail {
  border: 1px solid var(--border-second-br);
  border-radius: 1.25rem;
  overflow-x: auto;
  padding: 0 2rem;
}

.topik-test-result-detail-content {
  min-width: 992px;
}

.topik-test-result-detail-header {

  .result-item {
    border-bottom: 1px solid var(--border-second-br);
  }
}

.topik-test-result-detail-chart-item {
  filter: drop-shadow(0px 0.125rem 0.375rem rgba(13, 10, 44, 0.08));
  padding: 1rem;
  box-shadow: 0px 0.25rem 0.5rem 0.125rem var(--light-gray-color);
  border-radius: 1.5rem;
}

.topik-test-timeup-dialog {
  border-radius: 2rem;

  .p-dialog-header {
    display: none;
  }

  .p-dialog-content {
    padding: 1rem;
    width: 17rem;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
  }

  .p-dialog-footer {
    border-radius: 0rem 0rem 1.5rem 1.5rem;
  }
}

.container {}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  /*position above the element */
  left: 50%;
  margin-left: -80px;
  transition: opacity 0.2s;
  pointer-events: none;
  /* prevents hover issues */
}

.three-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* Optional: indicates it's interactive */
  transition: all 0.2s;
}


.three-line-text:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  z-index: 997;
}

.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-line-text:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.one-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one-line-text:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/*Tutor Leader Board*/

/* Custom crown and star animations */
@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.animate-twinkle {
  animation: twinkle 2s infinite;
}

/* Hover effects for profile images */
.profile-hover {
  transition: transform 0.2s ease;
}

.profile-hover:hover {
  transform: scale(1.05);
}

/* Custom shadows for crown effects */
.crown-shadow-gold {
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
}

.crown-shadow-silver {
  filter: drop-shadow(0 2px 4px rgba(192, 192, 192, 0.3));
}

.crown-shadow-bronze {
  filter: drop-shadow(0 2px 4px rgba(205, 127, 50, 0.3));
}

.ranking-tutor-item {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.ranking-tutor-item:hover {
  transform: scale(1.1)
}

.ranking-tutor-item .crown-icon {
  position: sticky;
  z-index: 1;
}

.ranking-tutor-item .ranking-tutor-avatar {
  aspect-ratio: 1/1;
  margin-top: -8px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.ranking-tutor-item:hover .ranking-tutor-avatar {
  box-shadow: 0 0 25px 10px rgba(255, 215, 0, 0.7);
}

.ranking-tutor-item .ranking-tutor-item-name {
  color: var(--state-warning-background) !important;
}

.ranking-tutor-item .tutor-badge-icon {
  position: absolute;
  z-index: 1;
  width: 20%;
}

.tutor-ranking-separator-section {
  color: #FF8110;
  background-color: #FFF5D7;
  border: 2px solid #FFAB5F;
  display: inline;
  padding: 0.3rem 1.2rem;
  border-radius: 1.2rem;
}

/* Adaptive Design CSS*/

.mobile-only {
  display: none !important;
}

.pc-only {
  display: flex !important;
  flex-direction: column
}

/* ADAPTIVE DESIGN: Only Mobile*/

@media (max-width: 768px) {
  .mobile-only {
    display: flex !important;
    flex-direction: column
  }

  .pc-only {
    display: none !important;
  }
}


.become-tutor-container {
  max-width: 1480px;
}

.width-limited {
  max-width: 1480px;
  margin: 0 auto;
  width: 95%;
}

.register-success {
  box-shadow: 0 0 10px lightgray;
  border-radius: 1.2rem;
}


/*New main navigation*/
@layer components {

  .nav-a:hover {
    text-decoration: none !important;
    color: var(--text-primary-txt) !important;
  }

  a.nav-a.active {
    color: var(--text-primary-txt) !important;
  }

  /* Navigation Styles */
  .nav-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    max-width: 95%;
    margin: 0 auto !important;
    padding: 0.8rem 0 !important;
  }

  .nav-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
  }

  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }

  .nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .nav-brand:hover {
    opacity: 0.8;
  }

  .nav-menu {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    font-size: 1.25rem;
    font-family: 'FZ Poppins', Pretendard;
    font-weight: 600;
    margin: 0 auto !important;
    text-align: center
  }

  .nav-item {
    position: relative;
    margin: 1rem 0 !important;
  }

  .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
    margin: 0 0.125rem;
    cursor: pointer;
  }

  .nav-link:hover {
    /*            color: var(--nav-link-hover);*/
    /*            background-color: hsl(248, 100%, 98%);*/
    color: var(--text-primary-txt) !important;
    text-decoration: none !important
  }

  .nav-link.has-dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
  }

  .nav-link.has-dropdown.highlight {
    color: var(--text-primary-txt) !important;
  }

  .nav-link.active {
    color: var(--text-primary-txt) !important;
  }

  .nav-link.active::after {
    transform: rotate(180deg);
  }

  /* Dropdown Styles */
  .menudropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 0.5rem !important;
    font-family: Pretendard;
    text-align: left
  }

  .menudropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: white;
  }

  .menudropdown-item {
    display: block;
    padding: 0.8rem 1rem !important;
    font-size: 0.9rem;
    color: var(--nav-link);
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    cursor: pointer;
  }

  .menudropdown-item:last-child {
    border-bottom: none;
  }

  .menudropdown-item:hover {
    background-color: var(--primary-primary-1);
    color: var(--nav-link-hover);
    border-radius: 8px;
    text-decoration: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--nav-link);
    font-size: 1.25rem;
    transition: color 0.2s ease;
  }

  .mobile-toggle:hover {
    color: var(--nav-link-hover);
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 64px;
    /*        left: 0;*/
    right: 0;
    background: var(--nav-dropdown-bg);
    border-bottom: 1px solid var(--nav-dropdown-border);
    box-shadow: 0 4px 6px hsl(0, 0%, 0%, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .mobile-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav-list {
    list-style: none;
    padding: 1rem !important;
    background-color: white;
  }

  .mobile-nav-item {
    border-bottom: 1px solid hsl(0, 0%, 95%);
    padding: 0.8rem 0.5rem !important;
    cursor: pointer;
  }

  .mobile-nav-item:hover {
    background-color: var(--primary-primary-1);
  }

  .mobile-nav-item a {
    display: block;
    width: 100%
  }

  .mobile-nav-item a:hover {
    text-decoration: none !important;
  }

  .mobile-nav-item:last-child {
    border-bottom: none;
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 !important;
    color: var(--nav-link);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    cursor: pointer;
  }

  .mobile-nav-link:hover {
    color: var(--nav-link-hover);
  }

  .mobile-dropdown {
    background-color: hsl(248, 100%, 98%);
    border-radius: 6px;
    margin: 0.5rem 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mobile-dropdown.show {
    opacity: 1;
    max-height: 200px;
  }

  .mobile-dropdown-item {
    display: block;
    padding: 0.75rem 1rem;
    color: var(--muted-foreground);
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--border);
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .mobile-dropdown-item:last-child {
    border-bottom: none;
  }

  .mobile-dropdown-item:hover {
    color: var(--nav-link-hover);
    background-color: hsl(263, 83%, 98%);
  }

  /* Overlay for mobile menu */
  .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0, 0%, 0%, 0.3);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .mobile-overlay.show {
    display: block;
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1100px) {
  .nav-menu {
    display: none;
  }

    .mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.leave-msg-dialog .keduall-form::placeholder,
.leave-msg-dialog .keduall-editor .ql-editor.ql-blank::before {
    font-family: var(--font-family-font-family-pretendard);
    font-size: var(--font-size-16);
    font-style: normal;
    line-height: var(--font-size-24);
    letter-spacing: 0;
    font-weight: var(--font-weight-400);
    color: var(--text-secondary-txt);
}

.keduall-attachment {
    width: 100%;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

.upload-result {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.uploading-file-content, .uploaded-file-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-upload-item {
    border-radius: 0.625rem;
    border: 1px solid #e4ecf5;
    background: #f8fafe;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.file-upload-item .p-progressbar-value {
    transition: width 1s ease-in-out;
}

.keduall-form.container-form-control {
    max-width: 24%;
    min-width: 24%;
}

.pi.pi-spin.pi-spinner {
    -webkit-animation: fa-spin 2s infinite linear !important;
}

.standard-border {
    border: 1px solid lightgray;
}