@font-face {
  font-family: 'CJK-KaiTi';
  src: local('KaiTi'), local('楷体'), local('STKaiti'), local('华文楷体'), local('BiauKai'), local('AR PL UKai CN');
  unicode-range: U+4E00-9FFF, U+3400-4DBF, U+20000-2A6DF, U+2A700-2B73F, U+2B740-2B81F, U+2B820-2CEAF, U+F900-FAFF, U+2F800-2FA1F, U+3000-303F, U+FF00-FFEF, U+2E80-2EFF, U+31C0-31EF, U+3200-32FF;
  font-weight: normal;
  font-style: normal;
}

select:focus,
button:focus {
  outline: none !important;
}

.button-normal,
.popup-button button {
  font-weight: normal;
}

.button-default-o {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #068466;
  background: #fff !important;
  border-radius: 5px;
  box-shadow: inset 0 0 100px 100px transparent;
  color: #068466 !important;
  text-decoration: none;
  transition: 0.3s;
  box-sizing: border-box;
}

.button-default-o:hover,
.button-default-o:active {
  background-color: #068466 !important;
  color: #fff !important;
}

.m-popup-confirm {
  padding: 20px;
  justify-content: center;
}

.m-popup-title {
}

.m-popup-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 35px;
}

.m-cursor-default {
  cursor: default;
}

.m-flx {
  display: flex;
}

.m-sp-around {
  justify-content: space-around;
}

.m-sp-bw {
  justify-content: space-between;
}

.m-sp-end {
  justify-content: end;
}

.m-flx-col {
  flex-direction: column;
}

.text-strike-out {
  text-decoration: line-through;
}

.w-row.errors {
  padding: 10px 10px;
  color: red;
}

.m-h4 {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}

.m-h2 {
  font-family: 'Zilla Slab';
  color: #222525;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}

.m-h5 {
  font-family: 'Zilla Slab';
  color: #222525;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.m-h6 {
  font-family: DM Sans;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
}

.m-gray-1 {
  color: #222525;
}

.m-gray-2 {
  color: #62636b;
}

.m-gray-3 {
  color: #aba9a9;
}

.m-b-gray-1 {
  background: #62636b;
}

.m-b-gray-2 {
  background: #222525;
}

.m-b-gray-3 {
  background: #ecebea;
}

.m-b-gray-4 {
  background: #f8f6f4;
}

.m-b-primary-1 {
  background: #068466;
}

.m-b-primary-2 {
  background: #fc9f5b;
}

.m-b-primary-3 {
  background-color: #001e42;
}

.m-b-error {
  background-color: #ed6a5e;
}

.m-sm-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.m-button {
  display: flex;
  align-items: center;
  padding: 17px 25px;
}

.m-al-r {
  text-align: right;
}

.section-intro .introduction-title,
.section-story .introduction-title {
  font-family: 'Zilla Slab';
  color: #222525;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
}

.dashboard-main-div .section-story .introduction-title {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
}

.section-correction-header .correction-title {
  font-family: 'Zilla Slab';
  color: #222525;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  /* margin-left: 5%; */
  margin-bottom: 10px;
}

.correction-item .correction-item-show {
  display: flex;
  /* border: 0.5px solid #f5f5f5; */
  padding: 24px;
  /* box-shadow: 2px 5px #f5f5f5;  */
  /* margin-bottom: 10px; */
  min-height: 50px;
  height: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-around;
  cursor: auto;
}

.correction-item .correction-item-show .correction-date {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  flex-wrap: wrap;
  align-content: space-around;
}

.border-top {
  border-top: 1px solid #ecebea;
}

.correction-common-padding {
  padding: 24px;
}

.correction-withoutTop-padding {
  padding: 0 24px 24px 24px;
}

.correction-item .opencorrection-s2 .story-content.story-words {
  margin-bottom: 24px;
}

.correction-item .opencorrection-s1 .box-title {
  display: block;
  margin-bottom: 15px;
}

.opencorrection-s1 .section-audio-play {
  padding-left: 0;
}

.opencorrection-s1 .section-progress-bar {
  margin-left: 10px;
}

.opencorrection-s1 .section-audio {
  background-color: transparent;
  border: 1px solid #efeeee;
}

.correction-date-downarrow {
  display: flex;
  width: 50px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

.story-nav-pre-heading {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}

.section-intro .story-summary {
  font-family: 'DM Sans';
  color: #222525;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.section-story .section-countdown,
.section-intro .section-countdown {
  display: inline-flex;
}

.section-story .story-finished-countdown.section-countdown {
  display: block;
}

.section-intro .story-name {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 5px;
}

.story-name-secondary {
  font-weight: 500;
}

.section-intro .member-level {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  color: #62636b;
}

.section-intro .intro-img {
  border-radius: 5px;
}

.section-story .story-newword {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33.6px;
  padding-bottom: 5px;
}

.section-story .w-nav.story-nav-content {
  border-bottom: 1px solid;
  border-color: #d1d1d1;
  padding-right: 0px;
  margin-top: 19px;
  z-index: 0;
}

.quiz-tabs-main-div {
  background: white;
  border-bottom: 2px solid !important;
  border-bottom-color: currentcolor !important;
  border-color: #f4f4f4 !important;
  padding-bottom: 2px;
  padding-right: 30% !important;
  margin-top: 20px !important;
  z-index: 0 !important;
}

.divider_line_story {
  background-color: #d1d1d1;
  height: 1px;
  width: 100%;
  margin-top: 19px;
}

.section-story .w-nav.story-nav-content a {
  margin-right: 20px;
  padding: 0px 20px;
  cursor: pointer;
  font-family: 'Noto Sans SC', serif;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #62636b;
  padding-bottom: 5px;
}

.section-story .w-nav.story-nav-content a.active,
.section-story .w-nav.story-nav-content a:active,
.section-story .w-nav.story-nav-content a:hover {
  color: #068466;
  border-bottom: 2px solid !important;
}

.section-story .content-new-word {
  margin-top: 20px;
  /* margin-bottom: 84px; */
}

.story_sec_container {
  max-width: 1156px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.section-story .quiz-question,
.section-story .story-content {
  padding-top: 18px;
  padding-right: 20%;
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #222525;
  position: relative;
}

.dashboard-main-div .section-story .story-content {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222525;
  padding-top: 10px;
}

.ReactModal__Content.ReactModal__Content--after-open {
  margin-right: 0 !important;
  max-width: 40%;
  width: 100%;
  inset: 35% auto auto 50% !important;
  z-index: 9;
}

/* .navigation-container {
    z-index: 0 !important;
} */

.word-container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  justify-content: flex-end;
  text-align: center;
}

.section-story .story-content .pinyin-word {
  margin-bottom: 10px;
  color: #62636b;
  font-size: 12px;
  line-height: initial;
}

.section-story .quiz-question span {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #222525;
}

.section-story .new-word {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  color: #068466;
  float: left;
}

.section-story .col-pinyin-word {
  display: inline-block;
  padding: 0px 10px;
  max-width: 75%;
}

.section-story-newword {
  border: 1px solid;
  border-color: #eaeaea;
  border-radius: 5px;
  padding: 20px 20px !important;
  margin-top: 5px;
  margin-bottom: 20px;
}

.section-story .col-pinyin-word .pinyin-word {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  font-family: 'DM Sans';
  color: #222525;
}

.section-story .col-pinyin-word .definition {
  font-size: 14px;
  line-height: 18px;
  font-family: DM Sans;
  color: #222525;
  font-style: normal;
  font-weight: normal;
}

.section-story .newword-title-example {
  font-size: 14px;
  line-height: 18px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #62636b;
}

.section-story .newword-example {
  margin-top: 10px;
}

.section-story .newword-example p:before {
  content: '•';
  margin-right: 8px;
  color: #068466;
  font-size: 15px;
}

.section-story .newword-example p {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #222525;
}

.section-story-img-mobile {
  display: none;
}

.section-story-name,
.section-quiz-result,
.section-story-finished {
  margin: 25px 0px;
}

.section-story-img img,
.section-story-img-mobile img {
  /*width: 100%;*/
}

.story-button {
  margin-top: 30px;
}

.button-2 a {
  color: black;
  text-decoration: none;
}

.story-button a {
  color: white;
}

.m-cursor-pointer {
  cursor: pointer;
}

.word-translate {
  margin: 0 auto;
  cursor: pointer;
  width: fit-content;
}

.word-translate.word-active {
  background-color: #ecebea;
}

/* Css bottom navigation */
.section-sticky-footer {
  margin-top: 10px;
}

.section-sticky {
  position: fixed;
  bottom: 0px;
}

.section-bottom-navigation {
  padding-top: unset;
  padding-bottom: unset;
  display: flex;
  width: 100%;
  padding: 25px 0px;
  box-shadow: 10px 10px 10px 10px #c6c1c1;
  background-color: white;
}

.section-bottom-navigation .bottom-navigation-left {
  text-align: left;
  margin-left: 1%;
  margin-top: 4px;
}

.section-bottom-navigation .bottom-navigation-right {
  float: right;
  text-align: right;
  margin-right: 1%;
  margin-top: 4px;
}

/* Play audio */
.section-audio {
  width: auto;
  height: auto;
  padding: 12px 10px;
  background-color: #efeeee;
  width: 100%;
  display: inline-flex;
}

.section-audio-play {
  padding-left: 0px;
}

.audio-play {
  background-color: #068466;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

.audio-progress-bar {
  width: 70%;
}

.audio-play i {
  /* background-color: #efeeee; */
  color: white;
  top: calc(50% - 7px);
  position: absolute;
  left: calc(50% - 5px);
}

.section-record-btn {
  justify-content: center;
  display: flex;
}

.record-audio {
  background-color: #b8bdbd82;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.record-audio i {
  color: rgb(0, 0, 0);
  font-size: 16px;
  position: absolute;
}

.record-audio-disable {
  background-color: #b8bdbd82;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* pointer-events: none; */
  /* opacity: 0.5; */
}

/* #tooltiptext { */
.record-audio-disable #tooltiptext {
  /* display: inline; */
  position: absolute;
  display: none;
  width: 350px !important;
  background-color: #222525;
  color: #fff;
  padding: 20px;
  z-index: 9;
  font-weight: 400 !important;
  bottom: 40px !important;
  font-family: 'DM Sans';
  font-size: 14px;
  line-height: 24px;
}

.record-audio-disable #tooltiptext::after {
  right: 47%;
}

#tooltiptext .tooltiptext-close i {
  color: #fff;
  opacity: 1 !important;
}

/* .record-audio-disable:hover .tooltiptext {
      visibility: visible;
  } */
.record-audio-disable i {
  color: rgb(0, 0, 0);
  font-size: 16px;
  position: absolute;
  opacity: 0.5;
}

/* #tooltiptext:hover::after{ */
.record-audio-disable:focus #tooltiptext {
  display: -webkit-flex;
  display: block;
  -webkit-justify-content: center;
  justify-content: center;
  background: #222525;
  border-radius: 5px;
  color: #fff;
  /* content: attr(title); */
  margin: -82px auto 0;
  padding: 20px;
  width: 100% !important;
  max-width: 320px !important;
  position: absolute;
  bottom: 54px !important;
  font-family: 'DM Sans';
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 24px;
}

/* #tooltiptext:hover:before{
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
  } */

/* [class*='tooltiptext-'] {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
  } */

/* .tooltiptext-close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
} */
.tooltiptext-close {
  display: inline-block;
  position: absolute;
  background: transparent !important;
  right: 18px;
  top: 10px;
  height: 0;
}

/* .tooltiptext-close:after {
    content: '✖'; 
  } */

.section-progress-bar {
  display: inherit;
  padding: 0;
  margin-left: 0px;
  position: relative;
  align-items: center;
}

.section-progress-bar span {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #62636b;
  width: 55px;
  text-align: center;
}

.section-progress-bar .bar-anchor {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #068466;
  border-radius: 30px;
  left: 3px;
  cursor: pointer;
}

.section-progress-bar .bar-anchor.anchor-moving {
  width: 16px;
  height: 16px;
}

.audio-progress-bar {
  width: 100%;
  margin: 0px 10px;
  position: relative;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.audio-progress-bar .hide {
  height: 3px;
  background: #000000;
  /* cursor: pointer; */
  opacity: 0.15;
  width: 100%;
  position: absolute;
}

.audio-progress-bar .bar {
  width: 0px;
  height: 3px;
  background: #068466;
  /*margin-top: 8px;*/
}

.word-highlight,
.newword-highlight {
  /* color: #068466; */
  font-weight: 500;
}

.newword-highlight:hover {
  /* background-color: #068466; */
  /* color: #fff; */
}
.growingword-highlight {
  color: #222525;
}

.growingword-highlight.word-active {
  background-color: #001e4233;
}

.growingword-highlight:hover {
  color: #222525;
  border-bottom: 2px solid #7c8b9c !important;
}

.developingword-highlight {
  color: #222525;
}

.developingword-highlight.word-active {
  background-color: #001e4233;
}

.developingword-highlight:hover {
  color: #222525;
  border-bottom: 2px solid #4a5f78 !important;
}

.masterword-highlight {
  color: #001e42;
}

.masterword-highlight.word-active {
  background-color: #001e4233;
}

.masterword-highlight:hover {
  color: #001e42;
  border-bottom: 2px solid #001e42 !important;
}

.learningword-highlight {
  color: #222525;
  border-bottom: 2px solid #fc9f5b !important;
}

.learningword-highlight.word-active {
  background-color: #fc9f5b80;
}

.learningword-highlight:hover {
  color: #222525;
  border-bottom: 2px solid #fc9f5b !important;
}

.oldword-highlight {
  color: #222525;
  border-bottom: 2px solid #fc9f5b !important;
}

.oldword-highlight.word-active {
  background-color: #fc9f5b80;
}

.newword-highlight.word-active {
  background-color: #0684664d;
}

.newword-highlight {
  cursor: pointer;
}
.newword-highlight {
  border-bottom: 2px solid #068466 !important;
}
.section-member-level .fa.fa-star {
  margin-right: 4px;
}

.fa-star-checked {
  color: #fc9f5b;
}

.fa-star-unchecked {
  color: white;
  text-shadow: 0 0 1px #000;
}

.growing_developing_mastering {
  border-bottom: 2px solid #4a5f78 !important;
}

.countdown-title {
  color: #62636b;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding-right: 10px;
}

.section-countdown .count-down-text {
  padding: 5px 8px;
  border-radius: 5px;
  color: #222525;
  min-width: 35px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.section-countdown .content-left {
  text-align: left;
}

.section-countdown .countdown-title {
  padding-top: 5px;
}

.section-countdown .text-dots-mark {
  font-size: 15px;
  padding-top: 5px;
}

.content-right {
  text-align: right;
  padding-top: 10px;
}

.countdown {
  display: inline-flex;
}

.level-green {
  background-color: #068466;
  color: white !important;
}

.level-orange {
  background-color: #fc9f5b;
  color: white !important;
}

.level-red {
  background-color: #ed6a5e;
  color: white !important;
}

.text-beginner {
  color: #068466;
}

.text-intermediate {
  color: #fc9f5b;
}

.text-advanced {
  color: #ed6a5e;
}

.section-audio-mobile {
  display: none;
}

/* Quiz css */
.quiz-answers {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-quiz-answers .form-item {
  margin-top: 15px;
  position: relative;
}

.form-quiz-answers .form-item div:first-child {
  margin-right: 10px;
}

.form-quiz-answers .form-item input {
  margin-right: 15px;
}

.form-quiz-answers .form-item label {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #222525;
}

.form-quiz-answers .form-item input:checked + .quiz-radio {
  display: block;
}

.quiz-radio {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #068466;
  border-radius: 30px;
  top: 0;
  display: none;
}

/* Nav menu mobile*/
.nav-menu-mobile.overlay {
  display: none;
}

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

.section-audio-large {
  margin-top: -3px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 104px;
  left: 0px;
}

.maayot-footer {
  margin-bottom: 90px;
}

/* Translate popup */
.popup {
  display: none;
  position: fixed;
  top: 200px;
  left: 300px;
  background-color: #222525;
  color: white;
  min-width: 200px;
  border-radius: 5px;
  z-index: 1002;
}

.popup-header,
.popup-body,
.popup-footer {
  padding: 0px 10px;
}

.popup .popup-body .translate-example {
  padding-bottom: 10px;
}

.popup-header {
  background-color: #068466;
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 0px;
  margin: 0px;
  padding-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.popup-header.old-word {
  background-color: #fc9f5b;
}

.popup-header button,
.close-popup-less {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
}

.close-popup-less {
  top: 0px;
  right: 0px;
}

.translate-content {
  padding-top: 0px;
  padding-top: 15px;
}

.translate-content .translate-word {
  font-family: 'CJK-KaiTi', 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18em;
  color: #ffffff;
}

.translate-content .translate-definition {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.hover-content {
  padding-top: 0px;
  padding-top: 15px;
  margin-bottom: 5px;
}

.translate-example {
  display: block;
}

.translate-example span {
  display: block;
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.translate-example span::before {
  content: '•';
  margin-right: 8px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.content-footer {
  border-top: 1px solid #777;
  margin-top: 10px;
  padding-top: 10px;
}

.content-footer .translate-level {
  font-family: DM Sans;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.section-2 {
  margin-bottom: 10px;
}

.section-4.bg-primary-3 {
  background-color: #001e42;
}

/* Story finished */
.section-quiz-result,
.section-story-finished {
  background-color: #f8f6f4;
  text-align: center;
  padding: 50px 25%;
}

.icon-finished img {
  width: 102px;
}

.story-finished-title {
  margin-top: 30px;
}

.story-finished-title span {
  font-family: Zilla Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #222525;
}

.story-finished-countdown {
  margin-top: 10px;
}

.story-finished-countdown p {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #62636b;
}

.story-finished-upgrade {
  margin-top: 20px;
}

.story-finished-upgrade div {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #62636b;
}

.story-finished-upgrade p {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #222525;
  margin: 15px 0px;
}

/* Make StoryFinished trial/upgrade buttons clearly clickable */
.story-finished-upgrade .button-4,
.story-finished-upgrade .button-normal {
  cursor: pointer;
}

.section-countdown .count-down-text.level-week {
  background-color: #ecebea;
  width: 50px;
  text-align: center;
  margin: 0px 8px;
  height: 50px;
  display: inline;
  padding-top: 15px;
}

.level-week-text {
  color: #62636b;
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  margin-top: 55px;
}

.m-hidden {
  visibility: hidden;
}

.m-flx {
  display: flex;
}

.m-al-c {
  align-items: center;
  text-align: center;
}

.m-al-e {
  align-items: flex-end;
}

.m-pointer {
  cursor: pointer;
}

.m-al-l {
  text-align: left;
}

.m-b {
  font-weight: bold;
}

.m-bg-none {
  background: none;
}

.border-radius-5 {
  border-radius: 5px;
}

.bg_transperent {
  background: transparent;
}

.border_green {
  border: 1px solid #058466;
}

.green_color {
  color: #058466;
}

.m-link {
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.color-default {
  color: #62636b;
}

.color-primary {
  color: #068466;
}

.color-white {
  color: #fff;
}

.m-b-white {
  background-color: #fff;
}

.m-b-primary {
  background-color: #068466;
}

.level-beginner {
  color: #068466;
}

.level-intermediate {
  color: #fc9f5b;
}

.color-error,
.level-advanced {
  color: #ed6a5e;
}

.session-title {
  margin-top: 30px;
}

.account-session-title {
  margin-top: 0;
}

.account-session-title h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

#session_Head span {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #222525;
}

.session-title span {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}

.story-des {
  margin-top: 20px;
}

.story-des div {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #62636b;
}

.story-des p {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #222525;
  margin: 15px 0px;
}

.m-radio > .fa {
  color: #62636b;
  font-size: 18px;
  display: inline-block;
}

.m-radio > .color-primary {
  color: #068466;
}

.m-radio > .color-error {
  color: #ed6a5e;
}

.answer-progress {
  margin-top: 5px;
  width: 100%;
  display: flex;
}

.progress-full {
  height: 6px;
  background: #ecebea;
  border-radius: 16px;
}

.progress-percent {
  height: 100%;
  background: #62636b;
  border-radius: 16px;
}

.progress-percent-right {
  background: #068466;
}

.progress-percent-wrong {
  background: #ed6a5e;
}

.quiz-result-answer {
  margin-left: 10px;
}

.quiz-story {
  padding: 20px 20% 20px 0;
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #222525;
}

.m-loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #068466;
  padding: 20px 0;
}

.m-loading.no-text {
  padding: 0;
}

.m-loading-text {
  font-size: 16px;
}

.m-loading-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.no-text .m-loading-ellipsis {
  height: 20px;
}

.m-loading-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #068466;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.no-text .m-loading-ellipsis div {
  top: 5px;
  width: 10px;
  height: 10px;
}

.w-button .m-loading-ellipsis div {
  top: 6px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.m-loading-ellipsis div:nth-child(1) {
  left: 8px;
  animation: m-loading-ellipsis1 0.6s infinite;
}

.m-loading-ellipsis div:nth-child(2) {
  left: 8px;
  animation: m-loading-ellipsis2 0.6s infinite;
}

.m-loading-ellipsis div:nth-child(3) {
  left: 32px;
  animation: m-loading-ellipsis2 0.6s infinite;
}

.m-loading-ellipsis div:nth-child(4) {
  left: 56px;
  animation: m-loading-ellipsis3 0.6s infinite;
}

@keyframes m-loading-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes m-loading-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes m-loading-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.session-title {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
}

.not_found_label {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin: 30px;
}

.question-textarea {
  width: 70%;
  margin: 24px 0;
}

.question-textarea textarea {
  resize: none;
  padding: 10px;
  height: 230px;
  width: 100%;
  border: 1px solid #ecebea;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  transition: 0.3s;
}

.question-textarea textarea:focus,
.question-textarea textarea:active {
  border: 1px solid #068466;
  outline: none;
}

.right-inactive .bottom-navigation-right button {
  border-color: #f8f6f4;
  cursor: default;
  background-color: #f8f6f4;
}

.right-inactive .bottom-navigation-right button:hover,
.right-inactive .bottom-navigation-right button:active {
  border-color: #f8f6f4;
  background-color: #f8f6f4;
  box-shadow: none;
  outline: none;
  cursor: default;
}

.m-answer-item:not(:first-child) {
  margin-top: 24px;
}

.m-answer-list {
  margin-top: 28px;
}

.m-answer-name {
}

.m-answer-detail {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.section-question-answer .m-link {
  margin: 24px 0;
}

.question-button-answer {
  height: 50px;
}

.question-view-answer {
  padding: 20px;
  width: 100%;
  margin-bottom: 32px;
}

/*Page navigation*/
.m-nav {
  display: flex;
  align-items: center;
}

.m-nav-default {
  display: flex;
}

.m-nav-default-dot {
  width: 33px;
  height: 33px;
  min-height: 33px;
  border-radius: 50%;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 33px;
}

.m-nav-separate {
  margin: 0 12px;
  width: 50px;
  height: 1px;
}

.m-center {
  justify-content: center;
  text-align: center;
}

.m-nav-container {
  height: 40px;
  align-items: center;
  margin-bottom: 37px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.main-session {
  max-width: 940px;
  margin: 50px auto;
}

.session-title {
  margin-bottom: 24px;
}

.main-session .session-summary {
  font-family: 'DM Sans';
  color: #222525;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.account-sidebar {
  height: 100%;
  padding: 30px 44px 30px 0px;
}

.account-image {
  width: 400px;
  max-width: none;
}

.sidebar-list {
  margin: 0;
  padding: 0;
}

.account-sidebar-mobile {
  display: none;
}

.sidebar-list li {
  list-style-type: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding: 22px 40px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 5px;
}

.sidebar-list a {
  text-decoration: none;
}

.sidebar-list a li {
  list-style-type: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
}

.sidebar-list li.active,
.sidebar-list li:hover {
  background-color: rgb(255 255 255/0.1);
  text-decoration: none;
}

.sidebar-list a li.active,
.sidebar-list a li:hover {
  background-color: rgb(255 255 255/0.1);
  text-decoration: none;
}

.sidebar-list li .fa {
  margin-right: 20px;
  font-size: 20px;
}

.account-right,
.level-right,
.membership-right {
  border: 1px solid #eceb;
  min-height: 100%;
  padding: 40px;
}

.right-content {
  padding: 0;
}

.right-content.inactive {
  display: none;
}

.account-session-button .button-4,
.account-session-button .button-default-o {
  padding: 17px 25px;
  font-size: 18px;
  font-weight: normal;
}

.account-right .logout-btn,
.membership-right .cancel-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}

.account-right .m-h4,
.membership-right .m-h4,
.level-right .m-h4 {
  margin-bottom: 25px;
}

.membership-right .m-button {
  width: 123px;
  align-items: center;
  padding: 17px 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

/*region Form*/
.account-form-item {
  margin-bottom: 24px;
}

.account-form-item input.input-error {
  border-color: red !important;
}

.item-title {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.account-form-item input {
  border: 1px solid #ecebea;
  box-sizing: border-box;
  transition: 0.3s;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
}

.account-form-item input.has-right {
  padding-right: 50px;
}

.account-form-item .item-input-btn {
  transition: 0.3s;
  position: absolute;
  right: 7px;
  top: 11px;
  min-width: 20px;
}

.account-form-item input:focus,
.account-form-item input:active {
  border: 1px solid #068466;
  outline: none;
}

.account-form-item input:focus + button,
.account-form-item input:active + button {
  border-color: #068466;
}

.item-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.item-input-view {
  padding: 12px;
}

.error-box {
  background: #ed6a5e;
  border-radius: 5px;
  padding: 13px 20px;
  margin-bottom: 20px;
}

.success-box {
  background: #71c361;
  border-radius: 5px;
  padding: 13px 20px;
  margin-bottom: 20px;
}

/*endregion*/
/*region Membership*/
.membership-session {
  background: #f8f6f4;
  border-radius: 5px;
}

.membership-title {
  padding: 40px 0 100px 20px;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

.membership-content {
  padding: 20px;
}

.membership-feature-item {
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  padding: 6px 0;
  justify-content: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.membership-feature-item .fa {
  margin-right: 20px;
  font-size: 24px;
}

.account-feature-title {
  margin-bottom: 12px;
}

.account-feature-item {
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  padding: 5px 0;
  justify-content: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.account-feature-item .fa {
  margin-right: 10px;
  font-size: 24px;
}

.membership-right button,
.membership-right .button-4 {
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 17px 25px;
}

.membership-right .m-button.disable {
  pointer-events: none;
  color: #fff;
  background: #ecebea;
}

/*endregion*/
/*region level*/
.level-right {
}

.level-item {
  border-radius: 5px;
  position: relative;
}

.level-item .bg-text {
  position: absolute;
  left: 20px;
  opacity: 0.1;
  font-size: 41px;
  line-height: 42px;
  top: calc(50% - 24px);
}

.level-item .bg-text.active {
  position: static;
  margin-left: 20px;
  padding-top: 30px;
  display: block;
}

.level-item-content {
  padding: 21px 28px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.level-item-content span {
  font-size: 18px;
}

.level-item-btn {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px 14px;
}

.level-selected {
  display: flex;
  align-items: center;
}

.level-selected .fa {
  font-size: 24px;
  margin-right: 20px;
}

.btn-margin-left {
  margin-left: 20px;
}

.m-button-default {
  color: #62636b;
  background: #f8f6f4;
  border: 1px solid #f8f6f4;
}

/*endregion*/
.m-streak-info {
  flex-direction: row;
}

.m-streak .m-streaks-current,
.m-streak .m-streaks-longest {
  border-radius: 5px;
  padding: 15px 16px 0 15px;
  font-weight: normal;
  margin: 4px 8px;
  width: 45%;
  min-height: 120px;
  border: 1px solid #ecebea;
  box-sizing: border-box;
  color: #001e42;
  transition: 0.3s;
}

.m-streak .m-streaks-current:hover,
.m-streak .m-streaks-longest:hover {
  border-color: #fc9f5b;
}

.m-streak .m-streaks-current.active,
.m-streak .m-streaks-longest.active {
  border: 1px solid #ecebea;
  box-sizing: border-box;
  background: #fc9f5b;
  color: #fff;
}

.m-streak-link {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
  color: #068466;
  cursor: pointer;
}

.m-streak .m-streaks-current.active .m-streak-link,
.m-streak .m-streaks-longest.active .m-streak-link {
  color: #fff;
}

.m-streak-link fa {
  font-size: 11px;
}

.m-streak-count {
  line-height: 70px;
  font-size: 54px;
}

.m-streak-label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
}

.m-streak .react-calendar {
  width: 90%;
  border: none;
  margin: 40px auto;
  font-family: 'DM Sans';
  font-size: 18px;
}

.m-streak .react-calendar__month-view__days__day {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #001e42;
  position: relative;
  user-select: none;
  pointer-events: none;
  transition: 0.3s;
}

.m-streak .react-calendar__month-view__days__day--neighboringMonth {
  color: #62636b !important;
}

.m-streak .react-calendar__month-view__weekdays {
  display: none !important;
}

.m-streak .react-calendar__month-view__days__day--weekend {
  color: inherit;
}

.m-streak .react-calendar__navigation__arrow {
  border: 1px solid #ecebea;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 14px;
  color: #068466;
  height: 35px;
  width: 35px;
  min-width: 35px;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.m-streak .react-calendar__navigation__label {
  user-select: none;
  pointer-events: none;
}

.m-streak .react-calendar__navigation__label__labelText {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #222525;
}

.react-calendar__tile--active {
  background: #fff !important;
}

.m-streak .react-calendar__month-view__days__day abbr {
  padding: 10px;
  display: block;
}

.m-streak .date-title-highlight abbr {
  background: #068466;
  border-radius: 50%;
  color: #fff;
  max-width: 41px;
  margin: auto;
  text-align: center;
}

.m-streak .react-calendar__tile--active:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
  right: 30%;
  top: 21px;
  z-index: 1000;
}

.story-finish-streak-item {
  position: relative;
  margin: 15px 8px;
}

.story-finish-streak-item-value {
  position: absolute;
  left: 0;
  top: 47%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #001e42;
  width: 100%;
}

.story-finish-streak-item-value.active {
  color: #fff;
}

.story-finish-streak-link {
  margin-top: 23px;
}

.downgrade-confirm-btn button {
  margin: 0 5px;
}

/* modal-popus css  */
.section-modal-popup {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: white;
  border-radius: 15px;
}

.section-modal-popup .modal-header {
  position: relative;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}

.modal-close-btn button {
  background-color: transparent;
}

.modal-close-btn button i {
  font-size: 32px;
}

.section-modal-popup .modal-title {
  font-size: 30px;
  font-weight: 500;
}

.w-nav.modal-body-content-line {
  background: white;
  border-bottom: 2px solid;
  border-bottom-color: currentcolor;
  border-color: #f4f4f4;
  padding-bottom: 2px;
  padding-right: 30%;
  margin: 10px;
  z-index: 0;
}

/* .section-modal-popup .modal-footer .section-audio .section-record-btn .record-audio {
    background-color: #068466;
}
.section-modal-popup .modal-footer .section-audio .section-record-btn .record-audio i {
    color: #fff;
} */
.modal-footer .modal-btns {
  float: right;
  justify-content: flex-end;
}

.section-audio {
  border-radius: 5px;
  align-items: center;
  position: relative;
}

.modal-footer .section-audio {
  padding: 7px 10px;
  align-items: center;
}

.record-audio.audio-play {
  background-color: transparent !important;
  width: 40px;
  height: auto;
}

.backward-forward-btn i {
  font-size: 24px;
}

.forward-btn,
.backward-btn {
  cursor: pointer;
}

/* .allow-answer  {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100%;
} */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  margin-bottom: 0px;
  cursor: pointer;
  /* font-size: 16px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #068466;
}

.checkmark-disable {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  /* background-color: transparent; */
  border-radius: 100%;
  border: 1px solid #ecebea;
}

/* #tooltiptextWriter{
    position: relative;
  }  */
#tooltiptext:after {
  position: absolute;
  content: '';
  bottom: -10px;
  /* left: 46%; */
  width: 24px;
  background-color: #222525;
  height: 12px;
  clip-path: polygon(55% 100%, 1% 0, 100% 0);
}

#tooltiptextWriter:after {
  position: absolute;
  content: '';
  bottom: -10px;
  /* left: 46%; */
  width: 24px;
  background-color: #222525;
  height: 12px;
  clip-path: polygon(55% 100%, 1% 0, 100% 0);
}

.checkmark-disable .tooltiptextWriter {
  position: absolute;
  display: none;
  width: 350px !important;
  background-color: #000;
  color: #fff;
  padding: 20px;
  z-index: 9;
  font-weight: 100 !important;
  bottom: 40px !important;
  left: -100px !important;
}

.checkmark-disable .tooltiptext-close {
  right: 10px;
}

/* .checkmark-disable:hover::after { */
.checkmark-disable:focus .tooltiptextWriter {
  /* visibility: visible; */
  display: -webkit-flex;
  display: flex;
  display: block;
  -webkit-justify-content: center;
  justify-content: center;
  background: #222525;
  border-radius: 5px;
  color: #fff;
  content: attr(title);
  margin: -82px auto 0;
  font-size: 14px;
  padding: 20px 20px 20px 25px;
  width: 337px !important;
  position: absolute;
  bottom: 110%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

/* #tooltiptextWriter:hover:before{
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
  } */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
  color: #000;
}

.checkbox input:checked ~ .checkmark {
  background-color: #068466;
}

/* .checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }    */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.green-active {
  background-color: #068466;
  color: white;
}

.orange-active {
  background-color: #ed6a5e;
  color: white;
}

/* disabled header correction button start */
.disable-correction-tooltip #tooltiptextWriter:after {
  position: absolute;
  content: '';
  top: -10px;
  left: 50%;
  width: 24px;
  background-color: #222525;
  height: 12px;
  clip-path: polygon(55% 100%, 1% 0, 100% 0);
  transform: rotate(180deg);
}

.disable-correction-tooltip .tooltiptextWriter {
  position: absolute;
  border-radius: 5px;
  display: block;
  padding: 20px;
  width: 350px !important;
  background-color: #222525;
  color: #fff;
  padding: 20px;
  z-index: 9;
  font-weight: 400 !important;
  left: -85px !important;
  font-family: 'DM Sans';
  font-size: 14px;
  line-height: 24px;
}

#Corrections_tooltip .tooltiptextWriter {
  position: absolute;
  border-radius: 5px;
  display: block;
  padding: 20px;
  width: 350px !important;
  background-color: #222525;
  color: #fff;
  padding: 20px;
  z-index: 9;
  font-weight: 400 !important;
  left: 0px !important;
  font-family: 'DM Sans';
  font-size: 14px;
  line-height: 24px;
}

.disable-correction-tooltip {
  position: absolute;
  bottom: 0px;
  display: none;
}

.disable-correction-container:focus .disable-correction-tooltip {
  display: block !important;
}

.story_content_full_div {
  padding-right: 0px !important;
}

.main_title_small_text {
  color: #222525cc;
  font-size: 12px;
  line-height: 12px !important;
  font-weight: 400 !important;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  min-height: 12px;
}
.main_title_big_text {
  color: #222525;
  line-height: 35px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Noto Sans SC', serif !important;
  letter-spacing: 0.12em;
  border-bottom: 2px solid transparent;
}
.story_content_full_div .main_title_big_text {
  color: #222525;
  font-family: 'Noto Sans SC', serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  border-bottom: 2px solid transparent;
  min-height: 24px;
}
.story_content_full_div .main_title_small_text {
  margin-bottom: 0px !important;
  color: #222525cc;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  /* background-color: red;
  min-height: auto; */
}
.padding_remove_div {
  padding-left: 0px;
  padding-right: 0px;
}

/* setting page ui start */

.setting-logout-btn-main {
  display: flex;
  justify-content: flex-start;
}

/* .setting-logout-btn {
  background-color: #068466;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
} */

.setting-logout-btn span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

/* disabled header correction button end */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .m-nav {
    position: absolute;
  }

  .m-nav.active-0 {
    left: 10px;
  }

  .m-nav.active-1 {
    left: 10px;
  }

  .m-nav.active-1 {
    left: -195px;
  }

  .m-nav.active-2 {
    left: -425px;
  }

  .m-nav.active-3 {
    left: -575px;
  }

  .m-nav.active-4 {
    left: 10px;
  }

  .section-story .introduction-title,
  .section-intro .introduction-title {
    font-family: 'Zilla Slab';
    color: #222525;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
  }

  .section-correction-header .correction-title {
    font-family: 'Zilla Slab';
    color: #222525;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .section-story .section-countdown,
  .section-intro .section-countdown {
    display: block;
  }

  .section-countdown .countdown {
    margin-top: 10px;
  }

  .section-story-img-mobile {
    display: block;
  }

  .section-story-img {
    display: none;
  }

  .section-story-name,
  .section-story-newword {
    margin: 5px 0px;
  }

  .mobile-button-stick .button-2 {
    width: 100%;
  }

  .content-left {
    padding-bottom: 10px;
  }

  .content-right {
    text-align: right;
    margin-top: 12px;
  }

  .mobile-button-stick {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0 0 0 -11px;
    z-index: 1;
    padding: 10px 10px 10px 10px !important;
    background-color: white;
    box-shadow: 10px 10px 10px 10px #c6c1c1;
    border-top: 1px solid #f2f0f0;
    z-index: 1001;
  }

  .content-left {
    padding-bottom: 25px;
  }

  .section-story .story-content {
    font-size: 18px;
    line-height: 26px;
    padding-right: unset;
  }

  .section-story .story-newword {
    font-size: 24px;
    line-height: 29px;
  }

  .section-story-content {
    margin-top: 0px;
  }

  .section-bottom-navigation .bottom-navigation-left {
    margin-left: unset;
  }

  .section-bottom-navigation .bottom-navigation-right {
    margin-right: unset;
  }

  .section-sticky-footer {
    padding: 15px 20px;
  }

  /* Nav menu mobile*/
  .maayot-header .navbar-2 {
    display: inline-flex;
  }

  .nav-menu-button-large {
    display: none;
  }

  .button-menu-mobile {
    color: gray;
    font-size: 25px;
    margin-left: 0px;
    display: block;
  }

  .navbar-2.w-nav.navbar-button-mobile {
    text-align: center;
    width: 100%;
  }

  .nav-menu-mobile .button-2,
  .nav-menu-mobile .button-2 a {
    min-width: 125px;
    color: gray;
    font-family: DM Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #62636b;
    min-width: 125px;
  }

  .maayot-header .w-nav::before,
  .maayot-header .w-nav::after {
    display: none;
  }

  .nav-menu-mobile.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    /* transition: 0.3s; */
    display: unset;
  }

  .nav-menu-mobile .overlay-content {
    background-color: white;
    padding: 0px 10px 10px;
  }

  .nav-menu-mobile .overlay-content .button-menu-mobile.menu-mobile-close {
    margin-right: 3px;
  }

  .section-sticky-footer {
    box-shadow: unset;
    margin-top: 0px;
  }

  .sticky-footer {
    height: unset;
  }

  .maayot-footer {
    margin-bottom: 130px;
  }

  .section-audio-large {
    display: none;
  }

  .section-audio-mobile {
    height: 70px;
    margin-bottom: -1px;
    display: block;
    box-shadow: 0px -3px 9px rgb(0 0 0 / 10%);
  }

  .section-audio-mobile .section-audio {
    height: 100%;
    padding: 23px 10px;
  }

  .section-audio-mobile .section-progress-bar {
    margin-left: 10px;
  }

  .section-audio-play {
    padding-left: 0px;
  }

  /* Stick menu bottom */
  .section-story .content-new-word {
    /* margin-bottom: 152px; */
  }

  /* 404 page */
  .utility-page-wrap {
    height: 60vh;
  }

  .utility-page-wrap-left {
    margin-top: 50px;
  }

  .utility-page-wrap {
    width: 100%;
    display: inherit;
  }

  .utility-page-wrap-right {
    width: 100%;
    padding: 0px 10px;
  }

  /* Story finished */
  .section-quiz-result,
  .section-story-finished {
    padding: 50px 5%;
  }

  .answer-progress {
    display: block;
  }

  .answer-progress span {
    margin-top: 5px;
    display: block;
  }

  .quiz-story {
    padding: 10px 0;
  }

  .question-textarea textarea {
    width: 100%;
  }

  .question-textarea {
    width: 100%;
    margin: 10px 0;
  }

  .question-button-answer {
    height: auto;
    margin-top: 20px;
  }

  .w-container {
    min-height: 350px;
  }

  .content-sm-center {
    text-align: center;
  }

  .account-sidebar {
    display: none;
  }

  .account-sidebar-mobile {
    display: flex;
    width: 100%;
  }

  .account-sidebar-mobile select {
    width: 90%;
    margin: auto;
    border: 1px solid #ecebea;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
  }

  .btn-margin-left {
    margin-left: 2px;
    margin-top: 10px;
  }

  .membership-right .cancel-btn {
    width: 100%;
    text-align: center;
  }

  .account-feature-item {
    display: none;
  }

  .change-level-btn {
    flex-direction: column-reverse;
  }

  .change-level-btn button {
    margin-bottom: 16px;
  }

  .m-streak-info {
    flex-direction: column;
  }

  .m-streak .m-streaks-current,
  .m-streak .m-streaks-longest {
    margin: 10px auto;
    width: 90%;
  }

  .m-streak .react-calendar__month-view__days__day {
    font-size: 13px;
  }

  .m-streak .date-title-highlight abbr {
    padding: 4px;
  }

  .m-streak .react-calendar__tile--active:after {
    height: 3px;
    width: 3px;
    right: 26%;
    top: 21px;
  }

  .story-finish-streak-item-value {
    font-size: 16px;
  }

  .checkbox {
    padding-top: 2px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  /* Nav menu mobile*/
  .maayot-header .navbar-2 {
    display: inline-flex;
  }

  .nav-menu-button-large {
    display: none;
  }

  .button-menu-mobile {
    color: gray;
    font-size: 25px;
    margin-left: 0px;
    display: block;
  }

  .navbar-2.w-nav.navbar-button-mobile {
    text-align: center;
    width: 100%;
  }

  .nav-menu-mobile .button-2,
  .nav-menu-mobile .button-2 a {
    min-width: 125px;
    color: gray;
    font-family: DM Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #62636b;
    min-width: 125px;
  }

  .maayot-header .w-nav::before,
  .maayot-header .w-nav::after {
    display: none;
  }

  .nav-menu-mobile.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    /* transition: 0.3s; */
    display: unset;
  }

  .nav-menu-mobile .overlay-content {
    background-color: white;
    padding: 0px 10px 10px;
  }

  .nav-menu-mobile .overlay-content .button-menu-mobile.menu-mobile-close {
    margin-right: 3px;
  }

  .section-story .section-countdown,
  .section-intro .section-countdown {
    display: block;
  }

  .section-countdown .countdown {
    margin-top: 10px;
  }

  .section-story-img-mobile {
    display: block;
  }

  .section-story-img {
    display: none;
  }

  .content-left {
    padding-bottom: 10px;
  }

  .content-right {
    text-align: left;
    margin-top: 10px;
  }

  .section-story .col-pinyin-word {
    max-width: 70%;
  }

  .navbar-2 {
    margin-left: -5px;
  }

  .div-block-4 {
    padding-right: 0px;
    padding-left: 21px;
  }

  .nav-functions {
    position: absolute;
  }

  .section-bottom-navigation .bottom-navigation-left {
    margin-left: 2%;
    margin-top: 0px;
  }

  .section-bottom-navigation .bottom-navigation-right {
    margin-right: 2%;
    margin-top: 0px;
  }

  .w-container {
    min-height: 300px;
  }

  .section-modal-popup {
    padding: 15px 15px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-progress-bar {
    padding-left: 0px;
  }
  .section-progress-bar span {
    width: 42px;
  }

  .section-audio-play {
    padding-left: 0px;
  }

  .section-progress-bar {
    display: inherit;
    padding: 3px 0px 0px 0px;
    /* margin-left: 15px; */
  }

  .w-container {
    min-height: 300px;
  }

  .question-textarea {
    width: 90%;
  }
  .story_sec_container {
    max-width: 650px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .story_sec_container {
    max-width: 820px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .story_sec_container {
    max-width: 1040px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-progress-bar {
    margin-left: 15px;
  }

  .w-container {
    min-height: 300px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .w-container {
    min-height: 400px;
  }
}

.d-grid {
  display: inline-grid;
}

.d-inline-flex {
  display: inline-flex;
}

.question-textarea textarea.input-error {
  border-color: #ed6a5e !important;
}

.question-textarea .error {
  color: #ed6a5e !important;
  font-weight: 500;
}

.correction-words textarea.input-error {
  border-color: #ed6a5e !important;
}

.correction-box .recored-audio-border {
  color: #ed6a5e !important;
  font-weight: 500;
}

.recored-audio-border {
  border: solid red;
  display: inline-block;
  padding: 2px;
}

.pinyin-button {
  text-align: right;
  padding-top: 0px;
  margin-top: 0px;
  white-space: nowrap;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mr-2 {
  margin-right: 0.2px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-2 {
  margin-left: 0.2px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px !important;
  align-items: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.p-10 {
  padding: 10px;
}

.p-5 {
  padding: 5px;
}

.p-3 {
  padding: 3px;
}

.align-center {
  align-items: center;
}

.dashboard-sidebar {
  max-height: calc(100vh - 180px);
  overflow: auto;
  overflow-x: hidden;
}

.clear-search-icon {
  position: absolute;
  right: 30px;
  top: 37px;
}

.button-2.bg-light-gray {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ecebea;
  border-radius: 5px;
  background-color: #ecebea;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #62636b;
  font-weight: 700;
  text-decoration: none;
}

.button-2.bg-light-gray i {
  margin: 0px 3px;
}

/* dashboard page design css  */

.w-d-grid {
  display: grid;
  grid-template-columns: 350px auto;
}

.w-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.w-d-j-s-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.border-bottom {
  border-bottom: 2px solid;
  border-color: #f4f4f4;
}

.border-right {
  border-right: 2px solid;
  border-color: #f4f4f4;
}

.border-top {
  border-top: 2px solid;
  border-color: #f4f4f4;
}

.border-full {
  border: 2px solid;
  border-color: #f4f4f4;
}

.border-radius-10 {
  border-radius: 10px;
}

.bg-light-gray {
  background-color: #ecebea;
}

.light-gray {
  color: #b7b6b6;
}

.dashboard-main-div .section-story .story-nav-content .story-nav-content-title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-top: 6px;
  margin-bottom: 5px;
  position: relative;
  color: #000;
}

.dashboard-main-div .section-story .story-nav-content .story-nav-content-title span {
  content: 'Begginer';
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 2px 8px;
  position: absolute;
  top: 6px;
  margin-left: 5px;
}

.story-nav-id {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #828282;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.dashboard-main-div .section-story .w-nav.story-nav-content {
  padding-bottom: 20px;
  border: none;
}

.dashboard-main-div .section-story-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.dashboard-main-div .section-story-content .box-padding {
  padding: 20px;
  position: relative;
}

/* .dashboard-main-div .section-story-content .box-audio {
    padding: 20px;
} */
.dashboard-main-div .section-story-content .box-audio .section-audio {
  border-radius: 5px;
}

.correction-button {
  float: right;
}

.box-audio {
  bottom: 20px;
  left: 20px;
}

.story-content.story-words,
.story-content.preview-words {
  margin-bottom: 90px;
}

.correction-box {
  position: relative;
}

.correction-box textarea {
  width: -webkit-fill-available;
}

.answer-box .box-audio {
  position: absolute;
}

.correction-answer-box {
  position: relative;
  cursor: auto;
}

.dashboard-main-div .right-side {
  margin-left: 80px;
  margin-right: 80px;
}

.dashboard-main-div .left-side {
  background-color: #001e42;
}

.user-content {
  margin-left: 10px;
}

.user-content .active-box {
  border-radius: 3px;
  padding: 2px 8px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  display: block;
  max-width: 62px;
  min-width: 62px;
  text-align: center;
}

.user-content .user-title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  padding-top: 4px !important;
}

.user-content .user-activate-time {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.6;
}

span.dot:before {
  position: absolute;
  content: '.';
  font-size: 30px;
  top: -9px;
  left: 2px;
}

span.dot {
  position: relative;
  padding-left: 12px;
}

.assignment-main-box {
  padding: 20px;
}

.assignment-main-box.activate-green {
  background-color: #f7f7f73b;
  position: relative;
  border-left: 3px solid #068466;
}

.assignment-main-box.activate-orange {
  background-color: #f7f7f73b;
  position: relative;
  border-left: 3px solid #ed6a5e;
}

/* .assignment-main-box.activate:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */
.search {
  margin: 0 auto;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  width: 100%;
  padding: 15px 18px 15px 50px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.searchbar-div {
  position: relative;
  padding: 20px;
}

.searchicon {
  position: absolute;
  left: 40px;
  top: 35px;
  font-size: 18px;
}

.text-lightgray {
  color: #bdbdbd;
}

:focus-visible {
  outline: none !important;
}

.sidebar-logo {
  padding: 20px;
  font-size: 32px;
}

.ReactModal__Content.ReactModal__Content--after-open .popup {
  top: auto !important;
  left: auto !important;
}

.ReactModal__Body--open .navigation-container {
  z-index: 0 !important;
}

.ReactModal__Content.ReactModal__Content--after-open .record-audio {
  margin-top: 2px;
}

.ReactModal__Content.ReactModal__Content--after-open .record-audio.audio-play {
  margin-top: 0px;
}

.box-title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.recording-submitted-popup {
  background-color: #57a773;
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.recording-submitted-popup h6 {
  margin: 0 !important;
  color: #fff;
  font-size: 16px !important;
}

.recording-submitted-popup .close-btn {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 22px;
  color: #fff;
}

/* Recording tooltip for Pro users — points at mic button */
.record-audio-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recording-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  right: -12px;
  width: 220px;
  background-color: #222525;
  color: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  z-index: 10;
  animation: recording-tooltip-fadein 0.35s ease-out;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@keyframes recording-tooltip-fadein {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recording-tooltip strong {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.recording-tooltip span {
  font-size: 12px;
  line-height: 1.4;
  color: #c8ccc9;
}

.recording-tooltip-arrow {
  position: absolute;
  bottom: -7px;
  right: 20px;
  width: 14px;
  height: 14px;
  background-color: #222525;
  transform: rotate(45deg);
  border-radius: 0 0 3px 0;
}

.recording-tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 4px;
  color: #828282;
  font-size: 12px;
  line-height: 1;
  transition: color 0.2s;
}

.recording-tooltip-close:hover {
  color: #fff;
}

.record-audio-highlight {
  animation: mic-pulse 1.8s ease-in-out infinite;
}

@keyframes mic-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(87, 167, 115, 0.5);
    background-color: #b8bdbd82;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(87, 167, 115, 0);
    background-color: #a8d5b8;
  }
}

@media screen and (max-width: 479px) {
  .recording-tooltip {
    right: -8px;
    width: 190px;
    padding: 12px 14px;
  }

  .recording-tooltip-arrow {
    right: 16px;
  }
}

.copy-title-div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.copy-title-div h4 {
  font-family: 'Noto Sans SC', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0 !important;
  margin-bottom: 20px;
  color: #000;
}

.copy-icon {
  height: 34px;
  width: 34px;
  background: #f1f3f5;
  padding: 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.story-bottom-border {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  margin: 0;
  border: 1px solid #f4f4f4;
}

.story-content-padding {
  padding-top: 40px !important;
}

.up-arrow {
  float: right;
}

.correction-bottom-border {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  margin: 0;
  border: 1px solid #f4f4f4;
}

.correction-content-padding {
  padding: 10px !important;
  margin-left: 10px;
}

.up-arrow {
  float: right;
}

.sentance-hover {
  background: #d9dadb;
  border-radius: 4px;
}

.translation-box {
  margin-top: 35px;
  padding: 18px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px #4545501a;
  cursor: pointer;
}
.translation-box .story-content {
  padding-right: 0px !important;
  padding-top: 22px !important;
  margin-bottom: 0px;
}

.translation-button {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  line-height: 24px;
  font-family: 'DM Sans';
  gap: 15px;
  color: #222525;
}
.translation-button i {
  color: #373737;
}

.translation-text {
  font-size: 16px;
  line-height: 21px;
  font-family: 'DM Sans';
  color: #222525;
  margin-bottom: 10px;
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #001e42;
}

::-webkit-scrollbar-thumb {
  background: #a9acaf;
  border-radius: 20px;
}

.see-more-btn {
  margin: 41px 0;
}

.see-more-btn button {
  background-color: transparent !important;
  color: #068466;
  border: none;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.see-more-btn span {
  font-size: 14px;
  margin-left: 7px;
}

.token-form-div {
  background-color: #ffffff;
  margin-top: 25px;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}

.input-custom-filed {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  border: 1px solid #c7c7c7;
  padding: 10px 15px;
  border-radius: 5px;
}

.token-points-div .membership-feature-item .num-text {
  margin-bottom: 0px;
  margin-right: 15px;
  color: #068466;
  font-weight: bold;
}

.m-b-10 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkmark-disable .tooltiptextWriter {
    width: 300px !important;
    left: 55px !important;
  }

  #tooltiptextWriter:after {
    left: 0px;
    bottom: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ReactModal__Content.ReactModal__Content--after-open {
    margin-right: 0 !important;
    max-width: 70%;
    width: 100%;
  }

  .checkmark-disable .tooltiptextWriter {
    width: 300px !important;
    left: 55px !important;
  }

  #tooltiptextWriter:after {
    left: 0px;
    bottom: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .sticky-footer .section-bottom-navigation .w-col-small-3 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .steps-progressbar .m-nav-default {
    white-space: nowrap;
  }

  .section-story .introduction-title {
    font-size: 24px;
  }

  .section-correction-header {
    margin-top: 20px;
  }

  .section-correction-header .correction-title {
    font-size: 32px;
    margin: 0 10px;
  }

  .introduction-main-div .content-left {
    padding-bottom: 0px;
  }

  .introduction-main-div {
    margin-bottom: 0px;
  }
  .mobile_remove_space_title {
    padding-bottom: 0px;
  }
  .mob_padding_lr {
    padding-left: 4px;
    padding-right: 4px;
  }
  .divider_line_story {
    margin-top: 29px !important;
    width: calc(100% - 32px);
    margin: 0 auto 0 auto;
  }

  .audio-play {
    width: 25px;
    height: 25px;
  }

  .record-audio {
    width: 25px;
    height: 25px;
  }

  .record-audio-disable {
    width: 25px;
    height: 25px;
  }

  .section-audio-mobile .section-progress-bar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .record-audio i {
    font-size: 16px;
  }

  .record-audio-disable i {
    font-size: 16px;
  }

  .audio-play i {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    font-size: 12px !important;
  }

  .ReactModal__Content.ReactModal__Content--after-open {
    margin-right: 0 !important;
    width: calc(100% - 15px);
    max-width: 100%;
    inset: 38% auto auto 50% !important;
  }

  .modal-footer .audio-box {
    flex-wrap: wrap;
  }

  .modal-header .modal-title {
    margin: 0 !important;
  }

  .reset-btn {
    margin-top: 10px;
    margin-left: 0 !important;
    text-align: right;
  }

  .modal-footer .section-audio {
    padding: 7px 10px;
    align-items: center;
  }

  .section-audio {
    border-radius: 0px;
  }

  .ReactModal__Content.ReactModal__Content--after-open .cancel-btn .button-2,
  .ReactModal__Content.ReactModal__Content--after-open .submit-btn .button-2 {
    width: 100%;
  }

  .ReactModal__Content.ReactModal__Content--after-open .cancel-btn,
  .ReactModal__Content.ReactModal__Content--after-open .submit-btn {
    width: 100%;
  }

  /* My correction page css  */
  .correction-items {
    margin: 0 15px;
  }

  .correction-common-padding {
    padding: 15px;
  }

  .correction-withoutTop-padding {
    padding: 0 15px 15px 15px;
  }

  .correction-items .content-left {
    padding: 0;
  }

  .correction-item .correction-item-show {
    padding: 15px;
  }

  .correction-date-downarrow {
    font-size: 14px;
  }

  .opencorrection-s1 .section-audio {
    border-radius: 5px;
  }

  .opencorrection-s1 .section-progress-bar {
    margin-left: 15px;
  }

  .correction-answer-box {
    margin-bottom: 20px;
  }

  .checkmark-disable .tooltiptextWriter {
    left: 55px !important;
  }

  #tooltiptextWriter:after {
    left: 4px;
    bottom: -10px;
  }

  .record-audio-disable #tooltiptext {
    right: 0;
  }

  .record-audio-disable #tooltiptext::after {
    right: 20%;
  }

  #tooltiptext:after {
    left: unset;
    right: 4px;
  }

  .div-block-4 .button-2 {
    padding: 10px 10px;
    min-width: auto;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .button-2.bg-gray-4.login {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-2.navbar-button-mobile {
    flex-direction: column;
    text-align: left !important;
  }

  .navbar-2 .div-block-4 {
    width: 100%;
  }

  .navbar-2 .div-block-4 .button-2 {
    padding: 10px 10px;
    min-width: 100%;
  }

  .navbar-2 .button-2.bg-green-4 {
    color: #fff;
    margin-bottom: 10px;
  }

  .record-audio-disable:focus #tooltiptext {
    right: 5px;
    bottom: 82px !important;
  }

  .token-form-div {
    padding: 20px;
  }
  .translation-box {
    margin-top: 25px;
    padding: 18px 17px;
  }
  .section-story .w-nav.story-nav-content {
    margin-top: 29px;
  }
  .story_content_full_div {
    padding-top: 13px !important;
    margin-bottom: 0px !important;
  }
  .action_btn_text {
    justify-content: flex-start !important;
    width: auto !important;
  }
  .scroll_contain_div {
    z-index: 0;
  }
  .mob_linelight_remove {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .quiz-tabs-main-div {
    width: 98% !important;
    margin-top: unset !important;
    padding: 0px 10px 5px 10px !important;
  }
  .mr-2 {
    margin-right: 0.2px;
  }
  .ml-2 {
    margin-left: 0.2px;
  }
  .mob_scroll_bottom_space {
    display: block !important;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 350px) {
  .record-audio-disable:focus #tooltiptext {
    max-width: 310px !important;
  }

  .checkmark-disable:focus .tooltiptextWriter {
    width: 300px !important;
  }
}

.seemore-tooltip {
  position: relative;
  display: inline-block;
}

.seemore-tooltip .disable-correction-tooltip {
  left: -20px;
  bottom: -15px;
}

.seemore-tooltip .disable-correction-tooltip i {
  color: #fff;
  right: 5px;
}

.seemore-tooltip .disable-correction-tooltip .tooltiptext-close {
  right: 0px;
}

.seemore-tooltip1mobile {
  position: relative;
  display: block;
}

.seemore-tooltip1mobile .disable-correction-tooltip {
  left: -20px;
  bottom: -15px;
}

.seemore-tooltip1mobile .disable-correction-tooltip i {
  color: #fff;
  right: 5px;
}

.seemore-tooltip1mobile .disable-correction-tooltip .tooltiptext-close {
  right: 0px;
}

.Corrections-tooltip .tooltiptext-close {
  right: 10px !important;
  top: 10px !important;
}

#tooltiptextWriter .tooltiptext-close {
  color: #fff;
  opacity: 1 !important;
}

.disable-correction-tooltip #tooltiptextWriter .tooltiptext-close {
  display: inline-block;
  position: absolute;
  background: transparent !important;
  right: 18px;
  top: 10px;
  height: 0;
}

.playback_box_speed_main_div {
  position: relative;
  display: flex;
}

.playback_box_speed_main_div .fa.fa-chevron-up,
.playback_box_speed_main_div .fa.fa-chevron-down {
  margin-left: 6px;
  padding-top: 2px;
}

.playback_box_speed_main_div .speed_box {
  min-width: 42px;
  margin-left: 4px;
}

.playback_box_speed_main_div .speed_box_div {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.playback_box_speed_main_div .speed_box_div i {
  padding-top: 0px;
}

.playback_box_speed {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 280px;
  box-shadow: 0px 0px 7px #00000021;
  border-radius: 5px;
  /* cursor: pointer; */
}

.playback_box_speed span {
  padding: 10px;
}

.playback_box_speed span:hover {
  background-color: #ebf5f4;
  color: #068466;
}

.playback_box_speed_heading {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 10px !important;
}

.playback_box_speed_heading:hover {
  background-color: initial !important;
  color: initial !important;
}

.playback_box_speed_heading .fa.fa-close {
  cursor: pointer;
  float: right;
}

.playback_speed_box_div {
  position: absolute;
  bottom: 30;
  z-index: 99;
}

.overlay_background {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  display: none;
}

@media only screen and (max-width: 991px) {
  .playback_speed_box_div {
    left: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .playback_speed_box_div {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 99;
    width: 100%;
  }

  .playback_box_speed {
    width: 100%;
  }

  .overlay_background {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
  }

  .left-sec-div button {
    padding: 10px 10px !important;
    font-size: 13px;
  }
}

/* Skritter Css  */

.integration_box_item {
  padding: 12px 20px;
  row-gap: 15px;
}

.integration_btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  width: 132px;
  height: 44px;
  text-align: center;
}

.connected-btn {
  background: rgba(5, 132, 102, 0.12);
  color: #058466;
}

.not-connected {
  background: rgba(252, 159, 90, 0.16);
  color: #fc9f5a;
}

.intgration_content_padding {
  padding: 20px;
}

.intgration_content_title {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}

.sync_btn {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  width: 107px;
  height: 44px;
}

@media only screen and (max-width: 420px) {
  .integration_box .integration_box_item {
    flex-direction: column;
    align-items: start;
  }

  .integration_box .integration_box_item .w-d-flex {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

.left-sec-div {
  display: flex;
  justify-content: flex-end;
}

.font-changer-btn-div {
  display: flex;
  position: relative;
}

.font-changer-btn-div button i {
  margin-right: 8px !important;
  font-size: 17px;
  margin-left: 0px !important;
}

.custom-dropdown-menu {
  position: absolute;
  background-color: #ecebea;
  min-width: 150px;
  z-index: 999;
  margin-top: 20px;
  left: -30px;
  text-align: left;
  padding: 15px 0px 10px 0px;
  border-radius: 5px;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.custom-dropdown-menu::before {
  content: '';
  position: absolute;
  background-image: url(../images/arrow-drop.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: 65px;
  z-index: 99;
}

.custom-dropdown-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.custom-dropdown-menu ul li {
  font-size: 16px;
  color: #222222;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: 500;
  cursor: pointer;
}

.custom-dropdown-menu ul li.active {
  background: rgba(0, 0, 0, 0.09);
  color: #068466;
  position: relative;
}

.custom-dropdown-menu ul li.active::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #068466;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 18px;
}

.custom-dropdown-menu ul li:hover {
  background: rgba(0, 0, 0, 0.09);
}

.overlay_div {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 99;
}

.font-plus-dropdown {
  position: relative;
  padding: 0 25px;
}

.fa-icon-size {
  font-size: 20px;
  color: #62636b;
}

.mob-icon-dropdown {
  display: none;
}
.word-break-class {
  word-break: break-all;
}
.mob_scroll_bottom_space {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mob-hide-div {
    display: none;
  }
  .mob-icon-dropdown {
    position: absolute;
    right: 0px;
    display: block !important;
  }
  .mob-icon-dropdown .font-plus-dropdown {
    padding: 0px;
  }
  .maayot-header .navbar-2 {
    justify-content: unset !important;
    width: 100%;
  }
  .w-nav-brand img {
    width: 235px !important;
  }
  .custom-dropdown-menu {
    left: -125px;
  }
  .custom-dropdown-menu::before {
    right: 10px !important;
    left: unset !important;
  }
}
/* Ensure text is white in highlighted diff words */
.green-active .main_title_big_text,
.orange-active .main_title_big_text {
  color: white !important;
}
