.CheckboxItem.check-style input[type=checkbox],.CheckboxItem.check-style input[type=radio]{margin-top:2px;cursor:pointer;height:20px;width:20px;-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;border:var(--color-greyscale-grey-3) 1px solid;border-radius:4px;background:var(--color-greyscale-grey-5);accent-color:var(--color-brand-stax-green-3)}.CheckboxItem.check-style input[type=checkbox]:checked,.CheckboxItem.check-style input[type=radio]:checked{background-image:url(/images/icons/tick-white.svg);background-repeat:no-repeat;background-position:center;background-size:13px;background-color:var(--color-brand-stax-green-3);border:none}.CheckboxItem.check-style input[type=checkbox]:checked:hover:not(:disabled),.CheckboxItem.check-style input[type=radio]:checked:hover:not(:disabled){background-color:var(--color-brand-stax-green-5)}.CheckboxItem.check-style:disabled{cursor:unset}.CheckboxItem.no-text .checkbox-container{margin-right:0}.CheckboxItem.radio-style input[type=checkbox],.CheckboxItem.radio-style input[type=radio]{border-radius:100%;height:20px;width:20px;margin-top:3px;cursor:pointer}.CheckboxItem.radio-style input[type=checkbox]:checked,.CheckboxItem.radio-style input[type=radio]:checked{background-image:none;accent-color:var(--color-brand-stax-green-3);background-repeat:no-repeat;background-position:center;background-size:13px;border:none}.CheckboxItem.radio-style input[type=checkbox]:checked:hover,.CheckboxItem.radio-style input[type=radio]:checked:hover{background-color:var(--color-brand-stax-green-5)}.CheckboxItem.radio-style input[type=radio]{margin-top:3px}.CheckboxItem .quick-add{border:none;padding:5px 0 0;width:auto}.CheckboxItem .quick-add .checkbox{align-items:center}.CheckboxItem .quick-add .checkbox .text-container p{color:var(--color-white)}
