/* components import */
.action-buttons {
  display: flex;
  gap: 20px;
}

.action-buttons a {
  width: 170px;
  font-size: 1.4rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #2E2F74;
  border-radius: 1rem;
}

.action-buttons a.primary {
  background-color: #2E2F74;
  color: #ffffff;
}

.action-buttons a.secondary {
  color: #2E2F74;
  background-color: #ffffff;
}

.action-buttons a:hover {
  text-decoration: none;
}

.action-buttons a img {
  padding-right: 12px;
}

@media (min-width: 280px) and (max-width: 374px) {
  .action-buttons {
    margin-top: 2rem;
  }

  .action-buttons a {
    width: 140px;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .action-buttons {
    margin-top: 2rem;
  }

  .action-buttons a {
    width: 160px;
  }
}

/*Variables*/
html {
  font-size: 10px;
}

html body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/Web-Background1.4382210b728d.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

p {
  margin-bottom: 0 !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #623CE7;
}

.form-control {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px;
  border: none;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.form-control:focus+.form-control::before {
  width: 100%;
}

input {
  outline: none;
  border: none;
}

@media (max-width: 1023px) {
  .h-sm-d {
    display: none;
  }
}

footer .action-buttons a.btn.primary-btn.secondary {
  background: #ffffff;
  color: #3C3E9F;
}

@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }

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

.dashboard-screen {
  margin-left: 20px;
  margin-right: 20px;
}

.dashboard-screen ul {
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
}

.dashboard-screen ul li {
  display: flex;
  color: #2E2F74;
}

.dashboard-screen ul li span:first-child {
  font-size: 40px;
  padding: 0 15px;
}

.dashboard-screen ul li span:last-child {
  font-size: 16px;
  line-height: 20px;
}

.dashboard-screen ul li.login-per-week {
  justify-content: center;
  padding: 0 10px;
  align-items: center;
  background: #F1F1FF;
  border-bottom-left-radius: 10px;
}

.dashboard-screen ul li.minutes-per-session {
  justify-content: center;
  padding: 0 10px;
  align-items: center;
}

.dashboard-screen .actual ul li.login-per-week {
  flex: 0 0 40%;
}

.dashboard-screen .actual ul li.minutes-per-session {
  flex: 0 0 60%;
}

.dashboard-screen .your-goal ul li.login-per-week {
  flex: 0 0 20%;
  background: #FBFDFF;
}

.dashboard-screen .your-goal ul li.minutes-per-session {
  flex: 0 0 30%;
  background: #F1F1FF;
}

.dashboard-screen .your-goal ul li.minutes-per-session span:first-child {
  padding: 0 15px 0 0;
}

.dashboard-screen .your-goal ul li.modules-per-week {
  flex: 0 0 50%;
  border-bottom-right-radius: 10px;
  background: #ffffff;
  justify-content: center;
  padding: 0 10px;
  align-items: center;
}

.dashboard-screen .your-goal ul li.modules-per-week span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
}

.dashboard-screen .your-goal ul li.modules-per-week .btn {
  background-color: #2E2F74;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.dashboard-screen .card-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.dashboard-screen .card-container .card-title {
  background: #ffffff;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 1rem;
  border: 1px solid #7654EA;
}

.dashboard-screen .card-container .card-title h4 {
  color: #2E2F74;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.dashboard-screen .card-container .card-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid #7654EA;
  border-bottom: 1px solid #7654EA;
  border-right: 1px solid #7654EA;
}

.dashboard-screen .card-container .card-content button {
  font-size: 12px;
}

.dashboard-screen .owl-prev {
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
  left: -60px;
}

.dashboard-screen .owl-next {
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
  right: -60px;
}

.dashboard-screen .owl-nav button:focus {
  outline: none;
}

.dashboard-carousel {
  margin-top: 2rem;
}

.dashboard-carousel .slide-wrapper {
  background: #FFFFFF;
  border: 1px solid #7654EA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dashboard-carousel .slide-wrapper .tabs-inner-wrapper .tab-content {
  margin-top: 4rem;
}

.dashboard-carousel .slide-wrapper .title {
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #7654EA;
}

.dashboard-carousel .slide-wrapper .title h3 {
  color: #2E2F74;
  font-weight: 700;
  font-size: 24px;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper {
  display: flex;
  padding-bottom: 3rem;
  position: relative;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper>div {
  padding: 0 10px;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title {
  flex: 0 0 19%;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title h4 {
  font-size: 1.6rem;
  color: #2E2F74;
  font-weight: 700;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title p {
  font-size: 1.2rem;
  color: #2E2F74;
  font-weight: 700;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-wrapper {
  flex: 0 0 69%;
  display: inline-block;
  width: 100%;
  position: relative;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-wrapper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #dedede;
  top: -15px;
  right: -7px;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-meter {
  display: flex;
  position: relative;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .meter-text {
  font-size: 1.2rem;
  font-weight: normal;
  bottom: -1rem;
  color: #2E2F74;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .duration {
  flex: 0 0 8%;
  position: relative;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .duration p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2E2F74;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist {
  flex: 0 0 12%;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist li {
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/5-star-unfilled.bd71ebc5c99c.svg");
  width: 22px;
  height: 22px;
  background-size: cover;
}

.dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist li.checked {
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/5-Star-filled.31f325457c42.svg");
}

.dashboard-carousel .tabs-inner-wrapper .nav.nav-tabs {
  justify-content: flex-end;
  border: none;
  margin-right: 21%;
  gap: 20px;
}

.dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-item {
  flex: none;
  border: none;
  display: flex;
  align-items: center;
}

.dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link {
  border-radius: 10px;
}

.dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link.active.btn {
  background: #2E2F74;
  color: #ffffff;
  font-weight: 700;
}

.dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link.btn {
  background: #ffffff;
  border: 1px solid #3C3E9F;
  color: #2E2F74;
  font-size: 1.4rem;
  width: 122px;
  justify-content: center;
}

.dashboard-carousel .progress-bar {
  text-align: left;
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background: #5531FB;
  border-radius: 100px;
}

.dashboard-carousel .progress-bar>.progress-type {
  padding-left: 10px;
}

.dashboard-carousel .progress {
  background: linear-gradient(180deg, #D2CCFA 0%, #CBC3FF 100%);
  height: 1.4rem;
  border-radius: 100px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.dashboard-carousel .progress .progress-bar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

.dashboard-carousel .progress-meter>.meter {
  position: relative;
  float: left;
  min-height: 12px;
}

.dashboard-carousel .progress-meter>.meter-light:last-child {
  border-left-width: 2px;
}

.dashboard-carousel .progress-meter>.meter.meter-right>.meter-text {
  text-align: right;
}

.dashboard-carousel .owl-stage-outer {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.achivements {
  position: absolute;
  right: 15px;
  top: -50px;
}

.achivements p {
  font-size: 16px;
  font-weight: 700;
  color: #2E2F74;
}

.achivements a {
  position: relative;
  left: 104px;
  top: -22px;
  cursor: pointer;
  display: inline-block;
}

.tooltip-inner {
  line-height: 28px;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  background: #F6F6F6;
  border: 1px solid transparent;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  left: -220px;
  min-width: 230px;
  text-align: left;
  padding: 8px 14px;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  content: none;
}

.show-on-mobile {
  display: none;
}

#set-goal .modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#set-goal .modal-title .modal-title-heading {
  color: #ffffff;
  font-size: 3rem;
  padding-left: 2rem;
}

#set-goal .modal-header {
  background: #2E2F74;
  border-radius: 18px 18px 0px 0px;
}

#set-goal .modal-body {
  padding-left: 3rem;
  padding-right: 3rem;
}

#set-goal .modal-body .row {
  margin-bottom: 3rem;
}

#set-goal .heading-title {
  text-align: center;
  margin-bottom: 3rem;
}

#set-goal .heading-title p {
  color: #2E2F74;
  font-size: 1.8rem;
  font-weight: 300;
}

#set-goal .d-flex {
  width: 100%;
  gap: 15px;
}

#set-goal .d-flex span {
  padding: 10px 0;
}

#set-goal .inputs {
  width: 50%;
}

#set-goal .inputs .form-group {
  margin-bottom: 0;
}

#set-goal .inputs .form-group p {
  color: #737373;
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

#set-goal .inputs input {
  background: #E1E1E1;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #2E2F74;
  font-weight: 700;
}

#set-goal .inputs.full-width {
  width: 100%;
}

#set-goal .goal-label {
  padding: 10px 0;
}

#set-goal .goal-label h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #2E2F74;
}

#set-goal .goal-label p {
  margin-bottom: 0;
  color: #737373;
  font-size: 1.2rem;
  font-weight: 300;
}

#set-goal .modal-content {
  border-radius: 20px;
  border: none;
}

#set-goal .modal-footer {
  border: none;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  justify-content: flex-end;
  gap: 2rem;
}

#set-goal .modal-footer .cancel {
  color: #737373;
}

#set-goal .modal-footer button {
  width: 150px;
}

#set-goal .modal-footer .btn {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  justify-content: center;
  font-size: 14px;
}

#set-goal .modal-footer .sec-btn {
  color: #3C3E9F;
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #3C3E9F;
}

#set-goal .modal-footer .primary-btn {
  background-color: #3C3E9F;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title {
    flex: 0 0 16%;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-wrapper {
    flex: 0 0 72%;
  }
}

@media (max-width: 991px) {
  .dashboard-carousel {
    padding: 0 2rem;
  }

  .dashboard-carousel .tabs-inner-wrapper .nav.nav-tabs {
    justify-content: center;
    margin-right: 0;
  }

  .dashboard-carousel .slide-wrapper {
    padding-top: 2rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper {
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist {
    position: absolute;
    right: 1rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title {
    margin-bottom: 0.5rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .duration {
    text-align: right;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-wrapper::after {
    content: none;
  }

  .dashboard-carousel .slide-wrapper .tabs-inner-wrapper .tab-content {
    margin-top: 4rem;
  }

  .dashboard-carousel .slide-wrapper .title {
    display: none;
  }

  .achivements {
    right: 30px;
    top: -35px;
  }

  .dashboard-screen .owl-nav button {
    height: 35px;
  }

  .dashboard-screen .owl-nav button img {
    height: 30px;
  }

  .dashboard-screen .owl-prev {
    left: 0;
  }

  .dashboard-screen .owl-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dashboard-screen ul li span:first-child {
    font-size: 3.5rem;
  }

  .dashboard-screen .card-container.actual .card-content li span:first-child {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .dashboard-screen .card-content ul {
    flex-flow: unset;
  }

  .dashboard-screen .card-container .card-content button {
    display: none;
  }

  .dashboard-screen .your-goal .card-content ul li {
    flex: 0 0 33.33%;
  }

  .dashboard-screen .your-goal ul li.modules-per-week span:nth-child(2) {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .dashboard-screen .your-goal ul li.modules-per-week .btn {
    display: none;
  }

  .dashboard-screen .card-container.your-goal {
    padding-bottom: 4.5rem;
  }

  .dashboard-screen ul li span:first-child {
    font-size: 2.4rem;
    padding: 0.5rem 1.5rem;
  }

  .dashboard-screen ul li span:last-child {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .dashboard-screen footer .interactive-btns {
    justify-content: center;
  }

  .dashboard-screen footer .interactive-btns li {
    justify-content: center;
  }

  .dashboard-screen footer .interactive-btns .btn {
    margin-right: 0 !important;
  }

  .show-on-mobile {
    display: flex;
    justify-content: center;
    margin-top: -3.9rem;
  }

  .show-on-mobile button {
    background-color: #2E2F74;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .checklist li {
    width: 2rem;
    height: 2rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .duration p {
    font-size: 1rem;
  }

  .dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link.btn {
    font-size: 1.2rem;
    width: 85px;
  }

  .dashboard-carousel .tabs-inner-wrapper .nav.nav-tabs {
    gap: 10px;
  }

  .w-20 img {
    width: 70%;
  }

  .right_img {
    width: 45px !important;
  }

  .center_img {
    width: 45px;
    text-align: center;
    margin-top: 4px;
  }
}

@media (max-width: 470px) {
  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .meter-text {
    font-size: 0.9rem;
  }

  .dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link.btn {
    font-size: 1rem;
    padding: 0.4rem 0.5rem;
    width: 65px;
  }

  .dashboard-carousel .progress-meter>.meter {
    line-height: 1.5rem;
  }

  .dashboard-screen ul li.login-per-week {
    padding: 0 0.5rem;
  }

  .dashboard-screen ul li span:first-child {
    padding: 0.5rem;
  }

  #set-goal .heading-title p {
    font-size: 1.4rem;
  }

  #set-goal .goal-label h4 {
    font-size: 1.4rem;
  }

  #set-goal .inputs .form-group p {
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  #set-goal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #set-goal .modal-body .row {
    margin-bottom: 2rem;
  }

  #set-goal .modal-footer {
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #set-goal .modal-footer button {
    font-size: 1.5rem;
    width: 130px;
  }

  .dashboard-screen .card-container .actual {
    margin-bottom: 2rem;
    margin-top: -3rem;
  }
}

@media (max-width: 380px) {
  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .meter-text {
    font-size: 0.8rem;
  }

  .dashboard-carousel .slide-wrapper .tab-content .item-wrapper .progress-bar-title h4 {
    font-size: 1.2rem;
  }

  .dashboard-carousel .tabs-inner-wrapper .nav-tabs .nav-link.btn {
    width: auto;
  }
}

footer .interactive-btns {
  margin: 20px 0 30px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

footer .interactive-btns .btn {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
}

footer .interactive-btns .sec-btn {
  color: #3C3E9F;
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #3C3E9F;
}

footer .interactive-btns .primary-btn {
  background-color: #3C3E9F;
  width: fit-content;
  color: #ffffff;
}

.diagnostic .breadcrumbs h3 {
  color: #737373;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .diagnostic .breadcrumbs h3 {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.diagnostic .stepper-wrapper {
  font-family: Arial;
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.diagnostic .stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.diagnostic .stepper-wrapper .stepper-item.completed .step-counter,
.diagnostic .stepper-wrapper .stepper-item.active .step-counter {
  background: #F26656;
}

.diagnostic .stepper-wrapper .stepper-item.active span {
  color: #737373;
}

.diagnostic .stepper-wrapper .stepper-item.completed::after {
  z-index: 3;
  border-bottom-color: #F26656;
}

.diagnostic .stepper-wrapper .stepper-item.completed span {
  color: #737373;
}

.diagnostic .stepper-wrapper .stepper-item::before,
.diagnostic .stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 5px;
  z-index: 2;
}

.diagnostic .stepper-wrapper .stepper-item::before {
  left: -50%;
}

.diagnostic .stepper-wrapper .stepper-item::after {
  left: 50%;
}

.diagnostic .stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
  text-indent: -9999px;
}

.diagnostic .stepper-wrapper .stepper-item:first-child::before {
  content: none;
}

.diagnostic .stepper-wrapper .stepper-item:last-child::after {
  content: none;
}

.diagnostic .stepper-wrapper .stepper-item span {
  font-size: 1.6rem;
  color: #c4c4c4;
}

.diagnostic .questions-list {
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  padding: 3rem;
}

@media (max-width: 390px) {
  .diagnostic .questions-list {
    padding: 2rem;
  }
}

.diagnostic .questions-list .component-title {
  margin-bottom: 5rem;
}

.diagnostic .questions-list .component-title .main-question {
  font-size: 3.6rem;
  line-height: 4.5rem;
  color: #2E2F74;
}

@media (max-width: 767px) {
  .diagnostic .questions-list .component-title .main-question {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.diagnostic .questions-list .component-title .with-question {
  font-weight: 700;
}

.diagnostic .questions-list .questions-wrapper {
  margin-bottom: 6rem;
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums label {
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #737373;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums label {
    font-size: 2rem;
  }
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .form-group {
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 797px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .form-group {
    align-items: flex-start;
  }
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .form-group input[type=text] {
  width: 13rem;
  background: rgba(111, 169, 220, 0.2);
  border-radius: 1rem;
  text-align: center;
  border: 1px solid #6FA9DC;
  height: 4rem;
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li {
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 1rem;
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li input {
  width: 13rem;
  background: rgba(111, 169, 220, 0.2);
  border-radius: 1rem;
  text-align: center;
  border: 1px solid #6FA9DC;
  height: 4rem;
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li input::placeholder {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #b9b9b9;
}

.diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li::before {
  position: absolute;
  content: "";
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/arrow-icon.2af013bd82de.svg");
  left: 0;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

@media (min-width: 321px) and (max-width: 485px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li::before {
    width: 24px;
    background-size: contain;
  }
}

@media (min-width: 321px) and (max-width: 485px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li {
    padding-left: 4rem;
  }
}

@media (min-width: 321px) and (max-width: 485px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li input[type=text] {
    width: 9rem;
  }
}

@media (max-width: 767px) {
  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul {
    flex-wrap: wrap;
  }

  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li input[type=text] {
    height: 4rem;
  }

  .diagnostic .questions-list .questions-wrapper .diagnostic-sums .with-arrow ul li input[type=text]::placeholder {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .diagnostic .questions-list .questions-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .diagnostic .action-buttons {
    gap: 1.5rem;
  }

  .diagnostic .action-buttons a {
    width: 140px;
  }
}

@media (min-width: 375px) and (max-width: 390px) {
  .diagnostic .action-buttons a {
    width: 160px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .diagnostic .action-buttons {
    justify-content: center;
  }
}

.explore-system .explore-system-wrapper>p {
  font-size: 1.8rem;
  color: #737373;
}

.explore-system .explore-system-wrapper ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.explore-system .explore-system-wrapper ul li {
  flex: 0 1 20%;
  text-align: center;
}

.explore-system .explore-system-wrapper ul li p {
  font-size: 1.4rem;
  color: #623CE7;
  margin-top: 1rem;
}

.explore-system .explore-system-wrapper input[type=radio] {
  width: 60px;
  height: 60px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-size: cover;
}

.explore-system .explore-system-wrapper input[name=anxious] {
  background-image: url("/static/enumeracy_assets/images/Very anxious.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=anxious]:hover {
  background-image: url("/static/enumeracy_assets/images/Very-anxious_hover.svg");
}

.explore-system .explore-system-wrapper input[name=wary] {
  background-image: url("/static/enumeracy_assets/images/Wary.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=wary]:hover {
  background-image: url("/static/enumeracy_assets/images/wary-hover.svg");
}

.explore-system .explore-system-wrapper input[name=neutral] {
  background-image: url("/static/enumeracy_assets/images/Bit Anxious.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=neutral]:hover {
  background-image: url("/static/enumeracy_assets/images/neutral-hover.svg");
}

.explore-system .explore-system-wrapper input[name=nervous] {
  background-image: url("/static/enumeracy_assets/images/nervious.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=nervous]:hover {
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/nervous-hover.ef3ee5b9b92c.svg");
}

.explore-system .explore-system-wrapper input[name=excited] {
  background-image: url("/static/enumeracy_assets/images/excited.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=excited]:hover {
  background-image: url("/static/enumeracy_assets/images/excited-hover.svg");
}

.explore-system .alert-message {
  position: relative;
  background: #f1f1f1;
  border: 1px solid #623CE7;
  border-radius: 15px;
  padding: 25px 20px;
  margin-top: 10px;
}

.explore-system .alert-message p {
  color: #525252;
  text-align: center;
  font-size: 2rem;
}

.explore-system .alert-message button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #2E2F74;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  font-size: 22px;
  font-weight: normal;
}

.explore-system .explore-system-wrapper input[type=radio] {
  width: 60px;
  height: 60px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-size: cover;
}

.explore-system .explore-system-wrapper input[name=anxious] {
  background-image: url("/static/enumeracy_assets/images/Very anxious.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=anxious]:hover {
  background-image: url("/static/enumeracy_assets/images/Very-anxious_hover.svg");
}

.explore-system .explore-system-wrapper input[name=bit-anxious] {
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/Difficult to understand.ca261449e0f7.svg");
  background-position: center;
}

.explore-system .explore-system-wrapper input[name=bit-anxious]:hover {
  background-image: url("/static/enumeracy_assets/images/Very-anxious_hover.svg");
}

@media (max-width: 540px) {
  .explore-system .explore-system-wrapper input[type=radio] {
    width: 40px;
    height: 40px;
  }

  .explore-system .explore-system-wrapper>p {
    font-size: 1.4rem;
  }

  .explore-system .explore-system-wrapper ul li p {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .explore-system .alert-message p {
    font-size: 1.6rem;
  }

  .explore-system .alert-message {
    padding: 2rem;
  }

  .explore-system .alert-message button {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}

.feel-situations .situations-wrapper {
  background-color: #ffffff;
  border: 1px solid #623CE7;
  border-radius: 2rem;
  padding: 3rem;
  height: 250px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feel-situations .situations-wrapper>p {
  font-size: 1.8rem;
  color: #623CE7;
}

.feel-situations .situations-wrapper ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.feel-situations .situations-wrapper ul li {
  flex: 0 1 20%;
  text-align: center;
}

.feel-situations .situations-wrapper ul li p {
  font-size: 1.4rem;
  color: #623CE7;
  margin-top: 1rem;
}

.feel-situations .situations-wrapper input[type=radio] {
  width: 60px;
  height: 60px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-size: cover;
}

.feel-situations .situations-wrapper input[name=anxious] {
  background-image: url("/static/enumeracy_assets/images/Very anxious.svg");
  background-position: center;
}

.feel-situations .situations-wrapper input[name=anxious]:hover {
  background-image: url("/static/enumeracy_assets/images/Very-anxious_hover.svg");
}

.feel-situations .situations-wrapper input[name=bit-anxious] {
  background-image: url("/static/enumeracy_assets/images/Bit Anxious.svg");
  background-position: center;
}

.feel-situations .situations-wrapper input[name=bit-anxious]:hover {
  background-image: url("/static/enumeracy_assets/images/neutral-hover.svg");
}

.feel-situations .situations-wrapper input[name=ok] {
  background-image: url("/static/enumeracy_assets/images/its-Ok.svg");
  background-position: center;
}

.feel-situations .situations-wrapper input[name=ok]:hover {
  background-image: url("/static/enumeracy_assets/images/Ok_hover.svg");
}

.feel-situations .situations-wrapper input[name=happy] {
  background-image: url("/static/enumeracy_assets/images/Its-Good.svg");
  background-position: center;
}

.feel-situations .situations-wrapper input[name=happy]:hover {
  background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/Hover_Its Good.7956f982b8fb.svg");
}

.feel-situations .situations-wrapper input[name=excited] {
  background-image: url("/static/enumeracy_assets/images/excited.svg");
  background-position: center;
}

.feel-situations .situations-wrapper input[name=excited]:hover {
  background-image: url("/static/enumeracy_assets/images/excited-hover.svg");
}

@media (min-width: 768px) and (max-width: 991px) {
  .feel-situations .situations-wrapper input[type=radio] {
    width: 45px;
    height: 45px;
  }

  .feel-situations .situations-wrapper {
    height: 240px;
    justify-content: flex-start;
  }

  .feel-situations .situations-wrapper>p {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .feel-situations .personal-details .questions-list .component-title {
    margin: 2rem 0 2rem;
  }

  .feel-situations .situations-wrapper input[type=radio] {
    width: 40px;
    height: 40px;
  }

  .feel-situations .situations-wrapper {
    padding: 2rem;
    height: auto;
    margin-bottom: 2rem;
  }

  .feel-situations .situations-wrapper>p {
    font-size: 1.4rem;
  }

  .feel-situations .situations-wrapper ul li p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .feel-situations .situations-wrapper input[type=radio] {
    width: 30px;
    height: 30px;
  }

  .feel-situations .situations-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .feel-situations .situations-wrapper>p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .feel-situations .situations-wrapper ul li p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .feel-situations .situations-wrapper {
    height: auto;
    justify-content: flex-start;
  }

  .feel-situations .situations-wrapper>p {
    margin-bottom: 15px;
  }
}

.fav-activities .form-check {
  margin-bottom: 2rem;
  padding: 0;
}

.fav-activities label.checkbox {
  position: relative;
}

.fav-activities label.checkbox .check-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 1px #623CE7;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

.fav-activities label.checkbox .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  transform: scale(1.3);
  opacity: 0;
}

.fav-activities label.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fav-activities label.checkbox input[type=checkbox]:checked+.check-icon {
  border-color: #623CE7;
  background: #623CE7;
}

.fav-activities label.checkbox input[type=checkbox]:checked+.check-icon::before {
  transform: scale(1);
  opacity: 1;
}

.fav-activities label.checkbox input[type=checkbox]:focus~.check-icon {
  box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}

.fav-activities label.checkbox input[type=checkbox]>div:first-child {
  display: inline-flex;
}

.fav-activities label.checkbox.checkbox-square .check-icon {
  border-radius: 0;
}

.fav-activities .personal-details .questions-list .item {
  height: auto;
  flex-direction: column;
}

.fav-activities .personal-details .questions-list .item:hover {
  border-color: transparent;
}

.fav-activities .questions-list .form-group input {
  padding: 0;
  border-bottom: 1px solid #B9B9B9;
  border-radius: 0;
  margin-top: 4rem;
}

.fav-activities .questions-list .form-group input::placeholder {
  color: #B9B9B9;
}

@media (max-width: 1024px) {
  .fav-activities .interact-wrapper .col-6 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .fav-activities .personal-details .questions-list .item p {
    padding: 0 1rem 1rem;
  }

  .fav-activities .form-check {
    padding: 1rem 0 0 0;
  }

  .fav-activities .questions-list .form-group input::placeholder {
    font-size: 1.3rem;
  }
}

@media (max-width: 340px) {
  .fav-activities .questions-list .form-group input::placeholder {
    font-size: 1.1rem;
  }
}

.home .topic-wrapper {
  box-shadow: 0px 109.322px 87.4576px rgba(41, 72, 152, 0.05), 0px 21.8644px 14.2119px rgba(41, 72, 152, 0.03), 0px 8.90772px 7.12618px rgba(41, 72, 152, 0.02), 0px 2.02448px 3.44162px rgba(41, 72, 152, 0.01);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  flex-direction: column;
  margin: 1.5rem 0;
  background: #ffffff;
  text-align: center;
  padding: 1rem;
}

.home .topic-wrapper h3 {
  font-size: 2.4rem;
  color: #2E2F74;
  font-weight: 600;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .home .topic-wrapper h3 {
    font-size: 1.8rem;
  }
}

.home .topic-wrapper.active {
  background-color: #E5E5FF;
}

.home .topic-wrapper:hover:not(.active) {
  background-color: #F1F1FF;
  text-decoration: none;
}

@media (max-width: 767px) {
  .home .topic-wrapper {
    margin-top: 0;
  }
}

.home .status-info {
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .home .status-info {
    margin-bottom: 1rem;
  }
}

.home .status-info .profile-page-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home .status-info .profile-page-title h2 {
  font-size: 3.6rem;
  color: #2E2F74;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 6rem;
}

.home .status-info .profile-page-title p {
  color: #737373;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .home .status-info .profile-page-title h2 {
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .home .status-info .profile-page-title p {
    display: none;
  }
}

.home .status-info .course-all-details {
  display: flex;
  justify-content: flex-end;
  margin-top: 6rem;
}

.home .status-info .course-all-details .for-slider .detail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one {
  filter: drop-shadow(0px 2px 4px rgba(46, 47, 116, 0.05)) drop-shadow(0px 102px 87.46px rgba(46, 47, 116, 0.05));
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 0.6rem 1.5rem;
  gap: 1rem;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details {
  display: flex;
  align-items: center;
  width: 65%;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .topic-info,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .topic-info {
  margin: 0 3rem 0 2rem;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .topic-info h4,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .topic-info h4 {
  color: #2E2F74;
  font-size: 1.8rem;
  margin: 0;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .topic-info p,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .topic-info p {
  font-size: 1.2rem;
  color: #737373;
  margin: 0;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .status,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .status {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .status p,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .status p {
  font-size: 1.2rem;
  color: #737373;
  margin: 0;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details .status span,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .status span {
  color: #2E2F74;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 600;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two .actn-btn,
.home .status-info .course-all-details .for-slider .detail-wrapper .row-one .actn-btn {
  width: 35%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {

  .home .status-info .course-all-details .for-slider .detail-wrapper .row-two,
  .home .status-info .course-all-details .for-slider .detail-wrapper .row-one {
    flex-wrap: wrap;
    padding: 1.5rem;
    flex: 0 0 350px;
    margin: 1.5rem 0;
  }

  .home .status-info .course-all-details .for-slider .detail-wrapper .row-two .details,
  .home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details {
    width: 100%;
  }

  .home .status-info .course-all-details .for-slider .detail-wrapper .row-two .actn-btn,
  .home .status-info .course-all-details .for-slider .detail-wrapper .row-one .actn-btn {
    width: 100%;
  }
}

.home .status-info .course-all-details .for-slider .detail-wrapper .row-two {
  justify-content: space-between;
  background-color: #F6F6F6;
  filter: drop-shadow(0px 2px 4px rgba(46, 47, 116, 0.05)) drop-shadow(0px 102px 87.46px rgba(46, 47, 116, 0.05));
}

.home .status-info .course-all-details .for-slider .detail-wrapper .actn-btn a {
  background-color: #2E2F74;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 1.8rem;
}

.home .status-info .course-all-details .for-slider .detail-wrapper .actn-btn a span {
  padding-left: 1.3rem;
}

@media (max-width: 767px) {
  .home .status-info .course-all-details {
    margin-top: 0;
  }

  .home .status-info .course-all-details .for-slider {
    overflow: hidden;
  }

  .home .status-info .course-all-details .for-slider .detail-wrapper {
    flex-direction: row;
    min-width: 100%;
    overflow-x: auto;
  }

  .home .status-info .course-all-details .for-slider .detail-wrapper .row-one .details .topic-info h4 {
    font-size: 1.6rem;
  }
}

.home .chart {
  margin-top: 6rem;
}

.home .chart h2 {
  color: #2E2F74;
  font-size: 2.4rem;
  font-weight: 500;
}

.header-one,
.header-main {
  padding: 11px 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.for-mobile-back {
  display: none;
}

#logo_home h1 {
  margin: 0;
}

#logo_home h1 a img {
  height: 24px;
  margin-top: 5px;
}

.header-breadcrumb {
  margin: 8px 0;
}

.header-breadcrumb p {
  color: #737373;
  font-size: 2rem;
}

.header-breadcrumb p .active {
  color: #6FA9DC;
}

.menu-links {
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-links li {
  list-style: none;
  margin: 8px 0px 8px 0;
}

.menu-links a {
  display: block;
  padding-right: 25px;
}

.menu-links .topic-lists {
  margin-right: 35px;
}

.menu-links .menu-dropdown,
.menu-links .menu-dropdown-profile,
.menu-links .menu-dropdown-bookmarks {
  position: absolute;
  border: 1px solid #A2CBF7;
  width: 260px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  right: 0;
  z-index: 99;
  background: #ffffff;
  display: none;
  top: 50px;
}

.menu-links .menu-dropdown ul,
.menu-links .menu-dropdown-profile ul,
.menu-links .menu-dropdown-bookmarks ul {
  padding: 5px 0px;
  list-style: none;
}

.menu-links .menu-dropdown ul li,
.menu-links .menu-dropdown-profile ul li,
.menu-links .menu-dropdown-bookmarks ul li {
  margin: 0;
}

.menu-links .menu-dropdown ul li a,
.menu-links .menu-dropdown-profile ul li a,
.menu-links .menu-dropdown-bookmarks ul li a {
  color: #623CE7;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.4s ease;
}

.menu-links .menu-dropdown ul li a:hover,
.menu-links .menu-dropdown-profile ul li a:hover,
.menu-links .menu-dropdown-bookmarks ul li a:hover {
  text-decoration: none;
}

.menu-links .menu-dropdown ul li:hover a,
.menu-links .menu-dropdown-profile ul li:hover a,
.menu-links .menu-dropdown-bookmarks ul li:hover a {
  background-color: #E5E5FF;
}

.menu-links .menu-dropdown ul li span,
.menu-links .menu-dropdown-profile ul li span,
.menu-links .menu-dropdown-bookmarks ul li span {
  margin-right: 13px;
}

.menu-links .menu-dropdown-profile,
.menu-links .menu-dropdown-bookmarks {
  width: 230px;
}

.menu-links .menu-dropdown-profile ul li a,
.menu-links .menu-dropdown-bookmarks ul li a {
  margin-right: 24px;
  color: #2E2F74;
}

.menu-links .menu-dropdown-profile ul li:hover a,
.menu-links .menu-dropdown-bookmarks ul li:hover a {
  background-color: #F2F2FF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.after-header {
  position: relative;
}

.after-header .info-bar ul {
  margin: 0;
  background: #11124E;
  display: inline-flex;
  border-radius: 0 0 15px 15px;
  padding: 4px 40px;
}

.after-header .info-bar ul li {
  list-style: none;
}

.after-header .info-bar ul li:first-child {
  margin-right: 30px;
}

.after-header .info-bar ul li p {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #ffffff;
}

.after-header .info-bar ul li.active p {
  color: #72BDFF;
}

@media (max-width: 1023px) {
  .after-header .info-bar ul {
    width: 100%;
    justify-content: space-between;
    border-radius: unset;
  }

  .after-header .header-breadcrumb {
    padding: 0.4rem 4rem;
    background-color: #e5e5e5;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .for-mobile-back {
    display: block;
    position: absolute;
    height: 100%;
    left: 0px;
  }

  .for-mobile-back a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .for-mobile-back img {
    width: 20px;
  }

  #logo_home {
    padding-left: 20px;
  }

  .menu-links img {
    width: 25px;
    height: 25px;
  }

  ul.menu-links li {
    margin-right: 15px;
  }

  ul.menu-links li.user-profile {
    margin-right: 0;
  }

  .logout-btn-for-mobile {
    display: block;
  }

  header {
    padding-left: 15px;
    padding-right: 0;
  }

  .menu-links .topic-lists {
    margin-right: 25px;
  }

  #logo_home img {
    width: 120px;
  }

  .after-header .info-bar ul {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .after-header .info-bar ul li p {
    font-size: 1.2rem;
  }

  .after-header .info-bar ul li:first-child {
    margin-right: 1.5rem;
  }

  .after-header .header-breadcrumb {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #e5e5e5;
  }

  .after-header .header-breadcrumb p {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

@media (max-width: 380px) {
  .menu-links img {
    height: 20px;
    width: auto;
  }
}

.question-set .with-audio {
  display: flex;
}

.question-set .with-audio a {
  padding-right: 2rem;
}

.question-set .component-container .text-wrapper {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .question-set .component-container .text-wrapper {
    margin-top: 0;
  }
}

.question-set .component-container .text-wrapper .component-title .main-question {
  color: #2E2F74;
  font-size: 3rem;
  line-height: 3.5rem;
}

@media (max-width: 767px) {
  .question-set .component-container .text-wrapper .component-title .main-question {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.question-set .component-container .interact-wrapper {
  margin-top: 4rem;
}

.question-set .component-container .interact-wrapper .with-border ul li {
  margin-bottom: 10px;
}

.question-set .component-container .interact-wrapper .with-border ul li .options {
  padding: 7px 10px;
  border: 1px solid rgba(111, 169, 220, 0.4);
  border-radius: 10px;
}

.select-course .question-items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 220px;
}

.select-course .question-items .item:hover {
  background-color: #D2CCFA;
}

.select-course .interact-wrapper {
  margin-top: 46px;
}

.select-course .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  color: #2E2F74;
  font-weight: 500;
}

.select-course .question-items img {
  height: 80px;
}

.simply-study .component-title {
  margin: 60px 0 40px;
}

.simply-study .component-title p:not(.main-question) {
  color: #737373;
}

.simply-study .question-items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 220px;
}

.simply-study .question-items .item:hover {
  background-color: #D2CCFA;
}

.simply-study .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  color: #2E2F74;
  font-weight: 500;
}

.simply-study .question-items img {
  height: 80px;
}

.simply-study .interact-wrapper {
  margin-top: 46px;
}

.simply-numbers .component-title {
  margin: 60px 0 40px;
}

.simply-numbers .interact-wrapper {
  margin-top: 46px;
  row-gap: 2rem;
}

.simply-numbers .question-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  padding-top: 40px;
}

.simply-numbers .question-items .item:hover {
  background-color: #D2CCFA;
  cursor: pointer;
}

.simply-numbers .question-items .item:hover .select-sub-topic a {
  color: #2E2F74;
}

.simply-numbers .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  min-height: 70px;
  display: inline-block;
  color: #2E2F74;
}

.simply-numbers .question-items .item .select-sub-topic {
  position: relative;
  border-top: 1px solid #eeeeee;
  margin-top: 1.3rem;
}

.simply-numbers .question-items .item .select-sub-topic a {
  color: #b9b9b9;
  font-size: 1.4rem;
  display: block;
  padding: 1.5rem 0;
}

.simply-numbers .question-items .item .select-sub-topic a:hover {
  text-decoration: none;
}

.simply-numbers .question-items .item .select-sub-topic img {
  height: auto;
}

.simply-numbers .question-items img {
  height: 80px;
}

.simply-numbers .sub-topic {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid #2E2F74;
}

.simply-numbers .sub-topic li {
  background-color: #ffffff;
  padding: 0.8rem 1.8rem;
  color: #2E2F74;
  border-bottom: 1px solid #2E2F74;
}

.simply-numbers .sub-topic li:last-child {
  border-bottom: none;
}

.simply-numbers .sub-topic li:hover {
  background-color: #D2CCF9;
}

.simply-numbers .topic-dropdown {
  position: absolute;
  width: 220px;
  left: 50%;
  z-index: 99;
  background: #ffffff;
  display: none;
  transform: translateX(-50%);
  top: 5px;
}

.simply-numbers .select-btn a {
  display: block;
  background: #2E2F74;
  color: #fff;
  font-size: 2.2rem;
  padding: 7px 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 20px;
}

.simply-numbers .select-btn a:hover {
  text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .simply-numbers .topic-dropdown {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .simply-numbers .question-items .item {
    margin-bottom: 3rem;
  }

  .simply-numbers .question-items .item p {
    font-size: 1.6rem;
    min-height: 50px;
  }

  .simply-numbers .question-items .item {
    margin-bottom: 3rem;
    padding-top: 20px;
  }

  .simply-numbers .select-btn a {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .simply-numbers .sub-topic li {
    font-size: 1.4rem;
  }
}

@media (max-width: 470px) {
  .simply-numbers .topic-dropdown {
    width: 140px;
  }
}

.simply-work .component-title {
  margin: 60px 0 40px;
}

.simply-work .interact-wrapper {
  margin-top: 46px;
}

.simply-work .question-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  padding-top: 40px;
}

.simply-work .question-items .item:hover {
  background-color: #D2CCFA;
  cursor: pointer;
}

.simply-work .question-items .item:hover .select-sub-topic a {
  color: #2E2F74;
}

.simply-work .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  min-height: 70px;
  display: inline-block;
  color: #2E2F74;
}

.simply-work .question-items .item .select-sub-topic {
  position: relative;
  border-top: 1px solid #eeeeee;
  margin-top: 1.3rem;
}

.simply-work .question-items .item .select-sub-topic a {
  color: #b9b9b9;
  font-size: 1.4rem;
  display: block;
  padding: 1.5rem 0;
}

.simply-work .question-items .item .select-sub-topic a:hover {
  text-decoration: none;
}

.simply-work .question-items .item .select-sub-topic img {
  height: auto;
}

.simply-work .question-items img {
  height: 80px;
}

.simply-work .sub-topic {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid #2E2F74;
}

.simply-work .sub-topic li {
  background-color: #ffffff;
  padding: 0.8rem 1.8rem;
  color: #2E2F74;
  border-bottom: 1px solid #2E2F74;
}

.simply-work .sub-topic li:last-child {
  border-bottom: none;
}

.simply-work .sub-topic li:hover {
  background-color: #D2CCF9;
}

.simply-work .topic-dropdown {
  position: absolute;
  width: 220px;
  left: 50%;
  z-index: 99;
  background: #ffffff;
  display: none;
  transform: translateX(-50%);
  top: 5px;
}

.simply-work .select-btn a {
  display: block;
  background: #2E2F74;
  color: #fff;
  font-size: 2.2rem;
  padding: 7px 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 20px;
}

.simply-work .select-btn a:hover {
  text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .simply-work .topic-dropdown {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .simply-work .question-items .item {
    margin-bottom: 3rem;
  }

  .simply-work .question-items .item p {
    font-size: 1.6rem;
    min-height: 50px;
  }

  .simply-work .question-items .item {
    margin-bottom: 3rem;
    padding-top: 20px;
  }

  .simply-work .select-btn a {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .simply-work .sub-topic li {
    font-size: 1.4rem;
  }
}

@media (max-width: 470px) {
  .simply-work .topic-dropdown {
    width: 140px;
  }
}

.simply-work-nursing .component-title {
  margin: 60px 0 40px;
}

.simply-work-nursing .interact-wrapper {
  margin-top: 46px;
}

.simply-work-nursing .question-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  padding-top: 40px;
}

.simply-work-nursing .question-items .item:hover {
  background-color: #D2CCFA;
  cursor: pointer;
}

.simply-work-nursing .question-items .item:hover .select-sub-topic a {
  color: #2E2F74;
}

.simply-work-nursing .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  min-height: 70px;
  display: inline-block;
  color: #2E2F74;
}

.simply-work-nursing .question-items .item .select-sub-topic {
  position: relative;
  border-top: 1px solid #eeeeee;
  margin-top: 1.3rem;
}

.simply-work-nursing .question-items .item .select-sub-topic a {
  color: #b9b9b9;
  font-size: 1.4rem;
  display: block;
  padding: 1.5rem 0;
}

.simply-work-nursing .question-items .item .select-sub-topic a:hover {
  text-decoration: none;
}

.simply-work-nursing .question-items .item .select-sub-topic img {
  height: auto;
}

.simply-work-nursing .question-items img {
  height: 80px;
}

.simply-work-nursing .sub-topic {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid #2E2F74;
}

.simply-work-nursing .sub-topic li {
  background-color: #ffffff;
  padding: 0.8rem 1.8rem;
  color: #2E2F74;
  border-bottom: 1px solid #2E2F74;
}

.simply-work-nursing .sub-topic li:last-child {
  border-bottom: none;
}

.simply-work-nursing .sub-topic li:hover {
  background-color: #D2CCF9;
}

.simply-work-nursing .topic-dropdown {
  position: absolute;
  width: 220px;
  left: 50%;
  z-index: 99;
  background: #ffffff;
  display: none;
  transform: translateX(-50%);
  top: 5px;
}

.simply-work-nursing .select-btn a {
  display: block;
  background: #2E2F74;
  color: #fff;
  font-size: 2.2rem;
  padding: 7px 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 20px;
}

.simply-work-nursing .select-btn a:hover {
  text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .simply-work-nursing .topic-dropdown {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .simply-work-nursing .question-items .item {
    margin-bottom: 3rem;
  }

  .simply-work-nursing .question-items .item p {
    font-size: 1.6rem;
    min-height: 50px;
  }

  .simply-work-nursing .question-items .item {
    margin-bottom: 3rem;
    padding-top: 20px;
  }

  .simply-work-nursing .select-btn a {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .simply-work-nursing .sub-topic li {
    font-size: 1.4rem;
  }
}

@media (max-width: 470px) {
  .simply-work-nursing .topic-dropdown {
    width: 140px;
  }
}

.simply-ife-numbers .component-title {
  margin: 60px 0 40px;
}

.simply-ife-numbers .component-title p:not(.main-question) {
  color: #737373;
}

.simply-ife-numbers .question-items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 220px;
}

.simply-ife-numbers .question-items .item:hover {
  background-color: #D2CCFA;
}

.simply-ife-numbers .question-items .item p {
  font-size: 2.2rem;
  margin-top: 2rem;
  color: #2E2F74;
  font-weight: 500;
}

.simply-ife-numbers .question-items img {
  height: 80px;
}

.simply-ife-numbers .interact-wrapper {
  margin-top: 46px;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  #wrapper .toggle-btns {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }

  #wrapper .toggle-btns #menu-toggle-2 {
    display: none;
  }

  #wrapper.toggled .main-sidebar#sidebar-wrapper {
    width: 280px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  }

  #wrapper.toggled #page-content-wrapper {
    position: fixed;
  }
}

@media (min-width: 768px) {

  #wrapper.toggled-2 .main-sidebar#sidebar-wrapper,
  #wrapper.toggled .main-sidebar#sidebar-wrapper {
    width: 50px;
  }

  #wrapper.toggled-2 .main-sidebar#sidebar-wrapper:hover,
  #wrapper.toggled .main-sidebar#sidebar-wrapper:hover {
    width: 280px;
  }

  #wrapper.toggled-2 #page-content-wrapper,
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
  }

  #wrapper #menu-toggle,
  #wrapper .brand-link {
    display: none;
  }
}

#wrapper .toggle-btns button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#wrapper .main-sidebar .brand-wrapper {
  padding-left: 5px;
  text-align: center;
  margin-top: 3rem;
}

#wrapper .main-sidebar .brand-wrapper .brand-link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.8125rem 0.5rem;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
}

#wrapper .main-sidebar .user-panel {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0 25px;
  gap: 20px;
  align-items: center;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  #wrapper .main-sidebar .user-panel {
    padding: 0 1.5rem;
  }
}

#wrapper .main-sidebar .user-panel .progress {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: none;
  box-shadow: none;
  position: relative;
}

#wrapper .main-sidebar .user-panel .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper .main-sidebar .user-panel .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#wrapper .main-sidebar .user-panel .progress>span .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#wrapper .main-sidebar .user-panel .progress .progress-left {
  left: 0;
}

#wrapper .main-sidebar .user-panel .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  animation: loading-2 1.5s linear forwards 1.8s;
}

#wrapper .main-sidebar .user-panel .progress .progress-right {
  right: 0;
}

#wrapper .main-sidebar .user-panel .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

#wrapper .main-sidebar .user-panel .progress .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid transparent;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%;
}

#wrapper .main-sidebar .user-panel .progress .progress-value img {
  height: auto;
  width: 5rem;
  border-radius: 100%;
  top: -7px;
  position: relative;
}

#wrapper .main-sidebar .user-panel .progress.blue .progress-bar {
  border-color: #F26656;
}

#wrapper .main-sidebar .user-panel .progress.blue .progress-value {
  color: #F26656;
}

#wrapper .main-sidebar .user-panel .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#wrapper .main-sidebar .user-panel .info p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#wrapper .main-sidebar .user-panel .info p.u-name {
  font-size: 2.4rem;
  color: #2E2F74;
  font-weight: 500;
  line-height: 2.8rem;
}

#wrapper .main-sidebar .user-panel .info a {
  color: #F26656;
  text-decoration: underline;
  font-size: 1.4rem;
}

#wrapper .main-sidebar .user-panel .info .joined-date {
  font-size: 1.4rem;
  color: #737373;
  font-weight: 400;
  line-height: 2rem;
}

#wrapper .main-sidebar .sidebar-nav {
  overflow-y: auto;
  width: 280px;
  margin: 0;
  padding: 0 25px;
  list-style: none;
  margin-top: 30px;
  height: calc(100vh - 290px);
}

@media (max-width: 767px) {
  #wrapper .main-sidebar .sidebar-nav {
    padding: 0 1.5rem;
  }
}

#wrapper .main-sidebar .sidebar-nav li {
  background-color: #FEFEFF;
  border-radius: 18px;
  box-shadow: 0px 100px 80px rgba(41, 72, 152, 0.05), 0px 64.8148px 46.8519px rgba(41, 72, 152, 0.037963), 0px 38.5185px 25.4815px rgba(41, 72, 152, 0.0303704), 0px 20px 13px rgba(41, 72, 152, 0.025), 0px 8.14815px 6.51852px rgba(41, 72, 152, 0.0196296), 0px 1.85185px 3.14815px rgba(41, 72, 152, 0.012037);
  margin-bottom: 20px;
}

#wrapper .main-sidebar .sidebar-nav li a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #737373;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 18px;
}

#wrapper .main-sidebar .sidebar-nav li a:active,
#wrapper .main-sidebar .sidebar-nav li a:focus {
  text-decoration: none;
}

#wrapper .main-sidebar .sidebar-nav li a:hover,
#wrapper .main-sidebar .sidebar-nav li a.active {
  background-color: rgba(85, 49, 251, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #2E2F74;
}

#wrapper .main-sidebar .sidebar-nav li a.active {
  font-weight: 700;
}

#wrapper .main-sidebar .logout-btn {
  padding: 2rem 2.5rem;
}

@media (max-width: 767px) {
  #wrapper .main-sidebar .logout-btn {
    padding: 2rem 1.5rem;
  }
}

#wrapper .main-sidebar .logout-btn a {
  background-color: #2E2F74;
  color: #ffffff;
  display: flex;
  width: 235px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#wrapper .main-sidebar .logout-btn a img {
  padding-right: 12px;
}

#wrapper .main-sidebar .logout-btn a span {
  font-size: 2rem;
}

#wrapper .main-sidebar .logout-btn a:hover {
  text-decoration: none;
}

#wrapper .main-sidebar#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  width: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  background: #F6F7FC;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  #wrapper .main-sidebar#sidebar-wrapper {
    width: 280px;
  }
}

#wrapper .btns-for-mobile {
  display: flex;
  align-items: center;
  width: 100%;
}

#wrapper .btns-for-mobile .toggle-btns {
  width: 100%;
  padding: 25px 30px;
  display: flex;
}

#wrapper .btns-for-mobile .toggle-btns .brand-link {
  margin-top: 6px;
  display: inline-block;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  #wrapper .btns-for-mobile .toggle-btns {
    padding: 2rem;
  }

  #wrapper .btns-for-mobile .toggle-btns .brand-link img {
    width: 12rem;
  }
}

@media (min-width: 768px) {
  #wrapper .btns-for-mobile {
    display: none;
  }
}

#wrapper #page-content-wrapper {
  padding: 15px;
}

#wrapper #page-content-wrapper .only-for-desktop {
  display: none;
}

@media (min-width: 768px) {
  #wrapper #page-content-wrapper {
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 280px;
  }

  #wrapper #page-content-wrapper .only-for-desktop {
    display: block;
  }

  #wrapper #page-content-wrapper .only-for-desktop #menu-toggle-2 {
    display: none;
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

.stepper-wrapper {
  font-family: Arial;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-wrapper .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #B9B9B9;
  width: 100%;
  top: 5px;
  left: -50%;
  z-index: 2;
}

.stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #B9B9B9;
  width: 100%;
  top: 5px;
  left: 50%;
  z-index: 2;
}

.stepper-wrapper .stepper-item.active {
  font-weight: bold;
}

.stepper-wrapper .stepper-item.active .step-counter {
  background-color: #2E2F74;
}

.stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #B9B9B9;
  margin-bottom: 6px;
  text-indent: -9999px;
}

.stepper-wrapper .stepper-item.completed .step-counter,
.stepper-wrapper .stepper-item.active .step-counter {
  background-color: #2E2F74;
}

.stepper-wrapper .stepper-item.completed span,
.stepper-wrapper .stepper-item.active span {
  color: #737373;
}

.stepper-wrapper .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #2E2F74;
  width: 100%;
  top: 5px;
  left: 50%;
  z-index: 3;
}

.stepper-wrapper .stepper-item span {
  color: #C4C4C4;
  font-size: 1.4rem;
  font-weight: 400;
}

.stepper-wrapper .stepper-item:first-child::before,
.stepper-wrapper .stepper-item:last-child::after {
  content: none;
}

.personal-details .questions-list {
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  padding-left: 3rem;
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.personal-details .questions-list .item {
  display: flex;
  align-items: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 150px;
  border: 1px solid transparent;
}

.personal-details .questions-list .item p {
  color: #2E2F74;
  font-size: 2rem;
  font-weight: 500;
}

.personal-details .questions-list .item:hover {
  background-color: #D2CCFA;
  border: 1px solid #623CE7;
}

.personal-details .questions-list .item img {
  padding: 3.5rem;
}

.personal-details .questions-list .item span {
  display: block;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .personal-details .questions-list .item {
    flex-wrap: wrap;
    height: auto;
  }

  .personal-details .questions-list .item img {
    padding: 2rem;
  }
}

.personal-details .questions-list .component-title {
  margin-bottom: 3.4rem;
}

.personal-details .questions-list .interact-wrapper .col-lg-3 {
  margin-bottom: 2rem;
}

.personal-details .questions-list .timeframe-datepicker .input-group-addon {
  position: absolute;
  right: 0;
}

.personal-details .stepper-wrapper {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.personal-details .breadcrumbs h3 {
  color: #737373;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-top: 2rem;
}

.how-old-are .questions-list .form-group input {
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #B9B9B9;
  position: relative;
}

.how-old-are .questions-list .form-group .chev-arrw {
  position: absolute;
  right: 40px;
  bottom: 25px;
  cursor: pointer;
}

.how-old-are .questions-list .form-group .chev-arrw::before {
  position: absolute;
  content: "";
  background-image: url("/static/enumeracy_assets/images/chevron-d.svg");
  width: 12px;
  height: 7px;
  top: -3px;
  left: 0;
}

.how-old-are .questions-list .form-group .chev-arrw::after {
  position: absolute;
  content: "";
  background-image: url("/static/enumeracy_assets/images/chevron-d.svg");
  width: 12px;
  height: 7px;
  top: -15px;
  left: 0;
  transform: rotate(-180deg);
}

.how-old-are .questions-list .form-group input::placeholder {
  color: #B9B9B9;
}

@media (max-width: 413px) {
  .personal-details .questions-list .item p {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .personal-details .questions-list .item {
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .personal-details .questions-list .item span {
    display: inline-block;
  }

  .personal-details .questions-list .item img {
    padding: 2rem;
  }

  .personal-details .questions-list .item p {
    padding: 0 2rem 2rem;
  }

  .personal-details .questions-list .component-title .main-question {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  .component-title .main-question+p {
    font-size: 2.4rem;
  }
}

.hope-to-accomplish .interact-wrapper .select2-search__field {
  height: 28px;
}

.hope-to-accomplish .form-group {
  position: relative;
}

.hope-to-accomplish .select2-arrow {
  position: absolute;
  right: 0.5rem;
}

.hope-to-accomplish .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #E2EEF8;
  border: none;
  border-radius: 20px;
  padding: 3px 5px 7px 25px;
}

.hope-to-accomplish .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  top: 5px;
  left: 5px;
}

.hope-to-accomplish .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 1.6rem;
  white-space: normal;
  color: #2E2F74;
}

.hope-to-accomplish .select2-container .select2-selection {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  background: transparent;
  padding-right: 3.5rem;
}

.hope-to-accomplish .select2-container.select2-container--open .select2-selection {
  border: 1px solid #B9B9B9;
  padding: 0 0.5rem;
}

.hope-to-accomplish .select2-container .select2-results__options li {
  color: #2E2F74;
}

.hope-to-accomplish .select2-container .select2-results__options li.select2-results__option--highlighted {
  background-color: #D2CCFA;
}

.hope-to-accomplish .form-check {
  margin-bottom: 2rem;
}

.hope-to-accomplish .form-check label.checkbox {
  position: relative;
}

.hope-to-accomplish .form-check label.checkbox .check-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #623CE7;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
}

.hope-to-accomplish .form-check label.checkbox .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  transform: scale(1.3);
  opacity: 0;
}

.hope-to-accomplish .form-check label.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hope-to-accomplish .form-check label.checkbox input[type=checkbox]:checked+.check-icon {
  border-color: #6FA9DC;
  background: #623CE7;
}

.hope-to-accomplish .form-check label.checkbox input[type=checkbox]:checked+.check-icon::before {
  transform: scale(1);
  opacity: 1;
}

.hope-to-accomplish .form-check label.checkbox input[type=checkbox]:focus~.check-icon {
  box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}

.hope-to-accomplish .form-check label.checkbox>div:first-child {
  display: inline-flex;
}

.hope-to-accomplish .form-check label.checkbox.checkbox-square .check-icon {
  border-radius: 0;
}

.hope-to-accomplish .form-check label.checkbox.has-label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
}

.hope-to-accomplish .form-check label.checkbox.has-label h4 {
  color: #2E2F74;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.what-you-do .personal-details .question-items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 220px;
}

.what-you-do .questions-list .item:hover {
  background-color: #D2CCFA;
  border: none;
}

@media (max-width: 575px) {
  .what-you-do .personal-details .question-items .item {
    height: 160px;
  }

  .what-you-do .personal-details .question-items img {
    height: 95px;
  }
}

.exam-pass .exam-selector .select2-container .select2-selection {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  background: rgba(0, 0, 0, 0);
  padding-right: 3.5rem;
}

.exam-pass .exam-selector .select2-container .select2-selection .select2-selection__placeholder {
  color: #b9b9b9;
  font-weight: 300;
}

.exam-pass .exam-selector .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.exam-pass .exam-selector .select2-container .select2-selection__arrow b {
  border: none;
}

.exam-pass .exam-selector .select2-arrow {
  position: absolute;
  right: 0.5rem;
}

.exam-pass .questions-list .datepicker label {
  font-size: 1.4rem;
  color: #737373;
  margin-bottom: 0;
}

.exam-pass .questions-list .datepicker .input-group .form-control {
  padding: 0;
  height: 35px;
  font-size: 1.8rem;
  color: #2e2f74;
  border-bottom: 1px solid #b9b9b9;
}

.exam-pass .questions-list .datepicker .input-group .form-control::placeholder {
  color: #B9B9B9;
  font-weight: 300;
}

.exam-pass .questions-list .datepicker .date .input-group-addon {
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  right: -15px;
  top: 0px;
}

.profile input::-webkit-input-placeholder {
  color: #b9b9b9;
}

.profile .profile-page-title {
  font-size: 3.6rem;
  color: #2E2F74;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 6rem;
}

.profile .profile-wrapper .pic-wrapper {
  position: relative;
}

.profile .profile-wrapper .pic-wrapper .pic-holder img {
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.profile .profile-wrapper .pic-wrapper .upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile .profile-wrapper .pic-wrapper .upload-btn a {
  background-color: #2E2F74;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.profile .profile-wrapper .profile-form label {
  font-size: 1.4rem;
  color: #737373;
  margin-bottom: 0;
}

.profile .profile-wrapper .profile-form .form-group {
  margin-bottom: 4rem;
  position: relative;
}

.profile .profile-wrapper .profile-form .form-group .not-editable {
  color: #2E2F74;
  padding: 0.7rem 0;
  display: block;
  border-bottom: 1px solid #b9b9b9;
}

.profile .profile-wrapper .profile-form .form-group input#exam_details_other {
  color: #2E2F74;
  padding: 0.7rem 0;
  display: block;
  border-bottom: 1px solid #b9b9b9;
}

.profile .profile-wrapper .profile-form .form-group input {
  padding: 0;
}

.profile .profile-wrapper .profile-form .form-group .select2 .select2-selection__placeholder {
  color: #B9B9B9;
}

.profile .profile-wrapper .profile-form .form-group .select2-arrow {
  position: absolute;
  right: 0.5rem;
}

.profile .profile-wrapper .profile-form .form-group .select2-arrow img {
  padding: 0.5rem;
}

.profile .profile-wrapper .profile-form .focus-input {
  border-bottom: 1px solid #B9B9B9;
}

.profile .profile-wrapper .profile-form .edit-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.profile .profile-wrapper .profile-form .custom-radio-btns {
  margin-bottom: 4rem;
}

.profile .profile-wrapper .profile-form .custom-radio-btns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile .profile-wrapper .profile-form .custom-radio-btns ul li {
  margin-right: 3rem;
}

.profile .profile-wrapper .profile-form .custom-radio-btns ul .options {
  padding: 0;
}

.profile .profile-wrapper .profile-form .custom-radio-btns .gender-label {
  width: auto;
  margin-right: 4rem;
  font-size: 1.4rem;
  color: #737373;
}

.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:checked+label,
.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:not(:checked)+label {
  padding-left: 4rem;
  color: #2E2F74;
}

.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:checked+label::before,
.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:not(:checked)+label::before {
  border-color: #623CE7;
}

.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:checked+label::after,
.profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:not(:checked)+label::after {
  background: #623CE7;
}

.profile .profile-wrapper .profile-form .select2-selection__rendered {
  padding: 0;
  color: #2E2F74;
}

.profile .profile-wrapper .profile-form .country-select .input-label {
  top: 22px;
  transform: scale(0.8);
}

.profile .profile-wrapper .profile-form .city-selector .select2-container .select2-selection__arrow,
.profile .profile-wrapper .profile-form .exam-details-selector .select2-container .select2-selection__arrow,
.profile .profile-wrapper .profile-form .institution-selector .select2-container .select2-selection__arrow {
  background: none;
}

.profile .profile-wrapper .profile-form .language-selector .select2-search__field,
.profile .profile-wrapper .profile-form .apprenticeship .select2-search__field,
.profile .profile-wrapper .profile-form .other-math-tools .select2-search__field {
  height: 28px;
  margin-left: 0;
}

.profile .profile-wrapper .profile-form .language-selector textarea::placeholder,
.profile .profile-wrapper .profile-form .apprenticeship textarea::placeholder,
.profile .profile-wrapper .profile-form .other-math-tools textarea::placeholder {
  color: #b9b9b9;
}

.profile .profile-wrapper .profile-form .select2-container .select2-selection {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  background: transparent;
  padding-right: 3.5rem;
}

.profile .profile-wrapper .profile-form .select2-container .select2-selection__arrow {
  background: #fff url("/static/enumeracy_theme1/enumeracy_assets/images/drop-down-icon.2414d5405233.svg") no-repeat right 0.1rem center;
  right: 0.1rem;
  width: 2.6rem;
}

.profile .profile-wrapper .profile-form .select2-container .select2-selection b {
  border: none;
}

.profile .profile-wrapper .profile-form .select2-container.select2-container--open .select2-selection {
  border: 1px solid #B9B9B9;
  padding: 0 0.5rem;
}

.profile .profile-wrapper .profile-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #E2EEF8;
  border: none;
  border-radius: 20px;
  padding: 3px 5px 7px 25px;
}

.profile .profile-wrapper .profile-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  top: 5px;
  left: 5px;
}

.profile .profile-wrapper .profile-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 1.6rem;
  white-space: normal;
}

.profile .profile-wrapper .profile-form .select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #E2EEF8;
  color: #2E2F74;
  font-size: 1.8rem;
}

.profile .profile-wrapper .profile-form .apprenticeship .select2-container.select2-container--open .select2-selection {
  padding: 0 0 5px 0;
}

.profile .profile-wrapper .profile-form .phone-number {
  display: flex;
  margin-top: 1.6rem;
}

.profile .profile-wrapper .profile-form .phone-number .mob-num {
  width: 100%;
}

.profile .profile-wrapper .profile-form .phone-number .mob-num p {
  padding-left: 2rem !important;
}

.profile .profile-wrapper .profile-form .phone-number .country-code {
  flex-basis: 7.5rem;
  padding: 0 1rem;
  background: rgba(111, 169, 220, 0.2);
}

.profile .profile-wrapper .profile-form .password-change a {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1.2rem;
  color: #2E2F74;
}

.profile .profile-wrapper .profile-form .exam-details .custom-select {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
  height: 45px;
  color: #2E2F74;
  font-size: 2rem;
  padding-left: 0;
  background: transparent url("/static/enumeracy_theme1/enumeracy_assets/images/drop-down-icon.2414d5405233.svg") no-repeat right 0.75rem center;
}

.profile .profile-wrapper .profile-form .exam-details .custom-select:focus {
  outline: none;
  box-shadow: none;
}

.profile .form-check {
  margin-bottom: 2rem;
  padding-left: 0;
  margin-top: 1rem;
}

.profile .form-check label.checkbox {
  position: relative;
}

.profile .form-check label.checkbox .check-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 1px #623CE7;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
}

.profile .form-check label.checkbox .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  transform: scale(1.3);
  opacity: 0;
}

.profile .form-check label.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.profile .form-check label.checkbox input[type=checkbox]:checked+.check-icon {
  border-color: #623CE7;
  background: #623CE7;
}

.profile .form-check label.checkbox input[type=checkbox]:checked+.check-icon::before {
  transform: scale(1);
  opacity: 1;
}

.profile .form-check label.checkbox input[type=checkbox]:focus~.check-icon {
  box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}

.profile .form-check label.checkbox>div:first-child {
  display: inline-flex;
}

.profile .form-check label.checkbox.checkbox-square .check-icon {
  border-radius: 0;
}

.profile .form-check label.checkbox.has-label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
}

.profile .form-check label.checkbox.has-label h4 {
  color: #2E2F74;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.profile .input-text input.form-control {
  height: 45px;
  font-size: 1.8rem;
  color: #2E2F74;
}

@media (max-width: 450px) {
  .profile .form-check label.checkbox.has-label {
    gap: 5px;
  }

  .profile .action-buttons {
    justify-content: center;
    align-items: center;
  }

  .profile h2.profile-page-title {
    font-size: 2.4rem !important;
  }
}

@media (max-width: 768px) {
  .profile .border-right {
    border: none !important;
  }

  .profile .space-t {
    margin-top: 0;
  }

  .profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:checked+label,
  .profile .profile-wrapper .profile-form .custom-radio-btns input[type=radio]:not(:checked)+label {
    font-size: 1.4rem;
    padding-left: 3.5rem;
  }

  .profile .profile-wrapper .profile-form label,
  .profile .profile-wrapper .profile-form .custom-radio-btns .gender-label {
    font-size: 1rem;
  }

  .profile .profile-wrapper .profile-form .form-group .not-editable {
    font-size: 2rem;
  }

  .profile .profile-wrapper .profile-form .custom-radio-btns,
  .profile .profile-wrapper .profile-form .form-group {
    margin-bottom: 2.5rem;
  }

  .profile .form-check label.checkbox.has-label h4 {
    font-size: 1.6rem;
  }

  .profile input::placeholder,
  .profile textarea::placeholder,
  .profile .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.6rem !important;
  }

  .profile h2.profile-page-title {
    margin-top: 0;
    font-size: 3.2rem;
  }
}

@media (max-width: 991px) {
  .profile .profile-wrapper .profile-form .custom-radio-btns {
    flex-direction: column;
  }

  .profile .border-right {
    border-right: none !important;
  }

  .profile .action-buttons {
    margin-top: 2rem;
  }
}

.custom-radio-btns input[type=radio]:checked,
.custom-radio-btns input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio-btns input[type=radio]:checked+label,
.custom-radio-btns input[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  line-height: 2.5rem;
  display: inline-block;
  color: #666;
  font-size: 2rem;
  margin-bottom: 0;
}

.custom-radio-btns input[type=radio]:checked+label:before,
.custom-radio-btns input[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #623CE7;
  border-radius: 100%;
  background: #fff;
}

.custom-radio-btns input[type=radio]:checked+label:before {
  border-color: #c4c4c4;
}

.custom-radio-btns input[type=radio]:checked+label:after,
.custom-radio-btns input[type=radio]:not(:checked)+label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #623CE7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio-btns input[type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio-btns input[type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.topic-listing .list-wrapper {
  background-color: #ffffff;
  box-shadow: 0 2px 40px #e0e5f0;
  border-radius: 2rem;
  cursor: pointer;
  min-height: 130px;
  margin-bottom: 3rem;
}

.topic-listing .list-wrapper .topic-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.6rem 1rem;
  text-align: center;
}

.topic-listing .list-wrapper .topic-title h4 {
  color: #2E2F74;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.topic-listing .list-wrapper .topic-title p {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #757575;
  font-weight: 500;
}

.topic-listing .list-wrapper .hidden-menu {
  display: none;
  position: relative;
  top: -1.2rem;
}

.topic-listing .list-wrapper .hidden-menu::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dedede;
  left: 0;
  top: 0;
}

.topic-listing .list-wrapper .hidden-menu ul {
  max-height: 244px;
  overflow-y: auto;
}

.topic-listing .list-wrapper .hidden-menu li {
  list-style: none;
  border-bottom: 1px solid #DEDEDE;
}

.topic-listing .list-wrapper .hidden-menu li .lesson-name {
  text-transform: uppercase;
}

.topic-listing .list-wrapper .hidden-menu li:last-child {
  border-bottom: none;
}

.topic-listing .list-wrapper .hidden-menu li p {
  padding: 0.3rem 2.9rem;
  margin: 0;
  color: #2E2F74;
  position: relative;
}

.topic-listing .list-wrapper .hidden-menu li p.active {
  background-color: #f1f1f1;
}

.topic-listing .list-wrapper .hidden-menu li p.active::after {
  background: url("/static/enumeracy_theme1/enumeracy_assets/images/active-check.8a65d8d43472.svg");
  position: absolute;
  content: "";
  right: 30px;
  top: 8px;
  width: 24px;
  height: 24px;
}

.topic-listing .list-wrapper .hidden-menu li:hover p {
  background-color: #D9D9D9;
}

@media (max-width: 991px) {
  .topic-listing .interact-wrapper.r-mt {
    margin-top: 0 !important;
  }

  .topic-listing .list-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .whats-next {
    width: 360px;
  }

  .topic-listing .list-wrapper {
    min-height: 156px;
  }

  .topic-listing .list-wrapper .hidden-menu li p {
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  .whats-next {
    width: 360px;
  }

  .topic-listing .list-wrapper {
    min-height: auto;
  }

  .topic-listing .list-wrapper .topic-title {
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }

  .topic-listing .list-wrapper .hidden-menu li p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.main-question {
  color: #2E2F74;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
}

@media (min-width: 769px) {
  .whats-next {
    width: 560px;
  }
}

.terms-and-condition .for-image {
  display: flex;
  justify-content: flex-end;
}

.terms-and-condition .for-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.terms-and-condition .for-title h3 {
  font-size: 3.6rem;
  color: #2E2F74;
  line-height: 4.5rem;
  font-weight: 300;
}

.terms-and-condition .for-title p {
  font-size: 1.4rem;
  color: #737373;
  font-weight: 300;
}

.terms-and-condition .scrolabbel-content {
  height: 376px;
  overflow-y: scroll;
  margin-top: 2rem;
}

.terms-and-condition .scrolabbel-content p {
  margin-bottom: 2rem !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #737373;
}

.terms-and-condition .scrolabbel-content p strong {
  display: block;
}

.terms-and-condition .form-check {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.terms-and-condition .form-check .checkbox-label {
  font-size: 1.8rem;
  color: #737373;
}

.terms-and-condition .form-check label {
  color: #6FA9DC;
}

.terms-and-condition .form-check label.checkbox {
  position: relative;
}

.terms-and-condition .form-check label.checkbox .check-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 1px #623CE7;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-right: 2rem;
}

.terms-and-condition .form-check label.checkbox .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  transform: scale(1.3);
  opacity: 0;
}

.terms-and-condition .form-check label.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.terms-and-condition .form-check label.checkbox input[type=checkbox]:checked+.check-icon {
  border-color: #3C3E9F;
  background: #3C3E9F;
}

.terms-and-condition .form-check label.checkbox input[type=checkbox]:checked+.check-icon::before {
  transform: scale(1);
  opacity: 1;
}

.terms-and-condition .form-check label.checkbox input[type=checkbox]:focus~.check-icon {
  box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}

.terms-and-condition footer .interactive-btns li {
  margin-right: 0;
}

@media (max-width: 768px) {
  .terms-and-condition .for-image {
    justify-content: center;
  }

  .terms-and-condition .for-title {
    align-items: center;
    margin-top: 15px;
  }

  .terms-and-condition .component-container h3 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .terms-and-condition .component-container p {
    font-size: 1.2rem;
  }

  .terms-and-condition .component-container .scrolabbel-content p {
    font-size: 1.4rem;
  }
}

.what-you-do .personal-details .question-items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FBFFFF;
  border-radius: 2rem;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 220px;
}

.what-you-do .questions-list .item:hover {
  background-color: #D2CCFA;
  border: none;
}

@media (max-width: 575px) {
  .what-you-do .personal-details .question-items .item {
    height: 160px;
  }

  .what-you-do .personal-details .question-items img {
    height: 95px;
  }
}

/*# sourceMappingURL=/static/enumeracy_assets/css/main.css.map  */




/*Range style*/
#range-slider__range {
  appearance: none;
  width: calc(100% - (0px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin-bottom: 20px;
}

/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #3C3E9F;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

/*On hover change colour of black thumb into green 🟢 and scale size*/
#range-slider__range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: #3C3E9F;
}

#range-slider__range:active::-webkit-slider-thumb {
  transform: scale(1.1);
  background: #3C3E9F;
}

/*Range current value*/
#range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #3C3E9F;
  padding: 5px 10px;
  margin-left: 8px;
}

#range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

#range-slider__value {
  display: none;
}

.w-20 {
  width: 20%;
  text-align: center;
}

.w-80 {
  width: 80%;
}

.alert-message {
  position: relative;
  background: #f1f1f1;
  border: 1px solid #623CE7;
  border-radius: 15px;
  padding: 20px 10px;
  margin-top: 10px;
  margin-left: 70px;
}

@media (max-width: 460px) {
  .alert-message {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #623CE7;
    border-radius: 15px;
    padding: 20px 10px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .alert-message {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #623CE7;
    border-radius: 15px;
    padding: 20px 10px;
    margin-top: 10px;
    margin-left: 0px !important;
  }
}

.pb-5 {
  padding-bottom: 5%;
}