@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
section#page.public-interface {
  background-image: url("../images/background-hero-qMXpKBD.jpg");
  background-color: #ffeef0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding-top: 102px;
  height: auto;
}
section#page.public-interface > header#header {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  width: min(1200px, 100% - 40px);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
  padding: 8px 30px 8px 16px;
  border-radius: 3rem;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 1030;
  border: none;
  height: auto;
  left: 50%;
  top: 10px;
}
section#page.public-interface > main#main {
  width: min(1200px, 100% - 24px);
  font-family: "Poppins", sans-serif;
  margin-right: auto;
  margin-left: auto;
}
section#page.public-interface > main#main > header#screen {
  border-bottom-color: rgba(46, 49, 146, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991.98px) {
  section#page.public-interface {
    padding-top: 76px;
  }
  section#page.public-interface > header#header {
    background-color: rgba(255, 255, 255, 0.95);
    width: calc(100% - 24px);
    height: 70px;
    top: 8px;
  }
}

hr.wave {
  mask: url("../images/wave-_dOg8se.svg") repeat-x left center;
  background-color: #f4796c;
  height: max(0.5rem, 7px);
  mask-size: auto 100%;
  margin: 1.5rem 0;
  display: block;
  border: none;
}

.public-header-nav {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .public-header-nav {
    justify-content: flex-end;
    margin-left: auto;
    position: static;
    transform: none;
    left: auto;
    gap: 1rem;
    flex: 1;
  }
}

.public-header-user {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

.public-nav-link {
  transition-property: color, background-color, border-color, box-shadow;
  transition: 0.1s ease-in-out;
  text-decoration: none;
  text-transform: none;
  align-items: center;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  color: #f4796c;
  padding: 0 15px;
  display: flex;
  height: 100%;
  gap: 0.4rem;
  z-index: 1;
}
.public-nav-link:hover {
  color: #2e3192;
}
.public-nav-link--highlight {
  font-weight: 600;
}
.public-nav-link--user {
  cursor: default;
}
.public-nav-link--user:hover {
  color: #f4796c;
}
.public-nav-link--exit {
  color: #6c757d;
}
.public-nav-link--exit:hover {
  color: #f4796c;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #ffeef0;
  color: #666;
  opacity: 1;
}

.mobile-menu-checkbox {
  display: none;
}

.mobile-menu-burger {
  flex-direction: column;
  cursor: pointer;
  display: none;
  gap: 5px;
}
.mobile-menu-burger span {
  background-color: #2e3192;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 22px;
}

.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: fixed;
  z-index: 1040;
  opacity: 0;
  inset: 0;
}

.mobile-menu {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  transform: translateX(100%);
  justify-content: center;
  width: min(280px, 70vw);
  flex-direction: column;
  align-items: center;
  position: fixed;
  padding: 1.5rem;
  z-index: 1050;
  display: flex;
  gap: 1.5rem;
  bottom: 0;
  right: 0;
  top: 0;
}

.mobile-menu-close {
  position: absolute;
  font-size: 1.25rem;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #333333;
}

.mobile-menu-logo {
  display: block;
  text-align: center;
}
.mobile-menu-logo img {
  height: 40px;
  width: auto;
}

.mobile-menu-list {
  flex-direction: column;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 0;
}

.mobile-menu-link {
  text-decoration: none;
  color: #2e3192;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 0;
  display: block;
}
.mobile-menu-link--exit {
  color: #6c757d;
  font-weight: 400;
}

.mobile-menu-checkbox:checked ~ .mobile-menu-overlay {
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-checkbox:checked ~ .mobile-menu {
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .mobile-menu-burger {
    display: flex;
    margin-left: auto;
    padding: 8px;
  }
  .public-header-nav,
  .public-header-user {
    display: none;
  }
}
.form-registration {
  box-shadow: 0 4px 24px rgba(46, 49, 146, 0.08);
  background-color: #ffffff;
  border-radius: 1.25rem;
  max-width: 520px;
  padding: 2rem;
  width: 100%;
}

.registration-parental-btn {
  justify-content: center;
  flex-direction: column;
  padding-bottom: 12px;
  align-items: center;
  padding-top: 12px;
  display: flex;
  gap: 4px;
}

.registration-parental-icon {
  font-size: 2rem;
  line-height: 1;
}

.social-auth {
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
}

.social-auth-divider {
  color: #888;
  align-items: center;
  font-size: 0.85rem;
  display: flex;
  gap: 0.75rem;
}

.social-auth-divider::before,
.social-auth-divider::after {
  border-top: 1px solid #dee2e6;
  content: "";
  flex: 1;
}

.social-auth-btn {
  border: 1.5px solid rgba(46, 49, 146, 0.15);
  transition: background-color 0.2s ease;
  background-color: #ffffff;
  justify-content: center;
  border-radius: 0.75rem;
  color: #2e3192;
  align-items: center;
  font-weight: 500;
  padding: 0.75rem;
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

.social-auth-btn:hover {
  background-color: rgba(46, 49, 146, 0.04);
  border-color: rgba(46, 49, 146, 0.3);
}

.social-auth-btn:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.social-auth-btn svg {
  font-size: 1.25rem;
}

.catalog-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.25rem 0;
  display: flex;
}

.catalog-title {
  font-family: "Poppins", sans-serif;
  color: #2e3192;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 0;
}

.catalog-filters-btn {
  border: 1.5px solid rgba(46, 49, 146, 0.08);
  background-color: rgba(46, 49, 146, 0.04);
  justify-content: center;
  color: #2e3192;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  padding: 8px;
}
.catalog-filters-btn:hover {
  background-color: rgba(46, 49, 146, 0.1);
}

.catalog-tabs {
  background-color: #2e3192;
  margin-bottom: 1.5rem;
  border-radius: 2rem;
  display: flex;
  padding: 5px;
  gap: 4px;
}

.catalog-tab {
  transition: background-color 0.15s ease, color 0.15s ease;
  justify-content: center;
  background-color: transparent;
  border-radius: 1.5rem;
  align-items: center;
  white-space: nowrap;
  font-size: 0.9rem;
  padding: 6px 16px;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  border: none;
  flex: 1;
}
.catalog-tab.active {
  background-color: #ffeef0;
  color: #2e3192;
}
.catalog-tab:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.25rem;
  display: grid;
}

.catalog-grid-single {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
}

.catalog-card {
  box-shadow: 0 2px 12px rgba(46, 49, 146, 0.08);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  background-color: #ffffff;
  flex-direction: column;
  text-decoration: none;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  color: inherit;
}
.catalog-card:hover {
  box-shadow: 0 6px 24px rgba(46, 49, 146, 0.14);
  transform: translateY(-2px);
  color: inherit;
}

.catalog-card-image {
  background-color: #f0f1fa;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.catalog-card-image img {
  object-position: center top;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.catalog-card-image-placeholder {
  background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
  height: 100%;
  width: 100%;
}

.catalog-card-price {
  background-color: #ffffff;
  color: #2e3192;
  border-radius: 100px;
  position: absolute;
  font-size: 0.85rem;
  padding: 4px 10px;
  font-weight: 600;
  right: 20px;
  top: 20px;
}

.catalog-card-tags {
  justify-content: flex-end;
  position: absolute;
  list-style: none;
  display: flex;
  padding: 0;
  left: 20px;
  margin: 0;
  top: 20px;
  gap: 10px;
}

.catalog-card-tag {
  background-color: #f4796c;
  text-transform: capitalize;
  border-radius: 100px;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 4px 10px;
  font-weight: 400;
}

.catalog-card-tag-more {
  background-color: rgba(244, 121, 108, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 4px 10px;
  font-weight: 400;
  cursor: default;
}

.catalog-card-body {
  background-color: #ffffff;
  padding: 25px 20px 15px 20px;
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 4px;
  flex: 1;
}

.catalog-card-expert-image {
  border: 3px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  translate: 0 -50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
  left: 20px;
  top: 0;
}
.catalog-card-expert-image > img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.catalog-card-title {
  color: #2e3192;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.catalog-card-expert {
  color: #2e3192;
  font-size: 0.8rem;
}

.catalog-card-schedule {
  margin-bottom: auto;
  color: #6c757d;
  font-size: 0.8rem;
  margin-top: 4px;
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.catalog-card-schedule-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.catalog-card-schedule-item svg {
  flex-shrink: 0;
  height: 0.9em;
  width: 0.9em;
}

.catalog-card-schedule-sessions {
  color: #2e3192;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  margin-left: auto;
  gap: 4px;
}
.catalog-card-schedule-sessions svg {
  flex-shrink: 0;
  height: 1.2em;
  width: 1.2em;
}

.catalog-card-participants {
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  margin-top: 8px;
  display: flex;
  gap: 10px;
}
.catalog-card-participants .detail-participant {
  margin-left: -8px;
}
.catalog-card-participants .detail-participant figure {
  border-width: 2px;
  height: 32px;
  width: 32px;
}
.catalog-card-participants .detail-participant-more {
  border-width: 2px;
  font-size: 0.8rem;
  margin-left: -8px;
  height: 32px;
  width: 32px;
}

.catalog-card-seats {
  color: #2e3192;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 6px;
}
.catalog-card-seats svg {
  flex-shrink: 0;
  height: 1.1em;
  width: 1.1em;
}

.catalog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 0;
  color: #6c757d;
}

section#page.public-interface.page-detail {
  height: auto;
}
section#page.public-interface.page-detail > main#main > section#content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.detail-hero {
  border-radius: 30px 30px 0 0;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.detail-hero img {
  object-position: center top;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.detail-hero::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
  position: absolute;
  content: "";
  inset: 0;
}

.detail-hero-placeholder {
  background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
  height: 100%;
  width: 100%;
}

.detail-hero-title-wrap {
  padding-bottom: 1.5rem;
  position: absolute;
  padding: 2rem 3rem;
  bottom: 100px;
  z-index: 1;
  right: 0;
  left: 0;
}

.detail-hero-title {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-wrap: balance;
  font-weight: 600;
  text-align: left;
  font-size: 2rem;
  margin: 0;
}

.detail-content {
  background-color: #ffffff;
  padding: 2rem 3rem 120px;
  border-radius: 30px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.detail-content h2 {
  color: #252880;
  font-weight: bold;
  font-size: 1.2rem;
}
.detail-content h3 {
  color: #252880;
  font-weight: bold;
  font-size: 1rem;
}

.detail-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 1rem;
}

.detail-meta-expert {
  align-items: center;
  color: #6c757d;
  font-size: 0.9rem;
  min-width: 0;
  display: flex;
  gap: 0.75rem;
  flex: 1;
}
.detail-meta-expert > .detail-image-expert {
  border: 3px solid #ffeef0;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  height: 3rem;
  width: 3rem;
  margin: 0;
}
.detail-meta-expert > .detail-image-expert > img {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.detail-meta-expert strong {
  color: #2e3192;
}

.detail-name-expert {
  min-width: 0;
}

.detail-meta-schedule {
  flex-direction: column;
  align-items: flex-end;
  color: #2e3192;
  font-size: 0.9rem;
  font-weight: 500;
  flex-shrink: 0;
  display: flex;
  gap: 4px;
}
.detail-meta-schedule small {
  font-weight: normal;
  font-size: 0.78rem;
}
.detail-meta-schedule .catalog-card-schedule-item {
  align-items: center;
  color: #2e3192;
  display: flex;
}
.detail-meta-schedule .catalog-card-schedule-sessions {
  color: #2e3192;
  font-weight: bold;
  margin-left: 0;
  display: flex;
  gap: 4px;
}

.detail-description {
  line-height: 1.75;
  font-size: 1rem;
  color: #333333;
}

.detail-lessons {
  margin-top: 10px;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.detail-lesson-card {
  background-color: #ffeef0;
  flex-direction: column;
  border-radius: 0.75rem;
  color: #2e3192;
  font-size: 0.85rem;
  padding: 10px 14px;
  font-weight: 500;
  min-width: 150px;
  display: flex;
  gap: 4px;
}

.detail-notify {
  background-color: #ffeef0;
  border-radius: 1rem;
  margin-top: 10px;
  padding: 24px;
}
.detail-notify > h2 {
  margin-bottom: 8px;
}

.detail-notify-text {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
}

.detail-notify-form {
  flex-direction: column;
  max-width: 520px;
  display: flex;
  gap: 12px;
}

.detail-notify-field {
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.detail-notify-privacy {
  font-size: 0.85rem;
  color: #333333;
}

.detail-notify-btn {
  background-color: #2e3192;
  align-self: flex-start;
  border-radius: 100px;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 10px 28px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.detail-notify-btn:hover {
  background-color: #252880;
}

.unsubscribed-image {
  border-radius: 1rem;
  margin-inline: auto;
  max-width: 380px;
  overflow: hidden;
}
.unsubscribed-image img {
  object-fit: cover;
  display: block;
  width: 100%;
}

.detail-available {
  position: relative;
}
.detail-available > svg {
  height: 24px;
  width: 24px;
}

.detail-subscriptions {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
}

.detail-participants {
  align-items: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.detail-participant {
  margin-left: -10px;
  position: relative;
  cursor: default;
}
.detail-participant:first-child {
  margin-left: 0;
}
.detail-participant:hover {
  z-index: 1;
}
.detail-participant figure {
  border: 3px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  height: 48px;
  width: 48px;
  margin: 0;
}
.detail-participant figure img {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.detail-participant figure.detail-participant-no-image {
  color: rgba(46, 49, 146, 0.45);
  background-color: #f0f1fa;
}
.detail-participant figure.detail-participant-no-image svg {
  position: absolute;
  object-fit: cover;
  height: 90%;
  width: 90%;
  bottom: 0;
}

.detail-participant-more {
  display: none;
}

.detail-footer {
  background-color: rgba(244, 121, 108, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  width: min(1200px, 100% - 40px);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
  justify-content: flex-end;
  padding: 8px 8px 8px 24px;
  border-radius: 3rem;
  align-items: center;
  position: fixed;
  display: flex;
  z-index: 1020;
  bottom: 10px;
  left: 50%;
  gap: 1rem;
}

.detail-footer-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.detail-footer-purchased {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  flex: 1;
}

.detail-footer-btn {
  background-color: #2e3192;
  text-decoration: none;
  border-radius: 100px;
  font-size: 0.95rem;
  padding: 10px 28px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  border: none;
}
.detail-footer-btn:hover {
  background-color: #252880;
}

@media (max-width: 991.98px) {
  .detail-hero {
    border-radius: 20px 20px 0 0;
    aspect-ratio: 1.3;
    width: 100%;
  }
  .detail-hero-title-wrap {
    padding: 1rem 1.25rem;
    bottom: 60px;
  }
  .detail-hero-title {
    font-size: 1.3rem;
  }
  .detail-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .detail-content {
    padding: 1.25rem 1rem 100px;
    border-radius: 20px;
    margin-top: -60px;
    font-size: 0.9rem;
  }
  .detail-content h2 {
    font-size: 1rem;
  }
  .detail-content h3 {
    font-size: 0.8rem;
  }
  .detail-meta-expert {
    font-size: 0.82rem;
  }
  .detail-meta-expert > .detail-image-expert {
    height: 2.5rem;
    width: 2.5rem;
  }
  .detail-meta-schedule {
    align-items: flex-start;
    padding-left: 3.3rem;
    font-size: 0.82rem;
  }
  .detail-participants:has(.detail-participant-more) .detail-participant:nth-child(n+3) {
    display: none;
  }
  .detail-participant-more {
    background-color: rgba(244, 121, 108, 0.6);
    border: 3px solid #ffffff;
    justify-content: center;
    color: #2e3192;
    align-items: center;
    border-radius: 50%;
    font-size: 1rem;
    margin-left: -10px;
    font-weight: 600;
    flex-shrink: 0;
    display: flex;
    height: 48px;
    z-index: 99;
    width: 48px;
  }
  .detail-footer {
    padding: 8px 8px 8px 16px;
    width: calc(100% - 24px);
    gap: 0.5rem;
  }
  .detail-footer-price {
    font-size: 1rem;
    white-space: nowrap;
  }
  .detail-footer-purchased {
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.3;
    min-width: 0;
  }
  .detail-footer-btn {
    white-space: nowrap;
    text-align: center;
    font-size: 0.82rem;
    padding: 8px 16px;
    flex-shrink: 0;
  }
}
.invoice-list-box {
  width: min(600px, 100% - 40px);
  margin: 0 auto;
}

.invoice-list-header {
  justify-content: space-between;
  margin-bottom: 1.25rem;
  align-items: center;
  display: flex;
}

.invoice-list-title {
  font-family: "Poppins", sans-serif;
  color: #2e3192;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}

.invoice-add-btn {
  background-color: #2e3192;
  text-decoration: none;
  border-radius: 100px;
  font-size: 0.85rem;
  padding: 6px 18px;
  font-weight: 600;
  color: #ffffff;
}
.invoice-add-btn:hover {
  background-color: #252880;
  color: #ffffff;
}

.invoice-cards {
  flex-direction: column;
  display: flex;
  gap: 0.75rem;
}

.invoice-card {
  box-shadow: 0 2px 12px rgba(46, 49, 146, 0.07);
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
}

.invoice-card-body {
  margin-bottom: 0.75rem;
}

.invoice-card-badge {
  background-color: rgba(46, 49, 146, 0.08);
  border-radius: 100px;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  padding: 2px 10px;
  font-weight: 600;
  color: #2e3192;
  display: inline-block;
}

.invoice-card-name {
  font-weight: 600;
  font-size: 1rem;
  color: #2e3192;
}

.invoice-card-address {
  font-size: 0.875rem;
  color: #6c757d;
}

.invoice-card-meta {
  font-size: 0.8rem;
  margin-top: 2px;
  color: #6c757d;
}

.invoice-card-actions {
  border-top: 1px solid rgba(46, 49, 146, 0.08);
  padding-top: 0.75rem;
  align-items: center;
  display: flex;
  gap: 1rem;
}

.invoice-card-action-btn {
  background: none;
  font-size: 0.85rem;
  text-decoration: none;
  font-weight: 500;
  color: #2e3192;
  border: none;
  padding: 0;
  cursor: pointer;
}
.invoice-card-action-btn:hover {
  text-decoration: underline;
  color: #2e3192;
}
.invoice-card-action-btn--danger {
  color: #dc3545;
  margin-left: auto;
}
.invoice-card-action-btn--danger:hover {
  color: #b02a37;
}

.invoice-empty {
  border: 2px dashed rgba(46, 49, 146, 0.15);
  background-color: rgba(46, 49, 146, 0.02);
  border-radius: 1rem;
  text-align: center;
  padding: 2.5rem 1rem;
  color: #6c757d;
}

.invoice-cta-btn {
  background-color: #2e3192;
  text-decoration: none;
  border-radius: 100px;
  font-size: 0.9rem;
  padding: 10px 24px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}
.invoice-cta-btn:hover {
  background-color: #252880;
  color: #ffffff;
}

.invoice-type-group {
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
}

.invoice-type-option {
  flex: 1;
}
.invoice-type-option:not(:last-child) {
  border-right: 1px solid #dee2e6;
}
.invoice-type-option .form-check {
  padding: 0;
  margin: 0;
}
.invoice-type-option .form-check-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  margin: 0;
}
.invoice-type-option .form-check-input:checked + .form-check-label {
  background-color: #2e3192;
  color: #ffffff;
}
.invoice-type-option .form-check-label {
  transition: background-color 0.15s ease, color 0.15s ease;
  justify-content: center;
  background-color: transparent;
  padding: 10px 16px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  color: #6c757d;
  display: flex;
  width: 100%;
  margin: 0;
}
.invoice-type-option .form-check-label:hover {
  background-color: rgba(46, 49, 146, 0.06);
  color: #2e3192;
}

.invoice-sdipec-notice {
  background-color: rgba(244, 121, 108, 0.1);
  border-radius: 0.5rem;
  font-size: 0.82rem;
  padding: 8px 12px;
  color: #c0392b;
}

.purchase-summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.purchase-summary .purchase-summary-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2e3192;
}
.purchase-summary .purchase-summary-meta,
.purchase-summary .purchase-summary-schedule {
  font-size: 0.88rem;
  color: #666;
  margin-top: 2px;
}
.purchase-summary .purchase-summary-price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 6px;
  color: #2e3192;
}

.invoice-cards {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.invoice-card {
  border: 2px solid rgba(0, 0, 0, 0.12);
  transition: border-color 0.15s, background-color 0.15s;
  border-radius: 0.6rem;
  cursor: pointer;
  flex: 1 1 auto;
  padding: 12px;
  width: 100%;
}
.invoice-card:hover {
  border-color: rgba(46, 49, 146, 0.4);
  background-color: rgba(46, 49, 146, 0.03);
}
.invoice-card.invoice-card--selected {
  border-color: #2e3192;
  background-color: rgba(46, 49, 146, 0.06);
}
.invoice-card .invoice-card-name {
  font-weight: 600;
  font-size: 0.92rem;
  color: #2e3192;
}
.invoice-card .invoice-card-address {
  font-size: 0.82rem;
  margin-top: 2px;
  color: #444;
}
.invoice-card .invoice-card-meta {
  font-size: 0.78rem;
  margin-top: 2px;
  color: #888;
}

.purchased-box {
  position: relative;
}

.purchased-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.25rem 0;
  display: flex;
}

.purchased-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #2e3192;
  margin: 0;
}

.purchased-empty {
  text-align: center;
  padding: 3rem 0;
  color: #6c757d;
}

.purchased-list {
  flex-direction: column;
  display: flex;
  gap: 1.5rem;
}

.purchased-item {
  box-shadow: 0 2px 12px rgba(46, 49, 146, 0.08);
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
}
.purchased-item--cancelled {
  background-color: #fcfcfc;
  box-shadow: none;
}

.purchased-item-header {
  align-items: flex-start;
  padding: 16px;
  display: flex;
  gap: 16px;
}

.purchased-item-image {
  background-color: #f0f1fa;
  border-radius: 0.5rem;
  flex-shrink: 0;
  overflow: hidden;
  height: 72px;
  width: 128px;
}
.purchased-item-image img {
  object-position: center top;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.purchased-item-info {
  flex-direction: column;
  display: flex;
  gap: 6px;
  flex: 1;
}

.purchased-item-actions {
  margin-top: 4px;
  flex-wrap: wrap;
  gap: 15px 30px;
  display: flex;
}

.purchased-item-details {
  color: #f4796c;
  text-decoration: none;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  gap: 6px;
}
.purchased-item-details:hover {
  color: #2e3192;
  text-decoration: underline;
}
.purchased-item-details svg {
  flex-shrink: 0;
  height: 1.15em;
  width: 1.15em;
}

.purchased-item-title {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
  color: #2e3192;
}

.purchased-item-expert {
  font-size: 0.85rem;
  color: #6c757d;
}

.purchased-item-type {
  background-color: rgba(46, 49, 146, 0.08);
  color: #2e3192;
  border-radius: 100px;
  font-size: 0.75rem;
  width: fit-content;
  padding: 2px 10px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .purchased-item-header {
    padding: 0 0 16px;
    flex-wrap: wrap;
    gap: 0;
  }
  .purchased-item-image {
    border-radius: 0;
    height: 160px;
    width: 100%;
  }
  .purchased-item-info {
    padding: 12px 16px 0;
  }
  .purchased-item-live {
    justify-content: flex-start;
    align-self: flex-start;
    margin: 12px 12px 0 0;
    flex-shrink: 0;
    gap: 8px;
  }
}
.purchased-item-live {
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  display: flex;
}

.purchased-lessons {
  border-top: 1px solid rgba(46, 49, 146, 0.08);
  flex-direction: column;
  display: flex;
}

.purchased-lesson {
  border-bottom: 1px solid rgba(46, 49, 146, 0.06);
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
}
.purchased-lesson:last-child {
  border-bottom: none;
}
.purchased-lesson--past {
  background-color: rgba(0, 0, 0, 0.02);
  opacity: 0.5;
}
.purchased-lesson--live {
  background-color: #ffeef0;
}

.purchased-lesson-number {
  justify-content: center;
  background-color: rgba(46, 49, 146, 0.06);
  border-radius: 50%;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
  color: #2e3192;
  display: flex;
  height: 28px;
  width: 28px;
}

.purchased-lesson-info {
  flex-direction: column;
  display: flex;
  gap: 2px;
  flex: 1;
}

.purchased-lesson-date {
  font-weight: 600;
  font-size: 0.875rem;
  color: #2e3192;
}

.purchased-lesson-time {
  font-size: 0.8rem;
  color: #6c757d;
}

.purchased-lessons-toggle {
  background-color: rgba(46, 49, 146, 0.02);
  justify-content: space-between;
  color: #666;
  align-items: center;
  font-size: 0.85rem;
  padding: 10px 16px;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  display: flex;
  border: none;
  width: 100%;
  gap: 8px;
}
.purchased-lessons-toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  height: 0.9em;
  width: 0.9em;
}
.purchased-lessons-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.purchased-lesson-stream {
  border: 1.5px solid #2e3192;
  white-space: nowrap;
  flex-shrink: 0;
  color: #2e3192;
}
.purchased-lesson-stream:not(.disabled):hover {
  background-color: #2e3192;
  color: #ffffff;
}
.purchased-lesson-stream.disabled {
  border-color: #dee2e6;
  cursor: not-allowed;
  color: #adb5bd;
}

.catalog-filters-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 0.35s ease;
  pointer-events: none;
  position: fixed;
  z-index: 1040;
  opacity: 0;
  inset: 0;
}
.catalog-filters-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

.catalog-filters-dialog {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 4px 0 24px rgba(46, 49, 146, 0.18);
  background-color: #ffffff;
  transform: translateX(-100%);
  flex-direction: column;
  width: min(320px, 85vw);
  position: fixed;
  z-index: 1050;
  display: flex;
  bottom: 0;
  left: 0;
  top: 0;
}
.catalog-filters-dialog.is-open {
  transform: translateX(0);
}

.catalog-filters-header {
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}

.catalog-filters-title {
  color: #2e3192;
  font-size: 1rem;
  font-weight: 600;
}

.catalog-filters-body {
  flex-direction: column;
  padding: 1.5rem;
  overflow-y: auto;
  display: flex;
  flex: 1 1 auto;
  gap: 1.5rem;
}

.catalog-filters-section-title {
  margin-bottom: 0.75rem;
  color: #2e3192;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-top: 0;
}

.catalog-filters-chips {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}

.catalog-filter-chip {
  cursor: pointer;
  display: block;
}
.catalog-filter-chip input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.catalog-filter-chip span {
  transition: border-color 0.12s, background-color 0.12s, color 0.12s;
  border: 1px solid #dee2e6;
  color: #666;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding: 12px 14px;
  font-weight: 500;
  display: block;
}
.catalog-filter-chip input:checked + span {
  background-color: #ffeef0;
  border-color: #f4796c;
  color: #f4796c;
}

.catalog-filters-tags {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
}

.catalog-filter-tag {
  text-transform: capitalize;
  cursor: pointer;
  display: block;
}
.catalog-filter-tag input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.catalog-filter-tag span {
  transition: border-color 0.12s, background-color 0.12s, color 0.12s;
  border: 1px solid #dee2e6;
  color: #2e3192;
  border-radius: 100px;
  font-size: 0.85rem;
  padding: 7px 14px;
  display: block;
}
.catalog-filter-tag input:checked + span {
  background-color: rgba(46, 49, 146, 0.08);
  border-color: #2e3192;
  color: #2e3192;
}

.catalog-filters-footer {
  background-color: rgba(244, 121, 108, 0.6);
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
}

.catalog-filters-close {
  background-color: rgba(46, 49, 146, 0.06);
  color: #2e3192;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  padding: 4px;
  border: none;
  height: 28px;
  width: 28px;
}
.catalog-filters-close span {
  margin: auto;
}
.catalog-filters-close:hover {
  background-color: rgba(46, 49, 146, 0.12);
}

.catalog-filters-reset-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  border-radius: 100px;
  align-items: center;
  font-size: 0.875rem;
  padding: 8px 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  gap: 0.4rem;
}
.catalog-filters-reset-btn svg {
  flex-shrink: 0;
  height: 1em;
  width: 1em;
}
.catalog-filters-reset-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.catalog-filters-apply-btn {
  background-color: #2e3192;
  border-radius: 100px;
  align-items: center;
  font-size: 0.875rem;
  padding: 8px 20px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  border: none;
  gap: 0.4rem;
}
.catalog-filters-apply-btn svg {
  flex-shrink: 0;
  height: 1em;
  width: 1em;
}
.catalog-filters-apply-btn:hover {
  background-color: #252880;
}

.purchased-item-review {
  border-radius: 20px;
  align-items: center;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s ease;
  font-size: 0.85rem;
  display: inline-flex;
  padding: 4px 12px;
  border: 1px solid #f4796c;
  cursor: pointer;
  color: #f4796c;
  gap: 4px;
}
.purchased-item-review:hover {
  background: #f4796c;
  color: #ffffff;
}

.purchased-item-reviewed {
  align-items: center;
  font-size: 0.85rem;
  display: inline-flex;
  color: #1e7e44;
  gap: 4px;
}

.review-modal .modal-dialog {
  max-width: 460px;
}
@media (min-width: 768px) {
  .review-modal .modal-dialog {
    max-width: 780px;
  }
}
.review-modal .modal-content {
  border-radius: 24px;
  overflow: hidden;
  border: none;
}

.review-modal-close {
  position: absolute;
  z-index: 3;
  right: 1rem;
  top: 1rem;
}

.review-body {
  flex-direction: column;
  position: relative;
  display: flex;
  padding: 0.5rem 1.25rem 0.75rem;
  z-index: 1;
  gap: 1.25rem;
}

.review-layout {
  flex-direction: column;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .review-layout {
    align-items: stretch;
    flex-direction: row;
  }
}

.review-col-left {
  flex-direction: column;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .review-col-left {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .review-col-right {
    flex-direction: column;
    display: flex;
    flex: 1;
  }
  .review-col-right .review-comment {
    flex-direction: column;
    display: flex;
    flex: 1;
  }
  .review-col-right .review-textarea {
    flex: 1;
  }
}

.review-modal-header {
  position: relative;
  padding: 1.75rem 1.5rem 1.25rem;
  z-index: 1;
}

.review-modal-hero-bg {
  object-fit: cover;
  transform: scale(1.3);
  position: absolute;
  opacity: 0.5;
  z-index: 0;
  filter: blur(40px);
  height: 22rem;
  width: 100%;
  left: 0;
  top: 0;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.review-modal-hero-bg[src=""] {
  display: none;
}

.review-modal-header-inner {
  align-items: flex-start;
  position: relative;
  display: flex;
  z-index: 1;
  gap: 1rem;
}

.review-modal-thumb {
  border-radius: 18px;
  object-fit: cover;
  flex-shrink: 0;
  height: 96px;
  width: 96px;
}
.review-modal-thumb[src=""] {
  display: none;
}

.review-modal-heading {
  flex-direction: column;
  display: flex;
  gap: 0.6rem;
}

.review-modal-course-title {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0;
  color: #2e3192;
}

.review-modal-expert {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.review-modal-expert-avatar {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  height: 44px;
  width: 44px;
}
.review-modal-expert-avatar[src=""] {
  display: none;
}

.review-modal-expert-name {
  line-height: 1.25;
  font-size: 0.95rem;
  color: #666;
}
.review-modal-expert-name strong {
  display: block;
  color: #2e3192;
}

.review-error {
  font-size: 0.9rem;
  margin: 0;
}

.review-overall {
  border-radius: 20px;
  background: #ffeef0;
  text-align: center;
  padding: 1.5rem 1rem;
}

.review-overall-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.15rem;
  color: #2e3192;
}

.review-details {
  flex-direction: column;
  border-radius: 20px;
  display: flex;
  padding: 1.25rem;
  border: 1px solid #c5cae9;
  gap: 1rem;
}

.review-detail {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}

.review-detail-label {
  font-weight: 700;
  font-size: 1.05rem;
  color: #2e3192;
}

hr.wave.review-wave {
  background-color: #c5cae9;
  margin: 0;
}

.review-comment {
  border-radius: 20px;
  background: #f0f1fa;
  padding: 1.25rem;
}

.review-comment-title {
  margin-bottom: 0.35rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #2e3192;
}

.review-comment-subtitle {
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  color: #666;
}

.review-textarea {
  border-radius: 14px;
  background: #ffffff;
  min-height: 150px;
  padding: 0.85rem;
  border: none;
  resize: vertical;
  width: 100%;
}
.review-textarea::placeholder {
  color: #888;
}
.review-textarea:focus {
  outline: 2px solid #c5cae9;
}

.review-rating-stars {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 0.35rem;
}
.review-rating-stars--lg {
  justify-content: center;
  gap: 0.6rem;
}
.review-rating-stars--lg .rating-star {
  font-size: 2.4rem;
}

.rating-star {
  line-height: 0;
  background: transparent;
  transition: transform 0.1s ease;
  font-size: 1.9rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #2e3192;
}
.rating-star:hover {
  transform: scale(1.1);
}
.rating-star svg {
  display: block;
  height: 1em;
  width: 1em;
}

.rating-star-on {
  display: none;
}

.rating-star--on .rating-star-off {
  display: none;
}
.rating-star--on .rating-star-on {
  display: block;
}

.review-footer {
  padding: 1rem 1.25rem 1.25rem;
  border: 0;
}

.review-submit-btn {
  border-radius: 30px;
  font-weight: 700;
  background: #f4796c;
  transition: background 0.2s ease;
  font-size: 1.05rem;
  padding: 0.85rem;
  border: none;
  color: #ffffff;
  width: 100%;
}
.review-submit-btn:hover {
  background: #ef6a5c;
}

.profile-box {
  position: relative;
}

.profile-header {
  margin-bottom: 1.25rem;
  align-items: center;
  padding: 0.25rem 0;
  display: flex;
  gap: 1rem;
}

.profile-avatar {
  background-color: #f0f1fa;
  justify-content: center;
  color: #2e3192;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  height: 72px;
  width: 72px;
}
.profile-avatar > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.profile-avatar-initials {
  font-size: 1.5rem;
  font-weight: 600;
}

.profile-header-info {
  min-width: 0;
}

.profile-title {
  font-family: "Poppins", sans-serif;
  color: #2e3192;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}

.profile-email {
  color: #666;
  font-size: 0.9rem;
}

.profile-panel {
  box-shadow: 0 2px 12px rgba(46, 49, 146, 0.08);
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
}
.profile-panel[hidden] {
  display: none;
}

.profile-panel-header {
  justify-content: space-between;
  margin-bottom: 1.25rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
}
.profile-panel-header .profile-panel-hint {
  margin-bottom: 0;
}

.profile-panel-title {
  color: #2e3192;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.profile-panel-title--danger {
  color: #dc3545;
}

.profile-panel-hint {
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.profile-image-row {
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
  gap: 1rem;
}

.profile-image-preview {
  background-color: #f0f1fa;
  justify-content: center;
  color: #888;
  align-items: center;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  height: 64px;
  width: 64px;
}
.profile-image-preview > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.profile-image-field {
  min-width: 0;
  flex: 1;
}

.profile-children {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}

.profile-child {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.profile-child-name {
  flex: 1;
}

.profile-child-birthday {
  max-width: 170px;
}

.profile-hobbies {
  margin-top: 0.25rem;
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
}

.profile-danger {
  border: 1px solid rgba(220, 53, 69, 0.25);
  background-color: rgba(220, 53, 69, 0.04);
  border-radius: 0.75rem;
  padding: 1rem;
}

.profile-danger-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  #profile-tabs {
    overflow-x: auto;
  }
  .profile-child {
    flex-wrap: wrap;
  }
  .profile-child-birthday {
    max-width: none;
    flex: 1;
  }
}

/*# sourceMappingURL=public.output.css.map */
