/* Begin user take test */
html {
  --plyr-audio-control-color: #fff; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff !important;
  background: var(--main-color) !important; }

::selection {
  color: #fff !important;
  background: var(--main-color) !important; }

body.disabled-controls * {
  pointer-events: none !important; }

body.disabled-controls .take-test__click-play {
  pointer-events: auto !important; }
  body.disabled-controls .take-test__click-play * {
    pointer-events: auto !important; }

body.uploading .uploading-overlay {
  display: flex; }

body.font-large .take-test, body.font-large .ckeditor-wrapper {
  font-size: 24px; }

body.font-medium .take-test, body.font-medium .ckeditor-wrapper {
  font-size: 16px; }

body.font-small .take-test, body.font-small .ckeditor-wrapper {
  font-size: 14px; }

body.part-recording .speaking-box__wave-line {
  visibility: visible;
  opacity: 1; }

body.notepad-open .notepad {
  transform: translateX(0); }

body.transitioning .nicescroll-rails {
  opacity: 0 !important; }

footer.footer {
  display: none; }

.listen-from-here {
  display: inline-flex;
  margin-left: 1rem;
  height: 32px;
  padding: 0px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 100px;
  border: 1px solid #EAECEF;
  font-size: 12px;
  font-weight: 600;
  color: #294563;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .listen-from-here:hover {
    border-color: var(--main-color); }
  .listen-from-here:before {
    content: '\e905';
    font-size: 22px;
    font-family: 'iot-fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: middle; }

.practice-nav {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 20px;
  overflow: visible;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-transform: none;
  border: 0;
  background-color: transparent; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .practice-nav {
      order: 9; } }
  @media (max-width: 767px) {
    .practice-nav {
      order: 9; } }
  .practice-nav.is-active .practice-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 15px); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .practice-nav.is-active .practice-menu {
        transform: translate(calc(-100% + 30px), 15px); } }
    @media (max-width: 767px) {
      .practice-nav.is-active .practice-menu {
        transform: translate(calc(-100% + 36px), 15px); } }
  .practice-nav.is-active .practice-nav__stick {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
    .practice-nav.is-active .practice-nav__stick:before {
      transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
      opacity: 0; }
    .practice-nav.is-active .practice-nav__stick:after {
      transform: translate3d(0, -20px, 0) rotate(-90deg); }
  .practice-nav__stick {
    position: absolute;
    width: 22px;
    height: 1px;
    transition-timing-function: ease;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #294563;
    top: 2px;
    display: block;
    margin-top: -2px; }
    .practice-nav__stick:after, .practice-nav__stick:before {
      display: block;
      content: "";
      position: absolute;
      width: 22px;
      height: 1px;
      transition-timing-function: ease;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      transition-property: transform;
      border-radius: 4px;
      background-color: #294563; }
    .practice-nav__stick:before {
      top: 10px;
      transition-timing-function: ease;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      transition-property: transform,opacity; }
    .practice-nav__stick:after {
      top: 20px;
      bottom: -10px; }

.fontsize-menu__font-link {
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0 0 0 5rem;
  color: #294563;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .fontsize-menu__font-link:hover {
    background-color: #f3f3f3;
    color: #294563; }

.fontsize-menu__font-item:nth-child(1) a {
  font-size: 24px; }

.fontsize-menu__font-item:nth-child(2) a {
  font-size: 18px; }

.fontsize-menu__font-item:nth-child(3) a {
  font-size: 13px; }
  .fontsize-menu__font-item:nth-child(3) a:after {
    content: normal; }

.practice-menu {
  display: flex;
  width: 265px;
  padding: 20px 0;
  flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: absolute;
  left: 0;
  transform: translate(-50%, 20px);
  top: 100%;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (max-width: 767px) {
    .practice-menu {
      transform: translate(-50%, 15px); } }
  .practice-menu__sub-menu {
    display: none; }
  .practice-menu__item.-has-child.active .practice-menu__item-link:after {
    transform: rotate(180deg); }
  .practice-menu__item.-has-child .practice-menu__item-link:after {
    content: "\e9d2";
    position: absolute;
    display: inline-block;
    font-size: 25px;
    right: 3rem;
    font-family: 'iot-fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .practice-menu__item-link {
    display: flex;
    height: 44px;
    padding: 0px 30px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #294563;
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .practice-menu__item-link.-hidden {
      display: none; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .practice-menu__item-link.-hidden {
          display: flex; } }
      @media (max-width: 767px) {
        .practice-menu__item-link.-hidden {
          display: flex; } }
    .practice-menu__item-link:hover {
      color: #DD1804; }
    .practice-menu__item-link span {
      display: inline-block;
      font-size: 25px; }

.highlight-box {
  position: fixed;
  border-radius: 5px;
  background: linear-gradient(180deg, #294563 0%, #172636 100%);
  display: flex;
  padding: 0;
  align-items: center;
  gap: 8px;
  z-index: 999;
  border: 1px solid #294563;
  display: none;
  font-size: 0;
  white-space: nowrap; }
  .highlight-box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #172636; }
  .highlight-box.reactive #js-btn-highlight {
    display: none; }
  .highlight-box.reactive #js-remove-highlight {
    display: inline-block; }
  .highlight-box.reactive-note #js-btn-note {
    display: none; }
  .highlight-box.reactive-note #js-remove-note {
    display: inline-block; }
  .highlight-box.no-range #js-btn-note, .highlight-box.no-range #js-btn-highlight {
    display: none; }
  .highlight-box.left .highlight-box__note-content {
    left: 0;
    transform: none; }
  .highlight-box.right .highlight-box__note-content {
    left: initial;
    right: 0;
    transform: none; }
  .highlight-box__btn {
    border: none;
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 8px;
    position: relative; }
    .highlight-box__btn:hover {
      text-decoration: underline; }
    .highlight-box__btn:first-child:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1px;
      height: 20px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #7a7a7a; }
    .highlight-box__btn.-remove, .highlight-box__btn.-remove-note {
      display: none; }
  .highlight-box__note-content {
    position: absolute;
    top: 100%;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    display: none; }
  .highlight-box__textarea {
    box-shadow: none; }
  .highlight-box__note-buttons {
    margin-top: 10px;
    display: flex;
    gap: 1rem;
    justify-content: center; }
  .highlight-box__note-btn {
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .highlight-box__note-btn:hover {
      background-color: var(--main-color);
      color: #fff; }

.notepad {
  display: flex;
  width: 366px;
  height: 810px;
  padding: 20px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  position: fixed;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  top: 70px;
  right: 0;
  z-index: 999;
  transform: translateX(calc(100% + 10px));
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22); }
  .notepad__item-wrap {
    width: 100%; }
  .notepad__item-content[contenteditable="true"] {
    outline: 0px solid transparent;
    border-radius: 5px;
    border: 1px solid #BDC5CF;
    padding: 8px; }
    .notepad__item-content[contenteditable="true"]:focus, .notepad__item-content[contenteditable="true"]:focus-visible {
      border: 1px solid #BDC5CF; }
  .notepad__close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    color: #294563;
    cursor: pointer; }
  .notepad__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    width: 100%; }
  .notepad__search-form {
    width: 100%; }
  .notepad__search {
    width: 100%;
    position: relative; }
  .notepad__search-icon {
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    color: #294563;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0; }
  .notepad__input {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #BDC5CF;
    background: #FFF;
    box-shadow: none; }
  .notepad__item {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    gap: 5px;
    align-self: stretch;
    border-bottom: 1px solid var(--primary-primary-50, #EAECEF);
    position: relative; }
    .notepad__item:last-child {
      border-bottom: none; }
  .notepad__item-title {
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    color: #294563;
    margin-bottom: 5px;
    padding-right: 4rem;
    cursor: pointer; }
    .notepad__item-title:hover {
      color: #DD1804; }
  .notepad__item-more {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #294563;
    cursor: pointer; }
    .notepad__item-more:hover .notepad__item-more-icon {
      color: #DD1804; }
    .notepad__item-more.active .notepad__more-card {
      display: block; }
  .notepad__btns-edit {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 2rem; }
    .notepad__btns-edit .iot-grbt {
      margin: 0; }
  .notepad__delete-confirm {
    position: absolute;
    width: 326px;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    right: 0;
    top: 50%;
    font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    cursor: default;
    display: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 500; }
  .notepad__text-confirm-wrap {
    display: flex;
    gap: 1rem; }
  .notepad__text-confirm {
    color: #294563;
    cursor: pointer;
    padding: 2px 6px;
    font-weight: bold;
    font-style: normal; }
    .notepad__text-confirm:hover {
      text-decoration: underline; }
  .notepad__more-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 12px;
    top: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 99;
    display: none; }
    .notepad__more-card:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      z-index: -1; }
  .notepad__more-item-row {
    display: flex;
    width: 120px;
    height: 32px;
    padding: 0px 15px;
    justify-content: space-between;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    align-items: center; }
    .notepad__more-item-row:first-child {
      border-bottom: 1px solid #EAECEF; }
    .notepad__more-item-row:hover {
      color: #DD1804;
      font-weight: 500; }
    .notepad__more-item-row.active .notepad__delete-confirm {
      display: flex;
      align-items: center; }
  .notepad__more-item-icon {
    font-size: 25px; }
    .notepad__more-item-icon.ioticon-trash-3 {
      font-size: 22px; }

.take-test .intro-box {
  max-width: 560px;
  margin: 2rem auto 0; }

.take-test .decibel-explain {
  position: absolute;
  right: 0;
  display: flex;
  padding: var(--Space-6, 16px);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: var(--Space-6, 16px);
  background: var(--icon-illustration-white, #FFF);
  font-size: 14px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  bottom: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (max-width: 767px) {
    .take-test .decibel-explain {
      max-width: 220px; } }
  .take-test .decibel-explain:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; }
  .take-test .decibel-explain__content {
    font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif; }
  .take-test .decibel-explain__title {
    margin: 0;
    font-size: 14px; }
    .take-test .decibel-explain__title span {
      color: var(--Text-Blue, #32B3C7); }
  .take-test .decibel-explain__icon {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px; }
    .take-test .decibel-explain__icon:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      background: url(../../images/icons/decibel-low-icon.svg) center no-repeat;
      background-size: contain; }
  .take-test .decibel-explain__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
    text-align: left; }
    .take-test .decibel-explain__row + .decibel-explain__row {
      margin-top: 8px; }
    @media (max-width: 767px) {
      .take-test .decibel-explain__row {
        align-items: flex-start; } }
    .take-test .decibel-explain__row strong {
      font-weight: 700;
      font-family: "Nunito", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
      margin-right: 4px; }
    .take-test .decibel-explain__row.-low strong {
      color: var(--Text-Red, #DD1804); }
    .take-test .decibel-explain__row.-normal strong {
      color: var(--Text-Green, #337845); }
    .take-test .decibel-explain__row.-normal .decibel-explain__icon:before {
      background-image: url(../../images/icons/decibel-normal-icon.svg); }
    .take-test .decibel-explain__row.-good strong {
      color: var(--Text-Blue, #32B3C7); }
    .take-test .decibel-explain__row.-good .decibel-explain__icon:before {
      background-image: url(../../images/icons/decibel-good-icon.svg); }

.take-test .speaking-box {
  margin-top: 0;
  text-align: center; }
  .take-test .speaking-box .ioticon-help-circle {
    cursor: pointer;
    font-size: 16px;
    position: relative; }
    .take-test .speaking-box .ioticon-help-circle:hover .decibel-explain {
      visibility: visible;
      opacity: 1; }
  .take-test .speaking-box__video-wrapper {
    position: relative; }
    .take-test .speaking-box__video-wrapper .tooltip-arrow {
      border-top-color: #294563; }
  .take-test .speaking-box__body {
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
    position: relative; }
  .take-test .speaking-box__decibel {
    margin: 0;
    font-size: 10px;
    color: var(--Text-Body-2, #505050);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    right: 0;
    top: -4px;
    display: flex;
    z-index: 99; }
  .take-test .speaking-box__decibel-val {
    font-weight: bold;
    width: 26px;
    white-space: nowrap;
    text-align: left; }
    .take-test .speaking-box__decibel-val.red {
      color: var(--Text-Red, #DD1804); }
    .take-test .speaking-box__decibel-val.green {
      color: var(--Text-Green, #337845); }
    .take-test .speaking-box__decibel-val.blue {
      color: var(--Text-Blue, #32B3C7); }
  .take-test .speaking-box .tooltip-inner {
    background-color: #294563;
    color: #fff;
    padding: 5px 10px; }
  .take-test .speaking-box .tooltip {
    opacity: 1; }
  .take-test .speaking-box .tooltip.right .tooltip-arrow {
    border-right-color: #294563; }
  .take-test .speaking-box .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #294563; }
  .take-test .speaking-box__thinking-time {
    font-size: 20px;
    font-weight: 700; }
  .take-test .speaking-box__header {
    margin: 0 0 16px; }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .take-test .speaking-box__header {
        display: flex;
        gap: 8px;
        justify-content: center;
        text-align: left;
        align-items: center; }
        .take-test .speaking-box__header .speaking-box__title {
          margin: 0; }
          .take-test .speaking-box__header .speaking-box__title:after {
            content: ':';
            flex-shrink: 0; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .take-test .speaking-box__header {
        display: flex;
        gap: 8px;
        justify-content: center;
        text-align: left;
        align-items: center; }
        .take-test .speaking-box__header .speaking-box__title {
          margin: 0; }
          .take-test .speaking-box__header .speaking-box__title:after {
            content: ':';
            flex-shrink: 0; } }
    @media (max-width: 767px) {
      .take-test .speaking-box__header {
        flex-direction: column; } }
  .take-test .speaking-box__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1rem; }
  .take-test .speaking-box__qanswer-duration {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #C76378;
    margin-bottom: 1rem;
    margin-top: -0.8rem; }
    @media (max-width: 767px) {
      .take-test .speaking-box__qanswer-duration {
        margin-top: 0; } }
  .take-test .speaking-box__caption {
    font-size: 22px; }
  .take-test .speaking-box__body .ckeditor-wrapper ul, .take-test .speaking-box__body .ckeditor-wrapper ol {
    line-height: 1.2; }
  .take-test .speaking-box__body .ckeditor-wrapper p:last-child {
    margin-bottom: 0; }
  .take-test .speaking-box__body.-grid {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .take-test .speaking-box__body.-grid {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .take-test .speaking-box__body.-grid .speaking-box__video-wrapper {
      max-width: 60%; }
      @media (max-width: 767px) {
        .take-test .speaking-box__body.-grid .speaking-box__video-wrapper {
          max-width: 100%; } }
  .take-test .speaking-box__body .speaking-box__video-desc {
    padding: 0;
    width: 40%;
    text-align: initial; }
    .take-test .speaking-box__body .speaking-box__video-desc::-webkit-scrollbar-track {
      background-color: transparent; }
    .take-test .speaking-box__body .speaking-box__video-desc::-webkit-scrollbar {
      width: 13px;
      background-color: transparent; }
    .take-test .speaking-box__body .speaking-box__video-desc::-webkit-scrollbar-thumb {
      height: 100%;
      border: 5px solid rgba(0, 0, 0, 0);
      background-clip: padding-box;
      max-height: 50%;
      background-color: #e8e8e8; }
    .take-test .speaking-box__body .speaking-box__video-desc ::-webkit-scrollbar-corner {
      background-color: transparent; }
    @media (max-width: 767px) {
      .take-test .speaking-box__body .speaking-box__video-desc {
        width: 100%; } }
    .take-test .speaking-box__body .speaking-box__video-desc h1, .take-test .speaking-box__body .speaking-box__video-desc h2, .take-test .speaking-box__body .speaking-box__video-desc h3, .take-test .speaking-box__body .speaking-box__video-desc h4, .take-test .speaking-box__body .speaking-box__video-desc h5, .take-test .speaking-box__body .speaking-box__video-desc h6 {
      font-size: 20px;
      margin: 0 0 2rem;
      font-weight: bold;
      color: #C76378; }
    .take-test .speaking-box__body .speaking-box__video-desc strong {
      font-size: 16px;
      margin-bottom: 1rem;
      color: #294563; }
    .take-test .speaking-box__body .speaking-box__video-desc ul > li:before {
      color: #282828; }
  .take-test .speaking-box video {
    width: 100%;
    max-width: 560px;
    max-height: 350px;
    margin: initial; }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .take-test .speaking-box video {
        max-height: 240px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .take-test .speaking-box video {
        max-height: 240px; } }
    @media (max-width: 767px) {
      .take-test .speaking-box video {
        max-width: 240px; } }
  .take-test .speaking-box__repeat-btn {
    display: flex;
    height: 30px;
    padding: var(--Space-1, 0px) var(--Space-4, 8px);
    box-shadow: none;
    background-color: #fff;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    color: #294563;
    border-radius: 100px;
    border: 1px solid var(--Primary-primary-500, #294563);
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99; }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .take-test .speaking-box__repeat-btn {
        height: 18px;
        margin: 8px auto 16px;
        border: none;
        border-bottom: 1px solid #294563;
        border-radius: 0;
        padding: 0;
        background: transparent; }
        .take-test .speaking-box__repeat-btn [class^="ioticon-"], .take-test .speaking-box__repeat-btn [class*=" ioticon-"] {
          display: none; } }
    @media (max-width: 767px) {
      .take-test .speaking-box__repeat-btn {
        gap: 2px;
        height: auto;
        padding: 4px 6px;
        top: initial;
        bottom: 6px;
        right: 6px;
        font-size: 10px; }
        .take-test .speaking-box__repeat-btn .ioticon-arrow-rotate-right {
          display: none; } }
    .take-test .speaking-box__repeat-btn [class^="ioticon-"], .take-test .speaking-box__repeat-btn [class*=" ioticon-"] {
      font-size: 20px; }
  .take-test .speaking-box__icon-wrap {
    margin: 2rem auto;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    pointer-events: none;
    z-index: 9; }
    @media (max-width: 767px) {
      .take-test .speaking-box__icon-wrap {
        margin: 20px auto 15px; } }
  .take-test .speaking-box__speaking-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    margin: 0 auto;
    z-index: 8; }
  .take-test .speaking-box__radial-timer {
    position: relative;
    width: 100%;
    max-width: 507px;
    margin: 0 auto; }
  .take-test .speaking-box__btn {
    display: inline-flex;
    position: relative;
    z-index: 9;
    min-width: 160px;
    align-items: center;
    justify-content: center;
    line-height: 1; }
    .take-test .speaking-box__btn.disabled {
      pointer-events: none; }
    .take-test .speaking-box__btn #js-thinking-time {
      font-size: 20px;
      font-weight: 700; }
  .take-test .speaking-box__btns-wrap {
    display: none;
    gap: 2rem;
    justify-content: center; }
    @media (max-width: 767px) {
      .take-test .speaking-box__btns-wrap {
        flex-direction: column;
        align-items: center; } }
  .take-test .speaking-box__btn-submit {
    min-width: 140px;
    margin: initial;
    line-height: 1; }
  .take-test .speaking-box__speaker-radial {
    width: 100%;
    height: 100%;
    display: none; }
  .take-test .speaking-box__wave-line {
    visibility: visible;
    opacity: 1;
    height: 80%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 88px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0; }
    .take-test .speaking-box__wave-line wave {
      height: 100% !important;
      z-index: 999 !important; }
    .take-test .speaking-box__wave-line:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 1px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 0);
      margin-top: -0.5px;
      background-color: #C76378;
      z-index: -1;
      opacity: 0.4; }
    @media (max-width: 767px) {
      .take-test .speaking-box__wave-line {
        margin: 0 auto 10px; } }
  .take-test .speaking-box .plyr__video-wrapper {
    background: none; }

.take-test .noted {
  color: #fff; }
  .take-test .noted.saved-note {
    color: #DD1804;
    background: initial !important;
    text-decoration: underline;
    font-weight: bold; }

.take-test .plyr__controls.disabled-controls {
  cursor: not-allowed; }
  .take-test .plyr__controls.disabled-controls * {
    pointer-events: none; }

.take-test .table-responsive {
  padding: 1rem;
  border-radius: 10px; }

.take-test__hamburger {
  display: none; }
  @media (max-width: 767px) {
    .take-test__hamburger {
      display: flex; } }

.take-test__notice {
  position: fixed;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 33%;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1111;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 20px #dbdbdb;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test__notice {
      width: 50%; } }
  @media (max-width: 767px) {
    .take-test__notice {
      width: 100%;
      max-width: calc(100% - 40px);
      left: 0;
      right: 0;
      transform: none; } }
  .take-test__notice:hover {
    border: 1px solid #32B4C8;
    background-color: #f3ffff; }
  .take-test__notice span {
    color: #32B4C8;
    margin: 0 4px;
    text-decoration: underline; }

.take-test__bottom-palette {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all 0.5s ease-out;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }

.take-test .footer-test-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 102;
  border-top: solid 1px #ccc; }
  @media (max-width: 767px) {
    .take-test .footer-test-bar {
      z-index: 1100;
      top: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top: 80px;
      transition: all 0.55s;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: hidden;
      opacity: 0;
      border: none; } }
  .take-test .footer-test-bar .cmicon-x {
    position: absolute;
    top: 28px;
    right: 15px;
    font-size: 28px;
    cursor: pointer; }
  .take-test .footer-test-bar__container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 8px 15px;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .take-test .footer-test-bar__container {
        flex-wrap: wrap; } }
    .take-test .footer-test-bar__container:after, .take-test .footer-test-bar__container:before {
      content: normal; }
  .take-test .footer-test-bar__time {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    order: 2;
    text-align: center;
    font-size: 36px;
    color: #294563;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .take-test .footer-test-bar__time {
        position: initial;
        order: initial; } }
    .take-test .footer-test-bar__time .icon-clock {
      margin-right: 10px;
      color: #f5bd23;
      font-weight: normal; }
  .take-test .footer-test-bar__buttons {
    margin-left: auto;
    margin-right: 0;
    display: flex; }
    @media (max-width: 767px) {
      .take-test .footer-test-bar__buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 20px;
        width: 100%; } }
  .take-test .footer-test-bar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    line-height: 38px; }
    @media (max-width: 767px) {
      .take-test .footer-test-bar__btn {
        width: 100%;
        max-width: calc(50% - 10px);
        margin-left: 0;
        font-size: 13px;
        padding: 0 15px; } }
    .take-test .footer-test-bar__btn.-submit i, .take-test .footer-test-bar__btn.-next i {
      margin-right: 0;
      margin-left: 6px; }
    .take-test .footer-test-bar__btn + .footer-test-bar__btn {
      margin-left: 10px;
      display: none; }
      @media (max-width: 767px) {
        .take-test .footer-test-bar__btn + .footer-test-bar__btn {
          margin-left: 0; } }
    .take-test .footer-test-bar__btn i {
      margin-right: 6px; }

.take-test__icon-palette {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 50%;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ececec;
  line-height: 1;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.55s; }
  .take-test__icon-palette:after {
    font-size: 18px;
    color: #32B4C8;
    content: "\e075";
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.take-test__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0; }

.take-test__col-left {
  width: 100%; }
  @media (max-width: 767px) {
    .take-test__col-left {
      width: 100%;
      order: 2; } }

.take-test__col-right {
  width: calc(29.39% - 25px); }
  @media (max-width: 767px) {
    .take-test__col-right {
      width: 100%;
      order: 1;
      margin-bottom: 0; } }

.take-test__board {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100% - 70px);
  transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-bottom: 8.1rem; }
  @media (min-width: 1366px) and (max-width: 1439px) {
    .take-test__board {
      top: 6rem;
      height: calc(100% - 50px); } }
  @media (max-width: 767px) {
    .take-test__board {
      flex-direction: column;
      height: calc(100% - 50px);
      top: 56px;
      transform: none; } }

.take-test section {
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff; }

.take-test .iot-option {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='4px' viewBox='0 0 17.5 9.5' style='enable-background:new 0 0 17.5 9.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg id='Arrow_x2F_Chevrons'%3E%3Cpath fill='%23294563' id='Vector__x28_Stroke_x29_' class='st0' d='M0.2,0.2c0.3-0.3,0.8-0.3,1.1,0l7.5,7.5l7.5-7.5c0.3-0.3,0.8-0.3,1.1,0 s0.3,0.8,0,1.1l-8,8C9,9.6,8.5,9.6,8.2,9.3l-8-8C-0.1,1-0.1,0.5,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E%0A") right 10px center no-repeat;
  width: 100px;
  height: 32px;
  padding: 0px 10px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  color: #282828;
  border-radius: 100px;
  border: 1px solid var(--primary-primary-100, #BDC5CF);
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s; }
  .take-test .iot-option.-only-mobile {
    display: none; }
    @media (max-width: 767px) {
      .take-test .iot-option.-only-mobile {
        display: inline-flex; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .iot-option.-only-mobile {
        display: inline-flex; } }

.take-test .test-panel {
  padding: 3rem;
  position: relative; }
  @media (min-width: 1366px) and (max-width: 1439px) {
    .take-test .test-panel {
      padding: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test .test-panel {
      padding: 3rem 15px; } }
  @media (max-width: 767px) {
    .take-test .test-panel {
      padding: 20px 15px; } }
  .take-test .test-panel__question-num {
    display: inline-flex;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 10px;
    margin: 2px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    background: #32B4C8;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .take-test .test-panel__question-num.-auto-left {
      margin-left: auto; }
  .take-test .test-panel__big-title {
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .take-test .test-panel__big-title {
        font-size: 32px; } }
  .take-test .test-panel__question-sm-title {
    font-size: 16px;
    font-weight: bold;
    margin: 1rem 0; }
  .take-test .test-panel__answer {
    margin: 0.5rem 0; }
  .take-test .test-panel__question-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color); }
  .take-test .test-panel__answers-wrap {
    margin: 3rem 0; }
  .take-test .test-panel__drag-answer {
    padding-left: 40px; }
    .take-test .test-panel__drag-answer.-arrow-type {
      display: flex;
      flex-direction: column; }
      .take-test .test-panel__drag-answer.-arrow-type p {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #294563;
        background: #FFF;
        position: relative;
        margin: 0 0 6.8rem; }
        .take-test .test-panel__drag-answer.-arrow-type p + p:after {
          content: "\e9ce";
          position: absolute;
          left: 50%;
          top: 0;
          font-size: 48px;
          transform: translate(-50%, calc(-100% - 10px));
          font-family: 'iot-fonts' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          color: #294563;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 767px) {
      .take-test .test-panel__drag-answer {
        padding-left: 0; } }
    .take-test .test-panel__drag-answer.-row-type {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
  .take-test .test-panel__header {
    margin: -30px -30px 0;
    padding: 10px 30px;
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .take-test .test-panel__header {
        margin: -20px -30px 0; } }
    @media (max-width: 767px) {
      .take-test .test-panel__header {
        margin: -20px -30px 0; } }
  .take-test .test-panel__title {
    font-size: 24px;
    font-weight: 700;
    color: #294563;
    margin: 0 0 5px;
    text-align: left; }
  .take-test .test-panel__item.removed-drag .drag-panel__drag-answer-input, .take-test .test-panel__item.removed-drag .drag-panel {
    display: none; }
  .take-test .test-panel__item.removed-drag .drag-panel__suggest strong {
    display: none; }
  .take-test .test-panel__item.removed-drag .iot-option.-only-mobile {
    display: inline-flex; }
  .take-test .test-panel__item.removed-drag .test-panel__answer {
    width: 100%;
    max-width: 793px; }
  .take-test .test-panel__item.removed-drag .drag-panel-wrapper {
    flex-direction: column; }
  .take-test .test-panel__item.-result .radio-cm2 {
    pointer-events: none; }
  .take-test .test-panel__item.-result .radio-cm2 input {
    display: none; }
  .take-test .test-panel__item + .test-panel__item {
    margin-top: 3.5rem; }
  .take-test .test-panel__input-answer {
    text-align: center;
    border-radius: 30px;
    border: 1px solid #BDC5CF;
    display: inline-flex;
    width: 200px;
    height: 32px;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF; }
    .take-test .test-panel__input-answer::placeholder {
      color: var(--main-color);
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .take-test .test-panel__question {
    position: relative;
    margin-bottom: 20px; }
    .take-test .test-panel__question .form-textarea-wrapper, .take-test .test-panel__question .ckeditor-wrapper {
      width: 100%;
      padding-left: 0; }
  .take-test .test-panel__answer.-inline {
    width: 100%;
    flex: 1;
    padding-left: 0; }
  .take-test .test-panel__answer .form-control {
    min-width: 200px;
    width: auto;
    box-shadow: none; }
    @media (max-width: 767px) {
      .take-test .test-panel__answer .form-control {
        width: 120px;
        min-width: initial; } }
    .take-test .test-panel__answer .form-control:focus {
      border: 1px solid var(--main-color); }
    .take-test .test-panel__answer .form-control.cm-textarea__text-area {
      width: 100%;
      max-width: 580px; }
  .take-test .test-panel__answer .checkbox-cm {
    margin-bottom: 0; }
  .take-test .test-panel__num {
    align-self: flex-start;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #294563;
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .take-test .test-panel__num.-group {
      font-size: 12px;
      line-height: 1;
      flex-direction: column; }
    .take-test .test-panel__num em {
      display: block;
      width: calc(100% - 4px);
      margin: 1px auto;
      height: 1px;
      background: none;
      background-color: rgba(255, 255, 255, 0.8); }
  .take-test .test-panel__title-wrap {
    flex: 1; }
  .take-test .test-panel__title-img {
    display: block;
    margin: 1rem auto 0; }
  .take-test .test-panel__answer-item {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .take-test .test-panel__answer-item + .test-panel__answer-item {
      margin-top: 10px; }
    .take-test .test-panel__answer-item.-answered {
      width: 100%;
      padding: 8px 60px 8px 12px;
      border-radius: 4px;
      border: solid 1px #d5d5d5;
      background-color: #ffffff;
      margin-bottom: 12px;
      min-height: 28px; }
      .take-test .test-panel__answer-item.-answered .test-panel__answer-option {
        background-color: #32B4C8;
        color: #fff; }
    .take-test .test-panel__answer-item .radio-cm2 img {
      margin-bottom: 15px; }
      .take-test .test-panel__answer-item .radio-cm2 img.Wirisformula {
        margin-bottom: 0; }
    .take-test .test-panel__answer-item input {
      flex-shrink: 0;
      width: 16px;
      height: 16px; }
      .take-test .test-panel__answer-item input.test-panel__input-answer {
        width: auto;
        height: 34px; }
  .take-test .test-panel__answer-result {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-left: solid 1px #d5d5d5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .take-test .test-panel__answer-result.-true:after {
      content: "\e92f";
      color: #32B4C8; }
    .take-test .test-panel__answer-result:after {
      content: "\ea1d";
      display: inline-block;
      font-family: 'cm-fonts' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #d52110; }
  .take-test .test-panel__answer-option {
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dfdfdf;
    margin-right: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #294563;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative; }
  .take-test .test-panel__explain {
    padding: 25px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-top: 22px;
    width: 100%; }
    @media (max-width: 767px) {
      .take-test .test-panel__explain {
        padding: 15px; } }
  .take-test .test-panel__explain-title {
    font-size: 18px;
    margin-bottom: 15px; }
    .take-test .test-panel__explain-title span {
      margin-left: 15px;
      text-transform: uppercase; }

.take-test .question-palette {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 30px;
  position: relative;
  min-height: 60px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #fff;
  align-items: center; }
  @media (max-width: 767px) {
    .take-test .question-palette {
      padding: 10px; } }
  .take-test .question-palette.-horizontal .question-palette__annotation {
    position: relative;
    flex-direction: row;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .take-test .question-palette.-horizontal .question-palette__annotation {
        padding-left: initial; } }
    .take-test .question-palette.-horizontal .question-palette__annotation:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1px;
      height: 100%;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #294563; }
      @media (max-width: 767px) {
        .take-test .question-palette.-horizontal .question-palette__annotation:before {
          content: normal; } }
  .take-test .question-palette.-horizontal .question-palette__annotation-item:last-child {
    margin-top: 0;
    margin-left: 10px; }
  .take-test .question-palette.-horizontal .question-palette__annotation-item {
    display: flex;
    align-items: center; }
  .take-test .question-palette.-horizontal .question-palette__item {
    margin: 0 10px 0 0; }
    .take-test .question-palette.-horizontal .question-palette__item:last-child {
      margin-right: 0; }
  .take-test .question-palette.-horizontal .question-palette__row {
    min-height: 0;
    align-items: center; }
  .take-test .question-palette.-horizontal .question-palette__logo-wrap {
    align-self: auto; }
  .take-test .question-palette.-horizontal .question-palette__logo {
    transform: none; }
  .take-test .question-palette.-horizontal .question-palette__group-center {
    position: absolute;
    left: 50%;
    transform: translateX(-90px); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .take-test .question-palette.-horizontal .question-palette__group-center {
        width: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette.-horizontal .question-palette__group-center {
        position: initial;
        left: initial;
        transform: initial;
        width: initial;
        justify-content: initial;
        margin-bottom: initial;
        margin-left: auto; } }
    @media (max-width: 767px) {
      .take-test .question-palette.-horizontal .question-palette__group-center {
        position: initial;
        left: initial;
        transform: initial;
        padding-top: 0; } }
  .take-test .question-palette.-horizontal .question-palette__list-item {
    margin-left: 0; }
    @media (max-width: 767px) {
      .take-test .question-palette.-horizontal .question-palette__list-item {
        margin-top: -16px;
        margin-bottom: 3rem; } }
  .take-test .question-palette.-horizontal .question-palette__btn {
    margin-left: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette.-horizontal .question-palette__btn {
        min-width: initial; } }
  .take-test .question-palette.affix {
    width: 312.98px;
    top: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette.affix {
        width: 186.59px;
        top: 73px; } }
  .take-test .question-palette .cmicon-x {
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 28px;
    cursor: pointer; }
  .take-test .question-palette__deadline {
    display: flex;
    padding: 0 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    align-items: center; }
    @media (max-width: 767px) {
      .take-test .question-palette__deadline {
        flex-direction: column; } }
  .take-test .question-palette__deadline-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    color: #294563; }
    @media (max-width: 767px) {
      .take-test .question-palette__deadline-title {
        font-size: 12px;
        margin: 0 0 6px; } }
  .take-test .question-palette__deadline-clock {
    line-height: 1;
    font-size: 18px;
    color: #DD1804;
    white-space: nowrap;
    position: relative;
    top: 4px; }
    @media (max-width: 767px) {
      .take-test .question-palette__deadline-clock {
        position: static;
        font-size: 10px; } }
  .take-test .question-palette__time-duration {
    color: #32B4C8;
    font-size: 36px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette__time-duration {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .take-test .question-palette__time-duration {
        font-size: 16px; } }
  .take-test .question-palette__list-item {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .take-test .question-palette__list-item {
        justify-content: start;
        overflow-x: auto; } }
  .take-test .question-palette__part {
    flex: 1;
    display: flex;
    white-space: nowrap;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #D6E4DA;
    cursor: pointer;
    position: relative; }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .take-test .question-palette__part {
        padding: 8px 20px; } }
    .take-test .question-palette__part.-finished.-active:after {
      display: none; }
    .take-test .question-palette__part.-finished:after {
      content: '\e930';
      font-size: 32px;
      font-family: 'iot-fonts' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: var(--main-color); }
    .take-test .question-palette__part.-finished .question-palette__part-status {
      display: none; }
    @media (max-width: 767px) {
      .take-test .question-palette__part {
        border-radius: 10px; } }
    .take-test .question-palette__part[data-click-active="false"] {
      cursor: default; }
    @media (max-width: 767px) {
      .take-test .question-palette__part {
        display: none;
        white-space: initial;
        padding: 10px 6px; } }
    .take-test .question-palette__part.-active {
      border: 1px solid #37854D;
      cursor: default; }
      @media (max-width: 767px) {
        .take-test .question-palette__part.-active {
          display: flex;
          justify-content: space-around; } }
      .take-test .question-palette__part.-active .question-palette__part-title span {
        display: none; }
      .take-test .question-palette__part.-active .question-palette {
        display: none; }
        .take-test .question-palette__part.-active .question-palette__part-status {
          display: none; }
        .take-test .question-palette__part.-active .question-palette__items-group {
          display: flex; }
  .take-test .question-palette__part-title {
    font-size: 16px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #294563; }
    @media (max-width: 767px) {
      .take-test .question-palette__part-title {
        position: absolute;
        top: -4px;
        background: #fff;
        padding: 0 6px;
        border-radius: 4px;
        left: 10px;
        transform: translateY(-50%);
        line-height: 1.2; } }
  .take-test .question-palette__part-status {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #282828; }
  .take-test .question-palette__items-group {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 5px;
    display: none; }
    @media (max-width: 767px) {
      .take-test .question-palette__items-group {
        white-space: initial;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1px; } }
  .take-test .question-palette__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    flex-shrink: 0;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size: 12px;
    border: 1px solid #EAECEF; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette__item {
        width: 28px;
        height: 28px; } }
    .take-test .question-palette__item:hover {
      border: 1px solid var(--main-color); }
    @media (max-width: 767px) {
      .take-test .question-palette__item {
        width: 25px;
        height: 25px; } }
    .take-test .question-palette__item.-group {
      font-size: 12px;
      line-height: 1;
      flex-direction: column; }
      @media (min-width: 768px) and (max-width: 991px) {
        .take-test .question-palette__item.-group {
          font-size: 10px; } }
      @media (max-width: 767px) {
        .take-test .question-palette__item.-group {
          font-size: 10px; } }
    .take-test .question-palette__item:hover {
      opacity: 0.8; }
    .take-test .question-palette__item.-checked {
      background-color: #D6E4DA;
      color: #37854D;
      font-weight: 600; }
    .take-test .question-palette__item em {
      display: block;
      width: calc(100% - 4px);
      margin: 1px auto;
      height: 1px;
      background: none;
      background-color: #37854D; }
  .take-test .question-palette__group-center-top {
    display: flex;
    margin-bottom: 66px;
    min-height: 72px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette__group-center-top {
        min-height: initial; } }
    @media (max-width: 767px) {
      .take-test .question-palette__group-center-top {
        min-height: initial;
        flex-direction: column; } }
  .take-test .question-palette__logo-wrap {
    flex-basis: 206px;
    align-self: flex-end;
    display: flex; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .take-test .question-palette__logo-wrap {
        flex-basis: initial; } }
    @media (max-width: 767px) {
      .take-test .question-palette__logo-wrap {
        flex-basis: initial; } }
  .take-test .question-palette__logo {
    width: 120px;
    margin-right: 15px;
    position: relative;
    transform: translateY(-22px);
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .take-test .question-palette__logo {
        position: absolute;
        bottom: 10px;
        transform: translateY(0); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .question-palette__logo {
        position: absolute;
        bottom: 14px;
        transform: translateY(0); } }
    @media (max-width: 767px) {
      .take-test .question-palette__logo {
        display: block;
        top: 18px;
        left: 15px;
        position: fixed;
        transform: translateY(-3px);
        margin-right: 0;
        max-width: 88px; } }
  .take-test .question-palette__annotation-item + .question-palette__annotation-item {
    margin-top: 8px; }
    @media (max-width: 767px) {
      .take-test .question-palette__annotation-item + .question-palette__annotation-item {
        margin-top: 0; } }

.take-test .answer-result {
  padding: 25px 36px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test .answer-result {
      padding: 20px 15px; } }
  @media (max-width: 767px) {
    .take-test .answer-result {
      position: relative;
      width: 100% !important;
      top: initial !important; } }
  .take-test .answer-result.affix {
    width: 312.98px;
    top: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .answer-result.affix {
        width: 186.59px;
        top: 73px; } }
  .take-test .answer-result__title {
    font-size: 20px;
    font-weight: 600;
    color: #294563;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .answer-result__title {
        text-align: center; } }
  .take-test .answer-result__btn {
    width: 100%; }
    .take-test .answer-result__btn.btn-aqua {
      margin-bottom: 10px; }

.take-test .result-circle {
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test .result-circle {
      width: 140px;
      height: 140px; } }
  .take-test .result-circle__contents-wrap + div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .take-test .result-circle__circle {
    border: none;
    display: none;
    width: 0px;
    visibility: hidden; }
  .take-test .result-circle__contents-wrap {
    text-align: center; }
  .take-test .result-circle__percent {
    font-size: 36px;
    font-weight: bold;
    color: #32B4C8;
    margin-bottom: 8px;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .result-circle__percent {
        font-size: 32px;
        margin-bottom: 2px; } }
  .take-test .result-circle__sm-title {
    font-size: 16px;
    color: #294563;
    margin-bottom: 3px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .result-circle__sm-title {
        font-size: 14px; } }
  .take-test .result-circle__correct-number {
    font-size: 20px;
    font-weight: bold;
    color: #294563; }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test .result-circle__correct-number {
        font-size: 16px; } }

.take-test .writing-tasks {
  padding: 40px; }
  @media (max-width: 767px) {
    .take-test .writing-tasks {
      padding: 20px 15px; } }
  .take-test .writing-tasks__elm + .writing-element {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ececec; }

.take-test .writing-element__question-wrap {
  position: relative;
  max-height: 253px;
  overflow: hidden;
  padding: 0 40px 40px; }
  @media (max-width: 767px) {
    .take-test .writing-element__question-wrap {
      padding: 0 15px 20px; } }
  .take-test .writing-element__question-wrap.expanding {
    max-height: none; }

.take-test .writing-element__title {
  font-size: 32px;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 767px) {
    .take-test .writing-element__title {
      font-size: 22px; } }

.take-test .writing-box__footer {
  display: flex;
  flex-wrap: wrap; }

.take-test .writing-box__desc {
  margin-bottom: 1rem; }
  .take-test .writing-box__desc strong {
    font-weight: bold; }

.take-test .writing-box__answer {
  min-height: 300px;
  max-height: 566px;
  height: 60vh;
  box-shadow: none;
  padding: 15px; }
  @media (max-width: 767px) {
    .take-test .writing-box__answer {
      min-height: 186px;
      height: initial; } }
  .take-test .writing-box__answer:focus, .take-test .writing-box__answer:active {
    border: 1px solid #F9A95A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 169, 90, 0.4); }

.take-test .writing-box__answer-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 3rem; }
  @media (max-width: 767px) {
    .take-test .writing-box__answer-title {
      margin: 0 0 10px; } }

.take-test .writing-box__words-count {
  margin-top: 10px;
  margin-right: auto; }

.take-test .writing-box__words-num {
  font-weight: 600; }

.take-test.general-test-page .test-panel {
  width: 100%;
  margin-top: 10rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .take-test.general-test-page .test-panel {
      margin-top: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.general-test-page .test-panel {
      margin-top: 2rem; } }
  @media (max-width: 767px) {
    .take-test.general-test-page .test-panel {
      margin-top: 2rem; } }
  .take-test.general-test-page .test-panel__nav {
    left: 0;
    display: none; }
    @media (max-width: 767px) {
      .take-test.general-test-page .test-panel__nav {
        display: block; } }

.take-test .test-panel {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll; }
  .take-test .test-panel__nav {
    position: fixed;
    text-align: center;
    margin: 0;
    right: 3rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.55s cubic-bezier(0.32, -0.08, 0.42, 1.22);
    z-index: 9;
    bottom: 10rem; }
    @media (max-width: 767px) {
      .take-test .test-panel__nav {
        bottom: 8rem; } }
  .take-test .test-panel .cm-pagination {
    margin: 0; }
  .take-test .test-panel__nav-title {
    font-size: 20px;
    font-weight: 600; }
  .take-test .test-panel__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    color: #37854D;
    width: 50px;
    height: 50px;
    border: 2px solid #37854D;
    border-radius: 50%;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (max-width: 767px) {
      .take-test .test-panel__nav-btn {
        width: 40px;
        height: 40px; } }
    .take-test .test-panel__nav-btn.-disabled {
      color: rgba(55, 133, 77, 0.4);
      border: 2px solid rgba(55, 133, 77, 0.4); }
    .take-test .test-panel__nav-btn [class^="ioticon-"], .take-test .test-panel__nav-btn [class*=" ioticon-"] {
      font-weight: bold; }
  .take-test .test-panel__nav-buttons {
    display: flex;
    gap: 2rem; }

.take-test #split-one .test-contents {
  background: #f6fff9; }

.take-test__split-item {
  width: 50%; }
  @media (max-width: 767px) {
    .take-test__split-item {
      width: 100%;
      height: 50%; } }
  .take-test__split-item > section {
    position: relative;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0; }
    .take-test__split-item > section.test-panel {
      border-right: 0;
      height: 100%; }
      .take-test__split-item > section.test-panel + .test-panel {
        display: none; }
      .take-test__split-item > section.test-panel.show {
        display: block; }
    .take-test__split-item > section.test-contents {
      border-left: 0; }
      .take-test__split-item > section.test-contents + .test-contents {
        display: none; }
      .take-test__split-item > section.test-contents.show {
        display: block; }

.take-test__questions-wrap {
  width: 100%; }
  @media (max-width: 767px) {
    .take-test__questions-wrap {
      height: 50%; } }
  .take-test__questions-wrap > section {
    position: relative;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0; }
    .take-test__questions-wrap > section.test-panel {
      border-right: 0;
      padding-bottom: 100px;
      height: 100%; }
      .take-test__questions-wrap > section.test-panel + .test-panel {
        display: none; }
      .take-test__questions-wrap > section.test-panel.show {
        display: block; }
    .take-test__questions-wrap > section.test-contents {
      border-left: 0; }
      .take-test__questions-wrap > section.test-contents + .test-contents {
        display: none; }
      .take-test__questions-wrap > section.test-contents.show {
        display: block; }

.take-test .container-fluid {
  max-width: 1920px;
  padding: 0; }

.take-test .test-contents {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 3rem;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test .test-contents {
      padding: 3rem 15px; } }
  @media (max-width: 767px) {
    .take-test .test-contents {
      padding: 20px 15px; } }
  .take-test .test-contents h1 {
    text-align: left;
    font-weight: bold; }
    @media (max-width: 767px) {
      .take-test .test-contents h1 {
        font-weight: 26px; } }
  .take-test .test-contents__header {
    margin: -30px -30px 0;
    padding: 10px 30px;
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08); }
    @media (max-width: 767px) {
      .take-test .test-contents__header {
        margin: -20px -30px 0; } }
  .take-test .test-contents__title {
    font-size: 24px;
    font-weight: 700;
    color: #294563;
    margin: 0 0 5px;
    text-align: left; }

.take-test .split {
  display: flex;
  flex-direction: row; }

.take-test .gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%; }

.take-test .gutter {
  position: relative;
  cursor: grab !important; }
  .take-test .gutter.gutter-horizontal {
    background: #F3F3F3; }
    .take-test .gutter.gutter-horizontal:after {
      content: '\e9c5';
      font-family: 'iot-fonts' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      z-index: 9;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 26px;
      color: #294563;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .take-test .gutter.gutter-vertical {
    cursor: ns-resize !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFCAYAAABSIVz6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAsSURBVChTYzxz5sx/BiAwNjZmBNFnz56lC58JRAwEYPz/H+wAuoORFtQMDADGbkHLElXbCwAAAABJRU5ErkJggg=="); }

.take-test.writing-test-page .question-palette__list-item.-vertical {
  flex-direction: column;
  margin-left: 0; }
  @media (max-width: 767px) {
    .take-test.writing-test-page .question-palette__list-item.-vertical {
      flex-direction: row;
      margin-left: -8px; } }
  .take-test.writing-test-page .question-palette__list-item.-vertical .question-palette__item:last-child {
    margin-bottom: 0; }

.take-test.writing-test-page .question-palette__time-box {
  position: static; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .take-test.writing-test-page .question-palette__time-box {
      position: absolute; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.writing-test-page .question-palette__time-box {
      position: absolute; } }
  @media (max-width: 767px) {
    .take-test.writing-test-page .question-palette__time-box {
      position: absolute; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.writing-test-page .question-palette__logo {
    transform: translateY(-4px); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .take-test.writing-test-page .question-palette__annotation {
    margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .take-test.writing-test-page .question-palette__annotation {
    margin-top: 0; } }

.take-test.speaking-test-page .question-palette__logo {
  transform: translateY(0); }
  @media (max-width: 767px) {
    .take-test.speaking-test-page .question-palette__logo {
      top: 50%;
      transform: translateY(-50%); } }

.take-test.speaking-test-page .question-palette__group-center {
  margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.speaking-test-page .question-palette__group-center {
      margin-bottom: 0; } }

.take-test.speaking-test-page .question-palette__time-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: row;
  border: none; }
  @media (max-width: 767px) {
    .take-test.speaking-test-page .question-palette__time-box {
      top: 50%;
      transform: translate(-50%, -50%); } }

.take-test.speaking-test-page .question-palette__title {
  color: #294563;
  padding-left: 10px;
  margin-top: 0;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative; }
  .take-test.speaking-test-page .question-palette__title:before {
    width: 1px;
    height: 100%;
    display: block; }

.take-test.speaking-test-page .question-palette__time {
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 36px; }
  @media (max-width: 767px) {
    .take-test.speaking-test-page .question-palette__time {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.speaking-test-page .question-palette__time {
      font-size: 22px; } }

.take-test.speaking-test-page .question-palette__title span {
  margin-left: 0; }

.take-test.speaking-test-page .question-palette__row {
  min-height: 0; }

.take-test.general-test-page .test-panel__nav-buttons {
  justify-content: center;
  width: 100%; }

@media (max-width: 767px) {
  .take-test.general-test-page .test-panel__nav-btn.-submit {
    display: block;
    width: 100%; } }

.take-test.listening-test-page {
  overflow: hidden; }
  .take-test.listening-test-page .test-panel__nav-buttons {
    justify-content: center;
    width: 100%; }
  @media (max-width: 767px) {
    .take-test.listening-test-page .test-panel__nav-btn.-submit {
      display: block;
      width: 100%; } }
  .take-test.listening-test-page .main-header {
    display: none; }
  .take-test.listening-test-page .question-palette__time-box {
    position: absolute;
    top: calc((50% - 19px)/2);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .take-test.listening-test-page .question-palette__time-box {
        top: 10px;
        transform: translate3d(0, 0, 0); } }
  .take-test.listening-test-page .question-palette .icon-clock {
    color: #32B4C8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.listening-test-page .question-palette__time {
      font-size: 22px;
      min-width: 0;
      padding-bottom: 4px;
      margin-bottom: 2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.listening-test-page .question-palette__time:after {
      width: 100%;
      height: 1px;
      background-color: #d5d5d5; } }
  @media screen and (min-width: 1200px) and (max-width: 1500px) {
    .take-test.listening-test-page .question-palette__time-box {
      top: 50%;
      transform: translateY(-50%); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .take-test.listening-test-page .question-palette__time-box {
      left: 0;
      right: 0;
      top: auto;
      transform: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.listening-test-page .question-palette__time-box {
      left: 0;
      flex-direction: column;
      top: auto;
      transform: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.listening-test-page .question-palette__title {
      font-size: 12px;
      margin: 0;
      justify-content: center;
      min-width: initial; }
      .take-test.listening-test-page .question-palette__title span {
        font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test.listening-test-page .question-palette__btn {
      min-width: 0; } }
  .take-test.listening-test-page .question-palette__group-center {
    position: relative; }
  .take-test.listening-test-page .question-palette__logo {
    transform: translateY(-56px); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .take-test.listening-test-page .question-palette__logo {
        transform: translateY(0); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .take-test.listening-test-page .question-palette__logo {
        transform: translateY(0); } }
    @media (max-width: 767px) {
      .take-test.listening-test-page .question-palette__logo {
        transform: translateY(-3px); } }
  .take-test.listening-test-page .plyr {
    border: 1px solid #ececec;
    border-radius: 4px;
    z-index: 1000;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .take-test.listening-test-page .plyr {
        margin-bottom: 3rem; } }
    .take-test.listening-test-page .plyr .plyr__progress .plyr__tooltip {
      bottom: 6px; }
    .take-test.listening-test-page .plyr .plyr__controls {
      padding: 4px;
      background: #294563; }
  .take-test.listening-test-page audio {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .take-test.listening-test-page .plyr__menu__container {
    top: 100%;
    bottom: auto; }
    .take-test.listening-test-page .plyr__menu__container:after {
      bottom: 100%;
      transform: rotate(180deg);
      top: auto; }
  .take-test.listening-test-page .test-panel {
    filter: blur(5px); }
    .take-test.listening-test-page .test-panel:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background-color: rgba(247, 247, 247, 0.61);
      z-index: 1100; }
    .take-test.listening-test-page .test-panel__nav {
      left: 0;
      display: none; }
      @media (max-width: 767px) {
        .take-test.listening-test-page .test-panel__nav {
          display: block; } }
  .take-test.listening-test-page .take-test__col-left {
    position: relative;
    margin-top: 12rem; }
    @media (max-width: 767px) {
      .take-test.listening-test-page .take-test__col-left {
        margin-top: 4rem; } }
  .take-test.listening-test-page .question-palette {
    pointer-events: none; }

@media (max-width: 767px) {
  .take-test .main-header__user-panel {
    display: none; } }

.take-test .main-header {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test .main-header {
      transform: none;
      transition: initial; } }
  @media (max-width: 767px) {
    .take-test .main-header {
      transform: none;
      transition: initial; } }

.take-test .blinking {
  position: relative;
  z-index: 0; }
  .take-test .blinking.active:before {
    content: initial; }
  .take-test .blinking:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    box-shadow: 0 0 10px 0px #C76378;
    z-index: -1;
    border-radius: 50%;
    opacity: 1;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    animation: buttonBlinker 1s infinite; }
    @media (max-width: 767px) {
      .take-test .blinking:before {
        width: calc(100% + 2px);
        height: calc(100% + 2px); } }

@media (max-width: 767px) {
  .showing-palette .take-test__icon-palette {
    transform: translate3d(100%, 0, 0); }
  .showing-palette .question-palette {
    height: 100%; }
  .showing-palette .take-test__btn-menu {
    border: 1px solid #ccc;
    background-color: #efefef; } }

.test-panel .cke_top {
  display: none; }

.test-panel .cke_chrome {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 4px;
  margin: 10px 0 10px 15px;
  display: inline-flex; }

.test-panel .test-panel__answer-math-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px; }

.test-panel .test-panel__child-answer {
  width: 100%;
  padding-left: 12px; }

.test-panel .test-panel__break-line {
  width: 100%; }

.test-panel .cke-math-input {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 4px;
  margin: 10px 0 10px 15px;
  display: inline-flex;
  width: auto;
  visibility: hidden; }

.test-panel .test-panel__child-question-title {
  margin: 2rem 0 1rem; }

.wrs_editor .wrs_tickContainer {
  display: none; }

.drag-panel-wrapper {
  display: flex;
  gap: 8%;
  flex-wrap: wrap; }
  .drag-panel-wrapper .test-panel__answer {
    max-width: 60%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .drag-panel-wrapper .test-panel__answer {
        max-width: initial; } }
    @media (max-width: 767px) {
      .drag-panel-wrapper .test-panel__answer {
        max-width: initial; } }

.qselect-type {
  display: flex;
  flex-wrap: wrap;
  gap: 8%; }
  @media (max-width: 767px) {
    .qselect-type {
      flex-direction: column;
      gap: 2rem; } }
  .qselect-type__question {
    margin: 1rem 0; }
  .qselect-type__answer {
    display: flex;
    flex-direction: column;
    margin: 1rem 0; }
    .qselect-type__answer p {
      display: flex;
      justify-content: space-between;
      gap: 1rem; }
    .qselect-type__answer .test-panel__input-answer {
      margin: 0; }

.drag-panel {
  display: flex; }
  @media (max-width: 767px) {
    .drag-panel {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .drag-panel {
      display: none; } }
  .drag-panel__suggest {
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      .drag-panel__suggest {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .drag-panel__suggest {
        display: none; } }
  .drag-panel__suggest-link {
    color: var(--main-color); }
    .drag-panel__suggest-link:hover, .drag-panel__suggest-link:focus {
      text-decoration: underline;
      color: var(--main-color); }
  .drag-panel__list-answer-wrapper {
    margin: 10px 0; }
  .drag-panel__list-answer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: self-start;
    gap: 1rem; }
    .drag-panel__list-answer .spilled {
      display: none !important; }
  .drag-panel__drag-answer {
    margin-bottom: 2rem; }
  .drag-panel__drag-answer-symbol {
    margin: 0 1.5rem; }
  .drag-panel__drag-answer-input {
    display: inline-flex;
    width: auto;
    min-width: 200px;
    height: 32px;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px dashed #BDC5CF;
    background: #FFF;
    position: relative;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .drag-panel__drag-answer-input {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .drag-panel__drag-answer-input {
        display: none; } }
    .drag-panel__drag-answer-input.active:after {
      content: initial; }
    .drag-panel__drag-answer-input:after {
      content: attr(data-number);
      position: absolute;
      display: block;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%);
      color: var(--main-color);
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .drag-panel__drag-answer-input {
        min-width: 120px; } }
    .drag-panel__drag-answer-input .drag-panel__list-group-item {
      border: none;
      text-align: center;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .drag-panel__drag-answer-input .drag-panel__list-group-item.spilled {
        cursor: default; }
  .drag-panel__list-group-item {
    display: flex;
    padding: 5px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #BDC5CF;
    background: #FFF;
    cursor: grab; }
    .drag-panel__list-group-item:last-child {
      margin-right: 0; }

.tooltip {
  opacity: 1; }

.table-wrapper {
  border: 1px solid #EAECEF;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px; }

.iot-radio-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

table.table-completion {
  border: 1px solid transparent;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #EAECEF;
  width: 100%; }
  table.table-completion thead {
    background-color: #fff; }
    table.table-completion thead tr th {
      border: 1px solid #EAECEF;
      color: #282828;
      text-align: center;
      font-size: 20px;
      width: 70px; }
      table.table-completion thead tr th:first-child {
        width: 40%; }
  table.table-completion tbody tr:nth-child(odd) {
    background-color: #fff; }
  table.table-completion tbody tr td {
    border: 1px solid #EAECEF;
    font-size: 16px; }
    table.table-completion tbody tr td:first-child {
      padding: 12px 15px; }

table.iot-table-info tbody tr:nth-child(odd) {
  background-color: #EAECEF; }

table.matching-table {
  border: 1px solid transparent;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #EAECEF;
  width: 100%;
  max-width: 1000px; }
  table.matching-table thead {
    background-color: #84D1DD; }
    table.matching-table thead tr th {
      border: 1px solid #EAECEF;
      color: #282828;
      text-align: center;
      font-size: 20px;
      width: 70px; }
      table.matching-table thead tr th:first-child {
        width: 40%; }
        @media (max-width: 767px) {
          table.matching-table thead tr th:first-child {
            white-space: initial;
            min-width: 200px; } }
  table.matching-table tbody tr:nth-child(odd) {
    background-color: #fff; }
  table.matching-table tbody tr td {
    border: 1px solid #EAECEF;
    font-size: 16px;
    height: 50px;
    padding: 0; }
    table.matching-table tbody tr td:first-child {
      padding: 12px 15px; }
      @media (max-width: 767px) {
        table.matching-table tbody tr td:first-child {
          white-space: initial; } }
  table.matching-table .iot-radio {
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }
    table.matching-table .iot-radio.active:after {
      display: block; }
    table.matching-table .iot-radio:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      left: 0;
      display: none;
      background-color: var(--bg-color);
      z-index: -1; }
    table.matching-table .iot-radio input[type="radio"]:checked {
      border: 1px solid #32B4C8;
      background-color: #32B4C8; }

.listening-test.-practice-mode .plyr--audio {
  width: 100%;
  position: initial;
  top: initial;
  right: initial;
  max-width: initial; }

@media (min-width: 768px) and (max-width: 1024px) {
  .listening-test .take-test .test-panel {
    overflow-y: initial; } }

@media (max-width: 767px) {
  .listening-test .take-test .test-panel {
    overflow-y: initial; } }

@media (max-width: 767px) {
  .listening-test .plyr--audio {
    position: absolute;
    top: 100%;
    right: 15px;
    max-width: initial; } }

@media (max-width: 767px) {
  .listening-test .take-test__body {
    padding-top: 5.6rem; } }

.listening-test .test-panel__question-title {
  color: #32B4C8; }

@media (max-width: 767px) {
  .listening-test .take-test__questions-wrap {
    height: initial; } }

@media (max-width: 767px) {
  .listening-test .take-test__board {
    position: initial; } }

.listening-test audio {
  display: none; }

.listening-test .iot-checkbox2 .checkmark {
  border: 1px solid #32B4C8; }

.listening-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #32B4C8; }

.listening-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #32B4C8;
  background-color: #32B4C8; }

.listening-test .question-palette__item.-checked {
  background-color: #D6F0F4;
  color: #32B4C8; }

.listening-test .question-palette__part {
  border: 1px solid #D6F0F4; }
  .listening-test .question-palette__part.-active {
    border: 1px solid #32B4C8; }

.listening-test .test-panel__nav-btn {
  color: #32B4C8;
  border: 2px solid #32B4C8; }
  .listening-test .test-panel__nav-btn.-disabled {
    color: rgba(50, 180, 200, 0.4);
    border: 2px solid rgba(50, 180, 200, 0.4); }

.listening-test .realtest-header__time:before {
  color: #32B4C8; }

.listening-test .realtest-header__bt-submit {
  background: var(--gradient-listening, linear-gradient(180deg, #33B2C7 0%, #268695 100%)); }

.listening-test.-practice-mode .plyr--audio .plyr__controls__item:first-child {
  background: initial; }

.listening-test.-practice-mode .plyr--audio .plyr__controls {
  background: initial;
  position: relative;
  padding: 0;
  left: initial;
  right: initial;
  width: 100%;
  display: flex;
  gap: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .listening-test.-practice-mode .plyr--audio .plyr__controls {
      gap: 6px; } }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .plyr--audio .plyr__controls {
      gap: 0; } }

.listening-test.-practice-mode .plyr button {
  color: #32B4C8; }
  .listening-test.-practice-mode .plyr button[data-plyr="fast-forward"], .listening-test.-practice-mode .plyr button[data-plyr="rewind"] {
    position: relative;
    padding: 0; }
    .listening-test.-practice-mode .plyr button[data-plyr="fast-forward"]:hover, .listening-test.-practice-mode .plyr button[data-plyr="rewind"]:hover {
      background: transparent; }
    .listening-test.-practice-mode .plyr button[data-plyr="fast-forward"]:after, .listening-test.-practice-mode .plyr button[data-plyr="rewind"]:after {
      content: "\e9da";
      display: inline-block;
      font-family: 'iot-fonts' !important;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      font-size: 26px;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #294563;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .listening-test.-practice-mode .plyr button[data-plyr="fast-forward"] svg, .listening-test.-practice-mode .plyr button[data-plyr="rewind"] svg {
      display: none; }
  .listening-test.-practice-mode .plyr button[data-plyr="rewind"]:after {
    content: "\e9d9"; }
  .listening-test.-practice-mode .plyr button[data-plyr="play"] {
    border-radius: 50%;
    color: #fff;
    background-color: #32B4C8;
    width: auto;
    height: auto; }
    .listening-test.-practice-mode .plyr button[data-plyr="play"] .icon--not-pressed {
      position: relative;
      right: -2px; }

.listening-test.-practice-mode .plyr--audio.plyr--full-ui input[type=range] {
  color: #32B4C8; }

.listening-test.-practice-mode .plyr--audio .plyr__control.plyr__tab-focus, .listening-test.-practice-mode .plyr--audio .plyr__control:hover, .listening-test.-practice-mode .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1BAABF; }

.listening-test.-practice-mode .plyr__volume input[type=range] {
  color: #32B4C8; }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .plyr__volume input[type=range] {
      display: none; } }

.listening-test.-practice-mode .plyr--video .plyr__controls {
  position: relative;
  background: transparent;
  padding: 0;
  left: initial;
  right: initial;
  width: 100%;
  display: flex;
  gap: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .listening-test.-practice-mode .plyr--video .plyr__controls {
      gap: 6px; } }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .plyr--video .plyr__controls {
      gap: 0; } }

.listening-test.-practice-mode .plyr__video-wrapper {
  display: none; }

.listening-test.-practice-mode .take-test__player-wrap {
  min-width: initial;
  position: fixed;
  z-index: 998;
  top: 72px;
  height: 62px;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
  padding: 15px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px; }
  @media (min-width: 1366px) and (max-width: 1439px) {
    .listening-test.-practice-mode .take-test__player-wrap {
      top: 60px;
      height: 50px; } }
  .listening-test.-practice-mode .take-test__player-wrap:hover {
    z-index: 1100; }
  @media (min-width: 768px) and (max-width: 991px) {
    .listening-test.-practice-mode .take-test__player-wrap {
      gap: 8px; } }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .take-test__player-wrap {
      gap: 6px;
      top: 56px;
      padding: 15px; } }

.listening-test.-practice-mode .take-test__audio-source {
  max-width: 108px; }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .take-test__audio-source {
      max-width: 90px; } }

.listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle {
  height: 32px;
  line-height: 32px;
  color: #294563; }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle {
      font-size: 12px;
      padding: 0 10px; } }

.listening-test.-practice-mode .bootstrap-select button.dropdown-toggle .filter-option-inner {
  padding-right: 0; }

.listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle .caret {
  font-size: 14px; }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .iot-opselect.-rounded button.dropdown-toggle .caret {
      right: 4px;
      font-size: 12px; } }

.listening-test.-practice-mode .iot-opselect.-rounded ul.dropdown-menu li a {
  font-size: 12px;
  padding: 6px 8px; }

.listening-test.-practice-mode .plyr--video {
  width: 100%;
  overflow: initial; }

.listening-test.-practice-mode .plyr__progress input[type=range] {
  color: #33B2C7; }

.listening-test.-practice-mode .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none; }

.listening-test.-practice-mode .plyr__controls .plyr__controls__item.plyr__time {
  color: #282828; }

.listening-test.-practice-mode .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: #D6F0F4; }

.listening-test.-practice-mode .plyr--video .plyr__control:focus-visible, .listening-test.-practice-mode .plyr--video .plyr__control:hover, .listening-test.-practice-mode .plyr--video .plyr__control[aria-expanded=true] {
  background: #1BAABF;
  color: #fff; }

.listening-test.-practice-mode .take-test__board {
  padding-top: 7rem; }
  @media (min-width: 1366px) and (max-width: 1439px) {
    .listening-test.-practice-mode .take-test__board {
      padding-top: 5rem; } }
  @media (max-width: 767px) {
    .listening-test.-practice-mode .take-test__board {
      padding-top: 6.3rem; } }

.listening-test.-test-mode .plyr--audio .plyr__controls__item[data-plyr="play"] {
  background: initial; }

.listening-test.-test-mode .plyr--audio .plyr__controls {
  background: initial; }

.listening-test.-test-mode .plyr button {
  color: #32B4C8; }
  .listening-test.-test-mode .plyr button[data-plyr="mute"]:hover {
    color: #fff; }

.listening-test.-test-mode .plyr--audio.plyr--full-ui input[type=range] {
  color: #32B4C8; }
  @media (max-width: 767px) {
    .listening-test.-test-mode .plyr--audio.plyr--full-ui input[type=range] {
      margin-right: 0; } }

.listening-test.-test-mode .plyr--audio .plyr__control.plyr__tab-focus, .listening-test.-test-mode .plyr--audio .plyr__control:hover, .listening-test.-test-mode .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1BAABF; }

.listening-test.-test-mode .plyr__volume input[type=range] {
  color: #32B4C8; }
  @media (max-width: 767px) {
    .listening-test.-test-mode .plyr__volume input[type=range] {
      margin-right: 0; } }

.listening-test.-test-mode .plyr--video .plyr__controls {
  position: relative;
  background: transparent;
  padding: 0;
  left: initial;
  right: initial; }

.listening-test.-test-mode .plyr__video-wrapper {
  display: none; }

.listening-test.-test-mode .plyr--video {
  min-width: initial; }
  @media (max-width: 767px) {
    .listening-test.-test-mode .plyr--video {
      top: 100%;
      position: absolute;
      right: 15px; } }

.listening-test.-test-mode .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.listening-test.-test-mode .plyr--video .plyr__control:focus-visible, .listening-test.-test-mode .plyr--video .plyr__control:hover, .listening-test.-test-mode .plyr--video .plyr__control[aria-expanded=true] {
  background: #1BAABF; }

.writing-test #split-one .test-contents {
  background-color: #fff; }

.writing-test .question-palette__part.-active.-finished:after {
  display: block; }

.writing-test .realtest-header__bt-review {
  display: none; }

.writing-test .question-palette__part-title {
  position: initial;
  transform: none; }

.writing-test .test-panel__question-title {
  color: #37854D; }

.writing-test .iot-checkbox2 .checkmark {
  border: 1px solid #F9A95A; }

.writing-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #F9A95A; }

.writing-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #F9A95A;
  background-color: #F9A95A; }

.writing-test table.matching-table thead {
  background-color: #F9A95A; }

.writing-test table.matching-table .iot-radio input[type="radio"]:checked {
  border: 1px solid #F9A95A;
  background-color: #F9A95A; }

.writing-test table.matching-table .iot-radio input[type="radio"]:checked ~ :after {
  background-color: #ccc;
  background-color: #D6F0F4; }

.writing-test .test-panel__input-answer::placeholder {
  color: #F9A95A; }

.writing-test .question-palette__part.-active {
  border: 1px solid #F9A95A;
  justify-content: center; }

.writing-test .realtest-header__bt-submit {
  background: var(--gradient-writing, linear-gradient(180deg, #FAA859 0%, #BB7F44 100%)); }

.writing-test .test-panel__nav-btn {
  color: #F9A95A;
  border: 2px solid #F9A95A; }
  .writing-test .test-panel__nav-btn.-disabled {
    color: rgba(249, 169, 90, 0.4);
    border: 2px solid rgba(249, 169, 90, 0.4); }

.reading-test .test-panel__question-title {
  color: #37854D; }

.reading-test .test-panel__question-num {
  background: #37854D; }

.reading-test .iot-checkbox2 .checkmark {
  border: 1px solid #37854D; }

.reading-test .iot-checkbox2 input:checked ~ .checkmark {
  background-color: #37854D; }

.reading-test .iot-radio input[type="radio"]:checked {
  border: 1px solid #37854D;
  background-color: #37854D; }

.reading-test table.matching-table thead {
  background-color: #37854D; }

.reading-test table.matching-table .iot-radio input[type="radio"]:checked {
  border: 1px solid #37854D;
  background-color: #37854D; }

.reading-test table.matching-table .iot-radio input[type="radio"]:checked ~ :after {
  background-color: #ccc;
  background-color: #D6F0F4; }

.reading-test .test-panel__input-answer::placeholder {
  color: #37854D; }

.plyr--audio {
  min-width: initial; }

.plyr--audio .plyr__controls__item.plyr__volume {
  width: auto;
  margin: 0; }

.take-test .table tbody tr td {
  font-size: 16px; }

.take-test__click-play {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.26);
  z-index: 1111;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none; }
  .take-test__click-play.-practice {
    position: initial;
    background-color: transparent;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial; }
    .take-test__click-play.-practice .take-test__play-btn {
      position: fixed;
      z-index: 1111; }

.take-test__play-btn {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 33%;
  max-width: 500px;
  border: 1px solid #32B4C8;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 20px #dbdbdb;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (min-width: 768px) and (max-width: 991px) {
    .take-test__play-btn {
      width: 50%; } }
  @media (max-width: 767px) {
    .take-test__play-btn {
      width: 100%;
      max-width: calc(100% - 40px);
      left: 0;
      right: 0;
      transform: none; } }
  .take-test__play-btn:hover {
    border: 1px solid #32B4C8;
    background-color: #f3ffff; }
  .take-test__play-btn span {
    color: #32B4C8;
    margin: 0 4px;
    text-decoration: underline; }

.speaking-test {
  padding-top: 7rem; }
  @media (min-width: 1366px) and (max-width: 1439px) {
    .speaking-test {
      padding-top: 6rem; } }
  .speaking-test .uploading-overlay {
    align-items: center;
    justify-content: center; }
    .speaking-test .uploading-overlay__card {
      width: 95%;
      max-width: 460px;
      display: flex;
      padding: 30px;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      border-radius: 10px;
      background: #FFF; }
    .speaking-test .uploading-overlay__progress {
      width: 100%;
      height: 30px;
      border-radius: 50px;
      background: #F4E0E4; }
    .speaking-test .uploading-overlay__progress-bar {
      width: 100%;
      background: var(--main-color);
      display: flex;
      align-items: center;
      justify-content: center; }
  .speaking-test .test-panel__question-title {
    color: #C76378; }
  .speaking-test .question-palette__part-title {
    position: initial;
    transform: none; }
  .speaking-test #test-audio {
    display: none;
    margin-bottom: 60px; }
    .speaking-test #test-audio .btn {
      color: #fff;
      background-color: #c86478;
      border-color: #c86478;
      padding: 6px 12px;
      border-radius: 4px; }
    .speaking-test #test-audio button.btn {
      background-color: #d4dae0;
      color: #294563; }
  .speaking-test .question-palette__part.-active {
    border: 1px solid #C76378; }
  .speaking-test .take-test .test-panel {
    overflow: initial !important;
    padding-bottom: 8rem; }
    @media (max-width: 767px) {
      .speaking-test .take-test .test-panel {
        padding-bottom: 2rem; } }
  .speaking-test .test-panel__nav-btn {
    color: #C76378;
    border: 2px solid #C76378; }
    .speaking-test .test-panel__nav-btn.-disabled {
      color: rgba(199, 99, 120, 0.4);
      border: 2px solid rgba(199, 99, 120, 0.4); }
  .speaking-test .realtest-header__bt-submit {
    display: none;
    background: var(--speaking-gradient); }
    .speaking-test .realtest-header__bt-submit.display-flex {
      display: flex; }
  .speaking-test .waiting-room {
    margin-top: 3.2rem;
    padding-bottom: 10rem; }
    @media (max-width: 767px) {
      .speaking-test .waiting-room {
        margin-top: 2rem;
        padding-bottom: 4rem; } }
    .speaking-test .waiting-room__cards {
      display: flex;
      width: 100%;
      max-width: 1050px;
      margin: 0 auto;
      padding: var(--Space-2xl, 32px);
      flex-direction: column;
      align-items: flex-start;
      gap: var(--Space-xs, 0px);
      border-radius: var(--Space-xl, 24px);
      background: #FFF; }
      @media (max-width: 767px) {
        .speaking-test .waiting-room__cards {
          padding: 16px; } }
    .speaking-test .waiting-room__title {
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 3rem; }
  .speaking-test .waiting-card {
    display: flex;
    padding-bottom: 30px;
    padding-left: 72px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
    opacity: 0.5;
    pointer-events: none; }
    @media (max-width: 767px) {
      .speaking-test .waiting-card {
        padding-left: 4.5rem;
        padding-bottom: 24px;
        gap: 8px; } }
    .speaking-test .waiting-card[data-player="headphone-checker"] .plyr__controls__item.plyr__control[data-plyr="play"] {
      position: relative;
      z-index: 0; }
      .speaking-test .waiting-card[data-player="headphone-checker"] .plyr__controls__item.plyr__control[data-plyr="play"].active:before {
        content: initial; }
      .speaking-test .waiting-card[data-player="headphone-checker"] .plyr__controls__item.plyr__control[data-plyr="play"]:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        box-shadow: 0 0 10px 0px #C76378;
        z-index: -1;
        border-radius: 50%;
        opacity: 1;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        animation: buttonBlinker 1s infinite; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card[data-player="headphone-checker"] .plyr__controls__item.plyr__control[data-plyr="play"]:before {
            width: calc(100% + 2px);
            height: calc(100% + 2px); } }
    .speaking-test .waiting-card.-actived {
      opacity: 1;
      pointer-events: initial; }
    .speaking-test .waiting-card.-finished .waiting-card__icon [class^="ioticon-"]:before, .speaking-test .waiting-card.-finished .waiting-card__icon [class*=" ioticon-"]:before {
      content: "\e9bc"; }
    .speaking-test .waiting-card.-finished [class^="ioticon-"] {
      background-color: #F4E0E4; }
    .speaking-test .waiting-card .bootstrap-select {
      height: 100%;
      min-width: 100%; }
      .speaking-test .waiting-card .bootstrap-select.-mic-icon button.dropdown-toggle:after {
        content: '\e98d'; }
      .speaking-test .waiting-card .bootstrap-select button.dropdown-toggle {
        height: 100%;
        border-radius: var(--Space-lg, 16px);
        border: 1px solid #EAECEF !important;
        font-size: 16px;
        color: #282828;
        padding: 16px 36px 16px 50px;
        position: relative; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card .bootstrap-select button.dropdown-toggle {
            border-radius: var(--Space-lg, 8px);
            padding: 0 36px 0 50px; } }
        .speaking-test .waiting-card .bootstrap-select button.dropdown-toggle:after {
          content: '\e9ea';
          font-family: 'iot-fonts' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          display: inline-block;
          left: 16px;
          top: 50%;
          transform: translate(0, -50%);
          font-size: 22px;
          color: #294563; }
        .speaking-test .waiting-card .bootstrap-select button.dropdown-toggle .filter-option-inner {
          display: flex;
          height: 100%;
          align-items: center; }
      .speaking-test .waiting-card .bootstrap-select .caret {
        font-size: 12px !important;
        color: #294563; }
      .speaking-test .waiting-card .bootstrap-select ul.dropdown-menu li a {
        display: flex;
        justify-content: center; }
    .speaking-test .waiting-card.-waiting-room.active .ioticon-waiting-target {
      -webkit-animation: rotation 2s linear infinite;
      -moz-animation: rotation 2s linear infinite;
      -ms-animation: rotation 2s linear infinite; }
    .speaking-test .waiting-card .ioticon-play-solid {
      color: #fff;
      padding: 3px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: inline-flex;
      background: var(--speaking-gradient);
      justify-content: center;
      align-items: center;
      font-size: 12px; }
    .speaking-test .waiting-card .ioticon-recoder {
      display: inline-flex;
      width: 24px;
      height: 24px;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
      border: none;
      border-radius: 50%;
      flex-shrink: 0; }
      .speaking-test .waiting-card .ioticon-recoder:after {
        content: '';
        display: inline-flex;
        width: 10px;
        height: 10px;
        background-color: #C76378;
        border-radius: 50%; }
    .speaking-test .waiting-card__devices {
      position: relative; }
      .speaking-test .waiting-card__devices.has-error:after {
        content: '\e902';
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        display: inline-block;
        right: -7px;
        top: -7px;
        font-size: 22px;
        color: #DD1804;
        background-color: #fff; }
    .speaking-test .waiting-card__sample-text {
      text-align: center;
      margin: 0 auto; }
      .speaking-test .waiting-card__sample-text p {
        margin: 0 0 2px; }
    .speaking-test .waiting-card__warning {
      padding: var(--Space-3, 4px) 12px var(--Space-3, 4px) var(--Space-4, 8px);
      align-items: center;
      border-radius: var(--Space-4, 8px);
      border: 1px solid var(--Text-Red, #DD1804);
      font-size: 16px;
      color: var(--Text-Red, #DD1804);
      font-size: 14px; }
      .speaking-test .waiting-card__warning .ioticon-alert-triangle {
        font-size: 16px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 8px;
        background-color: initial !important; }
    .speaking-test .waiting-card__icon {
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 0; }
      .speaking-test .waiting-card__icon.-end:after {
        content: initial; }
      .speaking-test .waiting-card__icon span {
        display: flex;
        width: var(--Space-3xl, 48px);
        height: var(--Space-3xl, 48px);
        padding: var(--Space-xl, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 28px;
        color: #C76378;
        border-radius: 100px;
        border: 1px solid var(--icon-illustration-speaking, #C86478);
        background: #fff; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card__icon span {
            width: var(--Space-3xl, 32px);
            height: var(--Space-3xl, 32px);
            padding: var(--Space-2xl, 6.4px);
            font-size: 20px; } }
        .speaking-test .waiting-card__icon span.ioticon-waiting-target {
          position: relative; }
          .speaking-test .waiting-card__icon span.ioticon-waiting-target:after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "\e9cf";
            transform: translate(-50%, -50%) rotate(45deg);
            opacity: 0.5; }
      .speaking-test .waiting-card__icon:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 1px;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(0, -50%);
        margin-left: -0.5px;
        z-index: -1;
        border-right: 1px dashed #C76378; }
    .speaking-test .waiting-card__player-wrap {
      display: flex;
      gap: 1.6rem;
      width: 100%; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__player-wrap {
          flex-direction: column; } }
    .speaking-test .waiting-card__audio-wrap {
      position: relative;
      flex: 1;
      display: flex;
      align-items: center;
      z-index: 0; }
      .speaking-test .waiting-card__audio-wrap .plyr {
        display: none; }
    .speaking-test .waiting-card__wave-line {
      width: 100%;
      height: 100%;
      position: relative; }
      .speaking-test .waiting-card__wave-line:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 1px;
        top: 50%;
        background-color: #C76378;
        margin-top: -0.5px; }
      .speaking-test .waiting-card__wave-line wave {
        height: 100% !important; }
    .speaking-test .waiting-card__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      position: relative;
      display: flex;
      align-items: center; }
    .speaking-test .waiting-card__player {
      display: none; }
    .speaking-test .waiting-card .plyr--audio {
      width: 100%; }
      .speaking-test .waiting-card .plyr--audio .plyr__controls {
        padding: 16px;
        border-radius: var(--Space-lg, 16px);
        border: 1px solid var(--speaking-5, #EAECEF);
        background: transparent; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card .plyr--audio .plyr__controls {
            padding: 8px;
            border-radius: var(--Space-lg, 8px); } }
        .speaking-test .waiting-card .plyr--audio .plyr__controls .plyr__controls__item.plyr__time {
          color: #282828;
          margin-left: 1rem; }
          @media (max-width: 767px) {
            .speaking-test .waiting-card .plyr--audio .plyr__controls .plyr__controls__item.plyr__time {
              margin-left: 0.6rem; } }
        .speaking-test .waiting-card .plyr--audio .plyr__controls .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
          background-color: #DDA2AE; }
        .speaking-test .waiting-card .plyr--audio .plyr__controls .plyr__progress input[type="range"]::-moz-range-track {
          background-color: #DDA2AE; }
      .speaking-test .waiting-card .plyr--audio .plyr__controls__item.plyr__control {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 1.6rem;
        background: var(--speaking-gradient);
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card .plyr--audio .plyr__controls__item.plyr__control {
            width: 32px;
            height: 32px;
            margin-right: 8px; } }
      .speaking-test .waiting-card .plyr--audio .plyr__control svg.icon--not-pressed {
        position: relative;
        left: 2px; }
      .speaking-test .waiting-card .plyr--audio .plyr__progress__buffer {
        background-color: #DDA2AE; }
    .speaking-test .waiting-card__btn-wrap {
      display: flex;
      align-items: center;
      gap: 4px; }
    .speaking-test .waiting-card__btn-record {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
      border: none;
      border-radius: 50%;
      flex-shrink: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__btn-record {
          width: 32px;
          height: 32px; } }
      .speaking-test .waiting-card__btn-record.active:after {
        width: 18px;
        height: 18px;
        border-radius: 2px; }
        @media (max-width: 767px) {
          .speaking-test .waiting-card__btn-record.active:after {
            width: 16px;
            height: 16px; } }
      .speaking-test .waiting-card__btn-record:after {
        content: '';
        display: inline-flex;
        width: 24px;
        height: 24px;
        background-color: #C76378;
        border-radius: 50%; }
    .speaking-test .waiting-card__btn-text {
      color: #C76378;
      font-weight: bold;
      display: inline-flex;
      min-width: 45px; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__btn-text {
          min-width: 36px;
          font-size: 14px; } }
    .speaking-test .waiting-card__test-record {
      display: none; }
    .speaking-test .waiting-card__record-card {
      display: flex;
      gap: 1.6rem;
      width: 100%; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__record-card {
          flex-direction: column;
          gap: 8px; } }
    .speaking-test .waiting-card__record-item {
      display: flex;
      gap: 1rem;
      align-items: center;
      width: 100%;
      padding: 15px;
      border-radius: 10px;
      border: 1px solid var(--speaking-5, #EAECEF);
      background: #FFF; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__record-item {
          padding: 8px;
          border-radius: var(--Space-lg, 8px); } }
      .speaking-test .waiting-card__record-item .plyr--audio .plyr__controls {
        border: none;
        padding: 0; }
    .speaking-test .waiting-card__result-part {
      width: 100%;
      height: 100%;
      opacity: 1;
      pointer-events: none;
      display: flex; }
      .speaking-test .waiting-card__result-part.active {
        opacity: 1;
        pointer-events: initial; }
        .speaking-test .waiting-card__result-part.active .waiting-card__wave-line {
          display: none; }
        .speaking-test .waiting-card__result-part.active .plyr {
          display: block; }
    @media (max-width: 767px) {
      .speaking-test .waiting-card__desc {
        font-size: 14px; } }
    .speaking-test .waiting-card__desc.active {
      color: #C76378; }
    .speaking-test .waiting-card__btn-group {
      justify-content: center;
      align-self: center;
      gap: 2rem;
      display: none;
      margin-top: 2rem; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__btn-group {
          margin-top: 1.6rem;
          gap: var(--Space-lg, 8px);
          flex-direction: column; } }
    .speaking-test .waiting-card__btn {
      min-width: 180px;
      gap: 10px;
      height: 44px;
      text-transform: uppercase;
      padding: 0 24px; }
      @media (max-width: 767px) {
        .speaking-test .waiting-card__btn {
          width: 100%;
          min-width: auto;
          padding: 0 16px; } }

.waiting-room-page {
  background-color: #EAECEF;
  display: flex;
  flex-direction: column; }

.connecting-success {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  top: 0;
  bottom: 0; }
  .connecting-success__btn {
    min-width: 200px;
    height: 40px; }

#modal-reset-record .modal-reset-record {
  max-width: 520px;
  text-align: center; }
  #modal-reset-record .modal-reset-record .modal-content {
    padding: 48px 30px 40px; }
    @media (max-width: 767px) {
      #modal-reset-record .modal-reset-record .modal-content {
        max-width: 96%;
        padding: 35px 20px 20px; } }

.modal__title {
  font-size: 24px;
  font-weight: bold;
  color: #294563;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .modal__title {
      font-size: 20px;
      margin-bottom: 5px; } }

.modal__desc {
  font-size: 16px;
  color: #294563;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  max-width: 350px;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .modal__desc {
      font-size: 12px;
      margin: 0 auto 20px; } }

.modal p.modal__desc {
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .modal p.modal__desc {
      margin: 0 auto 20px; } }

.modal__button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #c86478;
  border-radius: 4px;
  display: block;
  max-width: 350px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (max-width: 767px) {
    .modal__button {
      height: 40px;
      line-height: 40px;
      max-width: 250px; } }
  .modal__button:hover {
    opacity: 0.8;
    color: #fff; }
  .modal__button.-no {
    margin-bottom: 20px; }
  .modal__button.-yes {
    background-color: #d4dae0;
    color: #294563; }

.modal-timeup-wrapper .modal-time-up {
  max-width: 520px;
  text-align: center;
  padding: 25px 30px 8px; }

.modal-timeup-wrapper .modal__desc {
  margin: 0 auto 20px; }

.modal-timeup-wrapper .modal__countdown-imgwrap {
  position: relative;
  text-align: center; }

.modal-timeup-wrapper .modal__countdown-time {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%); }

.modal-timeup-wrapper .modal__countdown-num {
  font-size: 22px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #c86478;
  line-height: 1; }

.modal-timeup-wrapper .modal__countdown-text {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c86478; }

.zoom-125-or-higher .speaking-box video {
  max-height: 240px; }

.zoom-125-or-higher .speaking-box__header {
  margin: 0 0 16px; }
  @media (min-width: 1024px) and (max-width: 1919px) {
    .zoom-125-or-higher .speaking-box__header {
      display: flex;
      gap: 8px;
      justify-content: center;
      text-align: left;
      align-items: center; }
      .zoom-125-or-higher .speaking-box__header .speaking-box__title {
        margin: 0; }
        .zoom-125-or-higher .speaking-box__header .speaking-box__title:after {
          content: ':';
          flex-shrink: 0; } }
  @media (max-width: 767px) {
    .zoom-125-or-higher .speaking-box__header {
      flex-direction: column; } }

@media (max-width: 767px) {
  .menu-opening .take-test__body {
    filter: blur(7px);
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes alertBlinker {
  from {
    opacity: 1.0;
    background-color: #294563; }
  to {
    opacity: 0.4;
    background-color: #C76378; } }

@-webkit-keyframes buttonBlinker {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

/* End user take test */

/*# sourceMappingURL=user-take-test.css.map */