.artificial-choice{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-white);border:1px solid var(--check-box-border-gray);cursor:pointer;height:20px;min-width:20px;-webkit-transition:all .1s ease-out;-o-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:20px}.artificial-choice :hover{border-color:var(--color-orange)}.artificial-choice__check-mark{display:none}.artificial-choice--classified{border:none;border-radius:50%;display:block;-webkit-flex-shrink:0;height:6px;min-width:6px;width:6px;-ms-flex-negative:0;flex-shrink:0}.artificial-choice__classified{border:1px solid var(--color-orange);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.artificial-choice--checkbox{border-radius:4px}.artificial-choice--radio{border-radius:50%}.artificial-choice--disabled{cursor:not-allowed}.artificial-choice__check-mark--radio{background-color:var(--color-orange);border-radius:50%;height:6px;width:6px}.artificial-choice__check-mark--radio.artificial-choice__check-mark--disabled{background-color:var(--check-box-border-gray)}
