[v-cloak] {
  display: none !important;
}

body.red {
  background: linear-gradient(23deg, rgb(40, 108, 183) 0%, rgb(182, 21, 133) 70%, rgb(185, 9, 118) 100%), url("../images/quiz/quiz_overlay.png");
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 100%;
  padding-bottom: 90px;
  position: relative;
}
body.red.pb-0 {
  padding-bottom: 0;
}

.quiz {
  padding: 140px 0 50px 0;
}

.quiz-padding {
  padding: 60px 0 30px 0;
}

.bot-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
}
.bot-footer footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.dash-header {
  padding: 10px 0;
}
.dash-header .logo img {
  height: 80px;
  width: auto;
}
.dash-header .top-menu {
  color: white;
}
.dash-header .top-menu ul {
  list-style: none;
  margin-bottom: 0;
}
.dash-header .top-menu ul li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}
.dash-header .top-menu a {
  margin-top: 10px;
  display: inline-block;
}

.register-cont {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  min-height: 340px;
}
.register-cont.blue {
  background: #475EF6;
  color: #fff;
}
.register-cont.min {
  padding: 20px 40px;
}
.register-cont h3.login-title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 28px;
}
.register-cont .g-line {
  height: 1px;
  background: #000;
  position: relative;
  margin: 32px 0;
}
.register-cont .g-line span {
  position: absolute;
  width: 45px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.register-cont p {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.register-cont p.tl {
  text-align: left;
}
.register-cont p.tag-label {
  font-weight: 500;
  margin-bottom: 0;
}
.register-cont p a {
  color: #475EF6;
}
.register-cont .form-control {
  padding: 10px;
}
.register-cont .form-control.theme {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
}
.register-cont .form-control:focus {
  box-shadow: none;
}
.register-cont .check {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

button[disabled=disabled],
button:disabled {
  opacity: 0.5;
}

.theme-btn {
  display: inline-block;
  background: linear-gradient(180deg, #fff -4.1%, #cdd8e6 108.26%);
  color: #3C57E8;
  height: 54px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border: none;
  min-width: 170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.theme-btn.w-200 {
  width: 200px;
}
.theme-btn span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  text-align: center;
}
.theme-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-image: url("../images/quiz/arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 99;
  background-position: center;
}
.theme-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #697fff -4.1%, #0098c0 108.26%);
}
.theme-btn.red:after {
  background: linear-gradient(180deg, #f00 -4.1%, #f00 108.26%);
}
.theme-btn.green:after {
  background: linear-gradient(180deg, #039c66 -4.1%, #039c66 108.26%);
}
.theme-btn.invert span {
  right: 0;
  left: auto;
}
.theme-btn.invert:before {
  right: auto;
  left: 12px;
  background-image: url("../images/quiz/arrow_r.png");
}
.theme-btn.invert:after {
  right: auto;
  left: 12px;
}
.theme-btn.cert-btn {
  min-width: 310px;
}
.theme-btn.cert-btn span {
  width: 96%;
}

.quiz-timer {
  background-color: #494949;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 24px;
  border-radius: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  gap: 20px;
  position: sticky;
  width: 95%;
  top: 2%;
  left: 50%;
  transform: translateX(-5%);
}

.timer-spacing {
  margin-top: 20px;
}

.test-interface {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.test-interface .s-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.test-interface .q-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.test-interface .answers-div {
  margin-top: 20px;
}
.test-interface .answers-div .option-div {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
.test-interface .answers-div .option-div > div.option {
  padding: 10px 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 40px;
  margin-right: 10%;
  color: #ff3eb9;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  min-height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.test-interface .answers-div .option-div > div.option.active {
  background: #475EF6;
  color: #fff;
  box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.2);
}
.test-interface .answers-div .option-div > div.option .ans-sr {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.test-interface .answers-div .option-div > div.option > div {
  text-align: left;
}

.nav-panel {
  background: #fff;
}
.nav-panel > div {
  padding: 10px;
}
.nav-panel .heading {
  background: #ace2ff;
  text-align: center;
  font-weight: bold;
}
.nav-panel .duration {
  background: #e5f0f6;
  font-size: 16px;
}
.nav-panel .duration .timer-box {
  font-weight: bold;
}
.nav-panel .duration .timer-box .timer {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 3px 10px;
  margin-left: 20px;
  min-width: 100px;
  text-align: center;
}
.nav-panel .duration .links {
  margin-top: 10px;
}
.nav-panel .duration .links a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.nav-panel .action ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-panel .action ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
.nav-panel .action ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.nav-panel .action ul li.att-1:before {
  background: #09a1f7;
  border: 1px solid #09a1f7;
}
.nav-panel .action ul li.att-2:before {
  background: #039c66;
  border: 1px solid #039c66;
}
.nav-panel .subject {
  background: #e5f0f6;
  margin-bottom: 10px;
}
.nav-panel .subject h3 {
  font-size: 18px;
  font-weight: bold;
}
.nav-panel .subject ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 6px;
  margin-top: 12px;
}
.nav-panel .subject ul li {
  display: inline-block;
  width: 20%;
}
.nav-panel .subject ul li div {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.nav-panel .subject ul li.active div {
  background: #09a1f7 !important;
  color: #fff;
}
.nav-panel .subject ul li.done div {
  background: #039c66;
  color: #fff;
}

.quiz-info {
  padding-top: 30px;
  max-width: 680px;
  display: inline-block;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.quiz-info p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.quiz-info p.normal-para {
  font-size: 16px;
  font-weight: normal;
}
.quiz-info img {
  max-width: 100%;
  height: auto;
  margin-top: -30px;
}
.quiz-info .quiz-score {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0px;
}
.quiz-info .live-date {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin: 30px 0px 10px;
}
.quiz-info.info-size p:not(:first-child) {
  font-size: 18px;
}
.quiz-info.info-size p:last-child {
  font-size: 20px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label span {
  color: #f00;
}
.form-group label.error {
  color: #f00;
  font-size: 12px;
}

.instructions {
  color: #fff;
}
.instructions h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.instructions p {
  font-size: 20px;
  font-weight: bold;
}
.instructions ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.instructions .checkbox-div {
  font-size: 18px;
  font-weight: 500;
}
.instructions.quiz-start h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.instructions.quiz-start p {
  font-size: 18px;
}
.instructions.quiz-start p:nth-child(3) {
  font-size: 16px;
  font-weight: 500;
}
.instructions.quiz-start ul {
  padding-left: 16px;
}
.instructions.quiz-start ul li {
  font-size: 16px;
  list-style: square;
}

.final-result {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.final-result h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.final-result .answered {
  background: #fff;
  color: #e53678;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  font-weight: bold;
}
.final-result .answered ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
}
.final-result .answered ul li {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e53678;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-align: center;
  line-height: 31px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.confirm-div {
  text-align: center;
}
.confirm-div img {
  width: 100px;
  height: auto;
}
.confirm-div h3 {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
}
.confirm-div p {
  font-size: 16px;
  font-weight: normal;
}

.quiz-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.qh-100 {
  height: calc(100% - 88px);
}

.leaderboard {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.leaderboard h2 {
  font-weight: 700;
}
.leaderboard p {
  margin: 16px 0px 32px;
  font-weight: 500;
}
.leaderboard .filter-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.leaderboard .filter-box select {
  max-width: 200px;
  color: #838383;
}
.leaderboard .trophy-img img {
  width: 100%;
  height: auto;
}

.who-leading .leading-board {
  background: linear-gradient(146.74deg, #2d72c7 6.27%, #2a6bbb 19.4%, #23589b 42.64%, #173b67 73.97%, #091729 107.32%);
  padding: 40px 20px;
  color: #fff;
  border-radius: 8px;
}
.who-leading .leading-board h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.who-leading .leading-board .edition-grade-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(93.18deg, #2d72c7 -2.47%, #245da2 22.85%, #0f2847 77.38%, #091729 94.91%);
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  padding: 4px 16px;
  box-shadow: 7px 7px 10px 0px rgba(25, 37, 104, 0.3019607843);
  margin: 16px 0px;
  min-height: 35px;
  margin-bottom: 45px;
}
.who-leading .leading-board .participant-details .participant-detail {
  background-color: #3fa1de;
}
.who-leading .leading-board .participant-details .top-participants {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
  background: linear-gradient(93.18deg, #3a92d4 -2.47%, #3484cb 22.85%, #2f77c2 77.38%, #2968b7 94.91%);
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  padding: 16px 16px;
  box-shadow: 7px 7px 10px 0px rgba(25, 37, 104, 0.3019607843);
  margin: 20px 10px;
  min-height: 70px;
  position: relative;
  padding-left: 80px;
}
.who-leading .leading-board .participant-details .top-participants .medal-img {
  position: absolute;
  left: 16px;
  top: -8px;
  width: auto;
  height: 78px;
}
.who-leading .leading-board .participant-details .top-participants .name-and-time-taken {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.who-leading .leading-board .participant-details .top-participants .name-and-time-taken .leaderboard-time-taken {
  color: #ffcb03;
  font-size: 15px;
}
.who-leading .leading-board .participant-details .top-participants .school-name-and-district {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
}
.who-leading .leading-board .participant-details .top-participants .rank {
  position: absolute;
  left: 26px;
  top: 39px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
}
.who-leading .leading-board .share-box {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.who-leading .leading-board .share-box img {
  width: 48px;
  height: auto;
  transition: all 1s ease;
}
.who-leading .leading-board .share-box img:hover {
  scale: 0.95;
}

@media screen and (max-width: 767px) {
  .bot-footer {
    padding-bottom: 0;
  }
  .bot-footer footer {
    position: inherit;
  }
  br.mob-hide {
    display: none;
  }
  .quiz-info {
    min-height: auto;
    padding-top: 0px;
  }
  .quiz-info p {
    font-size: 24px;
  }
  .register-cont {
    padding: 20px;
  }
  .instructions ul li {
    font-size: 16px;
  }
  .instructions .checkbox-div {
    font-size: 16px;
  }
  .test-interface .s-text {
    font-size: 18px;
  }
  .test-interface .q-text {
    font-size: 18px;
  }
  .test-interface .answers-div .option-div {
    display: block;
    width: 100%;
  }
  .test-interface .answers-div .option-div > div.option {
    font-size: 16px;
    margin-right: 0;
  }
  .theme-btn.mob-small {
    width: 148px !important;
    min-width: auto;
  }
  body.red {
    background-size: contain;
  }
  .quiz {
    padding: 100px 0 50px 0;
  }
  .qh-100 {
    height: auto !important;
  }
  .quiz-padding {
    padding-top: 20px;
  }
  .quiz-timer {
    font-size: 18px;
  }
  .who-leading .leading-board {
    padding: 30px 10px;
  }
  .who-leading .leading-board .participant-details .top-participants {
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 8px;
    justify-content: start;
  }
  .who-leading .leading-board .participant-details .top-participants .medal-img {
    height: 72px;
  }
  .who-leading .leading-board .participant-details .top-participants .rank {
    left: 24px;
    top: 35px;
  }
  .who-leading .leading-board .participant-details .top-participants .name-and-time-taken {
    font-size: 14px;
  }
  .who-leading .leading-board .participant-details .top-participants .school-name-and-district {
    font-size: 14px;
  }
  .who-leading .leading-board .edition-grade-box {
    font-size: 18px;
  }
  .who-leading .leading-board .share-box {
    font-size: 16px;
  }
}
.question-result {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.question-result .options .row .col-md-6 {
  margin-bottom: 20px;
}
.question-result .options .row .col-md-6 .option {
  background: #475EF6;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  min-height: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.question-result .options .row .col-md-6 .option.red {
  background: #f00;
}
.question-result .options .row .col-md-6 .option.green {
  background: #4caf50;
}/*# sourceMappingURL=quiz.css.map */