.checkbox-field{align-items:flex-start;width:100%;display:flex;position:relative}.checkbox-field>input[type=checkbox]{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;padding:0;position:absolute}.checkbox-field .checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;min-height:44px;padding:.3rem 0;display:flex}.checkbox-field .checkbox-box{background-color:#fff;border:2px solid #c7c7c7;border-radius:4px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;transition-property:background-color,border-color,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.16,1,.3,1);display:flex;position:relative}.checkbox-field .checkbox-box svg{stroke:#fff;stroke-width:3px;opacity:0;filter:blur(4px);width:14px;height:14px;transition-property:opacity,transform,filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.16,1,.3,1);transform:scale(.25)}.checkbox-field .checkbox-text{color:#0a0a0a;text-wrap:pretty;font-size:.88rem;font-weight:400;line-height:1.35}.checkbox-field>input[type=checkbox]:checked+.checkbox-label .checkbox-box{background-color:#f15a4a;border-color:#f15a4a}.checkbox-field>input[type=checkbox]:checked+.checkbox-label .checkbox-box svg{opacity:1;filter:blur();transform:scale(1)}.checkbox-field>input[type=checkbox]:indeterminate+.checkbox-label .checkbox-box{background-color:#f15a4a;border-color:#f15a4a}.checkbox-field>input[type=checkbox]:indeterminate+.checkbox-label .checkbox-box svg{opacity:0}.checkbox-field>input[type=checkbox]:indeterminate+.checkbox-label .checkbox-box:after{content:"";background-color:#fff;border-radius:4px;width:10px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-field>input[type=checkbox]:focus-visible+.checkbox-label .checkbox-box{border-color:#f15a4a;box-shadow:0 0 0 3px #f15a4a47}.checkbox-field .checkbox-label:active .checkbox-box{transform:scale(.96)}@media (hover:hover){.checkbox-field .checkbox-label:hover .checkbox-box{border-color:#f15a4a}}.checkbox-field>input[type=checkbox]:disabled+.checkbox-label{cursor:not-allowed}.checkbox-field>input[type=checkbox]:disabled+.checkbox-label .checkbox-box,.checkbox-field>input[type=checkbox]:disabled+.checkbox-label .checkbox-text{opacity:.6}.checkbox-field.hide-label{width:auto}.checkbox-field.hide-label .checkbox-label{flex-shrink:0;justify-content:center;align-items:center;gap:0;min-width:44px;min-height:44px;display:inline-flex}.checkbox-field.error .checkbox-box{border-color:#c5231e;box-shadow:0 0 0 3px #c5231e1f}@media (prefers-reduced-motion:reduce){.checkbox-field .checkbox-box,.checkbox-field .checkbox-box svg{transition-duration:1ms}.checkbox-field .checkbox-label:active .checkbox-box{transform:none}}
