#quiz {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  margin: 10px auto;
  padding: 15px 20px;
  line-height: 1.4rem;
  max-width: 960px
}

.btn.disabled, .btn:disabled, .btn[disabled] {
  opacity: .8
}

.quiz-nav {
  margin: 10px 0
}

.quiz-nav .btn {
  margin-right: 10px
}

.quiz-answers {
  margin: 35px 0
}

.bytee-quiz .btn-answer {
  display: block;
  width: 100%;
  margin: 5px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 2rem
}

.question-num {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: #5755d9;
  border-radius: 0 15px 15px 0/0 20px 20px 0;
  margin-left: 0;
  padding: 0 5px;
  color: #fff
}

.question-num:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.bytee-quiz .option-correct {
  border: 1px solid #36bf42
}

.bytee-quiz .option-wrong {
  border: 1px solid #ef251c
}

.bytee-quiz .checked-option, .bytee-quiz .checked-option .btn-answer {
  background: #5755d9;
  color: #fff
}

.bytee-quiz .checked-option-correct .question-num, .bytee-quiz .option-correct .question-num {
  background: #36bf42
}

.bytee-quiz .checked-option-wrong .question-num, .bytee-quiz .option-wrong .question-num {
  background: #ef251c
}

.bytee-quiz .checked-option-wrong {
  border: 2px solid #ef251c;
  background: #d98484
}

.bytee-quiz .checked-option-correct {
  border: 2px solid #36bf42;
  background: #6ed97b
}

.suggestion-answer {
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #ccc
}

@media only screen and (max-device-width: 812px) {
  #quiz {
    border: 0;
    padding: 5px;
    margin: 0 auto
  }

  .btn-primary {
    display: block;
    margin: 5px 0
  }

  .btn {
    width: 100%
  }
}

.quiz-start[data-v-07dd6d40] {
  padding: 20px
}

.btn-quiz-start[data-v-07dd6d40] {
  margin-top: 20px
}

.quiz-start h1[data-v-07dd6d40]:after {
  display: block;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 40px;
  height: 1px;
  border-bottom: 3px solid #5755d9;
  margin: 0;
  padding: 8px 0
}

.text-question-answer[data-v-3b3b5625] {
  margin: 10px 0
}

.code-block[data-v-099f94ec] {
  margin-bottom: 15px
}

.question-title[data-v-099f94ec] {
  margin: 20px auto;
  width: 80%
}

.quiz-answer[data-v-3e32cd59] {
  padding: 3px 5px;
  margin: 3px 0;
  cursor: pointer
}

.correct-answer[data-v-3e32cd59] {
  border: 1px solid #36bf42
}

.wrong-answer[data-v-3e32cd59] {
  border: 1px solid #ef251c
}

.toast[data-v-22fb2032] {
  position: relative
}

.close-error[data-v-22fb2032] {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 1.2rem;
  cursor: pointer
}

#error-handler[data-v-22fb2032] {
  margin: 15px 0
}

.quiz-info {
  margin-bottom: 10px
}

.bytee-quiz .btn-answer {
  border: .05rem solid #3085ee;
}

.bytee-quiz .btn-action:hover {
  background: #e1edfd;
}
