.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_header {
  font-family: Inter, sans-serif !important;
  color: #222 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_points {
  background-color: #ffe3e4 !important;
  padding: 36px 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #222 !important;
  border-radius: 8px !important;
  border: none !important;
  margin-top: 40px !important;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_points span:nth-of-type(3) {
  color: #b30007 !important;
  font-weight: 700 !important;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_points::after {
  content: '\a You need to repeat the quiz' !important;
  white-space: pre !important;
  color: #b30007;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_points::before {
  content: '' !important;
  background-image: url('/wp-content/uploads/2022/11/cross.svg') !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 2px;
  left: 3px;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_button_restartQuiz {
  background-color: #0a4fff !important;
  font-family: Inter, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 17px 47px !important;
}
.single-sfwd-quiz .ld-quiz-result-failed .ld-quiz-actions {
  border-top: none !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
.single-sfwd-quiz .ld-quiz-result-failed .wpProQuiz_results p:first-of-type {
  color: #5c5c5c !important;
  font-family: Inter, sans-serif !important;
  font-size: 18px !important;
  text-align: left !important;
}
.single-sfwd-quiz
  .ld-quiz-result-failed
  .wpProQuiz_results
  p:first-of-type::after {
  content: '. You must reach above 80%';
}
