body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #181818;
}

.text-primary {
  color: #F34680 !important;
}

.text-dark {
  color: #181818 !important;
}

.text-faded {
  opacity: .5;
}

.text-purple-faded {
  color: #9678AA !important;
}

.text-purple-faded-stroke {
  color: #4B315C !important;
}

.text-success {
  color: #22E515 !important;
}

.text-gold {
  color: #F2D30C !important;
}

.text-skyblue {
  color: #0ED5F0 !important;
}

.text-purple-1 {
  color: #8E1BDA !important;
}

.text-purple-2 {
  color: #B13AFF !important;
}

.text-ssm {
  font-size: 11px !important;
}

.text-sm {
  font-size: 13px !important;
}

.text-xsm {
  font-size: 15px !important;
}

.text-md {
  font-size: 18px !important;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-lg {
  border-radius: 18px !important;
}

.border {
  border: 1px solid #C4C0C0 !important;
}

.border-top {
  border-top: 1px solid #C4C0C0 !important;
}

.border-bottom {
  border-bottom: 1px solid #C4C0C0 !important;
}

.border-white {
  border: 1px solid #ffffff !important;
}

.border-white-faded {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.border-purple-faded {
  border: 1px solid #4B315C !important;
}

.bold {
  font-weight: 700 !important;
}

.medium {
  font-weight: 500 !important;
}

.regular {
  font-weight: 400 !important;
}

.thin {
  font-weight: 300 !important;
}

.bg-primary {
  background-color: #F34680 !important;
}

.bg-purple {
  background-color: #261630 !important;
}

.bg-purple-1 {
  background-color: #8E1BDA !important;
}

.bg-purple-2 {
  background-color: #B13AFF !important;
}

.bg-purple-faded-stroke {
  background-color: #4B315C !important;
}

.bg-lightblue-1 {
  background-color: #F3FCFF;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-faded-dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.heading-font {
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" -23, "YROT" 37;
}

.row-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.row-sm .col, .row-sm .col-1, .row-sm .col-10, .row-sm .col-11, .row-sm .col-12, .row-sm .col-2, .row-sm .col-3, .row-sm .col-4, .row-sm .col-5, .row-sm .col-6, .row-sm .col-7, .row-sm .col-8, .row-sm .col-9, .row-sm .col-auto, .row-sm .col-lg, .row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-lg-auto, .row-sm .col-md, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-md-auto, .row-sm .col-sm, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-sm-auto, .row-sm .col-xl, .row-sm .col-xl-1, .row-sm .col-xl-10, .row-sm .col-xl-11, .row-sm .col-xl-12, .row-sm .col-xl-2, .row-sm .col-xl-3, .row-sm .col-xl-4, .row-sm .col-xl-5, .row-sm .col-xl-6, .row-sm .col-xl-7, .row-sm .col-xl-8, .row-sm .col-xl-9, .row-sm .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

.shadow-sm {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4) !important;
}

.shadow-sm-onlight {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
}

.icon-lucide {
  width: 1em;
  height: 1em;
  margin-top: -2px;
}

.icon-lucide.icon-lucide-fill.fill-white {
  fill: #ffffff;
}

.btn {
  font-weight: 700;
  padding: 10px 24px;
  height: auto;
  border-radius: 12px;
  border: 3px solid;
  -webkit-transition: none;
  transition: none;
}

.btn .btn-lucide {
  width: 1em;
  height: 1em;
  margin-top: -2px;
}

.btn .btn-lucide[data-lucide] {
  stroke-width: 4px;
}

.btn .btn-lucide.bold[data-lucide] {
  stroke-width: 5px;
}

.btn.btn-sm {
  font-size: 14px !important;
  padding: 8px 12px;
}

.btn:hover {
  outline: none;
}

.btn.btn-s-sm {
  font-size: 13px !important;
  font-weight: 500;
}

.btn.btn-link {
  padding: 0;
  border: none;
  border-radius: none;
  color: #F34680;
}

.btn.btn-link:hover, .btn.btn-link:focus {
  color: #E03770;
  text-decoration: none;
}

.btn.btn-icon {
  padding: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-icon.rounded {
  border-radius: 20px !important;
}

.btn.btn-icon.btn-icon-lg {
  width: 60px;
  height: 60px;
}

.btn.btn-icon.btn-icon-lg.rounded {
  border-radius: 30px !important;
}

.btn.btn-primary {
  background-color: #F34680 !important;
  border-color: #B52756 !important;
  -webkit-box-shadow: 0px 3px 0px #B52756 !important;
          box-shadow: 0px 3px 0px #B52756 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #E03770 !important;
  color: #ffffff;
}

.btn.btn-purple-1 {
  background-color: #8E1BDA !important;
  border-color: #5E1092 !important;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 0px #5E1092 !important;
          box-shadow: 0px 3px 0px #5E1092 !important;
}

.btn.btn-purple-1:hover, .btn.btn-purple-1:active, .btn.btn-purple-1:focus {
  background-color: #7F15C6 !important;
  color: #ffffff;
}

.btn.btn-outline-primary {
  background-color: #ffffff !important;
  border-color: #B52756 !important;
  color: #B52756;
  -webkit-box-shadow: 0px 3px 0px #B52756 !important;
          box-shadow: 0px 3px 0px #B52756 !important;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  background-color: #F34680 !important;
  color: #ffffff;
}

.btn.btn-outline-primary-2 {
  background-color: #261630 !important;
  border-color: #F34680 !important;
  color: #F34680;
  -webkit-box-shadow: 0px 3px 0px #F34680 !important;
          box-shadow: 0px 3px 0px #F34680 !important;
}

.btn.btn-outline-primary-2:hover, .btn.btn-outline-primary-2:active, .btn.btn-outline-primary-2:focus {
  background-color: #F34680 !important;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #C4C0C0 !important;
  -webkit-box-shadow: 0px 3px 0px #C4C0C0 !important;
          box-shadow: 0px 3px 0px #C4C0C0 !important;
  color: #2AAAF0 !important;
}

.btn.btn-white.text-dark {
  color: #181818 !important;
}

.btn.btn-white.text-primary {
  color: #F34680 !important;
}

.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  background-color: #F5F1F2 !important;
  color: #2AAAF0;
}

.btn.btn-white:hover.text-dark, .btn.btn-white:active.text-dark, .btn.btn-white:focus.text-dark {
  color: #181818;
}

.btn.btn-white.btn-white-active {
  background-color: #FCF7F7;
  border-color: #F34680 !important;
  -webkit-box-shadow: 0px 3px 0px #F34680 !important;
          box-shadow: 0px 3px 0px #F34680 !important;
  color: #F34680;
}

.btn.btn-white.btn-white-active.text-dark {
  color: #F34680 !important;
}

.btn.btn-white.btn-white-active:hover, .btn.btn-white.btn-white-active:active, .btn.btn-white.btn-white-active:focus {
  background-color: #FCF7F7 !important;
}

.btn.btn-white-2 {
  background-color: #ffffff;
  color: #181818 !important;
}

.btn.btn-white-2:hover, .btn.btn-white-2:active, .btn.btn-white-2:focus {
  background-color: #F5F1F2;
  color: #181818 !important;
}

.btn.btn-dark {
  background-color: #261630 !important;
  color: #ffffff;
  border-color: #4B315C !important;
  -webkit-box-shadow: 0px 3px 0px #4B315C !important;
          box-shadow: 0px 3px 0px #4B315C !important;
}

.btn.btn-dark:hover, .btn.btn-dark:active, .btn.btn-dark:focus {
  background-color: #3B234A !important;
  color: #2AAAF0 !important;
}

.btn.btn-dark.btn-select {
  background-color: #3B234A !important;
  border-color: #2AAAF0 !important;
  -webkit-box-shadow: 0px 3px 0px #2AAAF0 !important;
          box-shadow: 0px 3px 0px #2AAAF0 !important;
  color: #2AAAF0;
}

.btn.btn-dark.btn-select .text-purple-faded-stroke {
  color: #2AAAF0 !important;
}

.btn.btn-dark.btn-select:hover, .btn.btn-dark.btn-select:active, .btn.btn-dark.btn-select:focus {
  background-color: #3B234A !important;
  border-color: #2AAAF0 !important;
  color: #2AAAF0 !important;
}

.btn.btn-dark.btn-success {
  background-color: #3B234A !important;
  border-color: #22E515 !important;
  -webkit-box-shadow: 0px 3px 0px #22E515 !important;
          box-shadow: 0px 3px 0px #22E515 !important;
  color: #22E515;
}

.btn.btn-dark.btn-success .text-purple-faded-stroke {
  color: #22E515 !important;
}

.btn.btn-dark.btn-success:hover, .btn.btn-dark.btn-success:active, .btn.btn-dark.btn-success:focus {
  background-color: #3B234A !important;
  border-color: #22E515 !important;
  color: #22E515 !important;
}

.btn.btn-dark.btn-danger {
  background-color: #3B234A !important;
  border-color: #FA2E00 !important;
  -webkit-box-shadow: 0px 3px 0px #FA2E00 !important;
          box-shadow: 0px 3px 0px #FA2E00 !important;
  color: #FA2E00;
}

.btn.btn-dark.btn-danger .text-purple-faded-stroke {
  color: #FA2E00 !important;
}

.btn.btn-dark.btn-danger:hover, .btn.btn-dark.btn-danger:active, .btn.btn-dark.btn-danger:focus {
  background-color: #3B234A !important;
  border-color: #FA2E00 !important;
  color: #FA2E00 !important;
}

.btn.btn-quiz-1 {
  background-color: #F09F0A;
}

.btn.btn-quiz-2 {
  background-color: #0E9FE3;
}

.btn.btn-quiz-1, .btn.btn-quiz-2 {
  border-color: #ffffff;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

.btn.btn-disabled {
  background-color: #654779 !important;
  color: #402750 !important;
  border-color: #402750 !important;
  -webkit-box-shadow: 0px 3px 0px #402750 !important;
          box-shadow: 0px 3px 0px #402750 !important;
  pointer-events: none;
}

.btn.clean {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-dropdown .title {
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-p-1 {
  padding: 8px 12px;
}

.divider-1 {
  display: block;
  height: 32px;
  width: 1px;
  background-color: #4B315C;
}

.subject-item {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 280px;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F1F2;
  overflow: hidden;
}

.subject-item.subject-item-2 {
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.subject-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.subject-item .subject-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
}

.subject-item:hover:before,
.subject-item:hover .subject-content {
  opacity: 1;
}

.subject-item:hover .subject-content {
  pointer-events: all;
}

.progress {
  background-color: #EBE7EA;
  border-radius: 20px;
}

.progress-bar {
  background-color: #F34680;
}

[data-lucide] {
  stroke-width: 3px;
}

/* Marquee styles */
.section-marquee {
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee {
  --gap: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap);
}

.marquee__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  margin: 0;
  padding: 0;
}

.marquee__content li {
  list-style: none;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

.footer-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  z-index: 0;
  border-top: 3px solid #F2EEEE;
}

.footer-action.bg-purple, .footer-action.bg-purple-faded-stroke {
  border-top: 3px solid #4B315C;
}

.footer-block {
  display: block;
  width: 100%;
  height: 120px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F1F2;
}

.avatar.lg {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}

.star-list .star-item {
  opacity: .5;
}

.star-list .star-score {
  opacity: 1 !important;
  fill: #181818;
}

.btn.btn-white.btn-white-active .star-list .star-score {
  fill: #F34680 !important;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-circle.lg {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.icon-circle.xlg {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.icon-circle.xxlg {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.icon-circle.xxxlg {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}

.block-square-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}

.block-square-img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.block-square-img .content.content-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.block-square-img.have-curtain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.content-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 640px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

.content-mobile .content-item {
  position: absolute;
  top: 68px;
  left: 1rem;
  right: 1rem;
  bottom: 50px;
  border-radius: 18px;
  background-color: #1f1128;
  color: #ffffff;
  overflow-y: auto;
}

.content-mobile .content-popup {
  position: absolute;
  top: 68px;
  left: 1rem;
  right: 1rem;
  bottom: 50px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.content-mobile .content-popup .content-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  height: 100%;
}

.content-mobile .content-popup .content-popup-body {
  background: #261630;
  border-radius: 18px;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  pointer-events: all;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  border: 1px solid #4B315C;
  position: relative;
}

.content-mobile .content-popup.show {
  display: block;
}

.content-mobile .content-popup .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.progres-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  border-radius: 24px;
  position: relative;
  background-color: #F34680;
  gap: 4px;
}

.progres-point span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background-color: #3B234A;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.progres-point span svg {
  width: 14px;
  height: 14px;
  display: block;
  stroke: #ffffff;
  fill: #ffffff;
  stroke-width: 2;
}

.progres-point span.focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #ffffff;
}

.progres-point span.focus svg {
  stroke: #261630;
  fill: #261630;
}

.progres-point span.done {
  background-color: #8E1BDA;
}

.progres-point span.done svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.progres-point span.wrong {
  background-color: #FA2E00;
}

.progres-point span.wrong svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.progres-point.progres-point-thumb {
  padding: 0;
  background-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.progres-point.progres-point-thumb span {
  border: 1px solid #9678AA;
  width: 24px;
  height: 24px;
  border-radius: 42px;
}

.progres-point.progres-point-thumb-2 {
  background-color: rgba(255, 255, 255, 0.2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.progres-point.progres-point-thumb-2 span {
  border: 1px solid #9678AA;
  width: 30px;
  height: 30px;
  border-radius: 60px;
}

.quiz-progres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  background: #1F001F;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  z-index: 10;
}

.quiz-progres span {
  width: 100%;
  display: block;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  margin: 0 3px;
}

.quiz-progres span.done {
  background-color: #8E1BDA;
}

.quiz-progres span.success {
  background-color: #22E515;
}

.quiz-progres span.not-success {
  background-color: #9678AA;
}

.quiz-progres span.focus {
  background-color: #ffffff;
}

.quiz-action {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  background: #1F001F;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.quiz-action.no-shadow {
  background: transparent;
}

.quiz-action-popup {
  position: absolute;
  min-width: 300px;
  right: 1.5rem;
  bottom: 86px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #181818;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  display: none;
}

.quiz-action-popup .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.block-ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-read {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

.font-noto {
  font-family: "Noto Sans", sans-serif;
}

.block-paragraph {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

.block-paragraph p {
  line-height: 1.6;
}

.block-paragraph p b {
  font-weight: 600;
}

.block-paragraph img {
  margin: 1.5rem 0;
  width: 100%;
  display: block;
  border-radius: 12px;
}

.quiz-1-bg {
  background: #5fc0ed;
  background: -webkit-gradient(linear, left bottom, left top, from(#5fc0ed), to(#ebc144));
  background: linear-gradient(0deg, #5fc0ed 0%, #ebc144 100%);
}

.quiz-2-bg {
  background: #e35dbf;
  background: -webkit-gradient(linear, left bottom, left top, from(#e35dbf), to(#0aaff0));
  background: linear-gradient(0deg, #e35dbf 0%, #0aaff0 100%);
}

.list-block {
  display: block;
  border: 1px solid #4B315C;
  border-radius: 12px;
}

.list-block .list-block-item {
  border-bottom: 1px solid #4B315C;
}

.list-block .list-block-item:last-child {
  border-bottom: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  background-color: palegoldenrod;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown .dropdown-menu {
  border: 0px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
  border-radius: 18px;
  width: 320px;
}

.form-control {
  border-radius: 12px;
  padding: 12px;
  height: auto;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-control.form-control-dark {
  background-color: #261630;
  border: 2px solid #4B315C;
  color: #ffffff;
}

.form-control.form-control-dark::-webkit-input-placeholder {
  color: #9678AA;
}

.form-control.form-control-dark:-ms-input-placeholder {
  color: #9678AA;
}

.form-control.form-control-dark::-ms-input-placeholder {
  color: #9678AA;
}

.form-control.form-control-dark::placeholder {
  color: #9678AA;
}

.form-control.form-control-dark:focus {
  border-color: #B13AFF;
}

.block-action {
  display: block;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  background-color: #ffffff;
}

.block-action:hover {
  background-color: #EBE7EA;
}

.block-action:hover .progress {
  background-color: #DAD7D9 !important;
}

.block-action.active {
  background-color: #8E1BDA;
  color: #ffffff;
}

.bg-math {
  background-color: #60b1ac !important;
}

.separator-w-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  height: 40px;
  color: #9678AA;
}

.separator-w-text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4B315C;
}

.separator-w-text span {
  position: relative;
  z-index: 10;
  padding: 8px 12px;
  background-color: #1f1128;
}
/*# sourceMappingURL=styles.css.map */