/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 9b1707fc1b9a4dbeb0c2a45be52963fd */

 --branding-primary-color: 15 149 179;
 --branding-cta-color: 15 149 179;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 255 255 255;
 --header-background-color: 15 149 179;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 15 149 179;
 --footer-foreground-color: 255 255 255;
}


/* WebRouteTemplate.Css guid: e72983e1d8bb44ad939b56981a931087 */

body {
  position: relative;
}

.enrollment-page .enrollment-details {
  background-color: rgb(var(--branding-primary-color)/0.03);
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-details {
    padding-bottom: 112px;
  }
}
.enrollment-page .enrollment-details-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .enrollment-page .enrollment-details-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  @media (min-width: 640px) {

    .enrollment-page .enrollment-details-container {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .enrollment-page .enrollment-details-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .enrollment-page .enrollment-details-container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .enrollment-page .enrollment-details-container {
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px) {

    .enrollment-page .enrollment-details-container {
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}
.enrollment-page .enrollment-details-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-details-container {
    flex-direction: row;
  }
}
.enrollment-page .subjectclass-media-container {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .enrollment-page .subjectclass-media-container {
    width: 565px;
  }
}
.enrollment-page .desktop-back-button-container {
  display: none;
  align-items: center;
  gap: 8px;
  height: 64px;
}
@media (min-width: 1024px) {
  .enrollment-page .desktop-back-button-container {
    display: flex;
  }
}
.enrollment-page .mobile-back-button {
  text-decoration: underline;
  text-decoration-color: rgb(var(--branding-cta-color));
}
.enrollment-page .mobile-back-button-container {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
  display: flex;
  font-weight: 500;
}
.enrollment-page .mobile-back-button-container .icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .enrollment-page .mobile-back-button-container {
    display: none;
  }
}
.enrollment-page .desktop-back-button {
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
  text-decoration-color: rgb(var(--branding-cta-color));
}
.enrollment-page .desktop-back-button:hover {
  color: rgb(var(--branding-primary-color));
  text-decoration-color: rgb(var(--branding-primary-color));
}
.enrollment-page .hyperlink-to-enrollment-form {
  right: 0;
  position: absolute;
  top: 24px;
  text-decoration: none;
  align-items: center;
  display: flex;
  border-radius: 9999px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .enrollment-page .hyperlink-to-enrollment-form {
    display: none;
  }
}
.enrollment-page .enrollment-media-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.enrollment-page #enrollment-media-swiper {
  height: 530px;
  width: 100vw;
  position: relative;
}
@media (min-width: 1024px) {
  .enrollment-page #enrollment-media-swiper {
    width: 100%;
    height: 800px;
    border-radius: 1rem;
    flex-grow: 1;
  }
}
.enrollment-page #enrollment-media-swiper .swiper-button-prev,
.enrollment-page #enrollment-media-swiper .swiper-button-next {
  position: absolute;
}
.enrollment-page #enrollment-media-swiper .swiper-slide {
  height: 530px;
  width: 100%;
}
@media (min-width: 1024px) {
  .enrollment-page #enrollment-media-swiper .swiper-slide {
    height: auto;
  }
}
.enrollment-page #enrollment-media-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.enrollment-page #enrollment-media-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 70px;
  right: 0;
  width: -moz-min-content !important;
  width: min-content !important;
  margin-inline-start: auto;
  margin-inline-end: auto;
  z-index: 10;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 0;
  background-color: rgba(134, 134, 134, 0.5);
}
.enrollment-page #enrollment-media-swiper-pagination button.swiper-pagination-bullet-active {
  border-style: solid !important;
  background-color: black;
  border-width: 1px !important;
  border-color: white !important;
}
@media (min-width: 1024px) {
  .enrollment-page #enrollment-media-swiper-pagination {
    display: none;
  }
}
.enrollment-page #enrollment-media-thumbs {
  display: none;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .enrollment-page #enrollment-media-thumbs {
    display: block;
  }
}
.enrollment-page #enrollment-media-thumbs .swiper-slide {
  width: 64px;
  height: 90px;
}
.enrollment-page #enrollment-media-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .enrollment-page #enrollment-media-thumbs .swiper-slide img {
    border-radius: 0.75rem;
  }
}
.enrollment-page .enrollment-media-image {
  height: 530px;
  width: 100vw;
  position: relative;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-media-image {
    min-width: 100%;
    height: 800px;
    border-radius: 1rem;
  }
}
.enrollment-page .enrollment-subjectclass-details {
  background-color: white;
  margin-top: 64px;
  width: 100%;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-subjectclass-details {
    background-color: transparent;
  }
}
.enrollment-page .subjectclass-details {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 28px;
}
.enrollment-page .subjectclass-details-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {

  .enrollment-page .subjectclass-details-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .enrollment-page .subjectclass-details-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .enrollment-page .subjectclass-details-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .enrollment-page .subjectclass-details-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .enrollment-page .subjectclass-details-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.enrollment-page .subjectclass-details-container {
  background-color: white;
  position: relative;
  bottom: 50px;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: -70px;
}
@media (min-width: 1024px) {
  .enrollment-page .subjectclass-details-container {
    background-color: transparent;
    bottom: 0;
    padding-top: 0;
    padding-left: 48px;
    padding-right: 0;
    margin-top: 0;
  }
}
.enrollment-page .subjectclass-details-title-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.enrollment-page .subjectclass-details-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
@media (min-width: 1024px) {
  .enrollment-page .subjectclass-details-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.enrollment-page .subjectclass-details-subtitle {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.enrollment-page .enrollment-seat-waitlist-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-seat-waitlist-status {
    font-size: 16px;
    line-height: 24px;
  }
}
.enrollment-page .enrollment-subjectclass-info-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-subjectclass-info-container {
    font-size: 16px;
    line-height: 24px;
  }
}
.enrollment-page .enrollment-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.enrollment-page .enrollment-info-icon {
  line-height: 1.25rem;
  font-size: 20px;
  color: rgb(var(--branding-primary-color));
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-info-icon {
    line-height: 1.5rem;
  }
}
.enrollment-page .enrollment-info-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgb(var(--branding-cta-color));
}
.enrollment-page .enrollment-info-payment-mode-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.enrollment-page .enrollment-info-payment-mode-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.enrollment-page .enrollment-info-payment-mode-icon-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.enrollment-page .enrollment-info-payment-mode-icon {
  max-height: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: white;
}
.enrollment-page .enrollment-form-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {

  .enrollment-page .enrollment-form-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .enrollment-page .enrollment-form-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .enrollment-page .enrollment-form-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .enrollment-page .enrollment-form-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .enrollment-page .enrollment-form-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.enrollment-page .enrollment-form-container {
  margin-top: -50px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-form-container {
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 48px;
    padding-right: 0;
  }
}
.enrollment-page .enrollment-form-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .enrollment-page .enrollment-form-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.enrollment-page .enrollment-form-heading {
  margin-top: 28px;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.enrollment-page .enrollment-form-fields-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.enrollment-page .enrollment-form-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.enrollment-page .enrollment-form-step.is-active {
  display: flex;
}
.enrollment-page .enrollment-form-step-1 fieldset {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .enrollment-page .enrollment-form-step-1 fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.enrollment-page .enrollment-form-step-2 fieldset {
  display: flex;
  flex-direction: column;
}
.enrollment-page .enrollment-form-step-heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.enrollment-page .enrollment-form-step-heading-number {
  width: 24px;
  height: 24px;
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrollment-page .enrollment-form-step-heading-title {
  font-weight: 600;
}
.enrollment-page .enrollment-form-fields {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.enrollment-page .enrollment-form-fields fieldset {
  gap: 12px;
  padding-right: 1px;
}
.enrollment-page .enrollment-form-fields legend {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.enrollment-page .enrollment-form-fill-or-login {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.enrollment-page .enrollment-form-fill-or-login .button {
  white-space: nowrap;
}
.enrollment-page .enrollment-form-field-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.enrollment-page .enrollment-form-next-step-button {
  display: none;
  justify-content: flex-end;
}
.enrollment-page .enrollment-form-action-buttons {
  margin-left: 12px;
  padding-left: 28px;
  padding-top: 28px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.enrollment-page .enrollment-form-action-buttons .product-enrollment-form-navigate {
  padding-left: 0;
}
.enrollment-page .enrollment-form-api-validation-message-container {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-top: 1.25rem;
  list-style: none;
}
.enrollment-page .enrollment-form-api-validation-message-container .icon {
  font-size: 20px;
}
.enrollment-page .enrollment-form-api-validation-message-container .item {
  display: flex;
  align-items: center;
}
.enrollment-page .enrollment-form-api-validation-message-container .message {
  margin-left: 8px;
}
.enrollment-page #registration-form-footer {
  display: none;
  flex-direction: column;
}
.enrollment-page .enrollment-form-step-1.is-active + #registration-form-footer, .enrollment-page .enrollment-form-step-2.is-active + #registration-form-footer {
  display: flex;
}
.enrollment-page .enrollment-form-step-1.is-active .enrollment-form-fields, .enrollment-page .enrollment-form-step-2.is-active .enrollment-form-fields {
  display: flex;
}
.enrollment-page .enrollment-form-step-1.is-active .enrollment-form-next-step-button {
  display: flex;
}
.enrollment-page .enrollment-form-step-2.is-active .enrollment-form-step-border-divider {
  display: block;
}
.enrollment-page .enrollment-form-step-border-divider {
  margin-left: 12px;
  border-left-width: 1px;
  border-left-color: #e5e7eb;
  height: 8px;
  width: 100%;
  margin-top: -8px;
  display: none;
}
.enrollment-page #enrollment-form {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .enrollment-page #enrollment-form {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
.enrollment-page #terms-and-conditions-container {
  margin-left: 0.75rem;
  padding-top: 0.75rem;
}
.enrollment-page .has-extrafields .enrollment-form-fields {
  margin-left: 12px;
  padding-left: 28px;
  border-left-width: 1px;
  border-left-color: #e5e7eb;
}
.enrollment-page .has-extrafields #terms-and-conditions-container {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1.75rem;
}
.enrollment-page .has-extrafields .enrollment-form-action-buttons {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.enrollment-page .has-extrafields .enrollment-form-api-validation-message-container {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  margin-left: 0.75rem;
  padding-left: 1.75rem;
  border-left-width: 1px;
}
.enrollment-page .add-parent-contact-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enrollment-page .add-parent-contact-button {
  border-radius: 9999px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrollment-page .add-parent-contact-button-icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.enrollment-page .extrafield-file-upload-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enrollment-page .extrafield-file-upload-button {
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.15;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 6px;
  cursor: pointer;
}
.enrollment-page .extrafield-file-upload-input {
  display: none;
}
.enrollment-page .extrafield-file-upload-files {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
.enrollment-page .extrafield-file-upload-files:empty {
  display: none;
}
.enrollment-page input[name=accept_terms] + label a {
  text-decoration-color: rgb(var(--branding-cta-color));
  color: inherit;
}
.enrollment-page .clamped-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-size: 14px;
  line-height: 20px;
}
.enrollment-page .clamped-text-read-more-button {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 8px;
  text-decoration: underline;
  text-decoration-color: rgb(var(--branding-cta-color));
}
.enrollment-page #lesson-plan-section-tbody {
  /* For Internet Explorer and Edge */
  -ms-overflow-style: none;
  /* For Firefox */
  scrollbar-width: none;
  /* For Webkit-based browsers (Chrome, Safari, Opera) */
}
.enrollment-page #lesson-plan-section-tbody::-webkit-scrollbar {
  display: none;
}
.enrollment-page .scroll-lesson-plan-body-button.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.enrollment-page .employee-list-swiper .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.enrollment-page .employee-list-swiper .swiper-navigation-wrapper {
  display: flex;
}
.enrollment-page .employee-list-swiper .swiper-button-next {
  margin-left: 8px;
}
.enrollment-page .employee-list-swiper .swiper-slide {
  width: 90px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .enrollment-page .employee-list-swiper .swiper-slide {
    font-size: 16px;
  }
}
.enrollment-page .employee-list-swiper .employee-swiper-slide-image {
  height: 90px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}
.enrollment-page .file-icon-data {
  width: -moz-fit-content;
  width: fit-content;
}
.enrollment-page .file-name {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.enrollment-page .document-download-button {
  border-radius: 0.5rem;
  padding: 6px;
  cursor: pointer;
}
.enrollment-page .document-download-button .icon {
  font-size: 16px;
}
.enrollment-page .lesson-plan-list .lesson-item {
  display: flex;
  flex-direction: column;
}
.enrollment-page .lesson-plan-list .lesson-item.cancelled .lesson-plan-date,
.enrollment-page .lesson-plan-list .lesson-item.cancelled .lesson-plan-location,
.enrollment-page .lesson-plan-list .lesson-item.cancelled .lesson-plan-description {
  text-decoration: line-through;
}
.enrollment-page .lesson-plan-list .lesson-item .lesson-plan-date {
  font-weight: 600;
}
.enrollment-page .lesson-plan-list .lesson-item .badge {
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
  padding: 0px 12px;
  background-color: white;
  border-radius: 20px;
  margin-left: 8px;
}
.enrollment-page .lesson-plan-list .lesson-item .badge__red {
  --tw-text-opacity: 1;
  color: rgb(164 36 25 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .enrollment-page .lesson-plan-list .lesson-item .badge {
    font-size: 16px;
  }
}
.enrollment-page .subjectclass-info__mobile .subjectclass-info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {

  .enrollment-page .subjectclass-info__mobile .subjectclass-info {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .enrollment-page .subjectclass-info__mobile .subjectclass-info {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .enrollment-page .subjectclass-info__mobile .subjectclass-info {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .enrollment-page .subjectclass-info__mobile .subjectclass-info {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .enrollment-page .subjectclass-info__mobile .subjectclass-info {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.enrollment-page .subjectclass-info__mobile .subjectclass-info {
  margin-bottom: 28px;
}
.enrollment-page .subjectclass-info__mobile .subjectclass-info-container {
  background-color: white;
}
.enrollment-page .subjectclass-info__mobile .subjectclass-info-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.enrollment-page .subjectclass-info__mobile details:open summary .icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.enrollment-page .subjectclass-info__mobile details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.enrollment-page .subjectclass-info__mobile details summary .icon {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-list {
  margin-top: 12px;
  list-style: none;
  padding: 0;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-list li {
  border-color: rgb(117 117 117 / 0.2);
  border-bottom-width: 1px;
  padding-bottom: 12px;
  padding-top: 20px;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-list li:last-child {
  border-bottom-width: 0;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-list li:first-child {
  padding-top: 0;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-date, .enrollment-page .subjectclass-info__mobile .lesson-plan-status {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-date {
  margin-bottom: 6px;
}
.enrollment-page .subjectclass-info__mobile .lesson-plan-location, .enrollment-page .subjectclass-info__mobile .lesson-plan-description {
  font-size: 0.75rem;
  line-height: 1rem;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(117 117 117 / 0.2);
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  background-color: rgb(var(--branding-primary-color)/0.03);
  border-top-right-radius: 60px;
  padding: 32px;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section:empty {
  display: none;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section .subjectclass-info-title {
  margin-bottom: 0;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section details {
  padding-top: 12px;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section details:first-child {
  padding-top: 0;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section details:open summary .icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.enrollment-page .subjectclass-info__mobile #lesson-plan-section details summary .icon {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.enrollment-page .subjectclass-info__mobile .document-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-top: 12px;
}
.enrollment-page .subjectclass-info__mobile .document-list li {
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .enrollment-page .subjectclass-info__mobile {
    display: none;
  }
}
.enrollment-page .subjectclass-info__desktop {
  display: none;
  background-color: rgb(var(--branding-primary-color)/0.03);
  padding-bottom: 28px;
}
@media (min-width: 1024px) {
  .enrollment-page .subjectclass-info__desktop {
    display: block;
  }
}
.enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {

  .enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container {
  border-radius: 50px;
  padding-top: 96px;
  padding-bottom: 40px;
  background-color: white;
  -moz-columns: 2;
       columns: 2;
  -moz-column-fill: balance;
       column-fill: balance;
  box-sizing: border-box;
  gap: 56px;
}
.enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container *::before,
.enrollment-page .subjectclass-info__desktop .subjectclass-info-background-container *::after {
  box-sizing: inherit;
}
.enrollment-page .subjectclass-info__desktop .subjectclass-info {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 56px;
}
.enrollment-page .subjectclass-info__desktop .subjectclass-info-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.enrollment-page .subjectclass-info__desktop .document-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
}
.enrollment-page .subjectclass-info__desktop .document-list li {
  background-color: rgb(243 244 246 / 0.7);
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px;
}
.enrollment-page .subjectclass-info__desktop .scroll-lesson-plan-body-button {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrollment-page .subjectclass-info__desktop .scroll-lesson-plan-body-button:hover {
  background: rgb(var(--branding-cta-foreground-color));
  color: rgb(var(--branding-cta-color));
  border: 1px solid rgb(var(--branding-cta-color));
}
.enrollment-page .subjectclass-info__desktop .lesson-plan-list > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-divide-opacity, 1));
}
.enrollment-page .subjectclass-info__desktop .lesson-plan-list {
  width: 100%;
  max-height: 359px;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: rgb(var(--branding-primary-color)/0.03);
  margin: 0;
  padding: 0 15px;
  list-style: none;
  /* For Internet Explorer and Edge */
  -ms-overflow-style: none;
  /* For Firefox */
  scrollbar-width: none;
  /* For Webkit-based browsers (Chrome, Safari, Opera) */
}
.enrollment-page .subjectclass-info__desktop .lesson-plan-list::-webkit-scrollbar {
  display: none;
}
.enrollment-page .subjectclass-info__desktop .lesson-plan-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.enrollment-page .subjectclass-info-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.enrollment-page .enrollment-page-hyperlink-destination {
  scroll-snap-align: start;
  scroll-margin-top: 200px;
}
.enrollment-page .tippyTooltip {
  cursor: default;
}

.form-loading-swal-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.form-loading-animation {
  width: 54px;
  height: 54px;
  background-image: url("../admin/page-builder/web/images/hourglass.gif");
  background-size: contain;
}
.form-loading-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .form-loading-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.form-loading-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .form-loading-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.form-loading-subtitle {
  margin-top: 8px;
}

.enrollment-result-message-container {
  border-radius: 1rem;
  border-width: 2px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-top: 1.25rem;
  border-color: currentColor;
  padding: 24px;
}
.enrollment-result-message-container.success {
  --tw-border-opacity: 1;
  border-color: rgb(25 135 84 / var(--tw-border-opacity, 1));
  background-color: #edf7ed;
  color: #1e4620;
}
.enrollment-result-message-container.fail {
  --tw-border-opacity: 1;
  border-color: rgb(164 36 25 / var(--tw-border-opacity, 1));
  background-color: #fdeded;
  color: #5f2120;
}
@media (min-width: 768px) {
  .enrollment-result-message-container {
    max-width: 80%;
  }
}
.enrollment-result-message-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .enrollment-result-message-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.enrollment-result-message-title {
  display: block;
}
.enrollment-result-message-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .enrollment-result-message-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.enrollment-result-message-text {
  display: block;
}

.enrollment-info-payment-tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.swal-enrollment-loading-container {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.swal-enrollment-loading-popup {
  border: 1px solid black;
  filter: drop-shadow(10px 10px 30px rgb(var(--branding-primary-color)));
}


