.progressally-quiz-container {
  background-color: #fff !important;
  padding: 0 !important;
}

div.progressally-quiz-button,
input[type="submit"].progressally-quiz-button,
input[type="submit"].progressally-quiz-submit-button {
  box-shadow: none !important;
}

.progressally-quiz-question {
  margin: 0 auto !important;
  padding-left: 6px !important;
}

ul.progressally-quiz-display {
  margin: 9px auto 45px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 9px !important;
}

li.progressally-quiz-choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto !important;
  background-color: #f3f3f3 !important;
  padding: 0 12px !important;
  height: auto !important;
  min-height: 21px !important;
  line-height: 1.5 !important;
  border-bottom: solid 1px #fff !important;
}

li.progressally-quiz-choice-item:hover {
  background-color: #eaeaea !important;
}

li.progressally-quiz-choice-item input:not([type=submit]) {
  margin: 8px auto 0 !important;
  padding: 9px 0 0 0 !important;
  width: 21px !important;
  height: 21px !important;
  line-height: 1.5 !important;
  visibility: hidden !important;
}

li.progressally-quiz-choice-item input:not([type=submit])::after {
  display: flex !important;
  justify-content: center !important;
  font-size: 18px !important;
  content: '\25EF' !important;
  color: #5f8691 !important;
  visibility: visible !important;
}

li.progressally-quiz-choice-item input:not([type=submit]):checked:after {
  display: flex !important;
  justify-content: center;
  font-size: 18px !important;
  content: '\25C9' !important;
  color: #5f8691 !important;
  visibility: visible !important;
}

label.progressally-quiz-choice-label {
  margin: 0 0 0 30px !important;
  color: #000 !important;
  width: 100% !important;
  height: 100% !important;
  height: fit-content !important;
  min-height: 30px !important;
  padding: 9px 0 !important;
}

.progressally-quiz-result {
  font-size: 14px !important;
}

.progressally-quiz-correct-message,
.progressally-quiz-incorrect-message {
  border-radius: 9px !important;
  margin: -39px auto 39px !important;
  padding: 0 18px !important;
  height: 42px !important;
  line-height: 42px !important;
}

.progressally-quiz-incorrect-message {
  background-color: #efdfc7 !important;
}