@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Tilt+Warp&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.mainLayoutWrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

.navigationBarWrapper {
  height: 100%;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .navigationBarWrapper {
    height: 70px
  }
}

.bodyWrapper {
  flex-grow: 1
}

@media screen and (max-width: 768px) {
  .bodyWrapper {
    padding: 0
  }
}

.footerWrapper {
  background-color: #fff;
  display: flex;
  padding-top: 64px;
  @media screen and (max-width: 768px) {
    padding-top: 0;
  }
}

.features__header {
  padding: 80px
}

.features__header__text-wrapper {
  background-color: #fff;
  padding: 36px 152px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.features__header__text {
  text-align: left;
  margin-top: 8px
}

.features__sections {
  display: flex;
  flex-direction: column;
  gap: 96px
}

.features__section {
  display: flex;
  gap: 96px
}

.features__section__text-wrapper {
  width: 50%;
  padding-right: 112px
}

.features__section__text-wrapper--left-text {
  padding-left: 112px;
  padding-right: 0
}

.features__section__top-icon {
  border: 8px solid #eef4ff;
  background-color: #e0eaff;
  width: fit-content;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  text-align: center;
  justify-content: center
}

.features__section__title {
  margin-top: 24px;
  margin-bottom: 12px
}

.features__section__bullets {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.features__section__bullet {
  display: flex;
  gap: 12px
}

.features__section__bullet__icon {
  width: 24px
}

.features__section__img-wrapper {
  width: 50%;
  border: solid 4px #101828;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  border-right: none
}

.features__section__img-wrapper--left {
  border-left: none;
  border-radius: 0 12px 12px 0;
  border-right: solid 4px #101828
}

.features__section__img {
  height: 512px;
  width: 100%;
  transform: scale(1.2);
  object-fit: cover;
  object-position: 0 30%
}

.features__section--left-image {
  display: flex;
  flex-direction: row-reverse
}

@media screen and (max-width: 768px) {
  .features__header {
    padding: 60px 20px
  }

  .features__header__text-wrapper {
    padding: 30px 20px
  }

  .features__sections {
    gap: 50px
  }

  .features__section {
    padding: 0 20px;
    flex-direction: column;
    gap: 30px
  }

  .features__section__text-wrapper {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .features__section__img-wrapper {
    width: 100%;
    border: solid 4px #101828;
    border-radius: 12px;
    overflow: hidden
  }

  .features__section__img {
    height: auto
  }

  .features__section--left-image {
    flex-direction: column
  }
}

.opening {
  height: calc(100vh - 120px);
  max-height: 640px;
  background-color: #fff;
  display: flex;
  gap: 32px;
  padding: 0 112px
}

.opening__left-section {
  margin-top: 64px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px
}

.opening__rating {
  display: flex;
  align-items: center
}

.opening__rating__reviewers {
  display: flex
}

.opening__rating__reviewer {
  margin-left: -10px
}

.opening__rating__reviewer:first-child {
  margin-left: 0
}

.opening__rating__avatar {
  width: 40px;
  height: 40px;
  border: solid 1.5px white;
  border-radius: 200px
}

.opening__rating__stars {
  margin-left: 16px;
  display: flex;
  gap: 8px
}

.opening__right-section {
  margin-top: 64px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end
}

.opening__right-section__image {
  height: 640px;
  margin-top: 56px
}

@media screen and (max-width: 768px) {
  .opening {
    flex-direction: column;
    padding: 0;
    height: 100%;
    max-height: 100%
  }

  .opening__left-section {
    margin-top: 46px;
    width: 100%;
    gap: 24px;
    padding: 0 20px
  }

  .opening__left-section button {
    margin-top: 16px
  }

  .opening__rating {
    margin-top: 16px;
    justify-content: space-between
  }

  .opening__right-section {
    width: 100%;
    margin-top: 0
  }

  .opening__right-section__image {
    width: 100%;
    margin-top: 0;
    height: 100%
  }
}

.sign-up {
  margin-top: 122px
}

.sign-up__header {
  position: relative;
  padding: 96px 80px;
  height: 460px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex
}

.sign-up__header img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -10
}

.sign-up__header__text-wrapper {
  background: #ffffffb3;
  padding: 24px 32px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center
}

.sign-up__header__title {
  margin-top: 12px
}

.sign-up__header__description {
  margin-top: 24px
}

.sign-up__header__button {
  margin-top: 40px
}

.sign-up__main {
  background-color: #fff;
  padding: 100px 80px 80px;
  display: flex;
  justify-content: space-between;
  gap: 48px
}

.sign-up__bullets {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.sign-up__bullet {
  display: flex;
  gap: 16px
}

.sign-up__bullet__icon-wrapper {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 8px solid #eef4ff;
  background-color: #e0eaff;
  border-radius: 24px;
  color: #444ce7;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  .sign-up {
    margin-top: 32px
  }

  .sign-up__header {
    padding: 60px 20px
  }

  .sign-up__main {
    flex-direction: column;
    padding: 50px 20px
  }
}

.free-plan {
  border: 1px solid #eaecf0;
  box-shadow: 0 4px 6px -2px #10182808;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 16px;
  margin-top: -156px;
  background-color: #fff
}

.free-plan__header {
  padding: 36px 32px 24px;
  border-bottom: 1px solid #eaecf0
}

.free-plan__header__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px
}

.free-plan__header__try-free {
  background-color: #f0fdf9;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 16px
}

.free-plan__features {
  padding: 36px 32px 40px
}

.free-plan__features-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.free-plan__feature {
  display: flex;
  gap: 12px
}

.free-plan__feature__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #d1fadf;
  border-radius: 100%;
  color: #12b76a;
  display: flex;
  justify-content: center;
  align-items: center
}

.free-plan__footer {
  border-top: 1px solid #eaecf0;
  padding: 32px
}

@media screen and (max-width: 768px) {
  .free-plan {
    margin-top: 0
  }

  .free-plan__header {
    text-align: center
  }

  .free-plan__header__try-free {
    padding: 2px 30px
  }

  .free-plan__header__title {
    flex-direction: column;
    margin-bottom: 10px
  }

  .free-plan__features {
    display: flex;
    flex-direction: column;
    padding: 20px
  }

  .free-plan__features__title {
    align-self: center;
    margin-bottom: 4px
  }

  .free-plan__footer {
    padding: 30px 20px
  }
}

.public-story-footer {
  padding: 96px 0 96px 112px
}

.public-story-footer__left-section {
  width: 50%
}

.public-story-footer__header {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.public-story-footer__header__buttons {
  display: flex;
  gap: 20px
}

.public-story-footer__content {
  display: flex;
  gap: 24px;
  margin-top: 64px
}

.public-story-footer__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.public-story-footer__features__title {
  margin-top: 20px
}

.public-story-footer__features__description {
  margin-top: 8px
}

.public-story-footer__right-section {
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: end
}

.public-story-footer__image-bg {
  background-color: #fff;
  width: 100%;
  padding: 56px 0 56px 112px;
  height: 560px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px
}

.public-story-footer__image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px
}

@media screen and (max-width: 768px) {
  .public-story-footer {
    margin-top: 24px;
    padding: 24px
  }

  .public-story-footer__left-section {
    width: 100%
  }

  .public-story-footer__header__buttons,
  .public-story-footer__content {
    flex-direction: column
  }

  .public-story-footer__features {
    display: flex;
    flex-direction: column
  }

  .public-story-footer__right-section {
    width: 100%
  }

  .public-story-footer__image-bg {
    padding: 12px;
    height: 320px;
    border-radius: 24px
  }

  .public-story-footer__image-bg img {
    border-radius: 24px
  }
}

.public-story-page {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 6px -2px #10182808;
  box-shadow: 0 12px 16px -4px #10182814
}

.public-story-page__cover {
  border-radius: 20px;
  width: 100%;
  height: 874px;
  object-fit: cover
}

.public-story-page__text {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.public-story-page__paragraph {
  text-align: left;
  border-left: 2px solid #3538cd;
  padding-left: 20px
}

.public-story-page__footer {
  margin-top: 48px;
  display: flex;
  align-items: center
}

.public-story-page__footer a {
  display: flex;
  align-items: center;
  gap: 16px
}

.public-story-page__copy-link {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px
}

@media screen and (max-width: 768px) {
  .public-story-page__cover {
    width: 100%;
    height: 320px
  }

  .public-story-page__footer {
    flex-direction: column;
    align-items: start
  }

  .public-story-page__copy-link {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    align-items: start
  }
}

.public-story {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.public-story__header {
  width: 100%;
  height: 314px;
  position: relative
}

.public-story__header img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: .2;
  z-index: -1
}

.public-story__preview {
  width: 100%;
  padding: 0 80px;
  margin-top: -240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 46px
}

@media screen and (max-width: 768px) {
  .public-story__preview {
    padding: 0 24px
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif
}

#root {
  width: 100%;
  min-height: 100dvh;
  min-height: 100vh
}

a {
  text-decoration: none
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer
}

ul {
  list-style-type: none
}

.underline {
  text-decoration: underline
}

a:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.icon-badge {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.custom-button {
  height: 44px;
  border-radius: 100px;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 12px;
  width: max-content;
  @media screen and (max-width: 768px) {
    padding: 12px 22px;
  }
}
.custom-button span{
  display: flex;
  gap: 10px;
  align-items: center;
}
a.custom-button{
  color: inherit;
}

.custom-button__small {
  height: 36px;
  padding: 10px 24px;
}

.custom-button.primary-button {
  background-color: #1548E6;
  border: solid 1px #ffffff;
  color: #fff;
  box-shadow: 0 3px #1849a9cc
}

.custom-button.primary-button:hover {
  background-color: #1849a9
}

.custom-button.primary-button:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.custom-button.primary-button:disabled {
  opacity: 20%
}

.custom-button.secondary-button {
  background: #F5FAFF;
  border: solid 1px #84CAFF;
  color: #1548E6;
  box-shadow: 0 3px #1548E633
}

.custom-button.secondary-button:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.custom-button.secondary-button:disabled {
  background: linear-gradient(to bottom, #f5faff, #eff8ff);
  border: solid 1px #b2ddff;
  color: #84caff;
  box-shadow: 0 3px #06598633
}

.custom-button.secondary-button:hover {
  background: linear-gradient(to bottom, #d1e9ff, #d1e9ff)
}

.custom-button.red {
  background-color: #D92D20;
  border: solid 1px #D92D20;
  color: #fff;
  box-shadow: 0 3px 0 3px rgb(129 9 0 / 10%);
}

.custom-button.red:hover {
  background-color: #b42318;
  border: solid 1px #b42318;
}

.custom-button.warning {
  background-color: #fff;
  border: 1px solid #FDA29B;
  color: #D92D20;
  box-shadow: 0 3px #fef3f2
}

.custom-button.warning:hover {
  background-color: #fee4e2
}

.custom-button.outline-button {
  background: #fff;
  border: solid 1px #1548E6;
  color: #1548E6;
  box-shadow: 0 3px #1548E633;
  height: 40px;
  padding: 10px 14px;
}
.custom-button.outline-button:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.custom-button.outline-button.disabled {
  background: linear-gradient(to bottom, #f5faff, #eff8ff);
  border: solid 1px #b2ddff;
  color: #84caff;
  box-shadow: 0 3px #06598633;
  pointer-events: none;
}

.custom-button.outline-button:hover {
  background: linear-gradient(to bottom, #d1e9ff, #d1e9ff)
}

.custom-button.link {
  padding: 0;
  height: auto
}

.custom-button.link:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.custom-button.link:disabled {
  opacity: 20%
}
.dropdown_disabled{
  opacity: 40%;
}

.custom-button--full-width {
  width: 100%
}

.form-alert {
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center
}

.form-alert__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.badge {
  padding: 4px 12px;
  border-radius: 16px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center
}

.badge--teal {
  color: #107569;
  background-color: #f0fdf9
}

.badge--blue {
  color: #194185;
  background-color: #eff8ff
}

.badge--gray {
  color: #344054;
  background-color: #f2f4f7
}

.badge--green {
  color: #027a48;
  background-color: #ecfdf3
}

.badge--cyan {
  color: #0e7090;
  background-color: #ecfdff
}

.badge--purple {
  color: #3538cd;
  background-color: #eef4ff
}

.square-icon-badge {
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.square-icon-badge--teal {
  color: #107569;
  background-color: #f0fdf9
}

.square-icon-badge--blue {
  color: #194185;
  background-color: #eff8ff
}

.square-icon-badge--gray {
  color: #344054;
  background-color: #f2f4f7
}

.icon-button--md {
  padding: 0;
  width: 44px;
  min-width: 44px;
  height: 44px
}

.icon-button--lg {
  padding: 0;
  width: 60px;
  min-width: 60px;
  height: 60px
}

.select-item-card {
  border: .82px solid #eaecf0;
  box-shadow: 0 1px 3px #1018281a;
  border-radius: 8px
}

.select-item-card--selected {
  box-shadow: 0 0 10px 2px #2d9aff;
  background-color: #d1e9ff;
  display: flex;
  justify-content: center;
  align-items: center
}

.select-item-card__image {
  position: relative;
  padding: 7px;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  align-items: center;
  justify-content: center
}

.select-item-card__image img {
  width: 100%;
  border-radius: 8px
}

.select-item-card__name {
  padding: 20px 7px
}

.select-item-card__selected-icon {
  width: 56px;
  height: 56px;
  background-color: #d1fadf;
  border: 6px solid #f6fef9;
  border-radius: 28px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center
}

.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f2f4f7;
  box-shadow: 0 1px 2px #1018280f;
  box-shadow: 0 1px 3px #1018281a
}

.avatar--circle {
  border-radius: 100%
}

.avatar--rounded-square {
  border-radius: 8px
}

.avatar--xs {
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
  min-width: 40px
}

.avatar--sm {
  border: 2px solid #ffffff;
  height: 48px;
  width: 48px;
  min-width: 48px
}

.avatar--md {
  border: 2px solid #ffffff;
  height: 60px;
  width: 60px;
  min-width: 60px
}

.avatar--lg {
  border: 4px solid #ffffff;
  height: 100px;
  width: 100px;
  min-width: 100px
}

.avatar--xl {
  border: 4px solid #ffffff;
  height: 160px;
  width: 160px;
  min-width: 160px
}

.avatar--full {
  height: 100%;
  width: 100%;
  min-width: 100%
}

.avatar__icon--xs {
  width: 20px;
  height: 20px
}

.avatar__icon--sm {
  width: 24px;
  height: 24px
}

.avatar__icon--md {
  width: 32px;
  height: 32px
}

.avatar__icon--lg {
  width: 56px;
  height: 56px
}

.avatar__icon--xl {
  width: 80px;
  height: 80px
}

.avatar__image {
  width: 100%
}

.avatar__image--circle {
  border-radius: 100%
}

.avatar__image--rounded-square {
  border-radius: 8px
}

.avatar__edit {
  position: absolute;
  bottom: 0;
  right: 4px
}

.notification-modal {
  padding: 24px;
  width: 400px
}

.notification-modal__icon {
  width: 48px;
  height: 48px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center
}

.notification-modal__icon--success {
  background-color: #d1fadf;
  border: 8px solid #ecfdf3;
  color: #027a48
}

.notification-modal__icon--error,
.notification-modal__icon--warning {
  background-color: #fee4e2;
  border: 8px solid #fef3f2;
  color: #b42318
}

.notification-modal__texts {
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.notification-modal__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.progress-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.progress-bar__bar {
  width: 100%;
  height: 8px;
  background-color: #eaecf0;
  border-radius: 4px
}

.progress-bar__bar--zero-progress {
  height: 8px;
  width: 5px;
  background-color: #667085;
  border-radius: 4px
}

.progress-bar__bar--progress {
  height: 8px;
  border-radius: 4px;
  transition: width .3s ease-in-out
}

.progress-bar__bar--progress--blue {
  background-color: #1548E6
}

.progress-bar__bar--progress--green {
  background-color: #027a48
}

.progress-bar p {
  white-space: nowrap
}

.rating {
  display: flex;
  align-items: center
}

.rating.loading {
  opacity: .5
}

.rating__star-container {
  padding-inline: 2px;
  height: 18px;
  cursor: pointer
}

.rating__star-container.disabled {
  cursor: default
}

.empty-table {
  background-color: #fff;
  padding: 40px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px
}
.table__scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.table {
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 3px #1018281a;
  background-color: #fff;
  border-radius: 12px;
}

.table__table {
  width: 100%
}

.table__table tr {
  border-bottom: 1px solid #eaecf0
}

.table__table th {
  padding: 10px 24px;
  text-align: left;
  border-bottom: 1px solid #eaecf0;
  background-color: #fcfcfd;
  font-size: 14px;
  color: #475467;
  font-weight: 600
}

.table__table td {
  padding: 16px 24px;
  color: #475467;
  border-bottom: 1px solid #eaecf0;
  font-size: 14px;
}
.table__table tr:last-child td{
  border-bottom: 0;
}

.table__table img {
  width: 40px;
  border-radius: 8px
}

.table__table__custom-column {
  display: flex;
  align-items: center;
  gap: 12px
}

.table__actions {
  display: flex;
  gap: 12px
}

.table--with-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.table-header {
  padding: 20px 24px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 1px 2px #1018280f;
  box-shadow: 0 1px 3px #1018281a;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px
}

.table-header__title {
  display: flex;
  align-items: center;
  gap: 8px
}

.table-header__description {
  margin-top: 4px
}

@media screen and (max-width: 768px) {
  .table-header {
    flex-direction: column
  }
}

.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eaecf0
}

.tabs__tab {
  color: #1548E6;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px
}

.tabs__tab--selected {
  color: #344054;
  border-bottom: 2px solid #1849a9
}

.checkbox {
  display: flex;
  align-items: start;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #344054
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.checkbox__custom-input {
  margin-top: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 2px solid #98a2b3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.checkbox__input:checked+.checkbox__custom-input {
  background: #eff8ff;
  border-color: #1548E6
}

.checkbox__icon {
  width: 10px;
  height: 10px;
  color: #1548E6;
  opacity: 0
}

.checkbox__input:checked+.checkbox__custom-input .checkbox__icon {
  opacity: 1
}

.custom-input-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center
}

.custom-input-container__label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
}

.custom-input-container input {
  width: 100%;
  border-radius: 100px;
  background-color: #fff;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #181D27;
}

.custom-input-container input.primary {
  height: 44px;
  border: 1px solid #84caff;
  box-shadow: 0 3px #06598633
}
.custom-input-container input.secondary {
  height: 40px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px #1018280d
}

.custom-input-container input.left-icon {
  padding-left: 50px
}

.custom-input-container input.error {
  border: 1px solid #fda29b;
  background-color: #fffbfa;
  color: #d92d20;
  box-shadow: 0 3px rgba(254, 228, 226, 0.8) !important;
}

.custom-input-container input.disabled {
  background-color: #f9fafb;
  border: none
}

.custom-input-container input:focus-visible {
  outline: none;
  box-shadow: 0 0 5px #007bff;
  transition: box-shadow .2s ease
}

.custom-input-container__icon {
  position: absolute;
  right: 24px
}

.custom-input-container__custom-icon {
  position: absolute;
  left: 24px;
  color: #344054;
  display: flex
}

.custom-input-container__bottom-text {
  margin-top: 6px
}

.footer-container {
  background-color: #fff;
  width: 100%;
  max-width: 1280px;
  padding: 32px 32px 48px;
  margin-inline: auto;
  border-top: 1.5px solid #d0d5dd;
  display: flex;
  align-items: center
}

@media screen and (max-width: 768px) {
  .footer-container {
    padding: 30px;
    flex-direction: column;
    justify-content: start;
    gap: 32px
  }
}

.footer-container section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px
}

.footer-container ul {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: end
}

@media screen and (max-width: 768px) {
  .footer-container ul {
    flex-direction: column;
    justify-content: start
  }
}

.unauth-desktop-navbar {
  min-height: 120px;
  height: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background-color: #1548E6;
  color: #fff
}

.unauth-desktop-navbar__menu-items {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%
}

.unauth-desktop-navbar__menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 100px;
  color: currentColor;
  font-weight: 600;
  font-weight: 18px
}

.unauth-desktop-navbar__menu-item--selected {
  background-color: #fff;
  color: #1548E6
}

.unauth-desktop-navbar__auth-section {
  display: flex;
  align-items: center;
  gap: 28px
}

.unauth-desktop-navbar__sign-up {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px
}

.unauth-desktop-navbar__sign-up__item {
  color: currentColor;
  font-weight: 600;
  font-weight: 18px
}

@media screen and (max-width: 769px) {
  .unauth-desktop-navbar {
    display: none
  }
}

.mobile-navbar {
  min-height: 70px;
  height: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1548E6
}

@media screen and (min-width: 769px) {
  .mobile-navbar {
    display: none
  }
}

.bg-green-25 {
  background-color: #f6fef9
}

.bg-green-50 {
  background-color: #ecfdf3
}

.bg-green-100 {
  background-color: #d1fadf
}

.bg-green-200 {
  background-color: #a6f4c5
}

.bg-green-300 {
  background-color: #6ce9a6
}

.bg-green-400 {
  background-color: #32d583
}

.bg-green-500 {
  background-color: #17B26A
}

.bg-green-600 {
  background-color: #039855
}

.bg-green-700 {
  background-color: #027a48
}

.bg-green-800 {
  background-color: #05603a
}

.bg-green-900 {
  background-color: #054f31
}

.bg-gray-25 {
  background-color: #fcfcfd
}

.bg-gray-50 {
  background-color: #FAFAFA
}

.bg-gray-100 {
  background-color: #f2f4f7
}

.bg-gray-200 {
  background-color: #eaecf0
}

.bg-gray-300 {
  background-color: #d0d5dd
}

.bg-gray-400 {
  background-color: #98a2b3
}

.bg-gray-500 {
  background-color: #667085
}

.bg-gray-600 {
  background-color: #475467
}

.bg-gray-700 {
  background-color: #344054
}

.bg-gray-800 {
  background-color: #1d2939
}

.bg-gray-900 {
  background-color: #101828
}

.bg-blue-25 {
  background-color: #f5faff
}

.bg-blue-50 {
  background-color: #eff8ff
}

.bg-blue-100 {
  background-color: #d1e9ff
}

.bg-blue-200 {
  background-color: #b2ddff
}

.bg-blue-300 {
  background-color: #84caff
}

.bg-blue-400 {
  background-color: #53b1fd
}

.bg-blue-500 {
  background-color: #2e90fa
}

.bg-blue-600 {
  background-color: #1570ef
}

.bg-blue-700 {
  background-color: #1548E6
}

.bg-blue-800 {
  background-color: #1849a9
}

.bg-blue-900 {
  background-color: #194185
}

.bg-red-25 {
  background-color: #fffbfa
}

.bg-red-50 {
  background-color: #fef3f2
}

.bg-red-100 {
  background-color: #fee4e2
}

.bg-red-200 {
  background-color: #fecdca
}

.bg-red-300 {
  background-color: #fda29b
}

.bg-red-400 {
  background-color: #f97066
}

.bg-red-500 {
  background-color: #f04438
}

.bg-red-600 {
  background-color: #d92d20
}

.bg-red-700 {
  background-color: #b42318
}

.bg-red-800 {
  background-color: #912018
}

.bg-red-900 {
  background-color: #7a271a
}

.bg-yellow-25 {
  background-color: #fffcf5
}

.bg-yellow-50 {
  background-color: #fffaeb
}

.bg-yellow-100 {
  background-color: #fef0c7
}

.bg-yellow-200 {
  background-color: #fedf89
}

.bg-yellow-300 {
  background-color: #fec84b
}

.bg-yellow-400 {
  background-color: #fdb022
}

.bg-yellow-500 {
  background-color: #f79009
}

.bg-yellow-600 {
  background-color: #dc6803
}

.bg-yellow-700 {
  background-color: #b54708
}

.bg-yellow-800 {
  background-color: #93370d
}

.bg-yellow-900 {
  background-color: #7a2e0e
}

.bg-teal-25 {
  background-color: #f6fefc
}

.bg-teal-50 {
  background-color: #f0fdf9
}

.bg-teal-100 {
  background-color: #ccfbef
}

.bg-teal-200 {
  background-color: #99f6e0
}

.bg-teal-300 {
  background-color: #5fe9d0
}

.bg-teal-400 {
  background-color: #2ed3b7
}

.bg-teal-500 {
  background-color: #15b79e
}

.bg-teal-600 {
  background-color: #0e9384
}

.bg-teal-700 {
  background-color: #107569
}

.bg-teal-800 {
  background-color: #125d56
}

.bg-teal-900 {
  background-color: #134e48
}

.bg-cyan-25 {
  background-color: #f5feff
}

.bg-cyan-50 {
  background-color: #ECFDFF
}

.bg-gray-50 {
  background-color: #ddd
}

.bg-cyan-100 {
  background-color: #cff9fe
}

.bg-cyan-200 {
  background-color: #a5f0fc
}

.bg-cyan-300 {
  background-color: #67e3f9
}

.bg-cyan-400 {
  background-color: #2ce
}

.bg-cyan-500 {
  background-color: #06aed4
}

.bg-cyan-600 {
  background-color: #088ab2
}

.bg-cyan-700 {
  background-color: #0e7090
}

.bg-cyan-800 {
  background-color: #155b75
}

.bg-cyan-900 {
  background-color: #164c63
}

.bg-purple-25 {
  background-color: #f5f8ff
}

.bg-purple-50 {
  background-color: #eef4ff
}

.bg-purple-100 {
  background-color: #e0eaff
}

.bg-purple-200 {
  background-color: #c7d7fe
}

.bg-purple-300 {
  background-color: #a4bcfd
}

.bg-purple-400 {
  background-color: #8098f9
}

.bg-purple-500 {
  background-color: #6172f3
}

.bg-purple-600 {
  background-color: #444ce7
}

.bg-purple-700 {
  background-color: #3538cd
}

.bg-purple-800 {
  background-color: #2d31a6
}

.bg-purple-900 {
  background-color: #2d3282
}

.bg-white {
  background-color: #fff
}

.text-tertiary-600{
  color: #535862;
}
.text-tertiary-900{
  color: #181D27;
}

.text-gray-25 {
  color: #fcfcfd
}

.text-gray-50 {
  color: #f9fafb
}

.text-gray-100 {
  color: #f2f4f7
}

.text-gray-200 {
  color: #eaecf0
}

.text-gray-300 {
  color: #d0d5dd
}

.text-gray-400 {
  color: #98a2b3
}

.text-gray-500 {
  color: #667085
}

.text-gray-600 {
  color: #475467
}

.text-gray-700 {
  color: #414651
}

.text-gray-800 {
  color: #1d2939
}

.text-gray-900 {
  color: #101828
}

.text-blue-25 {
  color: #f5faff
}

.text-blue-50 {
  color: #eff8ff
}

.text-blue-100 {
  color: #d1e9ff
}

.text-blue-200 {
  color: #b2ddff
}

.text-blue-300 {
  color: #84caff
}

.text-blue-400 {
  color: #53b1fd
}

.text-blue-500 {
  color: #2e90fa
}

.text-blue-600 {
  color: #1570ef
}

.text-blue-700 {
  color: #1548E6 !important;
}

.text-blue-800 {
  color: #1849a9
}

.text-blue-900 {
  color: #194185
}

.text-red-25 {
  color: #fffbfa
}

.text-red-50 {
  color: #fef3f2
}

.text-red-100 {
  color: #fee4e2
}

.text-red-200 {
  color: #fecdca
}

.text-red-300 {
  color: #fda29b
}

.text-red-400 {
  color: #f97066
}

.text-red-500 {
  color: #f04438
}

.text-red-600 {
  color: #d92d20
}

.text-red-700 {
  color: #b42318
}

.text-red-800 {
  color: #912018
}

.text-red-900 {
  color: #7a271a
}

.text-yellow-25 {
  color: #fffcf5
}

.text-yellow-50 {
  color: #fffaeb
}

.text-yellow-100 {
  color: #fef0c7
}

.text-yellow-200 {
  color: #fedf89
}

.text-yellow-300 {
  color: #fec84b
}

.text-yellow-400 {
  color: #fdb022
}

.text-yellow-500 {
  color: #f79009
}

.text-yellow-600 {
  color: #dc6803
}

.text-yellow-700 {
  color: #b54708
}

.text-yellow-800 {
  color: #93370d
}

.text-yellow-900 {
  color: #7a2e0e
}

.text-green-25 {
  color: #f6fef9
}

.text-green-50 {
  color: #ecfdf3
}

.text-green-100 {
  color: #d1fadf
}

.text-green-200 {
  color: #a6f4c5
}

.text-green-300 {
  color: #6ce9a6
}

.text-green-400 {
  color: #32d583
}

.text-green-500 {
  color: #17B26A;
}

.text-green-600 {
  color: #039855
}

.text-green-700 {
  color: #067647
}

.text-green-800 {
  color: #05603a
}

.text-green-900 {
  color: #054f31
}

.text-teal-25 {
  color: #f6fefc
}

.text-teal-50 {
  color: #f0fdf9
}

.text-teal-100 {
  color: #ccfbef
}

.text-teal-200 {
  color: #99f6e0
}

.text-teal-300 {
  color: #5fe9d0
}

.text-teal-400 {
  color: #2ed3b7
}

.text-teal-500 {
  color: #15b79e
}

.text-teal-600 {
  color: #0e9384
}

.text-teal-700 {
  color: #107569
}

.text-teal-800 {
  color: #125d56
}

.text-teal-900 {
  color: #134e48
}

.text-cyan-25 {
  color: #f5feff
}

.text-cyan-50 {
  color: #ecfdff
}

.text-cyan-100 {
  color: #cff9fe
}

.text-cyan-200 {
  color: #a5f0fc
}

.text-cyan-300 {
  color: #67e3f9
}

.text-cyan-400 {
  color: #2ce
}

.text-cyan-500 {
  color: #06aed4
}

.text-cyan-600 {
  color: #088AB2
}

.text-cyan-700 {
  color: #0E7090
}

.text-cyan-800 {
  color: #155b75
}

.text-cyan-900 {
  color: #164c63
}

.text-purple-25 {
  color: #f5f8ff
}

.text-purple-50 {
  color: #eef4ff
}

.text-purple-100 {
  color: #e0eaff
}

.text-purple-200 {
  color: #c7d7fe
}

.text-purple-300 {
  color: #a4bcfd
}

.text-purple-400 {
  color: #8098f9
}

.text-purple-500 {
  color: #6172f3
}

.text-purple-600 {
  color: #444ce7
}

.text-purple-700 {
  color: #3538cd
}

.text-purple-800 {
  color: #2d31a6
}

.text-purple-900 {
  color: #2d3282
}

.text-white {
  color: #fff
}

.border-gray-25 {
  border: 1px solid #fcfcfd
}

.border-gray-50 {
  border: 1px solid #f9fafb
}

.border-gray-100 {
  border: 1px solid #f2f4f7
}

.border-gray-200 {
  border: 1px solid #eaecf0
}

.border-gray-300 {
  border: 1px solid #d0d5dd
}

.border-gray-400 {
  border: 1px solid #98a2b3
}

.border-gray-500 {
  border: 1px solid #667085
}

.border-gray-600 {
  border: 1px solid #475467
}

.border-gray-700 {
  border: 1px solid #344054
}

.border-gray-800 {
  border: 1px solid #1d2939
}

.border-gray-900 {
  border: 1px solid #101828
}

.border-blue-25 {
  border: 1px solid #f5faff
}

.border-blue-50 {
  border: 1px solid #eff8ff
}

.border-blue-100 {
  border: 1px solid #d1e9ff
}

.border-blue-200 {
  border: 1px solid #b2ddff
}

.border-blue-300 {
  border: 1px solid #84caff
}

.border-blue-400 {
  border: 1px solid #53b1fd
}

.border-blue-500 {
  border: 1px solid #2e90fa
}

.border-blue-600 {
  border: 1px solid #1570ef
}

.border-blue-700 {
  border: 1px solid #1548E6
}

.border-blue-800 {
  border: 1px solid #1849a9
}

.border-blue-900 {
  border: 1px solid #194185
}

.border-red-25 {
  border: 1px solid #fffbfa
}

.border-red-50 {
  border: 1px solid #fef3f2
}

.border-red-100 {
  border: 1px solid #fee4e2
}

.border-red-200 {
  border: 1px solid #fecdca
}

.border-red-300 {
  border: 1px solid #fda29b
}

.border-red-400 {
  border: 1px solid #f97066
}

.border-red-500 {
  border: 1px solid #f04438
}

.border-red-600 {
  border: 1px solid #d92d20
}

.border-red-700 {
  border: 1px solid #b42318
}

.border-red-800 {
  border: 1px solid #912018
}

.border-red-900 {
  border: 1px solid #7a271a
}

.border-yellow-25 {
  border: 1px solid #fffcf5
}

.border-yellow-50 {
  border: 1px solid #fffaeb
}

.border-yellow-100 {
  border: 1px solid #fef0c7
}

.border-yellow-200 {
  border: 1px solid #fedf89
}

.border-yellow-300 {
  border: 1px solid #fec84b
}

.border-yellow-400 {
  border: 1px solid #fdb022
}

.border-yellow-500 {
  border: 1px solid #f79009
}

.border-yellow-600 {
  border: 1px solid #dc6803
}

.border-yellow-700 {
  border: 1px solid #b54708
}

.border-yellow-800 {
  border: 1px solid #93370d
}

.border-yellow-900 {
  border: 1px solid #7a2e0e
}

.border-green-25 {
  border: 1px solid #f6fef9
}

.border-green-50 {
  border: 1px solid #ecfdf3
}

.border-green-100 {
  border: 1px solid #d1fadf
}

.border-green-200 {
  border: 1px solid #a6f4c5
}

.border-green-300 {
  border: 1px solid #6ce9a6
}

.border-green-400 {
  border: 1px solid #32d583
}

.border-green-500 {
  border: 1px solid #12b76a
}

.border-green-600 {
  border: 1px solid #039855
}

.border-green-700 {
  border: 1px solid #027a48
}

.border-green-800 {
  border: 1px solid #05603a
}

.border-green-900 {
  border: 1px solid #054f31
}

.border-teal-25 {
  border: 1px solid #f6fefc
}

.border-teal-50 {
  border: 1px solid #f0fdf9
}

.border-teal-100 {
  border: 1px solid #ccfbef
}

.border-teal-200 {
  border: 1px solid #99f6e0
}

.border-teal-300 {
  border: 1px solid #5fe9d0
}

.border-teal-400 {
  border: 1px solid #2ed3b7
}

.border-teal-500 {
  border: 1px solid #15b79e
}

.border-teal-600 {
  border: 1px solid #0e9384
}

.border-teal-700 {
  border: 1px solid #107569
}

.border-teal-800 {
  border: 1px solid #125d56
}

.border-teal-900 {
  border: 1px solid #134e48
}

.border-cyan-25 {
  border: 1px solid #f5feff
}

.border-cyan-50 {
  border: 1px solid #ecfdff
}

.border-cyan-100 {
  border: 1px solid #cff9fe
}

.border-cyan-200 {
  border: 1px solid #a5f0fc
}

.border-cyan-300 {
  border: 1px solid #67e3f9
}

.border-cyan-400 {
  border: 1px solid #22ccee
}

.border-cyan-500 {
  border: 1px solid #06aed4
}

.border-cyan-600 {
  border: 1px solid #088ab2
}

.border-cyan-700 {
  border: 1px solid #0e7090
}

.border-cyan-800 {
  border: 1px solid #155b75
}

.border-cyan-900 {
  border: 1px solid #164c63
}

.border-purple-25 {
  border: 1px solid #f5f8ff
}

.border-purple-50 {
  border: 1px solid #eef4ff
}

.border-purple-100 {
  border: 1px solid #e0eaff
}

.border-purple-200 {
  border: 1px solid #c7d7fe
}

.border-purple-300 {
  border: 1px solid #a4bcfd
}

.border-purple-400 {
  border: 1px solid #8098f9
}

.border-purple-500 {
  border: 1px solid #6172f3
}

.border-purple-600 {
  border: 1px solid #444ce7
}

.border-purple-700 {
  border: 1px solid #3538cd
}

.border-purple-800 {
  border: 1px solid #2d31a6
}

.border-purple-900 {
  border: 1px solid #2d3282
}

.border-2 {
  border-width: 2px
}

.border-4 {
  border-width: 4px
}

.border-6 {
  border-width: 6px
}

.border-8 {
  border-width: 8px
}

.border-0 {
  border-width: 0
}

.text-display-2xl {
  font-size: 72px;
  line-height: 90px
}

.text-display-xl {
  font-size: 60px;
  line-height: 72px
}

.text-display-lg {
  font-size: 48px;
  line-height: 60px
}

.text-headline-1 {
  font-size: 36px;
  line-height: 44px
}

.text-headline-2 {
  font-size: 30px;
  line-height: 38px
}

.text-headline-3 {
  font-size: 24px;
  line-height: 32px
}

.text-text-xl {
  font-size: 20px;
  line-height: 30px
}

.text-text-lg {
  font-size: 18px;
  line-height: 28px
}

.text-text-md {
  font-size: 16px;
  line-height: 24px
}

.text-text-sm {
  font-size: 14px;
  line-height: 20px
}

.text-text-xs {
  font-size: 12px
}

.weight-regular {
  font-weight: 400
}

.weight-medium {
  font-weight: 500
}

.weight-semibold {
  font-weight: 600
}

.weight-bold {
  font-weight: 700
}

.line-height-display-2xl {
  line-height: 90px
}

.line-height-display-xl {
  line-height: 72px
}

.line-height-display-lg {
  line-height: 60px
}

.line-height-headline-1 {
  line-height: 44px
}

.line-height-headline-2 {
  line-height: 38px
}

.line-height-headline-3 {
  line-height: 32px
}

.line-height-text-xl {
  line-height: 30px
}

.line-height-text-lg {
  line-height: 28px
}

.line-height-text-md {
  line-height: 24px
}

.line-height-text-sm {
  line-height: 20px
}

.letter-spacing-lg {
  letter-spacing: -2%
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  background-color: #1548E6;
  color: #fff
}

.side-menu__header {
  height: 70px;
  display: flex;
  align-items: center
}

.side-menu__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 12px 24px
}

.side-menu__menu-items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1
}

.side-menu__menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 100px;
  color: currentColor;
  font-weight: 600;
  font-weight: 18px
}

.side-menu__menu-item--selected {
  background-color: #fff;
  color: #1548E6
}

.side-menu__auth-section {
  border-top: 2px white solid;
  padding: 20px 8px 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.side-menu__auth-section__text {
  display: flex;
  align-items: center;
  gap: 8px
}

.side-menu__auth-section__item {
  color: currentColor;
  font-weight: 600;
  font-weight: 18px
}

.side-menu__aside {
  width: 64px;
  box-shadow: inset 10px 0 10px -10px #10182814;
  padding: 20px 16px;
  display: flex;
  align-items: start;
  justify-content: end;
  background-color: #1849a9
}



/*-------------------new ----------------------------*/

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fffc;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 10
}

.modal.opened {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
    overflow-y: auto
}

.modal__dialog {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    min-width: 300px;
    box-shadow: 0 4px 10px #0000004d;
    max-height: 100%;
    overflow-y: auto
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #fffc;
    display: flex;
    justify-content: center;
    align-items: center
}

.iconTextItemWrapper {
    width: 100%;
    height: 44px;
    padding: 0 22px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    cursor: pointer;
    background-color: #fff;
    color: #1548E6
}

.iconTextItemWrapper:hover {
    background-color: #1548E6;
    color: #fff
}

.iconTextItemWrapper .iconTextItemIcon {
    width: 24px;
    height: 24px;
    text-align: center
}

.iconTextItemWrapper .iconTextItemText {
    font-weight: 600;
    font-size: 18px
}

.iconTextItemWrapper button {
    border: none;
    background: transparent;
    padding: 0
}

.dropdownWrapper {
    position: relative;
    display: inline-block
}
.dropdownWrapper .icon-user{
  font-size: 26px;
  color: #1548E6;
}
.dropdownWrapper .icon-down-arrow{
  font-size: 12px;
  color: #fff;
}

.dropdownContent {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    max-width: fit-content;
    padding: 0;
    right: 0;
    display: none;
    z-index: 9;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.dropdownContent.active {
  display: block;
}

.dropdownContent .dropdownBox {
    padding:15px 21px;
}
.dropdownContent .dropdownBox ul{
  margin-top: 10px;
}
.dropdown__student-login-wrapper{
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.dropdown__student-login-info{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #1548E6;
}
.student__info--pic{
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #EFF8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student__info--pic .icon-user{
  font-size: 20px;
}
.student__info--pic svg{
  width: 20px;
  height: auto;
}
.student__login--wrap{
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #EFF8FF;
  border-radius: 100px;
  padding: 4px 10px 4px 6px;
}
.dropdown__student-login-wrapper .custom-button{
  padding: 10px 24px;
  height: 36px;
}
.student__login-code{
  font-size: 16px;
  font-weight: 600;
  color: #101828;
  background-color: #fff;
  border-radius: 100px;
  padding: 2px 8px;
  line-height: 24px;
}
.student__login-copy-icon {
  /* font-size: 12px; */
  font-weight: 500;
  color: #1548E6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-wrap: nowrap;
}
.student__login-copy-icon .icon-copy-code{
  font-size: 140%;
}


.dropdownContent footer {
    border-top: solid 1px #eaecf0;
    height: auto;
    padding: 21px;
    width: 100%;
    display: flex;
    align-items: center
}

.dropdownContent footer .logout__btn {
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #1548E6
}
.logout__btn--Icon{
  width: 18px;
  height: 18px;
}
.logout__btn--Icon svg{
  vertical-align: top;
}

.dropdownArrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    right: 20px;
    transform: translate(-50%)
}

.desktop-navbar {
    min-height: 120px;
    height: 100%;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1548E6;
    color: #fff
}

.desktop-navbar__left-section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-right: 24px
}

.desktop-navbar__middle-section {
    display: flex;
    align-items: center;
    width: 100%
}
.desktop-navbar__middle-section ul{
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%
}

.desktop-navbar__right-section {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px
}

.desktop-navbar__right-section .avatar--circle{
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  outline: 6px solid  #1548E6;
}

.desktop-navbar__right-section__sign-up {
    display: flex;
    align-items: center;
    gap: 5px
}
.desktop-navbar__right-section--without-login{
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.desktop-navbar__right-section--without-login li a{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 100px;
  color: #1548E6;
  border: 1px solid #1548E6;
  background-color: #fff;
  white-space: nowrap
}
.desktop-navbar__right-section--without-login li a:hover{
  color: #fff;
  background-color: #1548E6;
  border-color: #fff;
}

.desktop-navbar__username {
    width: max-content
}

.desktop-navbar__menu-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    padding: 8px 22px;
    border-radius: 100px;
    color: #fff;
    @media screen and (max-width: 1024px) {
      font-size: 0;
      gap: 0;
    }
    @media screen and (max-width: 768px) {
      font-size: 16px;
      gap: 12px;
    }
}
.desktop-navbar__menu-item span{
  font-size: 20px;
}

.desktop-navbar__menu-item--auth--selected,
.desktop-navbar__menu-item--auth:hover {
    background-color: #fff;
    color: #1849a9;
}

.desktop-navbar__menu-item--unauth--selected,.desktop-navbar__menu-item--unauth:hover {
    background-color: #fff;
    color: #1548E6
}

@media screen and (max-width: 769px) {
    .desktop-navbar {
        display:none
    }
}

.mobileSideMenuWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    background-color: #1548E6;
    color: #1548E6;
    display: none;
}
.mobileSideMenuWrapper.navActive{
  display: flex;
}

.mobileSideMenuWrapper header {
    height: 70px;
    display: flex;
    align-items: center
}

.mobileSideMenuWrapper main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 16px 24px
}

.mobileSideMenuWrapper main section {
    margin-bottom: 20px;
    padding-top: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mobileSideMenuWrapper main section .mobileSideMenuItemsList {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.mobileSideMenuWrapper main section .mobileSideMenuItem {
    display: flex;
    align-items: center;
    gap: 4px
}

.mobileSideMenuWrapper main section .mobileSideMenuSubItemsList {
    padding-left: 36px
}

.mobileSideMenuWrapper aside {
    width: 64px;
    box-shadow: inset 10px 0 10px -10px #10182814;
    padding:0;
    display: flex;
    align-items: start;
    justify-content: end;
    background-color: #1849a9
}
.mobileSideMenuWrapper aside button{
  width: 40px;
  height: 40px;
  margin: 12px 8px 0 0;
  font-size: 18px;
  color: #fff;
}

.mobileSideMenuWrapper footer {
    border-top: 2px white solid;
    padding: 24px 0 0 0;
    display: flex;
    align-items: center;
    gap: 12px
}

.mobileSideMenuWrapper footer .icon-user{
  font-size: 20px;
}

.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn :first-child {
    font-weight: 500;
    font-size: 14px
}

.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn :last-child {
    font-weight: 700;
    font-size: 14px
}

.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedOut {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedOut a{
  color: inherit;
}

.mobileSideMenuWrapper footer .mobileSideMenuFooterIcon {
    align-self: center
}

.mobile_navbar_wrapper {
    min-height: 70px;
    height: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1548E6
}

.mobile_navbar_wrapper .mobileNavbarIcon {
    padding: 0 8px;
    color: #fff;
    font-size: 18px;
}

@media screen and (min-width: 769px) {
    .mobile_navbar_wrapper {
        display:none
    }
}

.icon-with-background {
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-with-background.green {
    border: 8px solid #ecfdf3;
    background-color: #d1fadf;
    color: #039855;
}

.icon-with-background.gray {
    border: 8px solid #F9FAFB;
    background-color: #F2F4F7;
    color: #717680
}

.icon-with-background.blue {
    border: 8px solid #eff8ff;
    background-color: #d1e9ff;
    color: #1548E6;
}

.icon-with-background.yellow {
    border: 8px solid #fffaeb;
    background-color: #fef0c7;
    color: #dc6803
}
.icon-with-background.red {
  border: 8px solid #FEF3F2;
  background-color: #FEE4E2;
  color: #D92D20;
}

.dashboard-activity-section {
    background-color: #fff;
    box-shadow: 0 1px 2px #1018280d;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column
}

.dashboard-activity-section__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaecf0
}

.dashboard-activity-section__header__title {
    display: flex;
    align-items: center;
    gap: 12px
}

.dashboard-activity-section__body {
    padding-top: 24px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 8px;
    height: 100%
}

.dashboard-activity-section__body--text-center {
    align-items: center
}

.student-card {
    background: #ffffffd9;
    border: 2px solid #22ccee;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    width: 350px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.student-card__username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.student-card__achievements {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%
}

.student-card__achievements li {
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.student-card__achievements__image {
    height: 84px
}

.student-card__avatar {
    width: 96px;
    min-width: 96px;
    height: 96px;
    min-height: 96px;
    border: 4px solid #22ccee;
    margin-top: -48px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.student-card__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.student-card__empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.student-card__empty__text {
    text-align: center
}

.student-card--zero-state {
    border: 2px solid #d0d5dd
}

.student-card--zero-state .student-card__avatar {
    border: 4px solid #d0d5dd
}

.reading-activity-chart-bar {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
    margin-top: 16px;
    gap: 7px
}

.reading-activity-chart-bar__chart-bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32px
}

.reading-activity-chart-bar__bar {
    min-height: 12px;
    width: 18px;
    background-color: #1548E6;
    border-radius: 12px;
    transition: height .3s ease-in-out
}

.reading-activity-chart-bar__bar--zero-mins {
    background-color: #d0d5dd
}

.reading-activity {
    margin-top: 16px;
    background: linear-gradient(135deg,#b2ccff80,#fbe8ff80);
    width: 100%;
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center
}

.reading-activity__content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.reading-activity__content__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.reading-activity__streak-image {
    height: 84px
}

.reading-activity--zero-state {
    background: #f2f4f7
}

.stories-created {
    border: 1px solid #eaecf0;
    border-radius: 20px;
    box-shadow: 0 1px 2px #1018280f;
    height: 100%;
    background-color: #fff
}

.stories-created__header {
    width: 100%;
    padding: 20px 24px;
    border-bottom: 1px solid #eaecf0
}

.stories-created__body {
    padding: 32px 24px 24px;
    border-bottom: 1px solid #eaecf0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.stories-created__stories-per-day {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(closest-side,white 80%,transparent 80% 100%),conic-gradient(#1548E6 var(--progress),#eaecf0 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stories-created__text {
    margin-top: 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.stories-created__footer {
    width: 100%;
    padding: 16px 24px
}

@media screen and (max-width: 1024px) {
    .stories-created__header {
        padding:20px 16px
    }

    .stories-created__body {
        padding: 32px 16px 24px
    }

    .stories-created__footer {
        padding: 16px
    }
}

@media screen and (max-width: 768px) {
    .stories-created__body {
        padding:32px 24px 24px
    }

    .stories-created__footer {
        padding: 16px 24px
    }
}

.no-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.no-content__image {
    width: 152px;
    height: 118px;
    margin: 0 auto
}

.no-content h5 {
    margin-top: 20px
}

.activity-card {
    width: 100%;
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #eaecf0;
    padding: 16px 0
}

.activity-card__user-info {
    display: flex;
    gap: 12px
}

.activity-card__user-info__name {
    display: flex;
    gap: 8px
}

.activity-card__additional-info {
    display: flex;
    gap: 4px;
    margin-top: 12px
}

.activity-card__additional-info--cyan {
    background-color: #ecfdff;
    color: #0e7090;
    padding: 2px 8px;
    border-radius: 16px
}

.activity-card__additional-info--green {
    background-color: #ecfdf3;
    color: #027a48;
    padding: 2px 8px;
    border-radius: 16px
}

.activity-card__activity-info {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

.activity-card__activity-info.roll {
    background: linear-gradient(135deg,#b2ccff33,#fbe8ff33);
    padding: 4px 8px;
    border-radius: 20px;
    align-items: center
}

.activity-card__activity-info.streak {
    background: linear-gradient(135deg,#fef0c7,#fff4ed);
    padding: 4px 8px;
    border-radius: 20px;
    align-items: center
}

.activity-card__activity-info__img {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1.3px solid white
}

.activity-card__activity-info__img.roll,.activity-card__activity-info__img.streak {
    border: 1.5px solid white;
    width: 40px;
    height: 40px;
    border-radius: 100px
}

.recent-stories__top-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px
}

.recent-stories__top-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.recent-stories__bottom-section {
    margin-top: 20px
}

.recent-stories__bottom-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.recent-stories__card {
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.recent-stories__card__img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 20px
}

.recent-stories__card__text {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    text-overflow: ellipsis
}

.recent-stories--no-stories {
    width: 100%;
    height: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: 2fr 1fr
}

@media screen and (max-width: 768px) {
    .recent-stories__top-section {
        grid-template-columns:1fr
    }

    .recent-stories__top-section__list,.recent-stories__bottom-section__list {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 480px) {
    .recent-stories__top-section__list,.recent-stories__bottom-section__list {
        grid-template-columns:1fr
    }
}

.welcome-stepper-dropdown {
    position: relative;
    width: 100%
}

.welcome-stepper-dropdown__button {
    width: 100%;
    height: 44px;
    border: 1px solid #84caff;
    border-radius: 100px;
    box-shadow: 0 3px #06598633;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 14px;
    gap: 12px;
    cursor: pointer;
    position: relative;
}
.welcome-stepper-dropdown__button:before{
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  width: 10px;
  aspect-ratio: 1 / 0.6;
  background: url(../images/select-arrow.svg) no-repeat 0 0;
  background-size: 100%;
}

.welcome-stepper-dropdown__button.gray {
    border: none;
    box-shadow: none;
    background-color: #f9fafb;
    color: #101828
}

.welcome-stepper-dropdown__button.disabled {
    background-color: #f9fafb;
    border: none;
    box-shadow: none;
    pointer-events: none;
}
.welcome-stepper-dropdown__button.disabled:before {
  opacity: 0.5;
}
.welcome-stepper-dropdown__options {
    z-index: 9999999999999;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    position: absolute;
    margin-top: 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.welcome-stepper-dropdown__options li {
    border-bottom: 1px solid #eaecf0
}

.welcome-stepper-dropdown__options li :hover {
    background-color: #1548E6;
    color: #fff
}

.welcome-stepper-dropdown__options li span {
    padding: 6px 12px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
    border-radius: 10px
}

.add-students form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.add-students .add-students-input {
    height: 44px;
    font-size: 16px
}
.add-students__row-head {
  display: grid;
  grid-template-columns: 28% 28% 28% 10%;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.add-students__row {
    display: grid;
    grid-template-columns: 28% 28% 28% 10%;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    @media screen and (max-width: 767px) {
      grid-template-columns: auto;
      > *[title]:before {
        content: attr(title);
        font-weight: 500;
        display: block;
        margin-bottom: 4px;
      }
    }
}

.add-students__remove-column {
    display: flex;
    justify-content: center;
    align-items: end
}

.add-students__remove-button {
    height: 44px;
    width: 44px;
    border: 1px solid #84caff;
    border-radius: 100px;
    box-shadow: 0 3px #06598633;
    color: #1548E6;
    display: flex;
    align-items: center;
    justify-content: center
}
@media screen and (max-width: 768px) {
  .add-students__remove-button {
      width:100%;

  }
}
.add-students__remove-button--disabled {
    border: 1px solid #d1e9ff;
    color: #d1e9ff;
    box-shadow: 0 3px #1548E633
}

.add-students__actions {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between
}
.add-students__actions button.disable{
  opacity: 0.5;
  pointer-events: none;
}

.select__state{
  margin-bottom: 30px;
}

.select__state .dropdown_click{
  margin-top: 6px;
}

.welcome-stepper-step__header {
    text-align: center
}

.welcome-stepper-step__header img {
    width: 100%;
    height: 220px;
    object-fit: cover
}
.welcome-stepper-step{
  padding:24px;
}
.welcome-stepper-step.roster-stepper{
  padding-bottom:58px;
}
.welcome-stepper-step__text-section {
    text-align: center;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}
.welcome-stepper-step__text-section p{
  text-align: left;
}

.welcome-stepper-step__skip-section {
  border-top: 1px solid #eaecf0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px
}
.welcome-stepper-step footer {
  margin-top: 44px;
  display: flex;
  gap: 12px;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
}

.location {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.all-set {
    width: 100%;
    background-color: #f9fafb;
    border-radius: 12px
}

.all-set__header {
    text-align: left;
    padding: 8px 18px
}

.all-set__student-column {
    display: flex;
    align-items: center;
    gap: 12px
}

.all-set__student-column__avatar {
    background-color: #f2f4f7;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.all-set__copy-code {
    display: flex;
    justify-content: center;
    position: relative;
}

.all-set__copy-icon {
    background-color: #eff8ff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.all-set__copy-icon .icon-copy-code{
  line-height: 1;
}

.all-set__cell {
    padding: 8px 18px
}

.dashboard {
    background: linear-gradient(135deg,#b2ccff33,#fbe8ff33)
}

.dashboard__header {
    padding: 32px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .dashboard__header {
        flex-direction:column;
        align-items: start;
        gap: 16px
    }
}

.dashboard__students {
    position: relative;
    padding: 18px 56px
}

.dashboard__students:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dashboardHeader-lwFWqSCj.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .5;
    z-index: -1
}

.dashboard__students__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    overflow-x: auto;
    padding-top: 26px
}

@media screen and (max-width: 768px) {
    .dashboard__students {
        flex-direction:column;
        padding: 64px 16px
    }

    .dashboard__students__list {
        flex-direction: column;
        gap: 50px
    }
}

.dashboard__body {
    padding: 48px 32px;
    display: flex;
    gap: 24px;
    width: 100%
}

.dashboard__body #recent-activity {
    width: 400px
}

.dashboard__body #recent-stories {
    flex: 1
}

@media screen and (max-width: 1024px) {
    .dashboard__body #recent-activity {
        width:300px;
        padding: 24px 16px
    }
}

@media screen and (max-width: 768px) {
    .dashboard__body {
        display:flex;
        flex-direction: column;
        padding: 48px 16px
    }

    .dashboard__body #recent-activity {
        width: 100%;
        padding: 24px
    }
}

.welcome-stepper {
    width: 640px
}

.welcome-stepper__dot-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 24px 0 0
}

.welcome-stepper__dot {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #f2f4f7
}

.welcome-stepper__dot--selected {
    background-color: #1548E6
}

.welcome-stepper footer {
    display: flex;
    gap: 12px;
    padding: 24px;
    justify-content: center
}

.paginationWrapper {
    width: 100%;
    height: 100px;
    padding: 0 20px;
    border-top: 1px solid #d0d5dd;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.paginationWrapper ul {
    display: flex;
    gap: 2px
}

.paginationWrapper li {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #1548E6;
    display: flex;
    justify-content: center;
    align-items: center
}

.paginationWrapper li.active {
    background-color: #1548E6
}

.paginationWrapper li.active button {
    color: #fff
}

.stories-read-table {
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px #1018281a;
    background-color: #fff;
    border-radius: 12px
}

.stories-read-table__header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between
}

.stories-read-table__table {
    width: 100%
}

.stories-read-table__table th {
    padding: 10px 24px;
    text-align: left;
    border-top: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
    background-color: #fcfcfd;
    font-size: 16px;
    color: #475467;
    font-weight: 500
}

.stories-read-table__table td {
    padding: 16px 24px;
    border-bottom: 1px solid #eaecf0;
    color: #475467
}

.stories-read-table__table img {
    width: 40px;
    border-radius: 8px
}

.stories-read-table__table__custom-column {
    display: flex;
    align-items: center;
    gap: 12px
}

.stories-read-table__empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eaecf0;
    padding: 40px;
    gap: 10px
}

.text-with-background {
    background-color: #f2f4f7;
    padding: 2px 10px;
    border-radius: 16px;
    color: #344054;
    font-weight: 500
}

.text-with-background--blue {
    background-color: #eff8ff
}

.student-detail {
    background: linear-gradient(135deg,#b2ccff33,#fbe8ff33)
}

.student-detail__cover {
    width: 100%;
    height: 240px;
    background: url(../images/cover-C8z68u7c.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.student-detail__info {
    margin-top: -40px;
    padding: 0 112px;
    display: flex;
    gap: 24px
}

.student-detail__info__avatar {
    width: 160px;
    height: 160px;
    border: 4px solid #ffffff;
    border-radius: 100px;
    box-shadow: 0 12px 16px -4px #10182814;
    background-color: #f2f4f7;
    display: flex;
    justify-content: center;
    align-items: center
}

.student-detail__info__text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.student-detail__info__text__grade {
    padding: 6px 12px;
    background-color: #f2f4f7;
    width: fit-content;
    border-radius: 16px
}

.student-detail__stats {
    margin-top: 72px;
    padding: 0 32px
}

.student-detail__stats ul {
    display: flex;
    gap: 32px
}

.student-detail__stats ul li {
    background-color: #fff;
    padding: 0 32px 32px;
    border-radius: 16px;
    width: 100%;
    text-align: center
}

.student-detail__stats ul img {
    height: 167px;
    margin-top: -70px
}

.student-detail__stories-created {
    margin-top: 32px;
    margin-bottom: 56px;
    padding: 0 32px
}

.story-reader-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: -72px auto 0;
    padding-bottom: 48px
}

.story-reader-desktop__book {
    width: 744px;
    height: 1080px;
    background-color: #fff;
    padding: 30px 32px;
    background-image: url(../images/rightInnerBindingShadow-B6iT3h01.png),url(../images/rightPageShadow-InxDhB__.png),url(../images/rightPageHighlight-BXOkmwMO.png);
    background-position: left center,left center;
    background-repeat: no-repeat;
    border: solid thin #f2f4f7;
    box-shadow: 0 4px 6px -2px #10182808;
    box-shadow: 0 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
    align-items: center
}

.story-reader-desktop__book header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.story-reader-desktop__book main {
    margin-top: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

.story-reader-desktop__book main img {
    height: 570px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px
}

.story-reader-desktop__book footer {
    display: flex;
    justify-content: center
}

.story-reader-desktop__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.story-reader-desktop__page-number {
    width: 36px;
    height: 36px;
    background-color: #f2f4f7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
  .student-detail__stats ul li .text-display-xl{
    font-size: 40px;
    line-height: 1.3;
  }
  .student-detail__stats ul li .text-headline-3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .student-detail__info{
    padding-inline: 32px;
  }
  .student-detail__stats ul{
    flex-wrap: wrap;
  }
}

.play-button {
    padding: 8px 8px 8px 10px;
    width: 36px;
    height: 36px
}

.story-banner-info {
    padding: 22px 37px;
    display: flex;
    gap: 12px;
    justify-content: space-between
}

.story-banner-info__left {
    display: flex;
    gap: 12px;
    flex-grow: 1
}

.story-banner-info__close-button {
    padding: 2px;
    width: 36px;
    height: 36px
}

@media screen and (max-width: 768px) {
    .story-banner-info {
        padding:20px 22px
    }
}

.share-story-preview {
    padding: 24px 20px;
    width: 800px
}

.share-story-preview__header {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaecf0
}

.share-story-preview__copy-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px
}

.share-story-preview__copy-link a {
    width: 60%
}

.share-story-preview__copy-link button {
    height: 36px;
    font-size: 14px
}

.share-story-preview__main {
    margin: 20px 0;
    border-radius: 20px;
    text-align: center
}

.share-story-preview__main img {
    border-radius: 20px;
    height: 550px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px
}

.share-story-preview__story-text-wrapper {
    margin-top: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    max-height: 150px;
    border-left: 2px solid #7f56d9;
    text-align: left;
    overflow-y: hidden
}

.share-story-preview__story-text {
    color: #181d27
}

.share-story-preview__footer {
    display: flex;
    justify-content: center;
    padding: 20px
}

.share-story-preview__footer button {
    height: 36px;
    font-size: 14px
}

.story-reader-mobile {
    width: 100%
}

.story-reader-mobile__container {
    background-color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.story-reader-mobile__action-button {
    padding: 0;
    width: 44px;
    height: 44px
}

.story-reader-mobile footer {
    background-color: #fff;
    height: 82px;
    border-top: 1px solid #eaecf0;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.story-reader-mobile img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.dashboard-reader {
    width: 100%;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column
}

.dashboard-reader__header {
    overflow: hidden;
    max-height: 1000px;
    padding: 80px 76px;
    border-bottom: 7px solid #1548E6;
    transition: max-height .3s ease,padding .3s ease;
    background: linear-gradient(135deg,#b2ccff80,#fbe8ff80);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    will-change: max-height
}

.dashboard-reader__header__title {
    display: flex;
    gap: 20px;
    align-items: start
}

.dashboard-reader__header__buttons {
    display: flex;
    gap: 12px
}

.dashboard-reader__header--hidden {
    padding: 40px 76px;
    max-height: 0
}

.dashboard-reader__header--hidden>* {
    display: none
}

.dashboard-reader__collapser {
    display: flex;
    justify-content: center;
    margin-top: -24px;
    width: 20%
}

.dashboard-reader__progress-bar {
    height: 100%;
    width: 100%;
    padding: 36px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg,#b2ccff33,#fbe8ff33)
}

.dashboard-reader__progress-bar__bar {
    width: 372px
}

@media screen and (max-width: 768px) {
    .dashboard-reader__header {
        padding:20px 20px 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px
    }

    .dashboard-reader__header__title {
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .dashboard-reader__header__buttons {
        flex-direction: column;
        justify-content: start;
        align-items: end;
        width: 100%
    }

    .dashboard-reader__reader {
        margin-top: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px
    }

    .dashboard-reader__collapser {
        margin-top: -28px
    }
}

.print-container {
    display: none
}

@media print {
    .navigationBarWrapper,.footerWrapper,.dashboard-reader__header,.dashboard-reader__reader,.dashboard-reader__progress-bar,.dashboard-reader__collapser,.story-banner-info {
        display: none!important
    }

    .print-container {
        display: block;
        padding: 0 40px
    }

    .print-page {
        page-break-after: always;
        display: flex;
        flex-direction: column
    }

    .print-page h1 {
        text-align: left;
        margin-top: 40px
    }

    .print-page img {
        max-width: 100%;
        width: 100%;
        height: 570px;
        object-fit: cover;
        display: block;
        margin-top: 40px
    }

    .print-page__text {
        line-height: 1.5;
        flex: 1;
        margin-top: 16px
    }

    .print-page__number {
        margin-top: 20px;
        text-align: center
    }
}

#legal {
    background-color: transparent;
    padding: 48px 60px
}

@media screen and (max-width: 768px) {
    #legal {
        padding:32px
    }
}

#legal .legal-container {
    margin-top: 32px;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px #1018281a;
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 60px
}

#legal .underline {
    text-decoration: underline
}

#legal .list {
    list-style-type: disc;
    color: #1548E6
}

#legal p,#legal li {
    word-break: break-word;
    color: #475467
}

.my-settings {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.my-settings__row {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    gap: 24px
}

.my-settings__row--50 {
    width: 50%
}

.my-settings__section {
    display: flex;
    gap: 32px
}

.my-settings__section__description {
    width: 280px
}

.my-settings__section__edit {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 12px
}

.my-settings__section__edit__form {
    padding: 24px 24px 0
}

.my-settings__section__edit__footer {
    border-top: 1px solid #eaecf0;
    padding: 16px 24px;
    display: flex;
    gap: 12px
}

.divider{
  background-color: #EAECF0;
  height: 1px;
}

@media screen and (max-width: 768px) {
    .my-settings__row {
        flex-direction:column
    }

    .my-settings__section {
        flex-direction: column;
        gap: 20px
    }

    .my-settings__section__edit__footer {
        flex-direction: column
    }
}

.settings-input {
    width: 50%
}

@media screen and (max-width: 768px) {
    .settings-input {
        width:100%
    }
    .settings-input.mt-20{
      margin-top: 0;
    }
}

.edit-student {
    padding: 24px;
    width: 400px;
    @media screen and (max-width: 500px) {
      width: 100%;
    }
}

.edit-student__title {
    margin-top: 16px
}

.edit-student__form {
    margin-top: 16px;
    padding: 24px;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 2px #1018280f;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.edit-student__student-field {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.edit-student__student-field img {
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px #1018280f;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 200px
}

.edit-student__student-field input {
    height: 44px;
    width: 100%;
    background-color: #f9fafb;
    border: none;
    border-radius: 100px;
    padding: 0 18px
}

.edit-student__buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.students-table-header-actions {
    display: flex;
    gap: 32px
}

.account-users {
  padding: 0;
}

.account-users__student-column {
    display: flex;
    align-items: center;
    gap: 12px
}
.account-users__student-column .icon-user{
  font-size: 20px;
}

.account-users__grade-level {
    background-color: #f2f4f7;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 16px
}

.account-users__login-code {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.my-account {
    width: 100%
}

.my-account__cover {
    height: 240px
}

.my-account__cover img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.my-account__info {
    margin-top: -40px;
    padding: 0 112px;
    display: flex;
    gap: 24px;
    align-items: end
}

.my-account__info__role {
    display: flex;
    gap: 4px
}

.my-account__settings {
    padding: 48px 112px
}

.my-account__settings__tabs {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .my-account__cover {
        height:200px
    }

    .my-account__cover img {
        height: 100%
    }

    .my-account__avatar {
        width: 96px;
        height: 96px;
        align-self: center
    }

    .my-account__info {
        align-items: start;
        margin-top: -48px;
        flex-direction: column;
        padding: 0 20px
    }

    .my-account__info__role {
        flex-direction: column;
        gap: 8px
    }

    .my-account__settings {
        padding: 48px 20px
    }
}

.select-avatar {
    width: 704px
}

.select-avatar__header {
    background: url(../images/cover-C8z68u7c.jpeg);
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.select-avatar__select {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -48px
}

.select-avatar__list {
    margin-top: 22px;
    padding: 0 37px 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px
}

.select-avatar__footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 32px;
    border-top: 1px solid #eaecf0
}

@media screen and (max-width: 768px) {
    .select-avatar {
        width:100%
    }

    .select-avatar__list {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .select-avatar__list-item {
        height: 228px
    }
}

.card-option {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 34px;
    border: 1px solid #EAECF0;
    box-shadow: 0 1px 2px #1018280d;
    border-radius: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.card-option__checkmark {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #004EEB;
    border-radius: 10px;
    background-color: #fff;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-option__checkmark--disabled {
    background-color: #f9fafb
}

.card-option--selected {
    outline: 2px solid #1548E6;
    box-shadow: 0 1px 2px #1018280d
}

.card-option--selected .card-option__checkmark {
    border: 1px solid #1548E6;
    background-color: #1548E6
}


.login__options .card-option.tabs__tab--selected {
    outline: 2px solid #1548E6;
    box-shadow: 0 1px 2px #1018280d
}

.login__options .card-option.tabs__tab--selected .card-option__checkmark {
  border: 1px solid #1548E6;
  background-color: #1548E6
}
.login__options .card-option:not(.tabs__tab--selected) .card-option__checkmark svg{
  display: none;
}


.card-option--disabled {
    cursor: auto
}

.welcome__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 21px;
    border-bottom: 1px solid #eaecf0;
    text-align: center
}

.welcome__header img {
    height: 222px;
    object-fit: cover
}

.welcome__list {
    display: flex;
    gap: 20px;
    padding: 20px 24px
}

.welcome__list li {
    width: 100%
}

.welcome footer {
    padding: 12px 24px 20px;
    display: flex;
    gap: 12px
}

@media screen and (max-width: 768px) {
    .welcome {
        padding:0
    }

    .welcome__header img {
        width: 100%
    }

    .welcome__header__text {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .welcome__list {
        flex-direction: column;
        gap: 20px;
        padding: 28px 22px
    }

    .welcome__list li {
        width: 100%
    }

    .welcome footer {
        flex-direction: column;
        padding: 0 22px 24px
    }
}

.login-form{
  padding-top: 20px;
  border-top: 1px solid #EAECF0;
}
.login-form:not(.tab__active){
  display: none;
}

.login-form main {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.login-form__api-error {
    margin-bottom: 8px
}

.login-form__actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    @media screen and (max-width: 768px) {
      gap: 10px;
      align-items: start
    }
}

.login-form footer {
    margin-top: 20px;
    padding: 32px 0 0;
    display: flex;
    border-top: 1px solid #EAECF0;
    gap: 12px;
    @media screen and (max-width: 768px) {
      flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .login-form footer {
        flex-direction:column;
        height: auto
    }
}

.login-form__sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 34px 0 12px
}

.modal__wrapper{
  overflow: hidden;
  margin-block: 96px 20px;
  padding: 32px 40px;
  max-width: 600px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow:0 1px 2px rgba(10, 13, 18, 0.1), 0 1px 3px rgba(10, 13, 18, 0.1);
  @media screen and (max-width: 768px) {
    width: 94%;
    margin-block: 20px;
    padding: 20px;
  }
}

.modal__wrapper.add-student{
  margin-block: 10px 20px;
  box-shadow:none;
}

.email-verification {
  max-width: 440px;
}

.email-verification header {
    display: flex;
    align-items: center;
    height: 68px
}

.email-verification__check-texts {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px
}

.email-verification__not-receive-texts {
    margin-top: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px
}

.email-verification__main-button {
    width: auto;
    display: flex;
    justify-content: center;
}

.login {
    width: 700px;
    padding: 0;
    max-width: 700px;
}

.login header img {
    height: 222px;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
}

.login__body {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #eaecf0
}

.login__title {
    text-align: center
}

.login__options {
    display: flex;
    gap: 20px
}

.login__options li {
    width: 100%
}

.login__form {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.login__form__actions {
    display: flex;
    justify-content: space-between
}

.login__form__checkbox {
    display: flex;
    grid-area: 8px
}

.login .login-input {
    height: 40px;
    border: 1px solid #d0d5dd;
    box-shadow: 0 1px 2px #1018280d
}

@media screen and (max-width: 768px) {
    .login {
        width:94%
    }

    .login__body {
        padding: 28px 22px
    }

    .login__options {
        flex-direction: column
    }
}

.parent-signup {
    padding-block: 38px 64px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    /* max-width: 1440px;
    margin-inline: auto;
    width: 100%; */
}

.parent-signup header h1 {
    margin-top: 24px
}

.parent-signup__lock-icon-wrapper {
    width: 48px;
    height: 48px;
    border: 8px solid #ecfdf3;
    background-color: #d1fadf;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center
}
.parent-signup__inner{
  max-width: 360px;
  margin-inline: auto;
}



.parent-signup__form-wrapper {
    width: 100%;
    padding:24px;
    @media screen and (min-width: 768px) {
      width: 50%;
    }
}


.parent-signup form {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.parent-signup__have-account {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.parent-signup__information {
    display: flex;
    padding: 24px;
    width: 100%;
    @media screen and (min-width: 768px) {
      width: 50%;
      padding: 24px 24px 24px 0;
    }
}
.parent-signup__information-inner{
  background: url(../images/summer-ac-sunflower.jpg) no-repeat 15% 0;
  background-size: auto 100%;
  border-radius: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 300px;
}
.parent-signup__information--earn-coins{
  padding: 32px 32px 72px 32px;
  width: 100%;
  position: relative;
}
.parent-signup__information--earn-coins:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.parent-signup__information--earn-coins *{
  position: relative;
}
.parent-signup__information--box{
  position: absolute;
  right: 23px;
  top: -130px;
  max-width: 259px;
  @media screen and (max-width: 768px) {
    top: -170px;
  }
}

.parent-signup__information--earn-coins h4{
  max-width: 430px;
}




@media screen and (max-width: 768px) {
    .parent-signup {
        flex-direction:column
    }
}

.forgot-password-flow {
    padding: 24px;
    width: 400px
}

@media screen and (max-width: 768px) {
    .forgot-password-flow {
        width:96%
    }
}

.forgot-password-flow header {
    display: flex;
}

.forgot-password-flow__texts {
    margin-top: 16px;
    text-align: left
}

.forgot-password-flow__texts p {
    margin-top: 24px
}

.forgot-password-flow__body {
    margin-top: 20px;
    text-align: center
}

.forgot-password-flow__form {
    margin-top: 30px
}

.forgot-password-flow__buttons {
    margin-top: 24px;
    margin-inline: -24px;
    padding-inline: 16px;
    margin-bottom: -8px;
    padding-top: 24px;
    border-top: 1px solid #ECECED;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.forgot-password-flow .hints {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px
}

.forgot-password-flow .hints li {
    width: 50%;
    text-align: left;
    display: flex;
    gap: 8px
}

.auth-stepper {
    max-width: 900px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .auth-stepper {
        max-width:100%;
        width: 100%;
        background-color: #fff
    }
}

.auth-layout {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.auth-layout__content {
    width: 400px
}

.email-verification-error {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.email-verification-error__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px
}


body {
    background: linear-gradient(140.03deg, #EEF4FF 17.56%, #F4F3FF 88.31%);
    width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

ul {
    list-style-type: none
}

.mainLogoIcon {
    width: 77px;
    height: 38px
}


.gray-image {
    filter: grayscale(100%)
}


.auth_layout_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%
}

.auth_layout_wrapper .auth_layout_children_wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0 4px 10px #0000004d
}

.student-login {
    max-width: 524px
}

.student-login__header img {
    width: 100%;
    height: 160px;
    object-fit: cover
}

.student-login__body {
    padding: 24px;
    border-bottom: 1px solid #eaecf0
}

.student-login__body__text {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.student-login__body__text h1 {
    text-align: center
}

.student-login__body__text .error {
    text-align: center;
    color: #d92d20
}

.student-login__body__form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.student-login footer {
    display: flex;
    gap: 12px;
    padding: 12px 24px 24px
}

.play-button {
    padding: 0 0 0 2px;
    width: 36px;
    height: 36px
}

.opener-screen {
    background-color: #fff;
    padding: 90px;
    display: grid;
    column-gap: 30px;
    grid-template-areas: "header ." "description bullets" "image image";
    grid-template-columns: calc(60% - 15px) calc(40% - 15px);
    max-width: 100%
}

.opener-screen__header {
    grid-area: header
}

.opener-screen__header h1 {
    font-size: 56px;
    line-height: 67px;
    margin-top: 20px
}

.opener-screen__description {
    grid-area: description;
    margin-top: 20px
}

.opener-screen__description button {
    margin-top: 45px
}

.opener-screen__bullets {
    grid-area: bullets;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

.opener-screen__bullets__item {
    display: flex;
    gap: 12px
}

.opener-screen__bullets__icon {
    width: 30px;
    height: 30px;
    background-color: #d1fadf;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.opener-screen__image {
    grid-area: image;
    margin-top: 60px
}

.opener-screen__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px
}

@media screen and (max-width: 768px) {
    .opener-screen {
        padding:24px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .opener-screen__header h1 {
        font-size: 36px;
        line-height: 44px
    }

    .opener-screen__description {
        margin-top: 0
    }

    .opener-screen__description button {
        margin-top: 20px
    }

    .opener-screen__image {
        margin-top: 0
    }

    .opener-screen__image img {
        height: 460px
    }
}

.myStoriesHeaderWrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px -2px #1018281a;
    display: flex;
    align-items: center
}

@media screen and (max-width: 768px) {
    .myStoriesHeaderWrapper {
        padding:20px 24px;
        height: 100%;
        flex-direction: column;
        gap: 20px
    }
}

.myStoriesHeaderWrapper .myStoriesHeaderLeftSection {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width: 768px) {
    .myStoriesHeaderWrapper .myStoriesHeaderRightSection {
        width:100%
    }
}

.my_stories_loading_wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 48px 60px
}

@media screen and (max-width: 768px) {
    .my_stories_loading_wrapper {
        width:100%;
        padding: 20px 18px
    }
}

.myStoriesMainWrapper {
    margin-top: 32px;
    height: 100%;
    width: 100%;
    border-radius: 12px
}

@media screen and (max-width: 768px) {
    .myStoriesMainWrapper {
        padding:0;
        margin-top: 20px;
        background-color: transparent
    }
}

.myStoriesMainWrapper .myStoriesMainHeader {
    border-bottom: 1px solid #eaecf0;
    padding: 20px 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 768px) {
    .myStoriesMainWrapper .myStoriesMainHeader {
        background-color:#fff;
        padding: 5px
    }
}

.myStoriesMainWrapper .myStoriesMainList {
    padding: 32px 46px 90px;
    background-color: #fff;
    background-image: url(/images/myStoriesBackground.png);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(3,minmax(auto,1fr));
    grid-gap: 2rem;
    justify-content: left
}

@media screen and (max-width: 768px) {
    .myStoriesMainWrapper .myStoriesMainList .myStoriesCardListItem {
        width:100%;
        display: flex
    }
}

@media screen and (max-width: 768px) {
    .myStoriesMainWrapper .myStoriesMainList {
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
        background-image: none;
        background-color: transparent
    }
}

.myStoriesCardWrapper {
    width: auto;
    max-width: 344px;
    height: 100%;
    padding: 16px 16px 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px -2px #1018281a;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

.myStoriesCardWrapper:hover {
    box-shadow: 0 4px 8px -2px #1018288f
}

@media screen and (max-width: 768px) {
    .myStoriesCardWrapper {
        padding:16px;
        box-shadow: none;
        border-radius: 8px;
        width: 100%;
        min-width: 327px
    }
}

.myStoriesCardWrapper header {
    aspect-ratio: 1/1
}

.myStoriesCardWrapper header img {
    width: 100%;
    height: 100%
}

.myStoriesCardWrapper main {
    margin-top: 24px;
    margin-bottom: 24px;
    flex-grow: 1
}

.myStoriesCardWrapper footer {
    height: 48px
}

.cardSkeleton {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cardSkeleton .cardSkeletonSections {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px
}

.cardSkeletonImagePlaceholder {
    width: 100%;
    height: 303px;
    background: linear-gradient(270deg,#cddee7,#cddee71a)
}

.cardSkeletonPlaceholder {
    height: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(270deg,#cddee7,#cddee71a)
}

.cardSkeletonPlaceholder.quarterWidth {
    width: 25%
}

.cardSkeletonPlaceholder.halfWidth {
    width: 50%
}

.cardSkeletonPlaceholder.fullWidth {
    width: 100%
}

.cardSkeletonPlaceholder.fullHeight {
    height: 48px
}

.cardSkeletonPlaceholder.fullRounded {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px
}

.cardRatingWrapper {
    display: flex;
    gap: 4px
}

@media screen and (max-width: 768px) {
    .cardRatingWrapper {
        display:none
    }
}

.progressBarWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.progressBarWrapper .progressBar {
    width: 100%;
    height: 8px;
    background-color: #eaecf0;
    border-radius: 4px
}

@media screen and (max-width: 768px) {
    .progressBarWrapper .progressBar {
        width:160px
    }
}

.progressBarWrapper .progressBar .zeroProgress {
    height: 8px;
    width: 5px;
    background-color: #667085;
    border-radius: 4px
}

.progressBarWrapper .progressBar .progressBar {
    height: 8px;
    background-color: #1548E6;
    border-radius: 4px;
    transition: width .3s ease-in-out
}

.progressBarWrapper p {
    white-space: nowrap
}

.cardOk {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 50px;
    gap: 10px
}

.paginationMobileWrapper {
    width: 100%;
    height: 89px;
    padding: 0 20px;
    background-color: #fff;
    border-top: 1.5px solid #d0d5dd;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.paginationMobileWrapper h5 {
    font-size: 18px
}

.paginationWrapper {
    width: 100%;
    height: 100px;
    padding: 0 20px;
    border-top: 1.5px solid #d0d5dd;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.paginationWrapper ul {
    display: flex;
    gap: 2px
}

.paginationWrapper li {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #1548E6;
    display: flex;
    justify-content: center;
    align-items: center
}

.paginationWrapper li.active {
    background-color: #1548E6
}

.paginationWrapper li.active button {
    color: #fff
}

.iconTextItemWrapper {
    width: 100%;
    height: 44px;
    padding: 0 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    cursor: pointer;
    background-color: #fff;
    color: #1548E6
}

.iconTextItemWrapper:hover {
    background-color: #1548E6;
    color: #fff
}

.iconTextItemWrapper .iconTextItemIcon {
    width: 24px;
    height: 24px;
    text-align: center
}

.iconTextItemWrapper .iconTextItemText {
    font-weight: 600;
    font-size: 18px
}

.iconTextItemWrapper button {
    border: none;
    background: transparent;
    padding: 0
}

.main_layout_wrapper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.main_layout_wrapper .bodyWrapper {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.my_stories_wrapper {
    height: 100%;
    min-height: calc(100vh - 120px);
    width: 100%;
    padding: 48px 60px
}

@media screen and (max-width: 768px) {
    .my_stories_wrapper {
        width:100%;
        padding: 20px 18px
    }
}

.create-story-wrapper {
    padding: 48px 60px;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .create-story-wrapper {
        padding:0
    }
}

.spriteSheetAnimationWrapper {
    overflow: hidden
}

.spriteSheetAnimationWrapper .animatedSprite {
    width: 100%;
    height: 100%;
    background-size: contain
}

.generating-story__main {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px
}

.generating-story__main__image {
    width: 811px;
    height: 664px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.generating-story__main__progress-bar {
    width: 273px
}

@media screen and (max-width: 768px) {
    .generating-story {
        background-color:transparent;
        padding: 0
    }

    .generating-story__header {
        background-color: #fff;
        padding: 20px 24px;
        box-shadow: 0 4px 8px -2px #1018281a;
        border-radius: 12px
    }

    .generating-story__main {
        margin-top: 0;
        gap: 16px
    }

    .generating-story__main__image {
        margin-top: 16px;
        width: 100%;
        height: 400px
    }

    .generating-story__main__progress-bar {
        width: 100%
    }
}

.story-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.story-status .story-status__image-success {
    position: relative;
    width: 810px;
    height: 810px;
    display: flex;
    justify-content: center
}

.story-status .story-status__image-success__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 300px;
    height: 600px;
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom,#adf3fd,#8dc5d9)
}

.story-status .story-status__image-success__content__text {
    margin-top: 50px;
    text-align: center
}

.story-status .story-status__image-success__content__separator {
    height: 10px;
    background: linear-gradient(to bottom,#f3cd7a,#895431)
}

.story-status .story-status__image-success__frame {
    z-index: 2
}

.story-status .story-status__image-success__frame img {
    border-radius: 12px;
    width: 100%;
    height: 100%
}

.story-status .story-status__image-error {
    width: 100%;
    height: 350px;
    border-radius: 12px;
    background-color: #eaecf0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .story-status {
        gap:30px
    }

    .story-status .story-status__image-success {
        width: 100%;
        height: 525px
    }

    .story-status .story-status__image-success__content {
        width: 200px;
        height: 400px;
        margin-left: 6px
    }

    .story-status .story-status__image-success__content__text {
        margin-top: 15px;
        text-align: center
    }

    .story-status .story-status__image-success__frame {
        overflow: hidden;
        border-radius: 12px
    }

    .story-status .story-status__image-success__frame img {
        transform: scaleX(1.5)
    }

    .story-status .story-status__image-error {
        width: 100%
    }
}

.step-actions {
    margin-top: 40px;
    display: flex;
    justify-content: space-between
}

.step-actions__back,.step-actions__continue {
    width: 180px
}

@media screen and (max-width: 768px) {
    .step-actions {
        margin-top:0;
        height: 155px;
        background-color: #fff;
        border-top: 1px solid #eaecf0;
        padding: 20px 40px;
        flex-direction: column;
        gap: 20px
    }

    .step-actions__back,.step-actions__continue {
        width: 100%
    }

    .step-actions__back {
        order: 2
    }

    .step-actions__continue {
        order: 1
    }
}

.step_component_layout {
    height: 100%;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .step_component_layout {
        background-color:transparent;
        box-shadow: none;
        padding: 0
    }
}

.step_component_layout__header {
    width: 100%
}

.step_component_layout__main {
    width: 100%;
    height: 100%;
    flex: 1;
    background-color: #f9fafb;
    margin: 40px auto;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 1px 3px #1018281a
}

@media screen and (max-width: 768px) {
    .step_component_layout__main {
        background-color:#fff;
        max-width: 100%;
        margin: 25px 0 0;
        padding: 20px 12px
    }
}

.stepper__horizontal {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.stepper__vertical {
    height: 100%;
    display: flex;
    flex-direction: column
}

.stepper--step {
    position: relative;
    width: 100%;
    padding: 43px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}

.stepper--line {
    width: 100%;
    right: 50%;
    position: absolute;
    height: 2px;
    background-color: #eaecf0;
    z-index: 1
}

.stepper--line--first {
    left: 50%;
    width: 50%
}

.stepper--line__completed {
    background-color: #039855
}

.stepper--line__current {
    background-color: #98a2b3
}

.stepper--line__vertical {
    width: 2px;
    height: 100%;
    left: initial;
    bottom: 50%
}

.stepper--line__vertical__first {
    top: 50%;
    height: 50%
}

.stepper--circle {
    width: 40px;
    height: 40px;
    background-color: #eaecf0;
    border-radius: 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.stepper--circle__completed {
    background-color: #039855
}

.stepper--circle__current {
    background-color: #98a2b3
}

.stepper--circle--circle {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .stepper--circle--circle {
        width:8px;
        height: 8px
    }
}

@media screen and (max-width: 768px) {
    .stepper--circle {
        width:25px;
        height: 25px
    }
}

.step-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px
}

.step-header--play-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #1548E6;
    border-radius: 100px;
    padding-left: 3px;
    box-shadow: 0 3px #1548E633;
    background: linear-gradient(to bottom,#f5faff,#eff8ff);
    display: flex;
    justify-content: center;
    align-items: center
}

.step-header--texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

@media screen and (max-width: 768px) {
    .step-header--texts {
        gap:8px;
        text-align: center
    }
}

.building_story_wrapper {
    padding: 48px 60px;
    width: 100%;
    height: 100%;
    flex: 1;
    max-width: 1320px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .building_story_wrapper {
        padding:0
    }
}

.story-reader-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: -72px auto 0;
    padding-bottom: 48px
}

.story-reader-desktop__action-button {
    padding: 0;
    width: 60px;
    height: 60px
}

.story-reader-desktop__book {
    width: 744px;
    height: 1080px;
    background-color: #fff;
    padding: 30px 32px;
    background-image: url(/s/assets/rightInnerBindingShadow-B6iT3h01.png),url(/s/assets/rightPageShadow-InxDhB__.png),url(/s/assets/rightPageHighlight-BXOkmwMO.png);
    background-position: left center,left center;
    background-repeat: no-repeat;
    border: solid thin #f2f4f7;
    box-shadow: 0 4px 6px -2px #10182808;
    box-shadow: 0 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
    align-items: center
}

.story-reader-desktop__book header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.story-reader-desktop__book main {
    margin-top: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

.story-reader-desktop__book main img {
    height: 570px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px
}

.story-reader-desktop__book footer {
    display: flex;
    justify-content: center
}

.story-reader-desktop__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.story-reader-desktop__page-number {
    width: 36px;
    height: 36px;
    background-color: #f2f4f7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.story-reader-mobile {
    width: 100%
}

.story-reader-mobile__container {
    background-color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.story-reader-mobile__action-button {
    padding: 0;
    width: 44px;
    height: 44px
}

.story-reader-mobile footer {
    background-color: #fff;
    height: 82px;
    border-top: 1px solid #eaecf0;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.story-reader-mobile img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.story-reader {
    width: 100%;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column
}

.story-reader__header {
    overflow: hidden;
    max-height: 1000px;
    padding: 80px 76px;
    border-bottom: 7px solid #1548E6;
    transition: max-height .3s ease,padding .3s ease;
    background: linear-gradient(135deg,#b2ccff80,#fbe8ff80);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    will-change: max-height
}

.story-reader__header__title {
    display: flex;
    gap: 20px;
    align-items: start
}

.story-reader__header__buttons {
    display: flex;
    gap: 12px
}

.story-reader__header--hidden {
    padding: 40px 76px;
    max-height: 0
}

.story-reader__header--hidden>* {
    display: none
}

.story-reader__collapser {
    display: flex;
    justify-content: center;
    margin-top: -24px;
    width: 20%
}

.story-reader__progress-bar {
    height: 100%;
    width: 100%;
    padding: 36px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg,#b2ccff33,#fbe8ff33)
}

.story-reader__progress-bar__bar {
    width: 372px
}

@media screen and (max-width: 768px) {
    .story-reader__header {
        padding:20px 20px 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px
    }

    .story-reader__header__title {
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .story-reader__header__buttons {
        flex-direction: column;
        justify-content: start;
        align-items: end;
        width: 100%
    }

    .story-reader__reader {
        margin-top: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px
    }

    .story-reader__collapser {
        margin-top: -28px
    }
}

.print-container {
    display: none
}

@media print {
    .navigationBarWrapper,.footerWrapper,.story-reader__header,.story-reader__reader,.story-reader__progress-bar,.story-reader__collapser {
        display: none!important
    }

    .print-container {
        display: block;
        padding: 0 40px
    }

    .print-page {
        page-break-after: always;
        display: flex;
        flex-direction: column
    }

    .print-page h1 {
        text-align: left;
        margin-top: 40px
    }

    .print-page img {
        max-width: 100%;
        width: 100%;
        height: 570px;
        object-fit: cover;
        display: block;
        margin-top: 40px
    }

    .print-page__text {
        line-height: 1.5;
        flex: 1;
        margin-top: 16px
    }

    .print-page__number {
        margin-top: 20px;
        text-align: center
    }
}

.user_selections_option_card {
    position: relative;
    width: 202px;
    height: 228px;
    text-align: center;
    border: .82px solid #eaecf0;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center
}

.user_selections_option_card button {
    width: 100%
}

.user_selections_option_card figure {
    padding: 7px;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_selections_option_card figure img {
    width: 100%;
    height: 148px;
    border-radius: 8px;
    object-fit: cover
}

.user_selections_option_card footer {
    border-top: 1px solid #eaecf0;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_selections_option_card.selected {
    position: relative;
    background-color: #d1e9ff;
    border: .82px solid #eaecf0;
    box-shadow: 0 0 10px 2px #2d9aff
}

.user_selections_option_card--bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .user_selections_option_card {
        min-width:140px;
        width: 100%
    }
}

.user_selections_option_card:hover {
    transform: scale(1.02)
}

.user_selections_option_card .user_selection_option_card_cover {
    padding: 7px;
    width: 100%;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_selections_option_card .user_selection_option_card_cover img {
    width: 100%;
    height: 148px;
    border-radius: 8px;
    object-fit: cover
}

.user_selections_option_card footer {
    border-top: 1px solid #eaecf0;
    height: 66px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_selections_option_card .user_selections_option_card_selected_icon {
    width: 56px;
    height: 56px;
    background-color: #d1fadf;
    border: 6px solid #f6fef9;
    border-radius: 28px;
    position: absolute;
    display: none
}

.user_selections_option_card .user_selections_option_card_selected_icon.show {
    display: flex;
    justify-content: center;
    align-items: center
}

.multiple_options_step_wrapper .options_list_wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,minmax(202px,1fr))
}

.multiple_options_step_wrapper .options_list_wrapper .options_list_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1280px) {
    .multiple_options_step_wrapper .options_list_wrapper {
        grid-template-columns:repeat(4,minmax(180px,1fr));
        gap: 15px
    }
}

@media screen and (max-width: 1024px) {
    .multiple_options_step_wrapper .options_list_wrapper {
        grid-template-columns:repeat(3,1fr);
        gap: 15px
    }
}

@media screen and (max-width: 768px) {
    .multiple_options_step_wrapper .options_list_wrapper {
        grid-template-columns:repeat(2,1fr);
        gap: 15px
    }
}

.single_option_step_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.single_option_step_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 20px
}

@media screen and (max-width: 768px) {
    .single_option_step_wrapper ul {
        gap:13px
    }
}

@media screen and (max-width: 768px) {
    .single_option_step_wrapper ul button {
        width:48px;
        height: 48px;
        padding: 0
    }
}

.single_option_step_wrapper .single-option-template-input {
    width: 400px
}

@media screen and (max-width: 768px) {
    .single_option_step_wrapper .single-option-template-input {
        width:100%
    }
}

.single_option_step_wrapper img {
    margin-top: 50px;
    width: 100%;
    border-radius: 12px
}

@media screen and (max-width: 768px) {
    .single_option_step_wrapper img {
        height:460px;
        object-fit: cover
    }
}

.summary {
    display: flex;
    justify-content: center;
    gap: 30px
}

.summary ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media screen and (max-width: 768px) {
    .summary ul {
        width:100%
    }
}

.summary-item {
    width: 526px;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 12px;
    background-color: #fff;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px
}

.summary-item__info {
    display: flex;
    align-items: center;
    gap: 16px
}

.summary-item__info img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    object-fit: cover
}

.summary-item__info__value {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .summary-item {
        width:100%
    }

    .summary-item button {
        min-width: 44px;
        min-height: 44px;
        padding: 0
    }
}

.story-read {
    padding: 96px 112px;
    width: 100%
}

.story-read__wrapper {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.story-read__cover {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 810px;
    object-fit: cover
}

.story-read__info-section {
    padding: 32px
}

.story-read__text {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.story-read__reread {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 2fr 1fr
}

.story-read__tools {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.story-read__tools__badges {
    display: flex;
    gap: 8px
}

.story-read__tools__rating {
    margin-left: 32px;
    display: flex;
    gap: 12px
}

.story-read__tools__report-problem {
    margin-left: 32px
}

@media screen and (max-width: 768px) {
    .story-read {
        padding:32px
    }

    .story-read__cover {
        height: 260px
    }

    .story-read__info-section {
        padding: 24px
    }

    .story-read__text {
        flex-direction: column;
        align-items: start;
        gap: 8px
    }

    .story-read__reread {
        margin-top: 28px;
        display: flex;
        flex-direction: column;
        gap: 32px
    }

    .story-read__tools {
        margin-top: 32px;
        flex-direction: column;
        align-items: start
    }

    .story-read__tools__rating {
        margin-top: 28px;
        margin-left: 0;
        flex-direction: column
    }

    .story-read__tools__report-problem {
        margin-left: 0;
        margin-top: 32px
    }
}

.story-read-dashboard {
    position: relative;
    margin-top: 64px;
    border-radius: 20px;
    padding: 64px
}

.story-read-dashboard__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0 -370px;
    z-index: -10;
    border-radius: 20px;
    opacity: 60%
}

.story-read-dashboard__metrics {
    display: grid;
    grid-template-columns: repeat(3,minmax(150px,1fr));
    gap: 32px
}

.story-read-dashboard__metric {
    background: #ffffffd9;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.story-read-dashboard__metric__img {
    height: 170px;
    margin-top: -100px
}

@media screen and (max-width: 768px) {
    .story-read-dashboard {
        padding:12px;
        margin-top: 32px
    }

    .story-read-dashboard__metrics {
        display: flex;
        flex-direction: column;
        gap: 48px;
        margin-top: 32px
    }

    .story-read-dashboard__metric {
        padding: 24px
    }
}

.report-issue {
    width: 688px
}

.report-issue__header {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #eaecf0
}

.report-issue__form-row {
    display: grid;
    grid-template-columns: 25% 75%;
    border-bottom: 1px solid #eaecf0;
    padding: 20px 24px
}

.report-issue__form-row__field {
    flex-grow: 1
}

.report-issue__form-row__textarea {
    border: 1px solid #84caff;
    border-radius: 20px;
    box-shadow: 0 3px #1548E633;
    padding: 12px;
    resize: none
}

.report-issue__form-row__file-field {
    border: 1px solid #84caff;
    border-radius: 20px;
    box-shadow: 0 3px #1548E633;
    padding: 16px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.report-issue__footer {
    display: flex;
    padding: 24px;
    gap: 12px
}

@media screen and (max-width: 768px) {
    .report-issue {
        width:100%
    }

    .report-issue__form-row {
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 6px
    }

    .report-issue__footer {
        flex-direction: column
    }
}

.my-account {
    width: 100%
}

.my-account__cover {
    height: 240px
}

.my-account__cover img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.my-account__info {
    margin-top: -40px;
    padding: 0 112px;
    display: flex;
    gap: 24px;
    align-items: end
}

.my-account__info__role {
    display: flex;
    gap: 4px
}

.my-account__settings {
    padding: 48px 112px
}

.my-account__settings__tabs {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .my-account__cover {
        height:200px
    }

    .my-account__cover img {
        height: 100%
    }

    .my-account__avatar {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .my-account__info {
        align-items: start;
        margin-top: -48px;
        flex-direction: column;
        padding: 0 20px
    }

    .my-account__info__role {
        flex-direction: column;
        gap: 8px
    }

    .my-account__settings {
        padding: 48px 20px
    }
}

.my-settings {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.my-settings__row {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    gap: 24px
}

.my-settings__row--50 {
    width: 50%
}

.my-settings__section {
    display: flex;
    gap: 32px
}

.my-settings__section__description {
    width: 280px
}

.my-settings__section__edit {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px #1018281a;
    border-radius: 12px
}

.my-settings__section__edit__form {
    padding: 24px 24px 0
}

.my-settings__section__edit__footer {
    border-top: 1px solid #eaecf0;
    padding: 16px 24px;
    display: flex;
    gap: 12px
}

@media screen and (max-width: 768px) {
    .my-settings__row {
        flex-direction:column
    }

    .my-settings__section {
        flex-direction: column;
        gap: 20px
    }

    .my-settings__section__edit__footer {
        flex-direction: column
    }
}

.settings-input {
    width: 50%
}

@media screen and (max-width: 768px) {
    .settings-input {
        width:100%
    }
}

.select-avatar {
    width: 704px
}

.select-avatar__header {
    height: 120px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.select-avatar__header__cover-image {
    height: 120px;
    width: 100%;
    object-fit: cover
}

.select-avatar__select {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -48px
}

.select-avatar__list {
    margin-top: 22px;
    padding: 0 37px 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px
}

.select-avatar__footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 32px;
    border-top: 1px solid #eaecf0
}

@media screen and (max-width: 768px) {
    .select-avatar {
        width:100%
    }

    .select-avatar__list {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .select-avatar__list-item {
        height: 228px
    }
}



button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

ul {
    list-style-type: none
}


/*-------------------new ---------------------*/


/*popup css*/

.thememodal{
  display: none;
}
img{
  max-width: 100%;
  vertical-align: top;
}
.fancybox-content{
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small{
  position: absolute;
  padding: 5px;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: #fffc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #344054;
}
.fancybox-bg{
  background: #fffc;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 10;
  opacity: 1;
}
.fancybox-is-open .fancybox-bg{
  opacity: 1;
}
.fancybox-slide{
  padding: 40px 16px;
}
.fancybox-content {
  padding: 0;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  min-width: 300px;
  box-shadow: 0 4px 10px #0000004d;
  max-height: 100%;
  overflow-y: auto;
}
.thememodalContent{
  max-width: 715px;
}

.thememodalContent.auth-stepper {
    max-width: 900px;
}

.tab__item{
  display: none;
}
.tab__active{
  display: block;
}

.select-field{
  position: relative;
}
.select-field select{
  appearance: none;
}
.select-field svg{
  position: absolute;
  right: 15px;
  top: 25px;
  pointer-events: none;
}

.outline__button{
  border: 1px solid #84caff;
  box-shadow: 0 3px #06598633;
  color: #414651;
}

.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.mt-6{
  margin-top: 6px;
}
.mt-12{
  margin-top: 12px;
}
.mt-20{
  margin-top: 20px;
}
.mt-24{
  margin-top: 24px;
}
.mt-32{
  margin-top: 32px;
}
.break-all{
  word-break: break-word;
}

.line-with__text{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #535862;
  font-size: 14px;
  font-weight: 500;
}
.line-with__text span{
  padding: 0 8px;
  background-color: #fff;
  position: relative;
}
.line-with__text:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color:#ECECED;
  height: 1px;
  width: 100%;
}
.flex{
  display: flex;
}
.items-center	{
  align-items: center;
}
.justify-center	{
  justify-content: center;
}
.justify-between	{
  justify-content: space-between;
}
.gap-5{
  gap: 5px;
}
.gap-6{
  gap: 6px;
}
.gap-16{
  gap: 16px;
}
.flex{
  display: flex;
}
.direction-column{
  flex-direction: column;
}

.main__wrapper{
  min-height: calc(100vh - 289px);
  @media screen and (max-width: 768px) {
    min-height: calc(100vh - 155px);
  }
}
.mx-auto{
  margin-inline: auto;
}
.custom-input-container__icon span{
  display: none;
  color: #98A2B3;
  font-size: 13px;
}
.custom-input-container__icon span.icon-eye-open{
  display: block;
}
.custom-input-container__icon.active .icon-eye-open{
  display: none;
}
input.error ~ .custom-input-container__icon .icon-eye-open,
input.error ~ .custom-input-container__icon .icon-eye-close{
  display: none;
}
input.error ~ .custom-input-container__icon .icon-error{
  display: block;
  color: #d92d20;
  font-size: 16px;
}


.ls-2{
  letter-spacing: -0.02em;
}

.togglePassword .show__icon{
  display: none;
}
.togglePassword.active svg{
  display: none;
}
.togglePassword.active .show__icon{
  display: block;
}

.reset-password__validation{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.reset-password__validation--col{
  display: flex;
  flex: auto;
  gap: 8px;
  text-align: left;
  white-space: nowrap;
}
.reset-password__validation--icon{
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-password__validation--text{
  font-size: 12px;
}
.reset-password__validation--icon svg,
.reset-password__validation--icon span{
  display: none;
}
.reset-password__validation--col .password__validation-error__icon{
  display: block;
}
.reset-password__validation--col.valid .password__validation-error__icon{
  display: none;
}
.reset-password__validation--col.valid .password__validation__icon{
  display: block;
}
.all-set tbody tr:nth-child(even) td{
  background-color: #F5F5F5;
}

.dashboard__main{
  position: relative;
}
.dashboard__main:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/summer-ac-sunflower.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.dashboard__container{
  max-width: 1144px;
  width: 90%;
  margin:40px auto 130px;
}
.content__card{
  width: 100%;
  padding: 32px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.1), 0 1px 3px rgba(10, 13, 18, 0.1);
}
.dashboard__header-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 768px) {
    .custom-button{
      width: 100%;
    }
  }
}
.dashboard__head--right{
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.dashboard__head--row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.dashboard__head--row .icon-calendar{
  font-size: 22px;
}
.dashboard__head--row .icon-down-arrow{
  font-size: 10px;
}


.dashboard__weekly-reports{
  display: flex;
  align-items: center;
  gap: 12px;
}
.toggle__wrapper{
  min-width: 36px;
  width: 36px;
  height: 20px;
  background-color: #1548E6;
  border-radius: 100px;
  position: relative;
}
.toggle__btn{
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
}
.toggle__btn.active{
  left: 18px;
}
.dashboard__card-items{
  display: flex;
  width: 100%;
  gap: 24px;
  margin-top: 32px;
  @media screen and (max-width: 1024px) {
    flex-wrap: wrap;
  }
}
.dashboard__card-item{
  width: 33.33%;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.1), 0 1px 3px rgba(10, 13, 18, 0.1);
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.dashboard__card-item--head{
  gap: 15px;
}
.dashboard__card-item--head span{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  outline: 5px solid #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.dashboard__card-item--footer{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.dashboard__card-item--footer-info{
  background-color: #FAFAFA;
  border-radius: 100px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dashboard__card-item--footer-img{
  width: 27px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #E9EAEB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717680;
  font-size: 80%;
}
.account-users__levels {
  width: fit-content;
  padding: 5px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-users__levels span{
  font-size: 12px;
}
.account-users__full {
  width: fit-content;
  padding: 8px 30px;
  border-radius: 10px;
  text-align: center;
}
.account-users__full span{
  font-size: 12px;
}
.dashboard__table th{
  text-align: center;
  color: #535862;
  background-color: transparent;
}
.dashboard__table th.left-text{
  text-align: left;
}
.dashboard__table td p{
  margin: auto;
}

table td .verified-tick{
  position: absolute;
  width: 20px;
  right: -2px;
  bottom: -2px;
}
.outline-shadow{
  outline: 4px solid #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}
.square-full{
  border-radius: 50%;
}
.edit-student__form .welcome-stepper-dropdown__options,
.edit-info__form .welcome-stepper-dropdown__options{
  max-height: 155px;
}
.my-plan__wrapper{
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
}
.my-plan__img{
  flex: 0 0 27%;
  @media screen and (max-width: 768px) {
    flex: 0 0 100%;
  }
}
.my-plan__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-plan__text{
  padding: 24px;
  flex: 1;
}
.w-full{
  width: 100%;
}

.edit-info__form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.icon__input--section{
  position: absolute;
  font-size: 20px;
  left: 18px;
  color: #475467;
}
.icon__input--field{
  padding-left: 48px !important;
}

.show-page{
  padding: 12px 0 16px;
  text-align: center;
  border-top: 1px solid #ECECED;
}


/*No use css Start*/
.buttonWrapper{
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
/*No use css end*/



#message-container {
  padding: 5px 10px;
  text-align: left;
}

.copy-tooltip {
  font-size: 0.85rem;
  color: green;
  font-weight: 500;
  display: inline-block;
  display: none;
  position: absolute;
  left: 94%;
}
.copy-tooltip.mystudents{
  left: 63%;
}
.d-none {
  display:none !important;
}
.loading-spin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #303030;
  position: relative;
  top: 10%;
  left: 0;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  display: none; /* Initially hidden */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#globalAlert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 90%;
  max-width: 600px;
  /* opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease; */
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* #globalAlert.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

#globalAlert.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
} */

/* Example styling for different alert types */
#globalAlert.success { background-color: #dff0d8; border: 1px solid #d6e9c6; color: #3c763d; }
#globalAlert.error { background-color: #f2dede; border: 1px solid #ebccd1; color: #a94442; }
#globalAlert .close-error {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0 5px;
}

.disable-button {
  pointer-events: none;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  margin-top: 20px;
}

.student-login-code {
  /* font-family: "Source Code Pro", monospace; */
  font-family: 'Schibsted Grotesk', sans-serif;
  font-optical-sizing: auto;
}

.terms_condition_checkbox .text-red-500.weight-regular{
	margin-top: 38px !important;
	margin-left: 15px;
}
.parent_signup_button{
  margin-top: 10px;
}
@media (max-width:1199px) {
  table.responsivetable {overflow-x: auto;white-space: nowrap;}
}
@media screen and (max-width: 1023px) {
  table.responsivetable {white-space: inherit !important; }
  .responsivetable tbody td{white-space: inherit !important; }
  .responsivetable tbody td.text-center{text-align:left !important	}
}
@media screen and (max-width: 991px) {
  .responsivetable thead{display:none;}
  .responsivetable tbody td:not(.no-data){ display:block; position:relative; padding-left:160px !important; white-space: pre-wrap;}
  .responsivetable tbody td:not(.no-data):before {content: attr(data-title) ": "; font-weight: 700; float: left; font-size:14px; margin-right:14px; position:absolute; left:5px;}
  .responsivetable tbody td:not(.no-data).centertxt {text-align: left !important; }
  .responsivetable tbody td:not(.no-data).td-space{padding-left: 15px !important;}
  .responsivetable tbody td:not(.no-data).centertxt {text-align: left !important; }
  .responsivetable tbody td:not(.no-data).td-space{padding-left: 15px !important;}
  .responsivetable tbody td:not(.no-data).hide-td{display:none}
}
.no-data {
  text-align: center;
}

table.dropdown__table td {
  padding-top: 5px;
}