.quizzes {
  margin: 0;
  padding: 0;
}

.answers-container .image img {
  width: 100%;
}

.answers-container hr {
  margin: 0.5rem 0;
  border: 1px solid black;
}

.answers-container .subjects {
  margin: 1rem 0;
}

.answers-container .subjects .subject,
.answers-container .subjects .levels {
  color: #21446A;
  height: 1.3rem;
  font-size: 0.8rem;
  border-radius: 3px;
  margin-right: 15px;
  align-items: center;
  display: inline-flex;
  padding: 0.2rem 0.4rem;
  border: 1px solid #21446A;
}

.answers-container .description {
  color: #21446A;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  max-height: 116px;
  overflow: hidden;
}

.answers-container .ahead {
  margin: 30px 0 0 0;
  color: #21446A;
}

.answers-container .ahead .loading {
  height: 1.7rem;
  font-size: 0.8rem;
  border: 3px solid black;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (max-width: 992px) {
  .answers-container .ahead .loading {
    margin: 15px 0;
  }
}

.answers-container .ahead .loading .loading-bar {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ccc;
  position: absolute;
}

.answers-container .ahead .loading .loading-txt {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.answers-container .ahead .attempt {
  font-size: 0.8rem;
}

.answers-container .ahead .backquiz {
  font-size: 0.8rem;
}

.answers-container .ahead .backquiz a {
  text-decoration: underline;
}

.answers-container .abody {
  margin: 10px 0 0 0;
  font-size: 0.8rem;
  color: #21446A;
}

.answers-container .abody .title {
  margin: 10px 0;
  font-weight: bold;
}

@media (max-width: 992px) {
  .answers-container .abody .title {
    margin: 5px 0;
  }
}

.answers-container .abody .playlink {
  margin: 10px 0;
}

.answers-container .abody .playlink a {
  font-size: 0.8rem;
  text-decoration: underline;
}

.answers-container .abody .items {
  font-size: 0.8rem;
}

.answers-container .abody .items label {
  margin-left: 10px;
}

.answers-container .abody .items .btn-question {
  white-space: normal;
  border: 1px solid #2970d9;
  transition: background 0.3s;
}

.answers-container .abody .items .btn-question input {
  display: none;
}

.answers-container .abody .items .btn-question:hover {
  background: #2970d9;
  color: white;
}

.answers-container .abody .items .btn-question.checked {
  background: #2970d9;
  color: white;
}

.answers-container .abody .items .btn-question-selected {
  white-space: normal;
  background-color: #2970d9;
  color: #ffffff;
}

.answers-container .abody .items .btn-question-selected input {
  display: none;
}

.answers-container .trackTime {
  font-family: sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 10px;
}

.answers-container .trackTime span {
  padding: 5px;
  border-radius: 3px;
  background: #00816A;
}

.answers-container .smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.modal.quiz-share .link {
  margin: 20px 10px;
  font-size: 0.7rem;
  padding: 10px 20px;
  border-radius: 20px;
  border: 3px solid #000000;
}

.modal.quiz-share .link a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.modal.quiz-share .link .fa {
  cursor: copy;
  font-size: 1.5em;
}

.modal.quiz-share .desc {
  color: #21446A;
  font-size: 0.7rem;
  max-height: 116px;
  overflow: hidden;
}

.modal.quiz-video .modal-content {
  padding: 30px 0;
  border-radius: 15px;
  background-color: #06D1A0;
}

.preview-modal .modal-body > .row .question {
  padding: 2px 10px;
  border-width: medium;
}

.preview-modal .modal-body > .row .question:last-child {
  border-bottom: none;
}


/*# sourceMappingURL=quiz.css.map*/