.theme2 #buttonsWrapper a.quizButton {
  background-color: #6e1d71;
}
.theme2 #buttonsWrapper a.quizButton.disabled {
  background-color: #7e7885;
}
.theme2 .stepIndicator {
  background-color: #6e1d71;
}
.theme2 .stepIndicator.unanswered {
  background-color: #bfbfbf;
  color: white;
}
.theme2 .stepIndicator.active.unanswered {
  background-color: white;
  border: 0.125rem solid #6e1d71;
  color: #6e1d71;
}
.theme2 .stepIndicator.answered {
  background-color: #6e1d71;
  color: white;
}
.theme2 .accordion-title-left > .orderNumber {
  background: #6e1d71;
}
.theme2 #smallloader .spinner > div {
  background-color: #6e1d71;
}
.theme2 #buttonsWrapper a#quizButton {
  background-color: #6e1d71;
}
.theme2 #buttonsWrapper a#customButton {
  background-color: #6e1d71;
}
.theme2 .template4wrapper .answerItem.selected {
  background-color: #6e1d71;
}
.theme2 .template4wrapper .textDescription {
  color: #6e1d71;
}
.theme2 .template6wrapper .selected .selector {
  background-color: #6e1d71;
}
.theme2 .template7wrapper .answerItem {
  border: 0.25rem solid #7e7885;
}
.theme2 .template7wrapper .answerItem.selected {
  border: 0.25rem solid #6e1d71;
}
.theme2 .template8wrapper select:focus {
  outline: none;
  border-color: #6e1d71;
}
.theme2 .template8wrapper .select2-container--default .select2-selection--single:hover,
.theme2 .template8wrapper .select2-container--default .select2-selection--single:focus,
.theme2 .template8wrapper .select2-container--default .select2-selection--single:focus-within {
  outline: none;
  border-color: #6e1d71;
}
.theme2 .template8wrapper .selectAnswers #quizButton:hover {
  border: 0.25rem solid #6e1d71;
}
.theme2 .template10wrapper .answerItem.selected {
  background-color: #6e1d71;
}
.theme2 .template10wrapper .textDescription {
  color: #6e1d71;
}
.theme2 #modal-template .answerItem.selected {
  background-color: #6e1d71;
}
.theme2 #modal-template .answerItem:hover {
  background-color: #6e1d71;
}
