html {
  background: #ffffff;
}
body, .layout_answer, .dropdown_dropdownContainer {
  background: none;
}
.progressbar_progressBarIndicator {
  background-color: #EF6A00;
}
.button_button_isPrimary, .button_button_isPrimary:focus, .button_button_isPrimary:hover {
  background-color: #C63663;
}
.dropdown_dropdownSelector:focus, .dropdown_dropdownSelector:hover, .hasNoTouch .option_input:focus+.option_optionContainer, .hasNoTouch .option_input:hover+.option_optionContainer, .hasNoTouch .cellOption_input:focus+.cellOption_indicatorContainer, .hasNoTouch .cellOption_input:hover+.cellOption_indicatorContainer, .textarea_textareaContainer:hover, .textarea_textareaContainer_isFocused, .layoutListItem_layoutListItemContainer_hasHighlights:hover, .layoutListItem_layoutListItemContainer_hasHighlights:focus, .dropdown_dropdownListItem:hover, .dropdown_dropdownListItem:focus, .hasNoTouch .option_optionContainer:hover, .hasNoTouch .option_optionContainer_hasBoxShadow, .textField_textField:focus, .textField_textField:hover, .calendarTextfieldInput:hover, .calendarTextfieldInput:focus, .calendar_calendarIconContainer:focus, .calendar_calendarIconContainer:hover, .hasNoTouch .day_day:focus, .hasNoTouch .day_day:hover {
  box-shadow: 0 0 0 3px #C63663;
}
.indicatorRadio_indicatorRadioContainer_isSelected {
  border-color: #EF6A00;
}
.indicatorCircle_circle_isSelected {
  background: #EF6A00;
}
.indicatorCheckbox_indicatorCheckboxContainer_isSelected {
  background: #EF6A00;
  border-color: #EF6A00;
}