@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
@import url("../css/variables.css");

/* Home Css */
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
}

html.uk-modal-page body {
  overflow: hidden !important;
  padding-top: 100px;
}

html.uk-modal-page header {
  position: fixed !important;
}

.uk-margin-sml-right {
  margin-right: 30px;
}

.uk-margin-sml-left {
  margin-left: 30px;
}

body {
  font-family: "Inter", sans-serif;
  background: #f8fafc;
}

.uk-container {
  width: 1280px !important;
}

.left {
  width: calc(100% - 370px);
  padding: 50px 0;
}

.right {
  width: 370px;
  background: #ffffff;
  box-shadow: -20px 0px 30px rgba(9, 19, 29, 0.05);
  z-index: 1;
  position: relative;
}

.right > .space-area {
  padding: 0 20px;
  margin-top: -10px;
}

.right h3 {
  font-size: 20px;
  margin-bottom: 18px;
}

#card-information .down-content {
  width: inherit !important;
}

h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: var(--dark-green);
}

h3 span {
  font-weight: 400;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--dark-green);
}

.search {
  width: 385px;
  height: 50px;
  color: var(--dark-green);
  background: var(--white);
  border: 1px solid rgba(194, 210, 229, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
}

.search:focus {
  color: var(--dark-green);
  border: 1px solid rgba(194, 210, 229, 0.3);
}

.search svg {
  color: var(--dark-green);
}

.search-icon {
  background: transparent;
  border: none;
  cursor: pointer;
}

.search-icon.uk-form-icon {
  width: 50px;
}

.uk-form-icon:not(.search.uk-form-icon-flip) ~ .uk-input {
  padding-left: 50px !important;
}

input.search::placeholder {
  color: var(--dark-green);
  opacity: 1;
}

input.search:-ms-input-placeholder {
  color: var(--dark-green);
}

input.search::-ms-input-placeholder {
  color: var(--dark-green);
}

.home-banners-contain {
  margin-top: 46px;
}
.overlay {
  background-color: black;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  transition: 1s;
}

/* Home - Banner Cards  */
.banner-wrappers {
  width: calc(100% / 2 - 30px);
  transition: 0.4s;
  margin-right: 30px;
  cursor: pointer !important;
}
.banner-card .first-img,
.banner-card .second-img,
.banner-card .second-img-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-card .first-img {
  width: 45%;
  border-bottom-right-radius: 10px;
}
.banner-card .second-img {
  width: 85%;
}
.banner-card .second-img-two {
  top: 44%;
  left: 45%;
  width: 55%;
}
.banner-card .second-calendar {
  position: absolute;
  bottom: -13px;
  left: 29%;
  width: 25%;
}

.banner-wrappers .down-contents h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-wrappers .button.orange {
  background: linear-gradient(90deg, #ff4b1f 0%, #ff9068 100%);
}

.banner-wrappers .button.blue {
  background: linear-gradient(90deg, #083648 0%, #547585 100%);
}

.banner-wrappers .button.aqua {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
}

.banner-card.linear-orange {
  color: #476508;
  background: linear-gradient(90deg, #ffeeee 0%, #ddefbb 100%);
}

.banner-card.linear-blue {
  color: #0b3f54;
  background: linear-gradient(90deg, #e0eafc 0%, #b0c6e4 100%);
}

.banner-card.fade {
  background: linear-gradient(90deg, #d2f5ff 0%, #ffd1e9 100%);
}

.banner-wrappers:nth-child(2) .down-contents span,
.banner-wrappers:nth-child(2) .down-contents h2,
.banner-wrappers:nth-child(3) .down-contents h2,
.banner-wrappers:nth-child(2) .down-contents span {
  color: var(--dark-green);
}

.banner-card span {
  font-weight: 400;
  line-height: 19px;
}

.banner-card .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.banner-wrappers:hover {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  cursor: pointer;
}

.banner-wrappers .button {
  padding: 16px 22px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
}

.banner-wrappers .down-contents h2,
.banner-wrappers .down-contents span {
  color: #476508;
}
.banner-card {
  border-radius: 10px 10px 0px 0px;
  height: 102px;
  position: relative;
}
.banner-wrappers .down-contents {
  padding: 34px 0px 15px 0px;
  border-radius: 0px 0px 10px 10px;
  background: white;
}
/* Home - Banner Cards End */

/* Home - Chapters Swiper  */
.home-chapters .swiper-slide {
  width: 270px !important;
}
.home-chapters .video {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
.link-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.video-cover {
  position: relative;
}
.video-content {
  padding: 15px;
}
.video-play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../icon/play-outline.svg") 0 0 no-repeat;
  transition: 0.3s ease background;
}
.chapter-swiper .video-banner {
  width: 283px;
  height: 141px;
}
.video-timer {
  color: #fff;
  background: #060c0e;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 2px;
}
.video-content {
  padding: 15px;
}
.item .video-info .unit-name span,
.video-content .unit-name span {
  background-color: #e4edfa;
  color: #607b96;
  font-size: 13px;
  width: 100%;
  padding: 5px 4px;
  border-radius: 3px;
}
.item .video-info .unit-name,
.video-content .unit-name {
  margin-bottom: 5px;
  margin-left: -5px;
}
.video-content .video-title {
  min-height: 64px;
  line-height: 21px;
  font-weight: 700;
  color: var(--dark-green);
}
.video-content .video-likes {
  color: #607b96;
  font-size: 13px;
  font-weight: 400;
  margin: 12px 0 22px 0;
}

.video-content .video-likes img {
  margin-right: 9px;
}

.video-content .video-likes div:last-child img {
  margin-left: 15px;
}

/* Home - Chapters Swiper END */

/* Home Question Bank Swiper */
.chapters-content .lesson-box {
  height: 96px;
}
.lesson-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lesson-box .icon {
  background: url(../icon/green-play.svg) 0 0 no-repeat;
}
.lesson-box .icon.pause {
  background: url("../icon/question-pause.svg") 0 0 no-repeat;
}
.lesson-box .icon,
.lesson-box .icon.pause {
  min-width: 44px;
  min-height: 44px;
  background-size: contain;
}
.home-question-bank .lesson-box .icon.pause {
  background: url("../icon/question-pause.svg") 0 0 no-repeat;
}
.lesson-box .subtitle {
  color: #607b96;
  font-weight: 400;
  font-size: 13px;
}
.lesson-box .title,
.lesson-box-blank .title {
  color: var(--dark-green);
  font-weight: 600;
}
.home-question-bank .lesson-box .timer.orange-text {
  color: var(--orange-color);
}
.lesson-box progress {
  margin-top: 16px;
  border-radius: 2px;
}
.home-question-bank .lesson-box .icon {
  width: 18%;
}
.home-question-bank .lesson-box .icon {
  background: url(../icon/today-lesson.svg) no-repeat;
}
/* Home Question Bank Swiper - END*/

/* Home Practice Exam Swiper */
.home-practice .practice-item:not(.practice-footer) {
  transition: 0.3s ease all;
}
.home-practice .practice-item a {
  text-decoration: none;
}
.home-practice .practice-item {
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease box-shadow;
  padding-top: 30px;
  padding-bottom: 48px;
  position: relative;
}

.home-practice .practice-item:hover,
.home-practice .practice-item.active {
  height: 100%;
  padding: 20px 0;
}

.home-practice .practice-item:hover .practice-hover-footer,
.home-practice .practice-item.active .practice-hover-footer {
  display: block;
}

.home-practice .practice-item.empty {
  padding-top: 30px;
  padding-bottom: 48px;
}

.home-practice .practice-item .title {
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: 5px;
}

.home-practice .practice-item .subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #607b96;
}
.home-practice .practice-item .icon {
  margin-bottom: 15px;
}
.home-practice .practice-hover-footer {
  display: none;
  width: calc(100% - 40px);
  flex-direction: column;
  margin: auto;
}
/* Home Practice Exam Swiper - END*/



.lesson-box .mini-play {
  height: 100%;
}

.mini-play img {
  z-index: 5;
}

.mini-overlay {
  background-color: black;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 5px;
  transition: 1s;
}

.video-detail-container .overlay {
  z-index: 7;
}

.lesson-box img {
  max-width: initial;
}

.down-contents .begin-tutor-modal .loading-button {
  height: 12px;
  display: none;
  margin: 0 auto;
}

.down-contents .send-question .loading-button {
  height: 12px;
  display: none;
  margin: 0 auto;
}

.down-contents .create-schedule-btn {
  padding: 16px 0;
  width: 153px;
}

.down-contents .create-schedule-btn .loading-button {
  height: 12px;
  display: none;
  margin: 0 auto;
}

.down-contents .send-question {
  width: 143px;
}

.down-contents .loading-item .button-text {
  display: none;
}

.down-contents .loading-item .loading-button {
  display: inline-block;
}

.begin-tutor-modal {
  padding: 16px 0;
  width: 134px;
}

.home-chapters {
  padding: 40px 0 0 0;
}

.uk-subnav {
  flex-wrap: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 0;
  padding-left: 11px;
}

.uk-subnav > * > :first-child {
  text-transform: none;
}

.uk-subnav > * {
  padding-left: 7px;
}

.uk-subnav::-webkit-scrollbar {
  display: none;
}

.uk-subnav-pill > .uk-active > a,
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:active {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: var(--dark-green);
}

.uk-subnav-pill > * > :first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--dark-green);
  background: var(--light-gray);
  padding: 12px 15px;
  border-radius: 7px;
  transition: 0.4s ease background, 0.4s ease color;
}

.swiper {
  width: 100%;
  height: 100%;
}
.video-detail {
  background: #f8fafc !important;
}

.video-detail-wrapper {
  padding-top: 10px;
  padding-bottom: 150px;
}

.video-cover {
  position: relative;
}

.video-lock {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../icon/video-lock.svg") 0 0 no-repeat;
}

.mini-video-lock {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../icon/mini-lock-icon.svg") 0 0 no-repeat;
  z-index: 100;
}

.video:hover .video-play {
  background: url("../icon/play-mini-active.svg") !important;
}

.video-cover:hover .video-play {
  background: url("../icon/play-white.svg") 0 0 no-repeat;
}

#reconnect-modal .desc {
  margin-top: 10px;
  margin-bottom: 50px;
}

#reconnect-modal .warning-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: url("../icon/warning-icon.svg") no-repeat center,
    linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
  margin-bottom: 25px;
}
/* CHAPTERS */
.chapter .video-card-wrapper {
  padding-bottom: 150px;
}
.chapter .item a {
  text-decoration: none;
}
.chapter .lesson-box:hover .play-btn {
  background-image: url("../icon/play-mini-active.svg") !important;
}
.chapter .lesson-box {
  padding: 0;
  cursor: pointer;
}

.chapter .video-info {
  padding: 15px;
}

.chapter .lesson-box .video-banner {
  position: relative;
}

.chapter .lesson-box .star-contain {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 56px;
  border-radius: 5px;
  background-color: red;
  background: rgb(237, 244, 249, 0.2);
  transition: 0.5s;
  cursor: pointer;
  z-index: 1;
}

.chapter .lesson-box .star-contain:hover {
  background: rgb(237, 244, 249, 0.3);
}

.chapter .lesson-box .star-contain img {
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translate(-50%, 0);
}

.chapter .lesson-box .star-contain span {
  font-size: 13px;
  color: white;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
}
.chapter .play-btn img {
  transition: 0.4s;
}

.chapter .time {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background: #060c0e;
  color: white;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
}

.chapter .video-info .title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: var(--dark-green);
}

.chapter .wiew-like span {
  font-size: 13px;
  color: #607b96;
}

.chapter .wiew-like .like {
  padding-left: 15px;
}

.chapter .title-flex {
  padding-left: 0;
}

.chapter .videos-title h2 {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 700;
}

.chapter .video-banner .video-banners {
  width: 100%;
  width: 283px;
  height: 141px;
}

.chapter #videoCount {
  margin-left: -10px;
}

.chapter aside .uk-accordion {
  margin: 0;
  min-height: 0;
}

.chapter aside .uk-accordion li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

aside .uk-accordion .uk-open .main-menu,
aside .sub-accordion .uk-open .chapter-sub-menu,
aside .sub-accordion .uk-open .bank-sub-menu {
  color: var(--orange-color);
  font-weight: bold;
}

.chapter .chapter-unit .uk-accordion .uk-accordion-title {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 0 0;
}

.chapter .main-menu {
  cursor: pointer;
}

.chapter .chapter-category-container {
  margin-top: 10px !important;
}

.chapter .category-link {
  font-size: 13px !important;
}

/* CHAPTERS END */
#reconnect-modal .reconnect-btn {
  padding: 20px 30px;
  margin-bottom: 10px;
}

#reconnect-modal .cancel-btn {
  padding: 20px 50px;
  color: #0b3f54;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

#permission-modal .desc {
  margin-top: 10px;
  margin-bottom: 50px;
}

#permission-modal .warning-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: url("../icon/warning-icon.svg") no-repeat center,
    linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
  margin-bottom: 25px;
}

#permission-modal .reconnect-btn {
  padding: 20px 30px;
  margin-bottom: 10px;
}

#permission-modal .cancel-btn {
  padding: 20px 50px;
  color: #0b3f54;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

progress.uk-progress {
  border: none;
  width: 100%;
  height: 3px;
  background: #e4edfa;
  margin: 0;
}

progress.uk-progress {
  color: #e4edfa;
}

progress.uk-progress::-moz-progress-bar {
  background: #e4edfa;
}

/* orange progress bar */
progress.orange.uk-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ff4b1f 0%, #ff9068 100%);
}

progress.orange.uk-progress::-webkit-progress-bar {
  background: #e4edfa;
}

/* green progress bar */
progress.green.uk-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
}

progress.green.uk-progress::-webkit-progress-bar {
  background: #e4edfa;
}

.swiper-container {
  padding-bottom: 55px;
}

.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #607b96;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b3f54;
}

#datepicker,
#datepicker-demo {
  min-height: 374px !important;
  margin: 52px 20px 0px 20px;
}

.ui-datepicker td {
  position: relative;
}

.send-question .margin-top-custom {
  margin-top: 50px !important;
  margin-bottom: 20px;
}

.specialDay a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #ff734a;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.specialDay .ui-state-active::after {
  background: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
  color: var(--dark-green);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  color: var(--dark-green);
  background: #e5e5e5;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff;
  background: linear-gradient(90deg, #ff4b1f 0%, #ff9068 100%);
}

.ui-datepicker {
  width: initial;
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: none;
}

#ui-id-1.ui-widget.ui-widget-content {
  border: 1px solid rgba(194, 210, 229, 0.3);
  border-top: none;
}

.ui-widget-header .ui-icon,
.ui-icon,
.ui-widget-content .ui-icon {
  background: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: none;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
  right: 0;
  transition: 0.3s ease all;
}

.ui-datepicker .ui-datepicker-prev {
  right: 34px;
  background: url("../icon/prev.svg") 50% 50% no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
  background: url("../icon/next.svg") 50% 50% no-repeat;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0 0 15px;
  padding: 5px 0;
  line-height: 24px;
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  height: 34px;
  display: flex;
  align-items: center;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  height: 24px !important;
  width: fit-content !important;
  display: table-cell;
}

.ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
}

.lesson-box {
  padding: 10px 10px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease box-shadow;
  overflow: hidden;
}

.lesson-box-blank {
  transition: 0.3s ease box-shadow;
}
.lesson-box-blank .btn-wrapper {
  margin: 15px 0px 0px 0;
}
.lesson-box .icon,
.lesson-box-blank .icon {
  margin-right: 10px;
}
.lesson-box-blank .title {
  font-weight: 400;
}
.lesson-box .timer {
  margin-left: auto;
  color: var(--dark-green);
  font-weight: 600;
  font-size: 12px;
  min-width: 50px;
  text-align: right;
}

.lesson-box .continue-text-color {
  color: var(--orange-color);
}

.lesson-box:hover {
  box-shadow: 12px 18px 20px rgb(112 144 176 / 10%);
}

.home-question-bank .swiper-slide {
  width: 345px !important;
}

.home-question-bank .lesson-box .lesson-title {
  width: 100%;
}

.home-practice {
  min-height: 470px;
}

.orange-btn {
  border-radius: 10px;
  background: linear-gradient(
      90deg,
      var(--c1, #ff4b1f) 0%,
      var(--c2, #ff9068) 50%,
      var(--c2, #ff4b1f) 100%
    )
    var(--x, 0) / 200%;
  padding: 18px 50px;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700;
  transition: 0.5s !important;
  border: none;
  cursor: pointer;
}

.orange-btn:disabled,
.orange-btn[disabled],
.orange-btn:hover:disabled,
.orange-btn:hover[disabled] {
  background: #edf4f9;
  color: #607b96;
  pointer-events: none;
}

.dark-blue-btn {
  background: linear-gradient(
      90deg,
      var(--c1, #083648) 0%,
      var(--c2, #547585) 50%,
      var(--c2, #083648) 100%
    )
    var(--x, 0) / 200%;
}

.orange-btn:hover {
  color: var(--white);
  --x: 100%;
  text-decoration: none;
}

.home-practice .swiper-slide {
  width: 230px;
}

.badge-container {
  margin-top: 18px;
}

.home-practice .badge-size {
  display: inline-block;
  padding: 0 11px 0 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.home-practice .green-badge {
  color: #04bdb3;
  background: #ddfcfa url("../icon/check-icon-small.svg") 7px 50% no-repeat;
}

.home-practice .pink-badge {
  color: #ef4646;
  background: #ffefef url("../icon/close-icon-small.svg") 7px 50% no-repeat;
}

.home-practice .gray-badge {
  color: #607b96;
  background: #edf4f9 url("../icon/quest-icon-small.svg") 7px 50% no-repeat;
}

.home-practice .practice-item:hover {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.home-practice .button {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding: 12px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.home-practice .button.orange {
  background: linear-gradient(90deg, #ff4b1f 0%, #ff9068 100%);
}

.home-practice .button.green {
  background: linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
}

.home-practice h3 {
  margin-bottom: 26px;
}

.today-lesson .lesson-box {
  background: #f8fafc;
  padding: 20px 15px;
}

.today-lesson.space-area,
.today-lesson-demo.space-area {
  margin-bottom: 50px;
}

.today-lesson .loading-button {
  height: 12px;
  display: none;
  margin: 0 auto;
}

.today-lesson .js-loading-item .button-text {
  display: none;
}

.today-lesson .js-loading-item .loading-button {
  display: inline-block;
}

.today-lesson .lesson-box:hover {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(112, 144, 176, 0.15);
}

.scroll {
  width:100%;
  max-height: 450px;
  overflow-y: scroll;
  padding-right: 5px;
}

.announcements {
  margin-bottom: 30px;
}

.announcements .scroll .item {
  margin-bottom: 30px;
}

.announcements h3 {
  margin-bottom: 30px;
}

.announcements .scroll .item .badge {
  padding: 5px 10px;
  margin-bottom: 10px;
  color: var(--dark-green);
  background: #c3d4f2;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
}

.announcements .scroll .item .badge span {
  font-size: 12px;
  font-weight: 400;
}

.announcements .scroll .item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--dark-green);
  margin-bottom: 10px;
}

.announcements .scroll .item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.scrollbar::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
  background: #bfd3e7;
  border-radius: 10px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:hover {
  background: #acc9e6;
}

.banner-area.experince {
  height: 150px;
  color: var(--dark-green);
  background: #f1f4ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 60px 20px;
  border-radius: 10px;
}

.experince .title-btn h3 {
  font-size: 18px;
  margin: 0;
  margin-right: 5px;
  line-height: 23px;
}

.experince .title-btn .orange-btn {
  padding: 17px 28px;
  margin-top: 12px;
}

/* Edit Profile */

#edit-profile .input-line input[type="checkbox"],
.change-pass .input-line input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #859fa9;
  border-radius: 5px;
}

#edit-profile [class*="uk-modal-close-"] {
  top: 36px;
  right: 36px;
}

#edit-profile .uk-modal-close-default {
  color: var(--orange-color);
}

#edit-profile.login-step .uk-modal-dialog,
.change-pass .uk-modal-dialog {
  border-radius: 30px;
}

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

#edit-profile .custom-padding,
.change-pass .custom-padding {
  padding: 0px !important;
}

#edit-profile.login-step .login-container,
.change-pass .login-container {
  padding: 50px 40px 0px 40px;
}

#edit-profile .login-container .title,
.change-pass .login-container .title {
  font-size: 36px;
  font-weight: 800;
  color: #0b3f54;
  margin: 0;
}

#edit-profile.login-step .input-line,
.change-pass .input-line {
  padding-top: 20px;
}

#edit-profile.login-step .input-line label,
.change-pass .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

#edit-profile.login-step .input-line .uk-input,
.change-pass .input-line .uk-input {
  margin: 7px 0px 7px 0px;
  background: #ecf2f6;
  border-radius: 10px;
  height: 56px;
  color: #0b3f54;
  font-size: 16px;
}

#edit-profile .uk-modal-dialog,
.change-pass .uk-modal-dialog {
  width: 450px;
}

#edit-profile .uk-modal-body,
.change-pass .uk-modal-body {
  border-radius: 30px;
}

#edit-profile .massage-content .massage,
.change-pass .massage-content .massage {
  padding-top: 3px;
  padding-left: 10px;
  font-size: 14px;
  color: var(--dark-green);
}

#edit-profile .massage-content,
.change-pass .massage-content {
  margin-bottom: 36px;
}

#edit-profile .login-container .toggle-password,
#edit-profile .login-container .key-icon,
.change-pass .login-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

#edit-profile .login-container .pass-contianer,
#edit-profile .login-container .email-container {
  position: relative;
}

.change-pass #edit-profile .checkbox-contain,
.change-pass .checkbox-contain {
  float: right;
  cursor: pointer;
}

#edit-profile .checkbox-contain p,
.change-pass .checkbox-contain p {
  font-size: 14px;
  color: var(--dark-green);
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 0px;
  text-align: right;
  text-decoration: none;
}

#edit-profile .orange-btn,
.change-pass .orange-btn {
  margin-top: 50px;
  margin-bottom: 40px !important;
}

.checkbox-contain a {
  text-decoration: none;
}

.email-container {
  margin-bottom: 13px;
}

label.error {
  font-size: 14px !important;
  color: red !important;
  font-weight: 700 !important;
  /* display: block; */
  margin: 5px 0px;
}

.uk-input.error:focus,
.uk-select.error:focus,
.uk-textarea.error:focus {
  border: 1px solid rgba(235, 52, 73, 0.7);
  box-shadow: rgba(235, 52, 73, 0.1) 0px 4px 12px;
}

#edit-profile .login-container #back,
.change-pass .login-container #back {
  cursor: pointer;
  padding-bottom: 20px;
}

#edit-profile .login-container #back img,
.change-pass .login-container #back img {
  margin-left: -20px;
}

.uk-notification-message {
  padding: 25px 5px 25px 15px;
  width: 345px;
  border-radius: 10px;
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
}

.notification-wrapper .massage p {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 5px 10px;
}

.notification-wrapper .massage p:last-child {
  margin: 0px 10px;
  font-size: 14px;
  font-weight: 400;
}

#questionnaire .uk-modal-body {
  padding: 79px 40px 40px 40px;
  background-color: #f8fafc;
  border-radius: 20px;
  width: 670px;
}

#questionnaire [class*="uk-modal-close"] {
  color: var(--orange-color);
  cursor: pointer;
}

#questionnaire .orange-btn {
  margin-top: 40px;
  width: 175px;
}

#questionnaire .uk-modal-title {
  font-weight: 800;
  font-size: 24px;
  color: var(--dark-green);
  margin-bottom: 10px;
}

#questionnaire .sub-title {
  font-size: 15px !important;
  line-height: 21px;
  margin: 0;
  color: var(--dark-green);
}

#questionnaire-form {
  position: relative;
}

#questionnaire-form #remain {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#questionnaire-form textarea {
  border-radius: 20px;
  margin: 30px 0px 10px;
  padding: 20px;
  resize: none;
  height: 220px;
}

.video-detail-raiting #questionnaire-form textarea {
  margin: 0;
}

.video-detail-raiting #full-stars-example-two {
  margin-bottom: 30px;
}

#questionnaire-form #remain {
  color: #607b96;
  font-size: 12px;
}

.video.video-detail .overflow-wrapper .lesson-box progress {
  margin-top: 10px;
}

.question-inputs div:first-of-type {
  margin-left: 0;
}

#change-password .error {
  display: block;
}

.title-btn .orange-btn {
  font-size: 14px;
}

.lesson-box-blank .dark-blue-btn {
  font-size: 14px;
}

.label-wrapper {
  margin-bottom: 13px;
}

.js-practice .swiper-wrapper {
  z-index: 11;
  padding-bottom: 150px;
}

.js-practice .swiper-pagination {
  bottom: 70px;
}

.js-practice .swiper-wrapper {
  z-index: 11;
  padding-bottom: 80px;
}

.js-practice .swiper-pagination {
  bottom: 70px;
}

.itemheight {
  height: 190px;
  transition: 200ms linear;
  position: relative;
}

.itemheight:hover {
  z-index: 2;
}

.practice-item {
  position: absolute;
  top: 0;
  padding: 30px 20px 48px 20px;
}

.practice-item:hover {
  height: auto !important;
  padding: 30px 20px 48px 20px !important;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 80%);
}

.scroll-modal-container .uk-modal-body {
  padding: 0;
}

.scroll-modal-container [class*="uk-modal-close"] {
  display: flex;
  position: initial;
  margin-left: auto;
  margin-bottom: 30px;
  color: #f85050;
}

.scroll-modal {
  max-height: 630px;
  overflow-y: scroll;
  margin: 15px !important;
  padding: 26px 30px 30px;
}

.scroll-modal::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.scroll-modal::-webkit-scrollbar-track {
  background: tranparent;
}

/* Handle */
.scroll-modal::-webkit-scrollbar-thumb {
  background: #bfd3e7;
  border-radius: 10px;
}

.chapters-item-container .uk-active {
  pointer-events: none;
}

.banks-item-container .uk-active {
  pointer-events: none;
}

.no-border {
  border: none;
}
#solver-no-limit.send-question p,#got-it-no-limit.send-question p{
  margin-top: 10px;
  margin-bottom: 30px;
  width: 260px;
}
.send-question .uk-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 25px 30px 25px;
}

.send-question .uk-modal-body img {
  margin-bottom: 25px;
}

.send-question .uk-modal-dialog {
  border-radius: 20px;
  overflow: hidden;
  background: #f8fafc;
}

.send-question .uk-modal-dialog.small {
  width: 470px;
}

.send-question .uk-modal-dialog.medium {
  width: 670px;
}

.send-question .p-bottom-remove {
  padding-bottom: 0 !important;
}

.send-question h5 {
  color: #0b3f54;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  font-weight: 800;
}

.send-question p {
  text-align: center;
}

.send-question button {
  margin-bottom: 50px;
}

.send-question .note-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #0b3f54;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.send-question .delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #eb3449;
  font-weight: 700;
  text-decoration: none;
}

.send-question .note-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url("../icon/add-note.svg") 0 0 no-repeat;
  margin-right: 5px;
}

.send-question .see-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url("../icon/see-note.svg") 0 0 no-repeat;
  margin-right: 5px;
}

.send-question .delete-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../icon/trash.svg") 0 0 no-repeat;
  margin-right: 5px;
}

.send-question-footer .uk-modal-body {
  padding-bottom: 0;
}

.send-question-footer .uk-modal-footer {
  padding: 0;
  background: #e9eff4;
}

.send-question-footer .uk-modal-footer .uk-modal-content {
  margin: 16px 20px;
}

.send-question-footer [class*="uk-modal-close"] {
  top: 18px;
  right: 19px;
}

.send-question .note-area {
  background: #ffffff;
  border: 1px solid #e4edfa;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100%;
  height: 220px;
  margin: 0 15px 10px 15px;
  padding: 20px;
  resize: none;
}

.send-question .note-area:focus-visible {
  outline: none;
}

.send-question-note h5 {
  margin-top: 35px;
}

.send-question .margin-top-text {
  margin-top: 30px;
}

.send-question textarea {
  width: calc(100% - 30);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--dark-green);
}

.send-question .delete-btn {
  margin-bottom: 26px;
}

textarea::placeholder {
  font-size: 16px;
  color: #6d8297;
  font-family: "Inter", sans-serif;
  opacity: 0.5;
}

textarea:-ms-input-placeholder {
  color: red;
}

textarea::-ms-input-placeholder {
  color: red;
}

.uk-notification-close {
  display: none !important;
}

.search-contain.active .name-contain {
  display: none;
}

.search-contain.active .uk-inline {
  width: 100%;
}

.search-contain {
  margin-top: 50px;
}

.absolute-search {
  position: absolute;
  width: 100%;
  top: 2px;
  right: 0;
  display: none;
  justify-content: flex-end;
}

.search {
  height: initial;
}

.search-text-hide {
  visibility: hidden;
  opacity: 0;
}

.name-contain {
  transition: 0.4s ease opacity, 0.4s ease visibility;
}
.name-contain .sub-title{
  display: none;
}

input.search[type="text"].search-bar-active {
  border-bottom: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input.search[type="text"] {
  height: 50px;
  background: #fff;
  padding: 18px 16px 18px 51px;
  position: relative;
  top: 0;
  left: 0;
  width: 370px;
  padding-left: 51px;
  outline: none;
  border: 1px solid rgba(194, 210, 229, 0, 3);
  border-radius: 10px;
  transition: all 0.5s;
}

input.search[type="text"]:focus {
  width: 100%;
  top: 0;
  right: 0;
}

.search-icon {
  z-index: 2;
  margin-right: -36px;
  margin-top: 0;
  padding: 0;
}

.divSelection {
  list-style-type: none;
  padding: 15px 16px;
  cursor: pointer;
  transition: 0.5s;
}

.divSelection span {
  display: block;
  font-weight: 700;
  padding-left: 15px;
}

.divSelection span:last-child {
  color: #607b96;
  font-weight: 400;
  font-size: 13px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f8fafc;
  color: #0b3f54;
  border: none;

  border-radius: 5px;
}

.ui-menu-item.ui-state-active {
  background: #f8fafc;
  color: #0b3f54;
  border: none;
  font-weight: 700;
  border-radius: 5px;
}

.complate-item:hover {
  background-color: #f8fafc !important;
  border: none !important;
  outline: none !important;
}

.ui-menu-item:hover {
  background-color: #f8fafc !important;
  border: none !important;
  outline: none !important;
}

.complate-item:hover {
  background-color: transparent !important;
}

.ui-menu {
  width: 770px;
  z-index: 0;
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
}

.ui-complate-content {
  padding: 15px;
}

.datepicker-scheletrone {
  background: url("../img/study-scheletrone.svg") no-repeat;
  padding-bottom: 50px;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}

.ui-autocomplete-loading {
  background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif)
    no-repeat;
  background-position: right 10px center;
}

#modal-media-video .uk-modal-dialog {
  background-color: transparent;
}

.question-photo-container {
  text-align: center;
  width: 100%;
}

.question-photo-container > img {
  max-width: 100%;
}

.start-practice-exam {
  cursor: pointer;
}

.result-practice-exam {
  cursor: pointer;
}

#send-question-crop .orange-btn {
  min-width: 140px;
  text-align: center;
  padding: 0;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#send-question-crop .loading-item .button-text {
  display: none;
}

#send-question-crop .loading-item .loading-button {
  display: inline-block;
}

#send-question-crop .loading-button {
  height: 12px;
  display: none;
}

#send-question-crop .lds-ellipsis div {
  background: var(--white);
}

/* Buy Solver Css */

.buySolver .big-banners {
  position: relative;
  width: 100%;
  background-image: url("../img/gorsel-banner.jpg");
  background-repeat: no-repeat;
  height: 300px;
  background-size: cover !important;
}

.buySolver .solver-ill {
  position: absolute;
  left: 70%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.buySolver .buy-go-it .big-banners {
  background-image: url("../img/buy-go-it.svg") !important;
}

.buySolver .text-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-85%, -50%);
}

.buySolver .text-content h2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
}

.buySolver .premium .text-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buySolver .premium .text-content h2 {
  color: linear-gradient(to right, red, black);
}

.buySolver .cards {
  cursor: pointer;
  padding-left: 30px;
}

.buySolver .text-content span {
  font-size: 18px;
  color: white;
  line-height: 30px;
}

.buySolver .title {
  font-size: 36px;
  color: var(--dark-green);
  font-weight: 700;
  line-height: 43px;
  margin-top: 80px;
}

.buySolver .description {
  font-size: 18px;
  color: var(--dark-green);
  margin-top: 20px;
}

.buySolver .pricing-card h3 {
  font-weight: 700;
  color: var(--dark-green);
  font-size: 24px;
  margin: 0;
}

.buySolver .pricing-card {
  border-radius: 20px;
  background-color: white;
  transition: 0.5s;
  padding: 30px 29px;
  height: 400px;
}

.premium .pricing-card {
  height: 485px;
}

.buySolver .pricing .pricing-card {
  min-height: 572px;
}

.buy-go-it .pricing-card {
  height: 365px;
}

.buySolver .pricing-card:hover {
  box-shadow: 0px 40px 60px rgba(112, 144, 176, 0.1);
}

.buySolver .pricing-card .price {
  font-size: 48px;
  color: #ff5024;
  margin-top: -5px;
  font-weight: bold;
}

.buySolver .pricing-card .check-contain {
  margin-top: 30px;
  line-height: 36px;
}

.buySolver .icon-ellipse {
  width: 40px;
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
}

.buySolver .icon-ellipse.perple {
  background: linear-gradient(90deg, #f857a6 0%, #ff5858 100%);
}

.buySolver .check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buySolver .pricing-card .check-contain .text {
  font-size: 15px;
  color: var(--dark-green);
  padding-left: 17px;
}

.buySolver .pricing-card .orange-btn {
  margin-top: 50px;
}

.buySolver .buy-server .orange-btn {
  border-radius: 10px;
  background: linear-gradient(
      90deg,
      var(--c1, #ff4b1f) 0%,
      var(--c2, #ff9068) 50%,
      var(--c2, #ff4b1f) 100%
    )
    var(--x, 0) / 200%;
  padding: 18px 50px;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700;
  transition: 0.5s !important;
  border: none;
  cursor: pointer;
}

.buySolver .buy-server .orange-btn:hover {
  color: var(--white);
  --x: 100%;
  text-decoration: none;
}

.buySolver .buy-server .pricing-wrapper .uk-grid > * {
  padding-left: 30px;
}

.buySolver .pricing-wrapper {
  margin-top: 100px;
  margin-bottom: 140px;
}

.buySolver .pricing-card .aqua-btn {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  text-transform: none;
  font-size: 16px;
  padding: 20px 75px;
}

.pricing-table .uk-list > :nth-child(n + 2) {
  margin-top: 0;
}

.buySolver .solver-ill.customs {
  top: 63%;
}

#search-result-container .item {
  padding-left: 30px;
}

#search-result-container {
  margin-left: -30px;
}

#search-result-container .item.uk-grid-margin {
  margin-top: 30px;
}

.buySolver .cards.disabled h3,
.buySolver .cards.disabled .price,
.buySolver .cards.disabled .check-contain .text {
  color: #99acbe !important;
}

.buySolver .cards.disabled .orange-btn:disabled {
  background: #edf4f9;
  color: #99acbe;
}

.buySolver .cards {
  position: relative;
}

.buySolver .pricing .top-img {
  margin-bottom: 18px;
}

.buySolver .pricing .orange-btn {
  width: 180px;
  padding: 20px 0px;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: 15px;
  transform: translate(-50%, 0);
}

.buySolver.premium .cards .price span {
  font-size: 16px;
  line-height: 0px;
  font-weight: 400;
}

.buySolver .pricing .cards:nth-child(2) .price span {
  margin-left: -5px;
}

.buySolver .pricing .cards:nth-child(3) .price span {
  margin-left: 5px;
}

.buySolver.premium .text-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buySolver.premium .text-content h2 {
  color: linear-gradient(to right, red, black);
}

.buySolver.premium .big-banners {
  background-image: url("../img/premium-banner.svg");
}

.buySolver.premium .text-content h2 {
  background: linear-gradient(
    270deg,
    #fdf6ae 0%,
    #e4bd83 33.18%,
    #d8a14b 63.29%,
    #efca9c 98%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buySolver .loading-item {
  width: 370px;
  height: 460px;
  background: var(--light-gray);
  border-radius: 10px;
  margin-left: 30px;
}

.buy-go-it .big-banners {
  background-image: url("../img/buy-go-it.svg") !important;
}

/* Card Information Css */
#card-information .jp-card-container {
  margin: 0;
  margin-right: 10px;
  width: 415px;
  height: 230px;
}

#card-information .uk-modal-dialog {
  border-radius: 20px;
  width: 840px;
}

#card-information .contain {
  padding: 30px 30px 0px 30px;
}

#card-information #order_form,
#card-information #save-card {
  display: flex;
  justify-content: space-between;
}

#card-information .uk-modal-body {
  padding: 0;
}

#card-information #order_form input,
#card-information #save-card input {
  background-color: #e7f0f7;
  height: 56px;
  width: 100%;
  color: var(--dark-green);
  border-radius: 10px;
  outline: none;
  border: none;
  padding-left: 15px;
  display: block;
  margin: 7px 0px 16px 0px;
}

#card-information #order_form .promo-code {
  margin: 0 0 16px 0;
  margin-top: 0px !important;
  margin-right: 20px;
  width: calc(100% - 120px);
}

#card-information #order_form .promo-container {
  margin-top: 13px;
}

#card-information .promo-container .promo-apply {
  width: 120px;
  height: 56px;
  padding: 0;
}

#card-information .uk-grid > * {
  padding-left: 30px !important;
}

#card-information .uk-grid {
  margin-left: -30px;
}

#card-information label.error {
  display: block;
  margin-top: -10px;
  font-size: 12px !important;
}

.custom-confirm:hover {
  color: var(--white);
  --x: 100%;
}

#card-information .form-content {
  width: 39%;
}

#card-information label {
  color: var(--dark-green);
  font-weight: 600;
  font-size: 14px;
}

#card-information .title h2 {
  font-size: 28px;
  color: var(--dark-green);
  margin-bottom: 35px;
  font-weight: bold;
}

#card-information .card-wrapper {
  margin-top: 30px;
  margin-left: 40px;
}

#card-information .jp-card {
  border: 1px solid #e7f0f7;
}

#card-information .lock-content p {
  font-size: 13px;
  color: var(--dark-green);
  padding-left: 10px;
}

#card-information .down-content .subscription span {
  font-size: 16px;
  color: #607b96;
}

#card-information .down-content {
  background-color: #f7f9fd;
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
  width: 100%;
}

#card-information .down-content .subscription .price {
  color: #ff5024;
  font-size: 24px;
  font-weight: 700;
}

#card-information .orange-btn {
  width: auto;
  height: 56px;
}

#card-information [class*="uk-modal-close"] {
  top: 36px;
  right: 36px;
  color: var(--dark-green);
}

/* Chapter Css */

.chapter {
  overflow-x: hidden !important;
}

.chapter .lets-test {
  background: #ffc03d;
  border-radius: 10px;
  margin-left: 10px;
}

.chapter .lets-test .lets-test-title {
  padding: 20px;
}

.chapter .title-container .lets-test-title h3 {
  font-size: 18px;
  color: #624110;
}

.chapter .title-container .lets-test-title p {
  font-size: 14px;
}

.chapter .title-container .btn-grid .orange-btn {
  border-radius: 5px;
  font-size: 16px;
  padding: 18px 14px;
}

.chapter .title-container {
  margin-bottom: 50px !important;
}

.chapter .title-container .btn-grid {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
}

.loading-banner {
  width: 100%;
  height: 92px;
  background: #ecf2f7;
  border-radius: 10px;
  margin: 40px 0 50px 0;
}

.side-menu {
  padding-bottom: 150px;
}

.chapter .uk-width-medium.side-menu {
  width: 340px;
  padding-left: 79px;
}

.question-bank .uk-width-medium.side-menu {
  padding-left: 79px;
}

.question-bank .loading-item {
  width: 100%;
  height: 90px;
  background: var(--light-gray);
  border-radius: 10px;
}

.chapter .loading-item {
  width: 100%;
  height: 245px;
  background: var(--light-gray);
  border-radius: 10px;
}

.chapters-content .swiper-slide .loading-item {
  width: 100%;
  height: 340px;
  background: var(--light-gray);
  border-radius: 10px;
}

.question-bank-mini-content .loading-item {
  width: 100%;
  height: 126px !important;
  background: var(--light-gray);
  margin-bottom: 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.practice-swiper .loading-item {
  width: 100%;
  height: 189px;
  background: var(--light-gray);
  border-radius: 10px;
}

.today-lesson .loading-item {
  width: 100%;
  height: 103px;
  background: var(--light-gray);
  margin-bottom: 10px;
  border-radius: 10px;
}

.chapters-item-container .loading-item {
  width: 145px;
  background: var(--light-gray);
  border-radius: 10px;
  height: 20px;
}

.banks-item-container .loading-item {
  width: 145px;
  background: var(--light-gray);
  border-radius: 10px;
  height: 20px;
}

.home-practice .loading-item {
  width: 100%;
  background: var(--light-gray);
  border-radius: 10px;
  height: 189px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
  animation-delay: 1s, 480ms;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
  background-position: center;
}

/* Question Bank css */
#question-bank-questions .lds-ellipsis {
  height: 14px;
}

#question-bank-questions .lds-ellipsis div {
  background: #fff;
}

.question-bank {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.test-count {
  color: var(--dark-green);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.container {
  width: 1280px;
  margin: auto;
  border-top: none;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  background: none;
  position: relative;
}

.wrapper::before,
.wrapper::after {
  content: "";
  width: 50vw;
  position: absolute;
  top: 0;
  height: 100%;
}

.wrapper::before {
  background: #fff;
  right: 100%;
}

.wrapper::after {
  left: 100%;
  background: inherit;
}

.title-container {
  margin: 40px 0;
}

.title-container h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 0;
}

.title-container p {
  margin-top: 5px;
}

aside .uk-accordion .loading-menu {
  /* width:100%; */
  height: 23px;
  background: var(--light-gray);
  border-radius: 5px;
  margin: 0 20px 0 0;
}

aside {
  color: var(--dark-green);
  background: #fff;
}

aside .uk-accordion {
  margin: 0;
  min-height: 600px;
}

aside .uk-accordion .uk-accordion-title::before {
  background-image: url("../icon/chevron.svg");
  transition: 0.3s ease transform;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

aside .uk-accordion .uk-open > .uk-accordion-title::before {
  background-image: url("../icon/chevron.svg");
  transform: rotate(180deg);
  filter: invert(50%) sepia(78%) saturate(1308%) hue-rotate(332deg)
    brightness(101%) contrast(101%);
}

aside .uk-accordion .uk-accordion-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: var(--dark-green);
}

aside .uk-accordion-title:hover {
  color: currentColor;
}
.chapter .lesson-box progress{
  margin-top: 18px;
    border-radius: 2px;
}
aside .uk-accordion li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

aside .uk-accordion > :nth-child(n + 2) {
  margin-bottom: 30px;
}

aside .uk-accordion-content {
  padding-right: 7px;
  margin-left: 7px;
}

aside .uk-accordion-content a {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-green);
  line-height: 22px;
  padding: 5px 0;
  margin-bottom: 5px;
  text-decoration: none;
  transition: 0.3s ease color;
}

aside .uk-accordion-content a:hover {
  color: var(--orange-color);
}

aside .uk-accordion-content a.active {
  color: var(--orange-color);
  font-weight: bold;
}

aside .chapter-sub-menu.active {
  color: var(--orange-color);
  font-weight: bold;
}
/* .lesson-box .icon {
  background: url("../icon/green-play.svg") 0 0 no-repeat;
} */

.lesson-box .bank-lock-icon {
  background: url(../icon/bank-lock-icon.svg) no-repeat;
  min-width: 44px;
  min-height: 44px;
  margin-right: 10px;
}

.bank-lesson-info {
  padding: 10px 0 0 0;
}

.chapter-unit ul {
  margin: 0;
  min-height: 0;
}

.chapter-unit .uk-accordion .uk-accordion-title {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 0 0;
}

.chapter-unit li {
  margin-bottom: 0 !important;
}

.chapter-category-container {
  margin-top: 10px !important;
}

/* Footer Css */
footer {
  border-top: 59px solid #e9eff4;
  padding: 70px 0 20px 0;
  color: var(--dark-green);
  background: var(--white);
  position: relative;
  z-index: 2;
}

footer .uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}

footer .uk-iconnav > * > a {
  color: #607b96;
}

footer .uk-iconnav > * > a:hover {
  color: var(--dark-green);
}

footer a,
footer p {
  color: var(--dark-green);
  font-size: 14px;
}

footer a {
  font-size: 16px;
}

footer a:hover {
  color: currentColor;
  text-decoration: none;
}

footer p {
  margin: 20px 0 30px 0;
}

footer .links h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-green);
}

footer .padding-right-50 {
  padding-right: 50px;
}

footer .app-download a {
  margin-bottom: 10px;
}

footer .bottom-area span {
  font-size: 14px;
}

footer hr {
  border-color: #bfd2ee;
  opacity: 0.3;
}

footer .links h4 {
  text-align: right;
  padding-right: 27px;
}

footer .links {
  border-left: 1px solid;
  padding-left: 38px;
}

footer .links:first-child {
  border: none;
}

footer .links:last-child h4 {
  padding-right: 0px;
}

footer .footer-down-content {
  margin-top: 57px !important;
}

@import url("./variables.css");

header {
  background: var(--white);
  padding: 10px 0;
  box-shadow: 0px 5px 10px rgb(9 19 29 / 5%);
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

header .success-icons {
  height: 70px;
  width: 70px;
  background: url("../icon/success.svg") no-repeat center;
}

header .delete-icons {
  height: 70px;
  width: 70px;
  background: url("../icon/delete.svg") no-repeat center;
}

header .custom-alert {
  border-radius: 20px !important;
}

header .custom-alert.delete-alert {
  width: 350px;
}

header .delete-alert {
  border-radius: 30px !important;
  padding: 20px 41px 30px 41px;
}

header .delete-alert .custom-buttons {
  margin-top: 20px !important;
}

header .delete-alert .custom-cancel {
  background-color: #edf4f6 !important;
  padding: 18px 55px !important;
  border-radius: 10px;
}

header .delete-alert .custom-confirm {
  padding: 18px 55px !important;
}

header .delete-alert .no-border {
  margin: 0 auto;
}

header .no-border {
  border: 0 !important;
}

header .custom-alert.success-alert {
  width: 400px;
}

header .success-alert .alert-title {
  padding-top: 5px;
}

header .success-alert .custom-buttons {
  margin-top: 50px;
}

header .alert-title {
  color: #0b3f54 !important;
  font-weight: 800 !important;
  font-size: 24px !important;
}

header .alert-text {
  font-weight: 400 !important;
  color: #0b3f54 !important;
  line-height: 21px !important;
  font-size: 16px !important;
}

header .custom-confirm {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200% !important;
  text-transform: none !important;
  font-size: 15px !important;
  padding: 18px 50px !important;
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700 !important;
  transition: 0.5s !important;
  border: none !important;
  border-radius: 10px !important;
}

header .custom-cancel {
  background: none !important;
  color: #0b3f54 !important;
  font-weight: 700 !important;
}

header .custom-buttons {
  margin-top: 50px;
}

header .swal2-container .select-styled {
  display: none;
}

header .uk-navbar-container:not(.uk-navbar-transparent) {
  background: var(--white);
}

header .uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--dark-green);
}

header .buy-container a {
  flex-direction: column;
  transition: 0.5s;
}

header .buy-container a.green-box:hover {
  background-color: #b7e5de;
}

header .buy-container a.purple-box:hover {
  background-color: #f7d2da;
}

header .uk-navbar-dropdown {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 10%);
}

header .custom-dropdown {
  width: 300px;
  line-height: 36px;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  margin-top: -2px;
}

header .custom-dropdown .uk-nav > li > a {
  padding-left: 10px;
  color: var(--dark-green);
}

header .custom-dropdown .uk-nav > li > a:hover {
  background: #f8fafc;
  transition: 0.5s;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: 700;
}

header .uk-navbar-dropdown-nav > li > a {
  font-size: 14px;
  color: var(--dark-green);
}

header .uk-navbar-dropdown-nav > li.uk-active > a {
  font-size: 14px;
  color: var(--dark-green);
  background: var(--light-gray);
}

header .uk-navbar-nav > li > a {
  text-transform: capitalize;
  font-size: var(--header-font-size);
  font-weight: 700;
  color: var(--dark-green);
  position: relative;
}

header .uk-navbar-nav > li > a.active {
  color: var(--orange-color);
}

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

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

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

header .uk-navbar-nav > li > a.active::before {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--orange-color);
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.6s ease width;
}

header .uk-navbar-nav > li > .orange-btn.active::before {
  display: none;
}

header .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 76px;
  height: 44px;
} */
header .select-styled {
  background-image: url("/assets/icon/down-black.svg") !important;
  background-repeat: no-repeat !important;
  padding: 14px 12px 14px 15px;
  font-weight: 700;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--dark-green);
  background: var(--light-gray);
  border-radius: var(--border10);
  background-position: 75% 50%;
  align-items: center;
  justify-content: center;
}

header .select-content-ln .select-styled {
  margin-right: 20px;
}

header .header-notifications {
  transition: 0.3s;
}

header .hover-active-content {
  padding-top: 15px;
}

header .notification-none {
  padding: 16px 0;
}

header .notification-none .bell-icon {
  width: 20px;
  height: 20px;
  background: url("../icon/notification-not-yet.svg") 0 0 no-repeat;
  margin-right: 10px;
}

header .notification-none .notification-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-green);
  margin-bottom: 10px;
}

header .notification-none .notification-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

header .hover-active-content .no-notification-text {
  margin: 0 auto !important;
}

header .hover-active-content .text-content-wrapper {
  margin-left: 12px;
  border-bottom: 1px solid #e4edfa;
  width: 100%;
}

header .text-content-wrapper.last {
  border: 0;
}

header .noti-dropdowns {
  left: -312px !important;
  padding: 9px 22px;
  border-radius: 10px;
  width: 355px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  box-shadow: none;
}

header .notification-scroll {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}

header .header-notifications:hover {
  background-color: #0b3f54;
}

header .text-content-wrapper .years {
  padding-bottom: 15px;
  font-size: 13px;
  color: #607b96;
}

header .hover-active-content .icon img {
  width: 20px;
  max-width: 20px;
}

header .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 10px;
}

header .selectbox {
  display: none !important;
}

header .select-styled:active:after,
header .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

header .select-options {
  display: none;
  position: absolute;
  margin-top: 10px;
  border-radius: 10px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  color: black;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: white;
}

header .select-options li {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
}

header .select-options li:hover,
header .select-options li.is-selected {
  background-color: #f8fafc;
  font-weight: 700;
  border-radius: 10px;
}

header .select-options li[rel="hide"] {
  display: none;
}

header .uk-navbar-right .sub-item div {
  text-transform: capitalize;
  font-size: var(--header-font-size);
  font-weight: 700;
  color: var(--dark-green);
  text-decoration: none;
  cursor: pointer;
}

header .uk-navbar-right .sub-item:nth-of-type(1) {
  padding: 0 15px;
}

header .uk-navbar-nav > li {
  padding: 0 15px;
}

header .uk-navbar-nav > li > a.active:hover::before {
  width: 100%;
  background: var(--orange-color);
}

header .uk-navbar-item,
.uk-navbar-nav > li > a,
header .uk-navbar-toggle {
  padding: 0;
}

header .uk-nav-primary > li > a.active {
  color: var(--dark-green);
  background: var(--white);
  padding-left: 10px;
  font-weight: bold;
}

header .uk-nav-primary > li > a.active:hover {
  color: var(--dark-green);
}

header .selectbox {
  min-width: 76px;
  padding: 14px 12px 14px 15px;
  font-weight: 700;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--dark-green);
  background: var(--light-gray);
  border-radius: var(--border10);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .uk-navbar-nav > li > a.orange-btn {
  min-height: 50px;
  color: var(--white);
  padding: 0 15px;
}

.v2 .uk-logo {
  max-width: 182px;
}

header.v2 {
  box-shadow: 0px 5px 10px rgba(9, 19, 29, 0.05);
  position: relative;
  z-index: 2;
}

header.v2 .uk-navbar-nav > li {
  padding: 0 20px;
}

header.v2 .uk-navbar-nav > li > a {
  font-weight: 600;
}

header.v2 .menu-space {
  margin-left: 15px;
}

header .lang-arrow {
  display: flex;
  flex-direction: row;
  margin-left: 8px;
}

header .mini-notification {
  margin-right: 20px;
}

header .mini-notification .uk-badge {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--red);
  border-radius: 50%;
  min-width: initial;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 600;
  color: #f1f6fb !important;
}

header .mini-notification button {
  width: 44px;
  height: 44px;
  /* background: #f8fafc; */
  background: var(--light-gray);
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* .mini-notification button::before {
  height: 26px;
  content: url("../icon/bell.svg");
} */
header .mini-notification button span {
  background-image: url("../icon/bell.svg");
  width: 26px;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
}

header .header-notifications:hover .white-reverse {
  background-image: url("/assets/icon/white-notification.png");
}

header .mini-profile {
  padding: 0;
}

header .mini-profile button {
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--dark-green);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}

header .mini-profile .name {
  margin: 0 10px;
  display: inline-block;
}

header .navbar-margin {
  margin-right: 50px;
}

header .profile-dropdown {
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 12px 12px rgb(0 0 0 / 15%);
}

header .premium-container {
  background: url("../img/header-premium.svg"),
    linear-gradient(90deg, #083648 0%, #547585 100%);
  background-position: center;
  display: flex;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}

header .premium-container .target-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  padding: 0;
}

header .gold-diamond {
  background: url("../icon/gold-diamond.svg") no-repeat center;
  width: 45px;
  height: 40px;
  margin: 25px 0 25px 20px;
}

header .premium-container .text-container {
  display: flex;
  align-items: flex-start;
  margin-left: 15px;
  margin-top: 15px;
  text-align: center;
  flex-direction: column;
}

header header .premium-container .text-container .premium-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

header .premium-container .text-container .premium-desc {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-top: -5px;
}

header .profile-dropdown .buy-container {
  display: flex;
  flex-direction: row;
}

header .profile-dropdown .green-box {
  background: #d9faf5;
  width: 50%;
  margin-right: 10px;
  border-radius: 10px;
}

header .profile-dropdown .green-box .check-ellipse {
  background: url("../icon/check-icon-small-white.svg") no-repeat center,
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}

header .profile-dropdown .solver-text {
  color: #0b3f54;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  line-height: 16px;
}

header .profile-dropdown .purple-box {
  background: #ffe4ea;
  width: 50%;
  border-radius: 10px;
}

header .profile-dropdown .purple-box .person-ellipse {
  background: url("../icon/persons.svg") no-repeat center,
    linear-gradient(90deg, #f857a6 0%, #ff5858 100%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}

header .profile-dropdown a {
  width: 100%;
  display: flex;
  padding: 15px 10px 15px 10px;
  color: #0b3f54;
  border-radius: 5px;
}

header .profile-dropdown a:hover:not(.target-link) {
  font-weight: 700;
  background: #f8fafc;
  text-decoration: none;
}

header .profile-dropdown .links {
  margin-top: 15px;
  margin-bottom: 35px;
}

header .profile-dropdown .logout img {
  margin-right: 10px;
}

header .ellipsis-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ellipsis-container .lds-ellipsis div {
  width: 20px;
  height: 20px;
}

.menu-ellipses .lds-ellipsis div {
  width: 8px;
  height: 8px;
}

.menu-ellipses .lds-ellipsis {
  height: 20px;
  width: 100%;
}

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

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--dark-green);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

header .mini-profile-photo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

header .uk-button .lds-ellipsis,
.start-question-banks .lds-ellipsis {
  height: 14px;
}

header .uk-button .lds-ellipsis div,
.start-question-banks .lds-ellipsis div {
  background: #fff;
}

header .menu-space {
  margin-left: 0px;
}

header .noti-dropdowns .desc a {
  text-decoration: none;
  color: inherit;
}

header .active-menu {
  color: #ff744b !important;
}

/*Link Page Css */
.linkPage .uk-nav-default > li.uk-active .links {
  color: #ff744b;
  text-decoration: none;
}

.linkPage .uk-nav-default > li > a:hover {
  color: #0b3f54;
}

.linkPage .uk-nav-default > li .links {
  display: flex;
  align-items: center;
  color: #0b3f54;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
  border: none;
  background: none;
  cursor: pointer;
}

.linkPage .uk-nav-default > li .arrow-icon {
  background: url("../icon/link-arrow.svg");
  width: 6px;
  height: 10px;
  margin: 0 25px;
}

.linkPage .uk-nav-default > li.uk-active .arrow-icon {
  background: url("../icon/orange-arrow.svg");
  width: 6px;
  height: 10px;
  margin: 0 25px;
}

.linkPage .link-container {
  padding-bottom: 320px;
  padding-left: 80px;
}

.linkPage .content-box {
  margin-top: 40px;
}

.linkPage .content-box .title {
  font-weight: 700;
  color: #0b3f54;
  font-size: 24px;
}

.linkPage .content-box .content {
  margin-top: 30px;
  height: 550px;
  width: 870px;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  color: #0b3f54;
}

.linkPage .content-box .content {
  background-color: inherit !important;
}

.linkPage .uk-accordion li {
  padding: 30px 25px 30px 20px;
  background: white;
  border-radius: 10px;
}

/* .linkPage .uk-accordion li a {
  padding: 30px 25px 30px 20px;
} */

.linkPage .uk-accordion-content p {
  padding-top: 17px;
}

.linkPage .uk-accordion-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #0b3f54;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.linkPage .uk-accordion-title:hover {
  color: #0b3f54;
  text-decoration: none;
}

.linkPage .uk-accordion .uk-open .uk-accordion-title {
  color: #ff744b;
}

.linkPage .uk-accordion-content {
  display: flow-root;
  padding-bottom: 14px;
}

.linkPage .uk-accordion-content p {
  color: #607b96;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 0;
}

.linkPage .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("../icon/close-accordion.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.linkPage .uk-open > .uk-accordion-title::before {
  background-image: url("../icon/open-accordion.svg");
}

.linkPage .search-container {
  width: 370px;
  height: 50px;
  background: #ffffff;
  border: 1px solid rgba(194, 210, 229, 0.3);
  border-radius: 10px;
}

.linkPage .search-icon {
  background: url(../icon/search-icon.svg);
  margin: 15px 10px 15px 15px;
  width: 24px;
  height: 20px;
}

.linkPage .accordion-container {
  margin-top: 20px;
}

.linkPage .search-input {
  margin: auto 0;
  padding: 0;
  border: none;
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
}

.linkPage .search-input::placeholder {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
}

.linkPage .search-input:-ms-input-placeholder {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
}

.linkPage .search-input::-ms-input-placeholder {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
}

.linkPage {
  overflow: hidden;
}

.accordion-container .uk-accordion .uk-open {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.linkPage .uk-accordion > :nth-child(n + 2) {
  margin-top: 10px;
}

.linkPage .title-container {
  margin: 40px 0px 60px 0px !important;
}

.js-faq-content .loading-item {
  width: 100%;
  height: 82px;
  background: var(--light-gray);
  margin-top: 10px;
  border-radius: 10px;
}

/* Login Modal Css */
.loginModal.login-step .uk-modal-dialog {
  border-radius: 30px;
  overflow: hidden;
}

.loginModal .uk-modal-custom-width {
  width: 456px;
}

.loginModal [class*="uk-modal-close-"] {
  right: 20px;
  top: 20px;
}

.loginModal .custom-padding {
  padding: 0px !important;
  background: white;
}

.loginModal.login-step .login-container {
  padding: 50px 40px 0px 40px;
}

.loginModal .login-container .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #0b3f54;
  margin: 0;
}

.loginModal.login-step .input-line {
  padding-top: 30px;
}

.loginModal.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.loginModal.login-step .input-line .uk-input {
  margin: 10px 0px;
  background: #ecf2f6;
  border-radius: 10px;
  height: 56px;
  color: #0b3f54;
  font-size: 16px;
}

.loginModal .login-container .pass-contianer {
  position: relative;
}

.loginModal .login-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.loginModal#login-modal label.error,
.loginModal#create-account-modal label.error,
.loginModal #verification-code-form label.error {
  margin-bottom: 0px !important;
}

.loginModal #sign-up .error,
.loginModal #register .error {
  color: #eb3449 !important;
  display: block;
  margin-bottom: 5px;
}

.loginModal.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.loginModal .login-container .orange-btn {
  height: 56px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginModal .uk-button {
  text-transform: none;
}

.loginModal .or-continue-with p {
  position: relative;
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}

.loginModal .or-continue-with p span {
  position: absolute;
  top: 15px;
  width: 123px;
  background: white;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 1%;
  font-size: 15px;
  text-align: center;
}

.loginModal .social-media {
  margin-top: 20px;
}

.loginModal .social-icons {
  display: flex;
  justify-content: space-around;
}

.loginModal .social-icons .apple,
.loginModal .facebook,
.loginModal .google {
  display: flex;
  align-items: center;
}

.loginModal .social-icons div {
  height: 56px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 10%);
  padding: 10px 50px;
  cursor: pointer;
}

.loginModal .create-account p {
  font-size: 14px;
  text-align: center;
  padding-top: 43px;
}

.loginModal.login-step .create-account a {
  color: #ff6d43;
  font-weight: 700;
  text-decoration: none;
}

.loginModal .loginModal .l {
  text-align: right;
  float: right;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.loginModal.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.loginModal.login-step .input-line label.l {
  margin-top: 10px;
  margin-bottom: 40px;
}

.loginModal.login-step .input-line label a {
  color: #0b3f54;
  text-decoration: none;
}

.loginModal .input-line .checkbox-contain {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}

.loginModal#create-account-modal .input-line input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #859fa9;
  border-radius: 5px;
}

.loginModal#create-account-modal .input-line input[type="checkbox"]:checked {
  border: 1px solid transparent;
}

.loginModal .input-line input[type="checkbox"] {
  border: 1px solid #859fa9;
  margin-top: 0px;
  margin-right: 5px;
}

.loginModal .input-line .checkbox-contain span {
  font-size: 14px;
  color: #607b96;
}

.loginModal .input-line .uk-checkbox:checked,
.loginModal .uk-checkbox:indeterminate,
.loginModal .uk-radio:checked {
  background-color: #ff6d43;
}

.loginModal #verification-form {
  display: flex;
  padding: 0 15px;
  flex-direction: column;
}

.loginModal #verification-form .uk-input {
  height: 100px;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.loginModal#verification .resend-code {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #0b3f54;
}

.loginModal#verification .resend-code span {
  color: #ff6d43;
  font-weight: 700;
  cursor: pointer;
}

.loginModal#verification .resend-code p {
  margin: 0;
}

.loginModal#verification button {
  margin-bottom: 50px;
}

.loginModal#verification .login-container {
  padding-bottom: 50px;
}

.loginModal#verification .top-icon {
  margin-left: -20px;
  margin-bottom: 15px;
}

.loginModal #verification-form .uk-input:focus {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  background-color: white !important;
  border: none;
}

.loginModal #verification-form .uk-input {
  border: none;
}

#sign-up .lds-ellipsis {
  height: 15px;
}

#sign-up .lds-ellipsis div {
  background: white;
}

.loginModal #sign-up input.error,
.loginModal #register input.error,
.loginModal #verification-form input.error {
  color: black;
  background: rgba(235, 52, 73, 0.05);
  border: 1px solid rgba(235, 52, 73, 0.7);
}

.loginModal #verification-form input.error {
  color: #eb3449 !important;
}

.loginModal #verification-code .login-container,
.loginModal #verification-code-success .login-container,
.loginModal #check-mail .login-container {
  padding: 50px 40px 40px 40px;
}

.loginModal #verification-code .login-container .orange-btn,
.loginModal #verification-code-success .login-container .orange-btn {
  margin-top: 120px;
}

.loginModal #verification-code-success .login-container .orange-btn {
  margin-top: 205px;
}

.loginModal #verification-code-success .login-container,
.loginModal #congratulations .login-container {
  text-align: center;
}

.loginModal #verification-code-success .login-container .subtitle-contain img {
  display: none;
}

.loginModal #verification-code-success .login-container .title {
  font-size: 28px;
  line-height: 33px;
  margin-top: 20px;
}

.loginModal #verification-code-success .login-container .subtitle-contain {
  margin-top: 40px;
}

.loginModal #verification-code-success .login-container {
  padding-top: 100px;
}

.loginModal .subtitle-contain {
  display: flex;
  align-items: flex-start;
  margin: 15px 0px 20px 0px;
}

.loginModal .subtitle-contain img {
  margin-top: 5px;
}

.loginModal .subtitle-contain .subtitle {
  padding-left: 10px;
}

.loginModal .form-icon-back {
  margin-left: -20px;
  margin-bottom: 15px;
}

.loginModal #forgot-password-form.login-step.input-line {
  padding-top: 20px;
}

.loginModal #forgot-password-form .orange-btn {
  margin: 100px 0 40px 0;
}

.loginModal input.error {
  background: rgba(235, 52, 73, 0.05) !important;
  border: 1px solid rgba(235, 52, 73, 0.7);
}

.loginModal .error {
  color: #eb3449 !important;
  display: block;
  margin-bottom: 5px;
}

.loginModal input.error:focus {
  border: 1px solid rgba(235, 52, 73, 0.7);
}

/* Notification Detail Css */
.notification .container-custom {
  max-width: 970px;
  margin-top: 40px;
}

.notification .title h2 {
  font-weight: 700;
  color: var(--dark-green);
}

.notification .hover-active-content {
  background-color: white;
  padding: 20px 22px;
  border-radius: 10px;
  margin-top: 20px;
}

.notification .hover-active-content .icon img {
  max-width: 30px;
  max-height: 30px;
}

.notification .hover-active-content .text-content-wrapper {
  border-bottom: none;
}

.notification .hover-active-content .years {
  padding-bottom: 0px;
}

.notification .text-content-wrapper {
  margin-left: 12px;
}

.notification-scroll .text-content-wrapper .desc {
  margin-bottom: 15px;
}

.notification .years {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #607b96;
}

.notification .hover-active-content {
  padding-top: 15px;
}

.notification .hover-active-content .desc {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-green);
}

.notification .hover-active-content .text-content-wrapper {
  margin-left: 12px;
}

.practic-exam .practice-hover-footer {
  margin: 0 auto !important;
}

.practic-exam .home-practice {
  min-height: 0px !important;
}

.practic-exam h3 {
  margin-top: 100px;
  margin-bottom: 5px;
}

.practic-exam .time {
  color: #607b96;
  font-size: 14px;
}

/* Practice Exam Modals Css */
.modal-question-start .uk-modal-body {
  padding: 58px 80px 44px 80px;
}

.modal-question-start .uk-modal-dialog {
  color: #fff;
  background: #0b3f54;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
}

.modal-question-start .uk-modal-dialog p,
.modal-question-start .uk-modal-dialog .uk-modal-title {
  color: #fff;
  line-height: 22px;
}

.modal-question-start .uk-modal-dialog .uk-modal-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.modal-question-start .uk-modal-dialog .uk-modal-title b {
  font-weight: 800;
  display: block;
}

.modal-question-start [class*="uk-modal-close-"] {
  top: 36px;
  right: 36px;
}

.practiceExamModal.modal-questions .uk-modal-dialog {
  background: #f8fafc;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  transform: translate(-50%);
}

.practiceExamModal#modal-media-video .uk-modal-dialog {
  width: 1024px;
}

.practiceExamModal.modal-questions .question-inputs {
  margin-top: 15px;
}

.practiceExamModal#practice-result [class*="uk-modal-close-"] {
  top: 36px;
  right: 36px;
}

.practiceExamModal.modal-questions .question-inputs label {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: 0.3s ease background;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--dark-green);
}

.practiceExamModal.modal-questions .document-open {
  width: 70px;
  height: 70px;
  background: #073042;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.practiceExamModal.modal-questions .document-open img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.practiceExamModal.modal-questions .uk-modal-dialog:first-child {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  -moz-animation: fadeIn 1.5s ease;
  min-height: 650px;
  -webkit-animation: fadeIn 1.5s ease;
  animation: fadeIn 1.5s ease;
  transition: margin 1s ease;
}

.practiceExamModal.modal-questions .uk-modal-dialog:first-child.active {
  margin-left: -200px;
}

.practiceExamModal#back {
  cursor: pointer;
}

.practiceExamModal.modal-questions .question-inputs label:hover,
.practiceExamModal.modal-questions .question-inputs label:active,
.practiceExamModal.modal-questions .question-inputs label.active {
  background: #d8e5f8;
}

.practiceExamModal.modal-questions .question-inputs label.false {
  background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.practiceExamModal.modal-questions .question-inputs label.true {
  background: linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.practiceExamModal.modal-questions .question-inputs label.false,
.practiceExamModal.modal-questions .question-inputs label.true {
  color: #fff;
}

.practiceExamModal.modal-questions .uk-checkbox,
.practiceExamModal.modal-questions .uk-radio {
  width: 24px;
  height: 24px;
  background-color: #fff;
  margin-right: 20px;
  transition: 0.3s ease background;
}

.practiceExamModal .uk-radio:checked {
  background: #fff url("../icon/ellipse-radio.svg") center center no-repeat !important;
  border-color: #859fa9;
}

.practiceExamModal.modal-questions .uk-modal-body h3 {
  margin: 15px 0 35px 0;
}

.practiceExamModal.modal-questions .uk-modal-body .small-font {
  color: var(--dark-green);
  font-size: 13px;
}

.practiceExamModal .next-btn svg,
.practiceExamModal .prev-btn svg {
  width: 12px;
  height: 12px;
}

.practiceExamModal .question-input-wrap {
  min-height: 273px;
}

.practiceExamModal .next-btn,
.practiceExamModal .prev-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: var(--dark-green);
  padding: 18px 14px;
  border-radius: 10px;
}

.practiceExamModal .next-btn {
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
}

.practiceExamModal .next-btn span {
  margin-right: 20px;
  text-transform: none;
}

.practiceExamModal .prev-btn {
  min-width: 120px;
  display: flex;
  justify-content: flex-start;
  padding-right: 20px;
}

.practiceExamModal .prev-btn svg {
  margin-right: 20px;
}

.practiceExamModal.modal-questions .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.practiceExamModal.modal-questions .uk-modal-body {
  padding: 0;
}

.practiceExamModal .question-content-wrapper {
  padding: 25px 40px 40px;
}

.practiceExamModal.modal-questions .question-header {
  height: 140px;
  background-color: #0b3f54;
  border-radius: 20px 20px 0px 0px;
  align-items: center;
  padding: 0 70px 0px 31px;
}

.practiceExamModal.modal-questions .time-question-counter,
.practiceExamModal.modal-questions .time-question-counter h3,
.practiceExamModal.modal-questions .time-question-counter p {
  color: white;
  margin: 0;
  text-align: center;
}

.practiceExamModal.modal-questions .time-question-counter p {
  font-size: 14px;
}

.practiceExamModal.modal-questions .time-question-counter .question-time {
  font-weight: 900;
  font-size: 28px;
}

.practiceExamModal.modal-questions .time-question-counter .question-counter {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.practiceExamModal.modal-questions [class*="uk-modal-close-"] {
  top: 35px;
  right: 35px;
}

/* Keys Modal*/
.practiceExamModal#practice-exam-questions .key-contain-wrapper {
  padding-right: 0px;
}

.practiceExamModal#practice-exam-questions #back {
  padding: 35px 25px 10px 30px;
}

.practiceExamModal#practice-exam-questions .key-content .wrapper {
  padding: 0;
}

.practiceExamModal .key-content .key-contain-wrapper .key-wrapper {
  padding: 10px 25px 10px 30px;
  transition: 0.5s;
}

.practiceExamModal .key-content .key-contain-wrapper:last-child {
  border-radius: 0px 0px 20px 20px;
}

.practiceExamModal.modal-questions.key-content
  .key-contain-wrapper
  .key-wrapper:hover {
  background-color: #d9e5f6;
}

.practiceExamModal.modal-questions .key-content {
  width: 430px;
  position: absolute;
  top: 50px;
  z-index: -1;
  left: 50%;
  margin: 0;
  -moz-animation: fadeIn 1.5s ease;
  -webkit-animation: fadeIn 1.5s ease;
  animation: fadeIn 1.5s ease;
  transition: margin 1s ease;
}

.practiceExamModal .key-content.active {
  margin-left: 370px;
}

.practiceExamModal .key-contain-wrapper {
  overflow-y: scroll;
  height: 525px;
  max-height: 650px;
  padding-right: 10px;
}

.practiceExamModal .key-content .key-wrapper {
  border-bottom: 1px solid #e4edfa;
  padding: 10px 0;
}

.practiceExamModal .key-content .keys .ellipses {
  width: 50px;
  height: 50px;
  background-color: #edf4f9;
  border-radius: 50%;
  color: #607b96;
  margin-left: 10px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  pointer-events: none;
}

.practiceExamModal .key-content .keys .ellipses span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.practiceExamModal.modal-questions .x-close {
  color: white;
}

.practiceExamModal .key-content .keys .ellipses:hover {
  background-color: #e2e7eb;
}

.practiceExamModal .key-content .keys .ellipses.active {
  background-color: #ff6d43;
  color: white;
}

.practiceExamModal .key-content .question-number {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 15px;
}

.practiceExamModal .key-content .wrapper::before {
  display: none;
}

.practiceExamModal.uk-modal {
  overflow-x: hidden;
}

.play-icon {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  background: url("../icon/info-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.no-border {
  border: 0 !important;
}

.delete-icon {
  border: 0 !important;
  background: url(/assets/icon/delete-icon.svg) no-repeat center;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
#send-question-note .delete-btn .delete-icon{
  margin-top: 0px !important;
}
.alert-title {
  color: #0b3f54 !important;
  font-weight: 800 !important;
  font-size: 24px !important;
}

.delete-alert-title {
  color: #0b3f54 !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  padding-top: 0 !important;
}

.custom-alert {
  border-radius: 20px !important;
}

.custom-delete-alert {
  border-radius: 30px !important;
  width: 370px !important;
}

.alert-text {
  font-weight: 400 !important;
  color: #0b3f54 !important;
  line-height: 21px !important;
  font-size: 16px !important;
}

.custom-close {
  color: red !important;
}

.custom-buttons {
  flex-direction: column;
}

.custom-confirm {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200% !important;
  text-transform: none !important;
  font-size: 15px !important;
  padding: 16px 50px !important;
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700 !important;
  transition: 0.5s !important;
  border: none !important;
  border-radius: 10px !important;
}

.practiceExamModal .custom-confirm:hover {
  color: var(--white);
  --x: 100%;
}

.custom-confirm:focus {
  box-shadow: none !important;
}

.custom-cancel {
  background: none !important;
  color: #0b3f54 !important;
  font-weight: 700 !important;
}

.custom-delete-cancel {
  background: #edf4f6 !important;
  text-transform: none !important;
  font-size: 15px !important;
  padding: 16px 50px !important;
  line-height: var(--header-font-size);
  color: #0b3f54 !important;
  font-weight: 700 !important;
  transition: 0.5s !important;
  border: none !important;
  border-radius: 10px !important;
}

.practiceExamModal.practice-exam-result .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
  background: #0b3f54;
  color: #ffffff;
}

.practiceExamModal.practice-exam-result .check-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../icon/check-icon-big.svg"),
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  margin: auto;
}

.practiceExamModal.practice-exam-result .title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-top: 25px;
  line-height: 27px;
}

.practiceExamModal.practice-exam-result .description {
  color: #ffffff;
  text-align: center;
  max-width: 420px;
  margin: auto;
  font-weight: 400;
}

.practiceExamModal.practice-exam-result .result-type {
  padding: 30px 0;
  font-size: 16px;
  color: #607b96;
}

.practiceExamModal.practice-exam-result .type-container {
  text-align: center;
  margin: auto;
  width: 375px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  margin-top: 7px;
}

.practiceExamModal.practice-exam-result .count {
  font-size: 28px;
  font-weight: 700;
}

.practiceExamModal.practice-exam-result .correct-count {
  color: #01cdad;
}

.practiceExamModal.practice-exam-result .wrong-count {
  color: #f85050;
}

.practiceExamModal.practice-exam-result .result-container {
  border-right: 1px solid #cddcf1;
}

.practiceExamModal.practice-exam-result .result-container:nth-of-type(3) {
  border-right: none;
}

.practiceExamModal.practice-exam-result .uk-subnav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.practiceExamModal.practice-exam-result .uk-subnav-pill > .uk-active > a,
.practiceExamModal.practice-exam-result .uk-subnav-pill > * > a:hover,
.practiceExamModal.practice-exam-result .uk-subnav-pill > * > a:active {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #177d9e;
  padding: 10px 30px;
}

.practiceExamModal.practice-exam-result .uk-subnav-pill > * > :first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #0b3f54;
  padding: 12px 15px;
  border-radius: 7px;
}

.practiceExamModal.practice-exam-result .question-result-container {
  background: #0d536f;
  padding: 15px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.practiceExamModal.practice-exam-result .question-result-container:hover {
  background: #196e90;
  cursor: pointer;
}

.practiceExamModal.practice-exam-result .question-result-type {
  display: flex;
  align-items: center;
}

.practiceExamModal.practice-exam-result .correct-icon {
  background-image: url("../icon/correct-icon.svg");
  height: 14px;
  width: 19px;
}

.practiceExamModal.practice-exam-result .wrong-icon {
  background-image: url("../icon/wrong-icon.svg");
  height: 20px;
  width: 20px;
}

.practiceExamModal.practice-exam-result .blank-icon {
  background-image: url("../icon/blank-icon.svg");
  height: 20px;
  width: 20px;
}

.practiceExamModal.practice-exam-result .question-number {
  padding-left: 20px;
}

.practiceExamModal.practice-exam-result .result-ellipse {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: url("../icon/play-icon.svg"),
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  background-repeat: no-repeat;
  background-position: center;
}

.practiceExamModal.practice-exam-result .js-filter {
  height: 250px;
  overflow-y: scroll;
}

.practiceExamModal.practice-exam-result .uk-modal-body {
  padding: 75px 20px 20px 20px;
}

.practiceExamModal.practice-exam-result .result-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.practiceExamModal.practice-exam-result .orange-btn {
  border-radius: 10px;
  background: linear-gradient(
      90deg,
      var(--c1, #ff4b1f) 0%,
      var(--c2, #ff9068) 50%,
      var(--c2, #ff4b1f) 100%
    )
    var(--x, 0) / 200%;
  padding: 20px 40px;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700;
  transition: 0.5s !important;
  text-align: center;
}

.practiceExamModal.practice-exam-result .orange-btn:hover {
  color: var(--white);
  --x: 100%;
}

.practiceExamModal.practice-exam-result .result-buttons .aqua-btn {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  border-color: transparent;
  width: 170px;
}

.practiceExamModal.practice-exam-result .result-buttons a {
  color: var(--white);
}

.practiceExamModal.practice-exam-result .result-buttons a {
  text-decoration: initial;
}

.practiceExamModal.practice-exam-result * + .uk-grid-margin,
.practiceExamModal.uk-grid + .uk-grid,
.practiceExamModal.uk-grid > .uk-grid-margin {
  margin-top: 20px;
}

.practiceExamModal.modal-questions .key-content .key label input {
  width: 50px;
  height: 50px;
  background-color: #edf4f9;
  border-radius: 50%;
  color: #607b96;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.practiceExamModal .open-ended, #question-bank-questions .open-ended,#solvent-questions-modal .open-ended{
  background-color: #edf4f9;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  color: #607b96;
  height: 56px;
  border: none;
  outline: none !important;
  margin-left: -15px;
  padding-left: 20px;
  -moz-appearance: textfield;
}
.practiceExamModal .open-ended::-webkit-inner-spin-button, #question-bank-questions .open-ended::-webkit-inner-spin-button,#solvent-questions-modal .open-ended::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.practiceExamModal .open-ended::-webkit-outer-spin-button, #question-bank-questions .open-ended::-webkit-outer-spin-button,#solvent-questions-modal .open-ended::-webkit-outer-spin-button{
  -webkit-appearance: none;
}
#question-bank-questions .open-ended.error,#solvent-questions-modal .open-ended.error{
  border: 1px solid rgba(235, 52, 73, 0.7);
  color: #eb3449;
}
#question-bank-questions .open-ended-button,#solvent-questions-modal .open-ended-button{
  margin-left:20px;
  padding: 18px 30px;
}
#question-bank-questions .open-ended-button.check-icon,#solvent-questions-modal .open-ended-button.check-icon{
  background: url('../icon/check-white.svg') center no-repeat,linear-gradient( 90deg, var(--c1, #05b1b7) 0%, var(--c2, #00cdac) 50%, var(--c2, #05b1b7) 100% ) var(--x, 0) / 200%;
  border-radius: 10px;
  cursor: pointer;
}
#question-bank-questions .open-ended-button.play-icon,#solvent-questions-modal .open-ended-button.play-icon{
  background: url('../icon/play-icon.svg') center no-repeat,linear-gradient( 90deg, var(--c1, #05b1b7) 0%, var(--c2, #00cdac) 50%, var(--c2, #05b1b7) 100% ) var(--x, 0) / 200%;
  height: 22px;
  width: 0px;
  border-radius: 10px;
  cursor: pointer;
}
.practiceExamModal .open-ended::placeholder, #question-bank-questions .open-ended::placeholder,#solvent-questions-modal .open-ended::placeholder {
  color:#607B96;
  opacity: 0.5;
}
.practiceExamModal .open-ended-answers {
  padding-right: 40px;
  width: initial;
  cursor: pointer;
}

.practiceExamModal .flexss {
  display: flex;
  flex-direction: column;
}

.practiceExamModal .question-inputs ul, #question-bank-questions .question-inputs ul, #solvent-questions-modal .question-inputs-container ul {
  padding-left: 10px;
}
.practiceExamModal .question-inputs ul li, #question-bank-questions .question-inputs .rules li, #solvent-questions-modal .question-inputs-container .rules li {
  color: #607B96;
  opacity: 0.5;
}
#question-bank-questions .question-inputs .true-answers, #solvent-questions-modal .question-inputs-container .true-answers {
  color: black;
  font-weight: bold;
  display: none;
}

.practiceExamModal .custom-buttons {
  margin-top: 50px;
}

.practiceExamModal .remaining-time span {
  background-color: #0d536f;
  color: #c5dbe3;
  padding: 10px 15px 20px 15px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 14px;
  z-index: -1;
  position: relative;
}

.practiceExamModal .practic-exam {
  padding-bottom: 50px;
}

.practiceExamModal .practice-item {
  position: absolute;
  top: 0;
  padding: 30px 20px 48px 20px;
}

.practiceExamModal .practice-item:hover {
  height: auto !important;
  padding: 30px 20px 48px 20px !important;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 80%);
}

.practiceExamModal .back-arrow {
  background-image: url("/assets/icon/next-white.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-position: center;
}

.practiceExamModal .next-btn svg,
.practiceExamModal .prev-btn svg {
  width: 12px;
  height: 12px;
}

.practiceExamModal .question-input-wrap,#question-bank-questions .question-input-wrap,#solvent-questions-modal .question-input-wrap {
  min-height: 273px;
}

.practiceExamModal .next-btn,
.practiceExamModal .prev-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: var(--dark-green);
  padding: 18px 14px;
  border-radius: 10px;
}

.practiceExamModal .next-btn {
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
}

.practiceExamModal .next-btn span {
  margin-right: 20px;
}

.practiceExamModal .prev-btn {
  min-width: 120px;
  display: flex;
  justify-content: flex-start;
  padding-right: 20px;
}

.practiceExamModal .prev-btn svg {
  margin-right: 20px;
}

.practiceExamModal .js-prev-btn span {
  margin-right: 15px;
}

.practiceExamModal .js-prev-btn .back-arrow {
  margin-right: 20px;
}

.practiceExamModal #filters {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

.practiceExamModal.practice-exam-result .button-group .button {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #0b3f54;
  padding: 10px 30px;
  border-radius: 7px;
}

.practiceExamModal.practice-exam-result .button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #eee;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient(
    to bottom,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.2)
  );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.practiceExamModal.practice-exam-result .button:active,
.practiceExamModal.practice-exam-result .button.is-checked {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #177d9e;
  padding: 10px 30px;
}

.practiceExamModal.practice-exam-result .grid {
  height: 242px !important;
  overflow-y: scroll;
}

#questionnaire .loading-item {
  pointer-events: none;
}

#questionnaire .loading-item .button-text {
  display: none;
}

#questionnaire .practiceExamModal .loading-item {
  pointer-events: none;
}

#questionnaire .loading-button {
  height: 12px;
  display: none;
}

#questionnaire .loading-item .loading-button {
  display: block;
}

#questionnaire .lds-ellipsis div {
  background: white;
}

.practiceExamModal .loading-button {
  display: none;
}

.practiceExamModal .loading-item .loading-button {
  display: inline-block;
}

.practiceExamModal .loading-item .button-text {
  display: none;
}

.practiceExamModal .lds-ellipsis {
  height: 14px;
}

.practiceExamModal .lds-ellipsis div {
  background: #fff;
}

.practiceExamModal .practice-answer-item {
  cursor: pointer;
}

.practiceExamModal .player-content {
  width: 100%;
  float: left;
  position: relative;
}

.practiceExamModal .player-content::before {
  content: " ";
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  float: left;
}

.practiceExamModal#practice-question-video
  .player-content
  .player-content-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.practiceExamModal#practice-question-video
  .player-content
  .player-content-inner
  #player-wrapper-2 {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 10px;
}

.practiceExamModal#practice-question-video .player-poster {
  background: url("../img/video-skeleton.svg") no-repeat;
}

.practiceExamModal#practice-question-video .uk-modal-dialog {
  background: transparent;
}

.practiceExamModal#practice-exam-questions
  .practice-question-container
  h3
  > img {
  height: auto !important;
}

.practiceExamModal#practice-exam-questions .current-question {
  color: #ff6d43;
}

/* Question Bank Modals */
.modalClosed .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
}

.question-bank .lesson-box {
  height: 96px;
  padding: 10px;
}

.question-bank .custom-margin .lesson-box .modalClosed .uk-modal-close-default {
  color: var(--orange-color);
}

.question-bank .custom-margin .uk-grid-margin {
  margin-top: 20px;
}

#bank-false-video.modalClosed [class*="uk-modal-close-"],
#practice-false-video.modalClosed [class*="uk-modal-close-"] {
  top: 36px;
  right: 36px;
  background: url("../icon/close-lightbox.svg") 0 0 no-repeat;
  width: 14px;
  height: 14px;
}

.modalClosed .uk-modal-body {
  padding: 74px 40px 40px;
}

#question-bank-start .uk-modal-body {
  padding: 58px 0 44px 0;
}

#question-bank-start .uk-close {
  color: white;
}

#question-bank-start .uk-modal-dialog {
  color: #fff;
  background: #0b3f54;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
}

#question-bank-questions .btn-flex {
  margin-top: 50px;
}

#question-bank-result .result-buttons .custom-next {
  padding: 0 !important;
  height: 56px;
}

#question-bank-result .result-buttons .custom-next span {
  padding-left: 30px;
}

#question-bank-result .result-buttons .custom-next img {
  margin-right: 10px;
}

#question-bank-start .uk-modal-dialog p,
#question-bank-start .uk-modal-dialog .uk-modal-title {
  color: #fff;
  line-height: 22px;
}

#question-bank-start .uk-modal-dialog .uk-modal-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

#question-bank-start .uk-modal-dialog .uk-modal-title b {
  font-weight: 800;
  display: block;
}

#question-bank-start .uk-modal-dialog p {
  margin-bottom: 40px;
  padding: 0 40px;
}

#question-bank-questions .uk-modal-dialog {
  background: #f8fafc;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

#question-bank-questions .question-inputs {
  /*padding-left: 15px; */
  margin-top: 50px;
}

#question-bank-questions h3 {
  font-size: 28px;
}

#question-bank-questions .question-inputs label {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: 0.3s ease background;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  line-height: 19px;
  color: var(--dark-green);
}

#question-bank-questions .question-inputs label:hover,
#question-bank-questions .question-inputs label:active,
#question-bank-questions .question-inputs label.active {
  background: #d8e5f8;
}

#question-bank-questions .question-inputs label.false {
  background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

#question-bank-questions .question-inputs label.true {
  background: linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

#question-bank-questions .question-inputs label.false,
#question-bank-questions .question-inputs label.true {
  color: #fff;
}

#question-bank-questions .uk-checkbox,
#question-bank-questions .uk-radio {
  min-width: 24px;
  min-height: 24px;
  background-color: #fff;
  margin-right: 20px;
  transition: 0.3s ease background;
}

.uk-radio:checked {
  background: #fff url("../icon/ellipse-radio.svg") center center no-repeat !important;
  border-color: #859fa9;
}

#question-bank-questions .uk-modal-body h3 {
  margin: 15px 0 35px 0;
}

#question-bank-questions .uk-modal-body .small-font {
  color: var(--dark-green);
  font-size: 13px;
}

#question-bank-questions .next-btn,
#question-bank-questions .prev-btn,
#question-bank-questions .finish-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: var(--dark-green);
  padding: 18px 14px;
  text-transform: none;
  border-radius: 10px;
}

#question-bank-questions .prev-btn img {
  transform: rotate(180deg);
}

#question-bank-questions .prev-btn {
  min-width: 120px;
  display: flex;
  justify-content: space-around;
  padding-right: 20px;
}

#question-bank-questions .prev-btn:disabled {
  background-color: #e7f0f7;
  color: #607b96;
}

#question-bank-questions .next-btn,
#question-bank-questions .finish-btn {
  min-width: 120px;
  display: flex;
  justify-content: space-around;
  padding-left: 20px;
}

#question-bank-questions .next-btn svg,
#question-bank-questions .prev-btn svg {
  width: 12px;
  height: 12px;
}

#question-bank-questions .prev-btn svg {
  margin-right: 20px;
}

#question-bank-questions .next-btn svg {
  margin-left: 20px;
  transform: rotate(180deg);
}

#question-bank-questions svg.prev-icon path {
  fill: #fff;
}

#question-bank-questions svg.next-icon path {
  fill: #fff;
}

#question-bank-result .uk-modal-dialog {
  background: #0b3f54;
  color: #ffffff;
}

#question-bank-result .check-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../icon/check-icon-big.svg"),
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  margin: auto;
}

#question-bank-result .title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-top: 25px;
  line-height: 27px;
}

#question-bank-result .description {
  color: #ffffff;
  text-align: center;
  max-width: 420px;
  margin: auto;
  font-weight: 400;
}

#question-bank-result .result-type {
  padding: 30px 0;
  font-size: 16px;
  color: #607b96;
}

#question-bank-result .type-container {
  text-align: center;
  margin: auto;
  width: 375px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  margin-top: 40px;
}

#question-bank-result .count {
  font-size: 28px;
  font-weight: 700;
}

#question-bank-result .correct-count {
  color: #01cdad;
}

#question-bank-result .wrong-count {
  color: #f85050;
}

#question-bank-result .result-container {
  border-right: 1px solid #cddcf1;
}

#question-bank-result .result-container:nth-of-type(3) {
  border-right: none;
}

#question-bank-result .uk-subnav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

#question-bank-result .uk-subnav-pill > .uk-active > a,
#question-bank-result .uk-subnav-pill > * > a:hover,
#question-bank-result .uk-subnav-pill > * > a:active {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #177d9e;
  /* padding:10px 30px */
}

#question-bank-result .uk-subnav-pill > * > :first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  background: #0b3f54;
  padding: 12px 15px;
  border-radius: 7px;
}

#question-bank-result .question-result-container {
  background: #0d536f;
  padding: 15px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#question-bank-result .question-result-container:hover {
  background: #196e90;
  cursor: pointer;
}

#question-bank-result .question-result-container .video-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#question-bank-result .question-result-type {
  display: flex;
  align-items: center;
}

#question-bank-result .correct-icon {
  background-image: url("../icon/correct-icon.svg");
  height: 14px;
  width: 19px;
}

#question-bank-result .wrong-icon {
  background-image: url("../icon/wrong-icon.svg");
  height: 20px;
  width: 20px;
}

#question-bank-result .blank-icon {
  background-image: url("../icon/blank-icon.svg");
  height: 20px;
  width: 20px;
}

#question-bank-result .question-number {
  padding-left: 20px;
}

#question-bank-result .result-ellipse {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: url("../icon/play-icon.svg"),
    linear-gradient(90deg, #05b1b7 0%, #00cdac 100%);
  background-repeat: no-repeat;
  background-position: center;
}

#question-bank-result .close-margin {
  margin-bottom: 30px;
}

#question-bank-result .js-filter {
  height: 250px !important;
  overflow-y: scroll;
}

#question-bank-result .uk-modal-body {
  padding: 75px 20px 20px 20px;
}

#question-bank-result .result-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#question-bank-result .orange-btn {
  border-radius: 10px;
  background: linear-gradient(
      90deg,
      var(--c1, #ff4b1f) 0%,
      var(--c2, #ff9068) 50%,
      var(--c2, #ff4b1f) 100%
    )
    var(--x, 0) / 200%;
  padding: 20px 40px;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: var(--white);
  font-weight: 700;
  transition: 0.5s !important;
  text-align: center;
}

#question-bank-result .orange-btn:hover {
  color: var(--white);
  --x: 100%;
}

#question-bank-result .result-buttons .aqua-btn {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  border-color: transparent;
  width: 170px;
}

#question-bank-result .result-buttons a {
  color: var(--white);
}

#question-bank-result .result-buttons a {
  text-decoration: initial;
}

#question-bank-questions .correct-ellipse {
  margin-left: auto !important;
  min-height: 40px;
  min-width: 40px;
  border-radius: 20px;
  background: url("../icon/green-rec.svg"), #fff;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}

#question-bank-questions .true .correct-ellipse {
  visibility: initial;
  pointer-events: initial;
  cursor: pointer;
}

#question-bank-questions .one .correct-ellipse {
  visibility: hidden;
}

#question-bank-questions .true .correct-ellipse {
  visibility: visible;
}

#question-bank-questions .true {
  display: flex;
  align-items: center;
}

#question-bank-questions .question-bank-answers label {
  display: flex;
  align-items: center;
  min-height: 52px;
}

.player-content {
  width: 100%;
  float: left;
  position: relative;
}

.player-content::before {
  content: " ";
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  float: left;
}

#bank-false-video .player-content .player-content-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

#bank-false-video .player-content .player-content-inner #player-wrapper-2 {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 10px;
}

#bank-false-video .player-poster {
  background: url("../img/video-skeleton.svg") no-repeat;
}

#bank-false-video .uk-modal-dialog,
#practice-false-video .uk-modal-dialog {
  background: transparent;
  width: 950px;
  height: 750px;
}

.modalClosed .loading-item {
  pointer-events: none;
}

.modalClosed .loading-button {
  display: none;
}

.modalClosed .loading-item .loading-button {
  display: inline-block;
}

.modalClosed .loading-item .button-text {
  display: none;
}

#question-bank-questions .question-text img {
  height: auto !important;
}

.question-bank-result .isotope-items,
.solution-element .isotope-items {
  width: calc(50% - 20px);
  margin: 0 10px 15px 10px;
}

.question-bank-result .isotope-items::marker,
.solution-element .isotope-items::marker {
  content: "";
}

/* Profile Css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
@import url("../css/header.css");
@import url("../css/footer.css");
@import url("../css/variables.css");
@import url("../css/home.css");

body {
  background: #f8fafc;
}

.profile .contents {
  padding-top: 30px;
}

#save-photo .contain {
  padding: 30px 30px 0px 30px;
}

#save-photo .uk-modal-body {
  padding: 0px;
}

#save-photo .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
}

#save-photo .down-content {
  background-color: #f7f9fd;
  border-radius: 0px 0px 20px 20px;
  padding: 30px;
}

#save-photo .title h2 {
  font-size: 28px;
  color: var(--dark-green);
  margin-bottom: 33px;
  font-weight: bold;
}

#save-photo .crop,
#save-photo .crop img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

#save-photo .crop-desc {
  margin-top: 10px;
  margin-bottom: 23px;
  color: var(--dark-green);
  font-size: 13px;
}

#save-photo [class*="uk-modal-close-"] {
  top: 30px;
  right: 30px;
  color: var(--dark-green);
}

.profile .promo {
  width: 100%;
  height: auto;
  padding: 34px 0;
  background: #0b3f54 url("../img/profile-bg.png") 0 0 no-repeat;
  background-size: cover;
}

.profile .chart-header .select-styled {
  background: none;
  background-position: right 9px;
  padding-right: 20px;

  color: #ff553c;
  background-image: url("/assets/icon/orange-down-arrow.svg") !important;
}

.profile .chart-header .select-options {
  left: -10px;
}

.profile .contents .uk-grid > * {
  padding-left: 40px;
}

.profile .chart-header .select {
  width: auto;
  height: auto;
  position: relative;
}

.profile .chart-header .select-hidden {
  display: none !important;
}

.profile h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.profile h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.profile h3 span {
  font-weight: 400;
}

.profile .promo .profile-pic {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}

.profile .profile-pic .uk-dropdown {
  min-width: 150px;
}

.profile .profile-pic .fav-dropdown {
  padding: 10px 10px;
}

.profile .promo .profile-pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.profile .promo .profile-pic::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../icon/profile-icon.svg") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile .promo h4 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.profile .promo span {
  font-size: 16px;
  font-weight: 400;
  color: #79a2b2;
}

.profile .promo .promo-text .item {
  color: #fff;
  margin-left: 50px;
}

.profile .promo .promo-text .item div:first-of-type {
  font-weight: 700;
  font-size: 26px;
  min-height: 40px;
}

.profile .section-second .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.profile .section-second .chart-header span {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 600;
}

.profile .section-second .chart-header .uk-select {
  width: auto;
  height: 19px;
  font-size: 12px;
  padding-left: 6px;
  border: none;
  border-radius: 5px;
  color: #ff553c;
  font-weight: 700;
  background-color: #fff;
  background-image: url("../icon/orange-arrow-down.svg");
  background-position: 50% 20%;
}

.profile .section-second .chart-container {
  background-color: #fff;
  padding: 20px 20px 32px;
  border-radius: 10px;
  min-width: 240px;
  min-height: 200px;
}

.profile .section-second .chart {
  display: flex;
  justify-content: space-between;
  flex: 1;
  position: relative;
  height: 150px;
}

.profile .section-second .chart .chart-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile .section-second .chart .chart-line .line {
  border-top: 1px dashed #d3d8dd;
}

.profile .section-second .chart .chart-line .line-active {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dashed #d3d8dd;
  z-index: 0;
}

.profile .section-second .chart .chart-bar {
  height: 150px;
  width: 2px;
  background: #eabfb9;
  border-radius: 39px 39px 0px 0px;
  position: relative;
  z-index: 1;
}

.profile .section-second .chart .chart-bar .meter {
  width: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -2px;
  background: #ff553c;
  border-radius: 39px 39px 0px 0px;
}

.profile .section-second .chart .chart-bar .meter:hover::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  left: -4px;
  background: url("../icon/chart-hover-icon.svg");
  transition: 0.4s ease all;
}

.profile .section-second .chart .chart-bar .date {
  position: absolute;
  right: 50%;
  bottom: -20px;
  font-size: 10px;
  transform: translateX(50%);
}

.profile .section-warning {
  padding-bottom: 30px;
}

.profile .section-warning .uk-accordion-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #a0afbf;
  border-radius: 5px 5px 0 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.profile .section-warning .uk-accordion-title::before {
  order: 1;
  margin-left: auto;
  background-image: url("../icon/orange-arrow-down.svg") !important;
}

.profile .section-warning .uk-accordion-title .uk-icon {
  margin-right: 10px;
}

.profile .section-warning .uk-accordion-title:hover {
  color: #fff;
}

.profile .section-warning .uk-accordion-content {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  padding: 20px;
  font-size: 13px;
  line-height: 24px;
}

.profile .section-warning .uk-accordion-content p {
  margin-bottom: 10px;
}

.profile .section-warning .uk-accordion-content p + p {
  margin-top: 10px;
}

.profile .tooltip-color {
  background: #0b3f5485;
  color: #fff;
  border-radius: 15px;
  padding: 4px 9px;
}

.profile .padding-statics {
  padding: 0 30px;
  background: #fff;
  border-radius: 10px;
  margin-right: 0;
  min-height: 252px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.profile .uk-grid > *.app-statics {
  padding-left: 0 !important;
}

.profile .app-statics .item-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.profile .contents .fit-content {
  height: 500px;
}

.profile .app-statics .border-right {
  border-right: 1px solid #e4edfa;
}

.profile .app-statics .border-bottom {
  border-bottom: 1px solid #e4edfa;
}

.profile .app-statics .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-green);
}

.profile .app-statics .stat-text {
  color: #607b96;
  font-size: 13px;
  font-weight: 400;
}

.profile .situation {
  position: relative;
}

.profile .situation img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.profile #pendingQuest .situation::after {
  display: none;
}

.profile .situation::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: -4px;
  border: 4px solid #fff;
}

.profile .online.situation::after {
  background: #04bdb3;
}

.profile .offline.situation::after {
  background: red;
}

.profile .lesson-box {
  width: calc(100% - 30px);
  padding: 15px 10px;
  cursor: pointer;
}

.profile .lesson-box:last-child {
  margin-bottom: 0;
}

#solvent-video-modal .uk-modal-dialog {
  width: 840px;
  border-radius: 10px;
  overflow: hidden;
}

#solvent-video-modal video {
  width: 100%;
}

.profile .lesson-box .lesson-title {
  margin-left: 15px;
}

.profile .lesson-box .icon {
  margin-left: auto;
}

.profile .total-stats {
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
}

.profile .background-white .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-green);
}

.profile .background-white.sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #607b96;
}

.profile .background-white {
  background: #fff;
  border-radius: 10px;
  min-height: initial;
  margin-top: 25px;
}

.profile .title-container {
  padding: 15px 0 0 15px;
  margin: 0;
}

.profile .badge-container {
  display: flex;
  justify-content: space-between;
}

.profile .home-practice .badge-size {
  width: 100%;
  min-height: 30px;
  margin: 15px;
  display: flex;
  padding: 0 11px 0 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.profile .scrollbar {
  max-height: 402px;
  overflow-y: scroll;
}

.profile .scrollbar::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

.profile .scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.profile .scrollbar::-webkit-scrollbar-thumb {
  background: #bfd3e7;
  border-radius: 10px;
}

.profile .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #acc9e6;
}

.profile .contents .uk-subnav > * {
  padding-left: 10px;
}

.profile .padding-left-40 {
  padding-left: 40px;
}

.profile .padding-left-30 {
  padding-left: 30px;
}

.profile .video-cover img {
  width: 100%;
}

.profile .video {
  cursor: pointer;
  transition: 0.4s ease box-shadow;
}

.profile .video:hover {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.profile .video-container {
  margin-top: 50px;
  margin-bottom: 30px !important;
}

.profile .favorites {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark-green);
  background: transparent url("../icon/last-fav-icon.svg") right center
    no-repeat;
  border: none;
  padding-right: 30px;
}

.profile .fav-dropdown {
  padding: 25px 10px;
  border-radius: 10px;
}

.profile .fav-dropdown .uk-link,
.profile .fav-dropdown a {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-green);
  display: block;
  text-decoration: none;
  border-radius: 5px;
  width: auto;
  padding: 10px;
  cursor: pointer !important;
}

#profile-pic input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.profile .fav-dropdown a:hover {
  background: #f8fafc;
  font-weight: 700;
}

.profile .fav-dropdown #select-photo {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-green);
  display: block;
  text-decoration: none;
  border-radius: 5px;
  width: auto;
  padding: 10px;
}

.profile .fav-dropdown #select-photo:hover {
  font-weight: 700;
  cursor: pointer;
}

.profile .fav-dropdown #select-photo label {
  cursor: pointer;
}

#select-photo input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.profile .liked-videos .item {
  margin-bottom: 20px !important;
}

.profile .see-more {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #607b96;
  background: #edf4f9;
  padding: 14px 10px;
  margin: 0 auto 40px !important;
  width: 170px;
  border-radius: 10px;
  transition: 0.4s ease background, 0.4s ease color;
}

.profile .see-more:hover {
  color: var(--white);
  background: var(--dark-green);
  text-decoration: none;
}

.profile .video-modal .uk-modal-dialog {
  width: 750px;
}

.profile .question-alert div:last-child {
  margin-left: 12px;
}

.profile .question-alert h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-green);
}

.profile .question-alert p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-green);
  margin-top: 10px;
}

.profile .cropper-crop-box .cropper-view-box {
  border-radius: 50%;
}

.profile .uk-form-custom:hover {
  background: #f8fafc;
  font-weight: 700;
  display: block;
  cursor: pointer !important;
  border-radius: 5px;
}

.profile .fav-dropdown a:hover {
  font-weight: 700 !important;
}

.profile input[type="file"] {
  opacity: 0;
  cursor: pointer;
  /*
    width: 24px;
    height: 24px;
    font-size: 0;
    position: absolute;
    */
}

.profile .item a {
  text-decoration: none;
}

/* Searching Css */
body {
  background: #f8fafc;
}

.profile .chart-header .select-styled {
  background: none;
  background-position: right;
  padding-right: 20px;
  color: #ff553c;
  background-image: url("/assets/icon/orange-down-arrow.svg") !important;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.profile .chart-header .select-options {
  left: -10px;
}

.profile .contents .uk-grid > * {
  padding-left: 40px;
}

.profile .chart-header .select {
  width: auto;
  height: auto;
}

.profile .chart-header .select-hidden {
  display: none !important;
}

.profile .question-alert {
  margin-top: 60px;
}

.searching .video-card-wrapper .item {
  padding-left: 30px !important;
}

.searching .item a {
  text-decoration: none;
}

.searching .lesson-box {
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
}

.searching .lesson-box {
  padding: 10px 10px 20px 10px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease box-shadow;
  overflow: hidden;
}

.searching .lesson-box .video-banner {
  position: relative;
}

.searching .video-banner .video-banners {
  width: 283px;
  height: 141px;
}

.searching .lesson-box .star-contain {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 56px;
  border-radius: 5px;
  background-color: red;
  background: rgb(237, 244, 249, 0.2);
  transition: 0.5s;
  cursor: pointer;
}

.searching .lesson-box .star-contain img {
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translate(-50%, 0);
}

.searching .lesson-box .star-contain span {
  font-size: 13px;
  color: white;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
}

.searching .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
  background-position: center;
}

.searching .time {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background: #060c0e;
  color: white;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
}

.searching .lesson-box {
  padding: 0;
  cursor: pointer;
}

.searching .video-info {
  padding: 15px;
}

.searching .lesson-box .title,
.searching .lesson-box-blank .title {
  color: var(--dark-green);
  font-weight: 600;
  font-size: 16px;
}

.searching .video-info .title h3 {
  font-size: 16px;
  font-weight: 700;
  min-height: 62px;
  line-height: 21px;
  color: var(--dark-green);
}

.searching .wiew-like span {
  font-size: 13px;
  color: #607b96;
}

.searching .lesson-box progress {
  margin-top: 18px;
  border-radius: 2px;
}

.searching progress.uk-progress {
  color: #e4edfa;
}

.searching progress.uk-progress {
  border: none;
  width: 100%;
  height: 3px;
  background: #e4edfa;
  margin: 0;
}

.searching .lesson-box:hover {
  /* box-shadow: 0px 10px 20px rgb(112 144 176 / 15%); */
  box-shadow: 12px 18px 20px rgb(112 144 176 / 10%);
}

.searching .lesson-box:hover .play-btn {
  background-image: url("/assets/icon/play-mini-active.svg") !important;
}

.searching .lesson-box progress {
  margin-top: 18px;
  border-radius: 2px;
}

.searching .title-container h3 {
  font-size: 27px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 29px;
}

.searching .title-container p {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--dark-green);
}

.searching .search-icon.uk-form-icon {
  width: 50px;
}

.searching .search-icon {
  background: transparent;
  border: none;
  cursor: pointer;
}

.searching .uk-form-icon:not(.search.uk-form-icon-flip) ~ .uk-input {
  padding-left: 50px !important;
}

.searching .search {
  width: 385px;
  height: 50px;
  color: var(--dark-green);
  background: var(--white);
  border: 1px solid rgba(194, 210, 229, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
}

.searching .search:focus {
  color: var(--dark-green);
  border: 1px solid rgba(194, 210, 229, 0.7);
}

/* Settings Css */
.settings-container .big-title {
  color: #0b3f54;
  font-size: 24px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.settings-container .notification-grid {
  margin-left: 0;
  padding-bottom: 130px;
}

.settings-container .left-container {
  padding-left: 0;
  width: 570px;
}

.settings-container .gold-diamond {
  margin: 0;
}

header .text-container .premium-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.settings-container .premium-container .text-container .premium-title {
  font-size: 16px;
}

.settings-container .premium-container .text-container .premium-desc {
  font-size: 13px;
}

.settings-container .premium-container .text-container {
  margin: 0px;
}

.settings-container .premium-container {
  margin: 0;
  background: linear-gradient(90deg, #083648 0%, #547585 100%);
  border-radius: 10px;
}

.settings-container .notification-settings,
.settings-container .settings-container .language-settings {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.settings-container .notification-settings {
  padding: 20px;
}

.settings-container .notification-settings .title,
.language-settings .title {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 700;
}

.settings-container .language-settings {
  padding: 20pxs;
}

.settings-container .notification-settings .description,
.settings-container .language-settings .description {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
}

.settings-container .description .select-styled {
  min-width: 76px;
  background-position: 85% 55% !important;
  margin-left: -15px;
  color: #607b96;
  background: none;
  font-weight: normal;
}

.settings-container .description .select-options {
  left: -80px;
}

.settings-container .description .select-options li {
  text-align: left;
}

.settings-container .switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}

.settings-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #edf4f9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.settings-container .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}

.settings-container input:checked + .slider {
  background-color: #0b3f54;
}

.settings-container input:focus + .slider {
  box-shadow: 0 0 1px #edf4f9;
}

.settings-container input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.settings-container .slider.round {
  border-radius: 34px;
}

.settings-container .slider.round:before {
  border-radius: 50%;
}

.settings-container .language-settings .selectbox {
  min-width: 76px;
  padding: 0px 20px 14px 15px;
  font-weight: 400;
  font-size: var(--header-font-size);
  line-height: var(--header-font-size);
  color: #607b96;
  background: transparent;
  border-radius: var(--border10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-container .language-settings .lang-arrow {
  display: flex;
  flex-direction: row;
  margin-left: 13px;
}

.settings-container .language-settings .uk-button {
  text-transform: none;
}

.settings-container .language-settings {
  padding: 20px;
}

.settings-container .notification-settings .gold-diamond {
  background-image: url("../icon/mini-diamond.svg");
}

.settings-container .notification-settings .premium-container .text-container {
  text-align: left;
  align-items: flex-start;
}

.settings-container .device-settings {
  background: #ffffff;
  border-radius: 10px;
  padding-left: 0;
  margin-left: 30px;
  width: 570px;
  height: 170px;
}

.settings-container .notification-settings .title {
  margin-bottom: 13px;
}

.settings-container .device-settings .big-setting-title {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 15px 20px;
}

.settings-container .device-settings .sub-title {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.settings-container .device-settings .custom-padding {
  margin-left: 20px;
  padding-bottom: 30px !important;
  margin-right: 20px;
}

.settings-container .device-settings .camera-desc {
  width: 100%;
  font-size: 14px;

  color: #607b96;
  font-weight: 400;
}

.settings-container .device-settings .mic-padding {
  padding-top: 30px !important;
  border-top: 1px solid #e4edfa;
}

#begin-tutor .titles {
  text-align: center;
  margin-top: 10px;
  color: #0b3f54;
}

#begin-tutor .uk-close {
  color: #f85050;
}

#begin-tutor .first-title {
  font-size: 20px;
  font-weight: 400;
}

#begin-tutor .big-title {
  color: #0b3f54;
  font-size: 40px;
  font-weight: 800;
  margin-top: 10px;
}

#begin-tutor .connect-tutor {
  background: url("../img/connect-tutor.svg");
  width: 519px;
  height: 224px;
  margin: auto;
  margin-top: 30px;
}

#begin-tutor .description {
  color: #0b3f54;
  font-size: 16px;
  text-align: center;
  padding: 0 35px;
  margin-top: 30px;
}

#begin-tutor .begin-button {
  padding: 19px 45px;
  margin: auto;
  margin-top: 45px;
  display: block;
  background: linear-gradient(
      90deg,
      var(--c1, #ff4b1f) 0%,
      var(--c2, #ff9068) 50%,
      var(--c2, #ff4b1f) 100%
    )
    var(--x, 0) / 200%;
  color: #ffffff;
  transition: 0.5s;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

#begin-tutor .begin-button:hover {
  color: var(--white);
  --x: 100%;
}
.tutor-modals .uk-modal-body {
  background: #f8fafc;
  padding: 74px 45px 40px;
}
.tutor-modals .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
}
#select-chapter .uk-progress {
  border: none;
  width: 100%;
  height: 3px;
  background: #e4edfa;
  margin: 0;
}

#select-chapter .uk-progress {
  color: #e4edfa;
}

#select-chapter .uk-progress::-moz-progress-bar {
  background: #e4edfa;
}

/* orange progress bar */
#select-chapter .orange .uk-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ff4b1f 0%, #ff9068 100%);
}

#select-chapter .orange .uk-progress::-webkit-progress-bar {
  background: #e4edfa;
}

#select-chapter .small-font {
  color: var(--dark-green);
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#select-chapter .title {
  font-size: 24px;
  font-weight: 800;
  color: #0b3f54;
  margin-top: 25px;
}

#select-chapter .title span {
  color: var(--orange-color);
}

#select-chapter .chapters-container {
  margin-top: 25px;
  max-height: 390px;
  overflow: auto;
}

#select-chapter .chapter-box {
  height: 70px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  cursor: pointer;
  transition: 0.5s;
  padding: 0 30px 0 20px;
}

#select-chapter .chapter-box:not(:first-of-type) {
  margin-top: 10px;
}

#select-chapter .chapter-box:hover {
  box-shadow: 0px 10px 20px rgba(112, 144, 176, 0.15);
}

#select-chapter .icon-with-text {
  display: flex;
  align-items: center;
}

#select-chapter .icon-with-text img {
  height: 44px;
  width: 44px;
  border-radius: 10px;
}

#select-chapter .chapter-name {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

#select-chapter .tutor-arrow {
  background: url("../icon/tutor-arrow.svg") center;
  margin: auto 0;
  height: 12px;
  width: 6px;
}

#select-chapter .connect-button {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  color: #ffffff;
  width: 175px;
  height: 55px;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: background 0.5s linear;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}

#select-chapter .connect-last-btn:hover {
  background: linear-gradient(180deg, #f85050 0%, #e24b4b 100%);
}

#select-chapter .connect-last-btn:hover span {
  display: none;
}

#select-chapter .connect-last-btn:hover::before {
  content: "Cancel";
}

#select-chapter .connect-button:disabled {
  background: #edf4f9;
  color: #607b96;
  opacity: 0.6;
  cursor: initial;
}

#select-chapter .uk-radio {
  width: 24px;
  height: 24px;
  background-color: #fff;
  margin: auto 0;
  transition: 0.3s ease background;
}

#select-chapter .uk-radio {
  width: 24px;
  height: 24px;
  background-color: #fff;
  margin: auto 0;
  transition: 0.3s ease background;
}

#select-chapter .connecting-icon {
  background: url("../icon/tutor-searching.svg");
  margin: 0 auto;
  margin-top: 220px;
  margin-bottom: 175px;
  height: 150px;
  width: 150px;
}

#select-chapter .cancel-button {
  background: linear-gradient(180deg, #f85050 0%, #e24b4b 100%);
  color: #ffffff;
  width: 175px;
  height: 55px;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: background 0.5s linear;
  border-radius: 10px;
  margin-top: -75px;
  margin-bottom: 20px;
  cursor: pointer;
}

#select-chapter .cancel-button .delay1 {
  animation: waves 2.5s linear;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
}

#select-chapter .loading-item {
  width: 100%;
  height: 70px;
  background: var(--light-gray);
  margin-top: 10px;
  border-radius: 10px;
}

.delay2 {
  animation: waves 2.5s linear 1.5s forwards;
  animation-iteration-count: infinite;
}

.delay3 {
  animation: waves 2.5s linear 3s forwards;
  animation-iteration-count: infinite;
}

.delay4 {
  animation: waves 2.5s linear 4.5s forwards;
  animation-iteration-count: infinite;
}

.circle {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: rgba(41, 128, 185, 0.08);
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  z-index: -1;
  top: 39%;
  left: 37%;
}

.player-content .star-contain {
  z-index: 9;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(3);
    opacity: 0.2;
  }
}

#preloader {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  background-image: url(../icon/loader.svg);
  background-position: center;
  background-size: 150px;
  background-repeat: no-repeat;
}

.content-success .checkout-loader {
  width: 120px;
  height: 120px;
}

.content-success .descriptions {
  font-weight: 600;
  margin-top: 10px;
}

.lesson-loading {
  width: 370px;
  height: 97px;
  background: var(--light-gray);
  margin-bottom: 10px;
  border-radius: 10px;
}

.lesson-text-loading {
  width: 370px;
  height: 32px;
  background: var(--light-gray);
  margin-bottom: 20px;
  border-radius: 10px;
}

/* Stars */
#full-stars-example-two {
  margin-top: 24px;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}

#full-stars-example-two .rating__icon {
  cursor: pointer !important;
}

#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
  display: none;
}

#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2.2rem;
}

#full-stars-example-two
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #d8e5f8;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: #ffcc33;
  cursor: pointer;
}

#full-stars-example-two
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #d8e5f8;
}

#full-stars-example-two .rating__icon--star {
  color: #ffcc33;
}

#questionnaire [class*="uk-modal-close-"] {
  top: 36px;
  right: 36px;
}

.player-poster[data-poster] .play-wrapper[data-poster] svg {
  fill: var(--dark-green) !important;
}

#questionnaire.video-raiting .user-foto {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 10px;
}

#questionnaire.video-raiting .user-foto img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#questionnaire.video-raiting h2 {
  font-size: 18px;
  margin-bottom: 24px;
}

.profile .chart-header .last-days-statistics {
  background: none;
  background-position: right;
  font-size: 14px;
  font-weight: 700;
  color: #ff553c;
  /* background-image: url("/assets/icon/orange-down-arrow.svg") !important; */
  background-repeat: no-repeat;
}

.profile .section-second .chart-header .select-options {
  display: none;
  position: absolute;
  margin-top: 10px;
  border-radius: 10px;
  top: 100%;
  right: 0;
  left: 0;
  width: 110px;
  z-index: 999;
  color: black;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: white;
}

[class*="uk-modal-close-"] {
  top: 36px !important;
  right: 36px !important;
}

.profile .section-second .chart-header .select-options li {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 12px;
  color: var(--dark-green);
  font-weight: 700;
}

.profile .section-second .chart-header select {
  position: relative;
}

.profile .section-second .chart-header li:hover,
.profile .section-second .chart-header li.is-selected {
  background-color: #f8fafc;
  font-weight: 700;
  border-radius: 10px;
}

.settings-container .premium-container {
  position: relative;
}

.settings-container .premium-container img.diamond {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.settings-container .premium-container img.vector {
  border-radius: 10px;
}

.settings-container .text-container {
  position: absolute;
  top: 50%;
  color: white;
  left: 23%;
  transform: translate(0, -50%);
}

.settings-container .text-container .premium-title {
  font-weight: 700;
}

.settings-container .premium-container a {
}

.settings-container .notification-settings {
  transition: 0.5s;
}
.settings-container .notification-settings .google-apple-pay{
  width: 150px;
  text-align: center;
}

.settings-container .notification-settings:hover {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.settings-container .left-container .uk-position-relative a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  right: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
}

.settings-container .left-container .uk-position-relative a:hover {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

.lesson-box-blank .icon {
  background-image: url("../icon/mini-info-orange.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.lesson-box-blank.disabled .icon {
  background-image: url("../icon/not-create-schedule.svg");
  height: 40px;
  width: 40px;
  margin-right: 0;
  filter: brightness(0) saturate(100%) invert(77%) sepia(10%) saturate(567%)
    hue-rotate(168deg) brightness(88%) contrast(83%);
}

.lesson-box-blank.disabled .lesson-title .title {
  color: #99acbe;
}

.device-settings.one-contain {
  margin-left: 0;
  height: 260px;
}

.settings-container .left-container .monthly-subscription a {
  position: initial;
}

.search-result-notfound .page-title h2 {
  margin-bottom: 7px;
}

.search-result-notfound .hover-active-content {
  border-radius: 0px;
  padding: 40px 20px 30px 0;
}

.search-result-notfound .hover-active-content .text-content-wrapper {
  margin-left: 0;
}

.search-result-notfound .hover-active-content {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-green);
}

.search-result-notfound .hover-active-content {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-green);
  margin-top: 0px;
  background: transparent;
}

.search-result-notfound .hover-active-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.search-result-notfound .hover-active-content ul {
  margin-top: 15px;
  padding-left: 20px;
}

.search-result-notfound .founded h2 {
  font-size: 16px;
  margin: 0px;
}

.search-result-notfound .page-title h2 {
  font-size: 24px;
  font-weight: 800;
}

.card-wrapper .jp-card-container {
  position: relative;
}

.card-wrapper .jp-card-shiny {
  display: none;
  background-image: url("../icon/big-ellipses.svg");
}

.card-wrapper .jp-card .jp-card-front {
  background: white !important;
}

.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number,
.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-name,
.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
  color: var(--dark-green) !important;
}

.card-wrapper .jp-card .jp-card-front .jp-card-logo {
  left: 5%;
}

.card-wrapper .big-ellipses,
.card-wrapper .mini-ellipses {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0px;
}

#search-result-container .loading-menu {
  width: 270px;
  height: 255px !important;
  background: var(--light-gray);
  margin-bottom: 10px;
  margin-left: 30px;
  border-radius: 10px;
}

#card-information .select-styled {
  background: none;
  color: var(--dark-green);
  background-image: url("/assets/icon/dark-blue-down-arrow.svg") !important;
  background: #e7f0f7;
  background-repeat: no-repeat;
  background-position: 90% 52%;
  font-size: 12px;
  padding: 22px 15px;
  width: 58px;
  border-radius: 10px;
}

#card-information .select-options {
  display: none;
  position: absolute;
  margin-top: 10px;
  border-radius: 10px;
  right: 0;
  left: 0;
  width: 110px;
  z-index: 999;
  color: black;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: white;
  border: 1px solid #e7f0f7;
}

#card-information .select-options li {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 12px;
}

#card-information .chart-header li:hover,
#card-information .chart-header li.is-selected {
  background-color: #f8fafc;
  font-weight: 700;
  border-radius: 10px;
}

#card-information .select-hidden {
  display: none;
}

#card-information .select:first-child .select-options {
  width: 75px;
  left: 20px;
  max-height: 200px;
  overflow: scroll;
}

#card-information .select:last-child .select-options {
  width: 75px;
  left: 123px;
  max-height: 200px;
  overflow: scroll;
}

#card-information .select {
  margin: 7px 0px 16px 0px;
}

#card-information .select:first-child {
  margin-right: 10px;
}

#card-information .select:last-child {
  margin-right: 30px;
}

#card-information #card-cvc {
  margin-left: 30px;
}

.clickable {
  position: relative;
  z-index: 999999;
}

.overlay.overlay-video-detail {
  background: linear-gradient(180deg, rgba(50, 77, 98, 0) 18.61%, #182a38 100%);
}

.player-content-inner .play-wrapper {
  display: none;
}

.player-content-inner .detail-play {
  width: 100%;

  height: 100%;
  background-image: url("/assets/icon/big-play-default.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  transition: 0.5s;
}

.player-content-inner .detail-play:hover {
  cursor: pointer;
  background-image: url("/assets/icon/big-play-icon-hover.svg");
  z-index: 99;
}

.player-content-inner .detail-play:hover img {
  display: none;
}

.detail-play img {
  width: 35px !important;
  height: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -50%);
  z-index: 20;
}

.player-content-inner .thumb-title-contain {
  position: absolute;
  top: 41px;
  z-index: 16;
  left: 34px;
}

.player-content-inner .thumb-title-contain .video-thumb-title {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.player-content-inner .thumb-title-contain .video-thumb-desc {
  font-size: 14px;
  color: white;
}

.player-content-inner .poster {
  position: absolute;
  top: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
}

.player-content-inner .poster img {
  height: 100%;
  width: 100%;
}

.player-content-inner .container[data-container] {
  border-radius: 13px !important;
}

.player-content-inner .orange-btn {
  width: fit-content;
  padding: 13px 8px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

[data-player] {
  border-radius: 13px;
}

.question-inputs .right-content .down-content .label-box {
  border: 1px solid transparent;
}

.question-inputs .right-content .down-content .label-box.active-days {
  border-color: #03c0b1;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  pointer-events: none;
}

.announcements .scroll.scrollbar {
  max-height: 735px;
}

.js-announcements-container .loading-item {
  width: 100%;
  height: 225px;
  background: var(--light-gray);
  margin-bottom: 30px;
}

.home-contain .left {
  padding: 0;
}

#datepicker .ui-widget-content {
  border-color: transparent !important;
}

#history-container .home-practice {
  margin-bottom: 200px;
}

#upload-photo input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.home-contain .home-practice {
  margin-bottom: 0px !important;
}

#history-container #search-result-container {
  margin-bottom: 200px;
}

.search-result-notfound {
  margin-bottom: 300px !important;
  padding-left: 30px;
}

#questionnaire_area label.error {
  margin-bottom: 34px;
}

.poster .big-poster {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.today-lesson .lessons-title.disabled {
  color: #607b96;
}

#send-question-crop [class*="uk-modal-close-"] {
  top: 18px !important;
  right: 20px !important;
}

.uk-modal.custom-loading {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.uk-modal.custom-loading .uk-modal-dialog {
  color: #fff;
  background: transparent;
  width: initial;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

#question-bank-questions .question-bank-answers label,
#practice-exam-questions .practice-question-inputs label {
  cursor: pointer;
}

@import url("./variables.css");

.login-step .uk-modal-dialog {
  border-radius: 30px;
  overflow: hidden;
}

.uk-modal-custom-width {
  width: 456px;
}

[class*="uk-modal-close-"] {
  right: 20px;
  top: 20px;
}

.custom-padding {
  padding: 0px !important;
  background: white;
}

.login-step .login-container {
  padding: 50px 40px 0px 40px;
}

.login-container .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #0b3f54;
  margin: 0;
}

.login-step .input-line {
  padding-top: 30px;
}

.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.login-step .input-line .uk-input {
  margin: 10px 0px;
  background: #ecf2f6;
  border-radius: 10px;
  height: 56px;
  color: #0b3f54;
  font-size: 16px;
}

.login-container .pass-contianer {
  position: relative;
}

.login-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

#login-modal label.error,
#create-account-modal label.error,
#verification-code-form label.error {
  margin-bottom: 0px !important;
}

#sign-up .error,
#register .error {
  color: #eb3449 !important;
  display: block;
  margin-bottom: 5px;
}

.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.login-container .orange-btn {
  height: 56px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border-radius: 10px;
}

.uk-button {
  text-transform: none;
}

.or-continue-with p {
  position: relative;
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}

.or-continue-with p span {
  position: absolute;
  top: 15px;
  width: 123px;
  background: white;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 1%;
  font-size: 15px;
  text-align: center;
}

.social-media {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  justify-content: space-around;
}

.social-icons .apple,
.facebook,
.google {
  display: flex;
  align-items: center;
}

.social-icons div {
  height: 56px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgb(112 144 176 / 10%);
  padding: 10px 50px;
  cursor: pointer;
}

.create-account p {
  font-size: 14px;
  text-align: center;
  padding-top: 43px;
}

.login-step .create-account a {
  color: #ff6d43;
  font-weight: 700;
  text-decoration: none;
}

.l {
  text-align: right;
  float: right;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.login-step .input-line label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #0b3f54;
}

.login-step .input-line label a {
  color: #0b3f54;
  text-decoration: none;
}

.input-line .checkbox-contain {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}

#create-account-modal .input-line input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #859fa9;
  border-radius: 5px;
}

.input-line input[type="checkbox"] {
  border: 1px solid #859fa9;
  margin-top: 0px;
  margin-right: 5px;
}

.input-line .checkbox-contain span {
  font-size: 14px;
  color: #607b96;
}

.input-line .uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #ff6d43;
}

#verification-form {
  display: flex;
  padding: 0 15px;
  flex-direction: column;
}

#verification-form .uk-input {
  height: 100px;
  margin-left: 10px;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
}

#verification .resend-code {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #0b3f54;
}

#verification .resend-code span {
  color: #ff6d43;
  font-weight: 700;
  cursor: pointer;
}

#verification .resend-code p {
  margin: 0;
}

#verification button {
  margin-bottom: 50px;
}

#verification .login-container {
  padding-bottom: 50px;
}

#verification .top-icon {
  margin-left: -20px;
  margin-bottom: 15px;
}

#verification-form .uk-input:focus {
  box-shadow: 0px 10px 30px rgba(112, 144, 176, 0.1);
  background-color: white !important;
  border: none;
}

#verification-form .uk-input {
  border: none;
}

#sign-up input.error,
#register input.error,
#verification-form input.error {
  color: black;
  background: rgba(235, 52, 73, 0.05);
  border: 1px solid rgba(235, 52, 73, 0.7);
}

#verification-form input.error {
  color: #eb3449 !important;
}

#verification-code .login-container,
#verification-code-success .login-container,
#check-mail .login-container {
  padding: 50px 40px 40px 40px;
}

#verification-code .login-container .orange-btn,
#verification-code-success .login-container .orange-btn {
  margin-top: 120px;
}

#verification-code-success .login-container .orange-btn {
  margin-top: 205px;
}

#verification-code-success .login-container,
#congratulations .login-container {
  text-align: center;
}

#verification-code-success .login-container .subtitle-contain img {
  display: none;
}

#verification-code-success .login-container .title {
  font-size: 28px;
  line-height: 33px;
  margin-top: 20px;
}

#verification-code-success .login-container .subtitle-contain {
  margin-top: 40px;
}

#verification-code-success .login-container {
  padding-top: 100px;
}

.subtitle-contain {
  display: flex;
  align-items: flex-start;
  margin: 15px 0px 20px 0px;
}

.subtitle-contain img {
  margin-top: 5px;
}

.subtitle-contain .subtitle {
  padding-left: 10px;
}

.form-icon-back {
  margin-left: -20px;
  margin-bottom: 15px;
}

#forgot-password-form.login-step.input-line {
  padding-top: 20px;
}

#forgot-password-form .orange-btn {
  margin: 100px 0 40px 0;
}

input.error {
  background: rgba(235, 52, 73, 0.05) !important;
  border: 1px solid rgba(235, 52, 73, 0.7);
}

.error {
  color: #eb3449 !important;
  display: block;
  margin-bottom: 5px;
}

input.error:focus {
  border: 1px solid rgba(235, 52, 73, 0.7);
}

#card-information #order_form .lock-content,
#card-information #save-card .lock-content {
  height: 30px;
  margin-bottom: 27px;
}

#card-information #order_form .lock-content input,
#card-information #save-card .lock-content input {
  width: 13px;
  height: 18px;
  border: 2px solid #a8b8c5;
  background: transparent;
  border-radius: 0px;
  margin-top: 15px;
  border-radius: 2px;
}

#card-information #order_form .lock-content input[type="checkbox"]:checked,
#card-information #save-card .lock-content input[type="checkbox"]:checked {
  background-image: url("/assets/icon/mini-check-white.svg");

  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff5024;
}

.solvent-note [class*="uk-modal-close"] {
  top: 18px !important;
  right: 19px !important;
}

.profile #answeredQuest .loading-item {
  width: 100%;
  height: 110px;
  background: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 10px;
}

.profile .chart .loading-item {
  width: 100%;
  height: 150px;
  background: var(--light-gray);
}

.profile .statistics-loader {
  background: url(../img/statistics-loader.svg) no-repeat center;
  height: 36px;
  width: 20px;
}

.no-announce-container {
  display: flex;
}

.no-announce-container img {
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 5px;
}

.no-announce-container .announce-title {
  color: #607b96;
  font-size: 18px;
  font-weight: bold;
}

.no-announce-container .announce-text {
  margin-top: 10px;
  color: #607b96;
  font-size: 14px;
  opacity: 0.6;
}

.notification .hover-active-content.loading-padding {
  padding: 13px 22px;
}

.post {
  width: 100%;
  height: auto;
}

.post .avatar {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 25%;
  margin: 8px;
  background-image: linear-gradient(
    90deg,
    #edf4f9 0px,
    #f6f8f9 40px,
    #edf4f9 80px
  );
  background-size: 600px;
  animation: shine-avatar 1.6s infinite linear;
}

.post .line {
  float: left;
  width: calc(100% - 86px);
  height: 16px;
  margin-top: 5px;
  border-radius: 7px;
  background-image: linear-gradient(
    90deg,
    #edf4f9 0px,
    #f6f8f9 40px,
    #edf4f9 80px
  );
  background-size: 600px;
  animation: shine-lines 1.6s infinite linear;
}

.post .avatar + .line {
  margin-top: 11px;
  width: 100px;
}

.post .line ~ .line {
  background-color: #ddd;
}

.settings-container .device-settings.payment {
  height: auto;
  padding-bottom: 20px;
}

.settings-container .device-settings.payment .custom-padding {
  border: none;
}

.device-settings.payment .camera-desc {
  margin-left: 10px;
}

.device-settings.payment .camera-desc p {
  margin-bottom: 5px;
  margin-top: 10px;
}

.device-settings.payment .orange-btn {
  width: auto;
  margin-left: 20px;
  margin-top: 0px !important;
}

.aqua-btn {
  background: linear-gradient(
      90deg,
      var(--c1, #05b1b7) 0%,
      var(--c2, #00cdac) 50%,
      var(--c2, #05b1b7) 100%
    )
    var(--x, 0) / 200%;
  text-transform: none;
  font-size: 16px;
}

#card-information.card-information-settings .aqua-btn {
  width: auto;
}

.settings-container .saved-payment-content {
  background: white;
  border-radius: 10px;
  margin-left: 30px;
  width: 530px;
  padding: 20px;
}

.settings-container .saved-payment-content .card-number {
  margin-left: 13px;
}

.settings-container .saved-payment-content .card-number span {
  margin-left: 20px;
  font-size: 18px;
}

.settings-container .saved-payment-content .big-setting-title {
  color: #0b3f54;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}

.settings-container .saved-payment-content p {
  margin: 0;
}

.settings-container .credit-card-info .desc {
  color: #607b96;
  font-size: 14px;
}

.settings-container .credit-card-info {
  color: var(--dark-green);
  font-size: 13px;
}

.settings-container .drop-wrap {
  width: 330px;
  z-index: 9;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.settings-container .drop-wrap img {
  width: 44px;
}

.settings-container .drop-wrap .title {
  color: #f39c12;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  margin: 20px 0px 10px 0px;
}

.settings-container .drop-wrap .desc {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

.settings-container .drop-wrap .aqua-btn {
  width: auto;
}

.settings-container .drop-wrap .cancel {
  background: transparent;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: var(--dark-green);
}

.settings-container .subs-type-container .loading-item {
  width: 100%;
  height: 107px;
  background: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 10px;
}

#cancel-subs.settings-container .drop-wrap img {
  width: 65px;
}

#cancel-subs.send-question .uk-modal-body img {
  margin-bottom: 15px;
}

#cancel-subs.settings-container .drop-wrap .desc {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #0b3f54;
}

#cancel-subs.settings-container .drop-wrap .title {
  font-size: 22px;
  margin-bottom: 20px;
}

#cancel-subs.settings-container .drop-wrap {
  border-radius: 30px;
}

.credit-card-info .card-delete {
  cursor: pointer;
}

.saved-payment-content .borders {
  border-bottom: 1px solid #e4edfa;
  padding-bottom: 25px;
}

.settings-container .credit-card-info {
  margin-top: 13px;
}

.saved-payment-content .saved-card-wrapper:first-child {
  padding-top: 0;
}

.hover-active-content .orange-btn {
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.jp-card.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-identified .jp-card-back:before {
  background: white !important;
}

.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-size: 18px;
}

#check-mail .login-container .title {
  font-size: 24px;
  margin-top: 30px;
}

.resend-code a {
  font-weight: 700;
  color: var(--orange-color);
  text-decoration: none;
}

.stars-content-wrapper {
  height: 20px;
}

.stars-content {
  background-image: url("/assets/img/mini-star.svg");
  width: 18px;
  background-repeat: no-repeat;
}

.stars-content.active {
  background-image: url("/assets/img/active-star.svg");
}

.custom-tooltip {
  background: #edf4f9;
  color: var(--dark-green);
  padding: 8px 10px;
  font-size: 10px;
  border-radius: 5px;
}

.mini-gorsel img {
  object-fit: cover;
}

/* .pricing-table {
  font-weight: 500;
  color: var(--dark-blue);
  background: #EDF4F9;
  border-radius: 20px;
  padding: 10px 0;
  margin: 0 auto;
  margin:100px 0px !important;
} */

/*
 * Pricing Card
 */
.buySolver .buyed-table {
  padding: 0px 0;
}

.pricing-table {
  font-weight: 500;
  color: var(--dark-blue);
  background: #edf4f9;
  border-radius: 20px;
  margin: 100px 0 !important;
  padding: 10px 0;
}

#verification-code .login-container .title {
  font-size: 34px;
}

.pricing-table ul li {
  min-height: 60px;
}

.pricing-table .uk-list > :nth-child(n + 2) {
  margin-top: 0;
  /* display: flex; */
  align-items: center;
}

.pricing-table ul li::before {
  display: none;
}

.pricing-table ul li.null::after {
  content: "";
  background-color: var(--dark-blue);
  margin-top: 14px;
  width: 20px;
  height: 2px;
  display: block;
}

.pricing-table .head {
  font-weight: 500;
  padding: 180px 70px 30px;
  box-sizing: border-box;
}

.pricing-table .item {
  border-radius: 20px;
  padding: 45px 15px 30px;
  box-sizing: border-box;
  width: 270px;
  flex: none;
  transition: 0.2s ease-in-out;
  transition-property: background-color, box-shadow;
}

.buySolver .pricing-table .buyed-item {
  border-radius: 0;
  pointer-events: none;
  position: relative;
}

.buySolver .pricing-table .status-vibe {
  margin-top: 50px;
}

.buySolver .pricing-table .status-vibe div {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bac6cf;
  padding: 16px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: white;
}

.pricing-table .item:hover {
  background-color: #fff;
  box-shadow: 0px 40px 60px rgba(112, 144, 176, 0.1);
}

.pricing-table .item ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pricing-table .item .badge {
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
}

.pricing-table .item .badge span {
  background: #f9bf1e;
  border-radius: 5px;
  padding: 4px 16px;
}

.pricing-table .item .payment-price {
  font-size: 18px;
  color: #ff5024;
  min-height: 80px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.pricing-table .item .payment-price.free {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: bold;
}

.pricing-table .item .payment-price:not(.free) s {
  color: #3c6576;
  padding-top: 10px;
}

.pricing-table .item h3 {
  font-size: 20px;
  margin-bottom: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-table .item h3 span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ff5024;
  margin-left: 5px;
}

.pricing-table .item .payment-price b {
  font-size: 34px;
  line-height: 41px;
  display: block;
}

.pricing-table .item .uk-button {
  margin-top: 50px;
}

.video-null .null-img {
  height: 133px;
  background: #e2eaf1;
  width: 100%;
}

.video-null .icon {
  width: 21px;
  height: 21px;
  background-image: url("/assets/icon/degrade-like.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #edf4f9;
  border-radius: 50%;
}

.video-null .video-title {
  width: 110px;
  min-height: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #edf4f9;
}

.video-null .two-stick {
  margin-top: 24px;
  margin-bottom: 10px;
}

.video-null .tall-stick .video-title {
  width: 173px;
  margin-top: 10px;
}

.video-null .two-stick .video-title:last-child {
  margin-left: 20px;
}

.profile .video-null {
  pointer-events: none;
}

.null-liked-video-massage {
  margin-top: -15px;
}

.liked-videos {
  margin-top: 20px;
}

.liked-videos .loading-item {
  width: 100%;
  height: 245px;
  background: var(--light-gray);
  border-radius: 10px;
}

#forgot-password .lds-ellipsis {
  height: 13px !important;
}

#forgot-password .lds-ellipsis div {
  background: white !important;
}

#demo-content-modal .modal-login-button, #video-access-modal .modal-login-button{
  padding: 18px 65px;
}

#demo-content-modal .modal-register-button, #video-access-modal .modal-register-button {
  padding: 20px 30px;
}
#demo-content-modal .modal-register-button{
  margin-left: 20px;
}

#demo-content-modal .demo-modal-text ,#video-access-modal .demo-modal-text {
  margin-top: 0;
  margin-bottom: 30px;
}

#demo-content-modal [class*="uk-modal-close-"],#video-access-modal [class*="uk-modal-close-"]{
  top: 26px !important;
  right: 26px !important;
  color: #f85050;
}

.demo-practice-swiper a:hover {
  color: transparent;
  text-decoration: underline;
}

.home-demos .lesson-box-blank.disabled .icon {
  padding-right: 7px;
}

.lds-ellipsis div {
  background: white;
}

form#register .lds-ellipsis {
  height: 10px;
}

.premium .uk-list .orange-btn {
  padding: 18px 40px;
}

/* Success Page */
.content-success {
  margin: 120px 0px 130px 0px;
}

.content-success .img-wrap {
  margin-bottom: 30px;
}

.content-success .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.content-success .title h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
  color: #0b3f54;
}

.content-success .descriptions p {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px;
}

.content-success .sat-team {
  margin-top: 80px;
}

.its-done .lds-ellipsis {
  height: 15px;
}

.content-success .back-price {
  margin-top: 40px;
  margin-bottom: 80px;
}
/* Success Page END */

/* Fail Page */
.content-fail {
  margin: 120px 0px 130px 0px;
}

.content-fail .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.content-fail .title h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
  color: #0b3f54;
}

.fail .descriptions {
  font-weight: 600;
  margin-top: 10px;
}

.content-fail .descriptions p {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 60px;
}

.content-fail .sat-team {
  margin-top: 80px;
}

.content-fail .back-price {
  margin-top: 40px;
  margin-bottom: 80px;
}
/* Fail Page END*/
.device-settings.payment {
  margin-left: 0;
  width: inherit;
}
.schedule-modals .uk-modal-dialog {
  width: 670px;
  border-radius: 20px;
}
.schedule-modals [class*="uk-modal-close"] {
  top: 36px;
  right: 36px;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 540px;
  }
}

@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

#term-of-use-modal .uk-modal-dialog, 
#privacy-policy-modal .uk-modal-dialog {
  width: 900px;
  height: 79vh;
  overflow-y:scroll;
  padding-right: 5px;
}
.chart-header #expiration-date{
  margin-right: 20px !important;
}

.cropper-crop-box .cropper-view-box{
  border-radius: 50%;
}
.question-photo-container .cropper-crop-box, .question-photo-container .cropper-view-box{
  border-radius:0!important;
}
.question-level{
  border-radius: 5px;
  font-weight: 600;
  padding:0px 8px;
  width:fit-content;
  margin-top: 15px;
}
.question-level.easy{
  color: #04BDB3;
  background: #DDFCFA;
}
.question-level.medium{
  color:#E88B01;
  background-color: #FEF5E5;
}
.question-level.hard{
  color:#EF4646;
  background-color: #FFEFEF;
}
