:root {
  --primary-color: #f63501;
  --primary-background: #fffbf3;
  --secondary-background: #f7efe1;
  --light-background: #fff;
  --header-background: #fffbf3;
  --button-background: #f63501;
  --button-secondary-background: #f63501;
  --button-disabled-background: #f3e7d1;
  --button-border: #ebd7b3;
  --button-disabled-border: #ebd7b3;
  --active-element: #f3e7d1;
  --text-primary: #410413;
  --text-secondary: #6b0413;
  --text-dark: #6b0413;
  --text-light: #41042c;
  --border-color: #fffbf3;
  --border-color-faded: #fffbf3;
  --shadow-color: #4f66000d;
  --shadow-color-strong: #00000040;
  --highlight-bg: #f63501;
  --progress: #f7efe1;
  --progress-track: #410413;
  --empathy-orange-40: #f63501;
  --mindful-brown-white: #f63501;
}

.checkboxs-quiz__input + .checkboxs-quiz__inner {
  border-radius: 10px;
}

.checkboxs-quiz__input:checked + .checkboxs-quiz__inner {
  box-shadow: 0 0 0 1px var(--button-disabled-border);
}

.counter-quiz__round {
  stroke: var(--highlight-bg);
}

.btn-green {
  color: var(--light-background);
}

.evaluation-quiz__list {
  background: var(--light-background);
}

.evaluation-quiz__count-input:checked + .evaluation-quiz__count-num {
  color: var(--light-background);
}

.experts__card {
  background: var(--light-background);
}

.review-quiz__body {
  color: var(--text-light);
}
 