.sc-form-check{font-size:var(--sc-input-font-size-medium);font-weight:var(--sc-input-font-weight);font-weight:400;font-style:normal;color:inherit;-webkit-box-align:center;gap:.75em;align-items:center;line-height:var(--sc-checkbox-size);-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.sc-check-input,.sc-check-input[type=checkbox],.sc-check-input[type=radio]{height:1em;-webkit-print-color-adjust:exact;padding:7px;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;color-adjust:exact;background-size:contain;background-color:#fff;margin:.25em 0;background-position:50%;width:1em;background-repeat:no-repeat;vertical-align:top}.sc-check-input[type=checkbox][type=radio],.sc-check-input[type=radio],.sc-check-input[type=radio][type=radio]{border-radius:50%}.sc-check-input[type=checkbox][type=radio]:checked,.sc-check-input[type=radio]:checked,.sc-check-input[type=radio][type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.sc-check-input[type=checkbox],.sc-check-input[type=checkbox][type=checkbox],.sc-check-input[type=radio][type=checkbox]{border-radius:.25em}.sc-check-input[type=checkbox]:checked,.sc-check-input[type=checkbox][type=checkbox]:checked,.sc-check-input[type=radio][type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.sc-check-input[type=checkbox]:indeterminate,.sc-check-input[type=checkbox][type=checkbox]:indeterminate,.sc-check-input[type=radio][type=checkbox]:indeterminate{border-color:var(--sc-check-input-border-color,var(--sc-color-primary-500));background-color:var(--sc-check-input-background-color,var(--sc-color-primary-500));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.sc-check-input:checked,.sc-check-input[type=checkbox]:checked,.sc-check-input[type=radio]:checked{border-color:var(--sc-check-input-border-color,var(--sc-color-primary-500));background-color:var(--sc-check-input-background-color,var(--sc-color-primary-500))}