.sc6f{display:flex;flex-direction:row;align-content:center;gap:.3em;height:fit-content;line-height:1}.sc6f input{appearance:none;background-color:var(--color-background);margin:0;font:inherit;color:currentColor;width:.9em;height:.9em;border:2px solid currentColor;display:grid;place-content:center}.sc6f input:before{width:.5em;height:.5em;content:"";background-color:var(--color-text-on-background);transform:scale(0);transition:.05s transform ease-in-out}.sc6f input:checked:before{transform:scale(1)}.sc6f[data-disabled=true]{color:var(--color-text-on-background-dark)}.scrf{display:flex;flex-direction:row;align-content:center;gap:.3em;height:fit-content;line-height:1}.scrf input{appearance:none;background-color:var(--color-background);margin:0;font:inherit;color:currentColor;width:.9em;height:.9em;border:2px solid currentColor;border-radius:.2em;display:grid;place-content:center}.scrf input:before{width:.5em;height:.5em;content:"";background-color:var(--color-text-on-background);transform:scale(0);transition:.05s transform ease-in-out;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.scrf input:checked:before{transform:scale(1)}.scrf[data-disabled=true]{color:var(--color-text-on-background-dark)}
