.test_answer {
  margin-bottom: 25px;
}

.test_answer p {
  font-size: calc(5px + 1vw);
}

.single_answer {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single_answer:hover {
  background: var(--additional-color) !important;
  color: white;
}

.single_answer > p:hover {
  color: white;
}

.single_answer_control > p {
  margin-bottom: 0;
}

.selected_single_answer > p {
  color: #fff;
}

.cursor_pointer {
  cursor: pointer;
}

.cursor_context_menu {
  cursor: context-menu;
}

.selected_single_answer {
  background: var(--additional-color) !important;
  cursor: pointer;
  color: white;
}

.failed_single_answer {
  background: var(--red-color) !important;
  cursor: default;
  color: white;
}

.correct_single_answer {
  background: var(--green-color) !important;
  cursor: default;
  color: white;
}

.test_question {
  margin-bottom: 15px;
}

.test_answer p {
  font-size: calc(5px + 1vw);
  padding: 20px;
  cursor: pointer;
  text-align: left;
}

.test_question p {
  font-size: calc(5px + 1.5vw);
  font-family: base_font;
  display: flex;
  align-items: center;
  border: 1px solid #EEE;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 0;
}

.test_question span {
  float: left;
  color: white;
  margin-right: 15px;
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  background: var(--base-color);
}

.test_title {
  font-family: base_font !important;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #545454;
}

.test_subtitle {
  font-size: calc(10px + 1vw);
  text-align: center;
  font-family: base_font;
  color: #9a9a9a;
}

.question_hidden {
  display: none;
}
