.form-type-checkbox{position:relative}input[type="checkbox"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="checkbox"]~label{display:inline-block;padding-left:1.5625em;cursor:pointer;transition-duration:0.2s;position:relative}input[type="checkbox"]~label .icon{position:absolute;left:0;top:0.625em;margin-top:-0.68em;border-radius:calc(var(--itemRadius) / 2);width:1.25em;height:1.25em;background:var(--whiteColor)}input[type="checkbox"]~label .icon:before{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;content:"";border-radius:6px;border:1px solid var(--greyscale--200)}input[type="checkbox"]~label .icon .check{position:absolute;left:0;right:0;bottom:0;top:-0.125em;margin:auto;width:0.5625em;height:0.3125em;color:var(--mainColor);transform:rotate(-45deg)}input[type="checkbox"]~label .icon .check:after{top:0;bottom:0;left:0;content:"";position:absolute;width:0.09375em;border-radius:100px;background:currentColor;transform-origin:top center;transition-duration:0.2s;transform:scaleY(0)}input[type="checkbox"]~label .icon .check:before{right:0;bottom:0.02em;left:0;content:"";position:absolute;height:0.09375em;border-radius:100px;background:currentColor;transform-origin:left center;transition-duration:0.2s;transform:scaleX(0)}input[type="checkbox"]~label .icon svg{fill:var(--whiteColor);stroke:var(--greyscale--200);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;display:block;pointer-events:none;transform:scale(1) translateZ(0);transition:stroke 0.3s, fill 0.3s, stroke-dashoffset 0.15s ease 0s, transform 0s;width:1em;height:1em}@media screen and (min-width:1200px){input[type="checkbox"]~label .icon svg{width:1.1em;height:1.1em}}input[type="checkbox"]~label .icon svg.tick{stroke-dasharray:14px;stroke-dashoffset:14px;width:0.5625em;height:0.4375em;fill:none;stroke:var(--whiteColor);stroke-width:2px;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}@media screen and (min-width:1200px){input[type="checkbox"]~label .icon svg.tick{width:0.6em;height:0.45em}}input[type="checkbox"]~label:hover .icon svg{fill:var(--primary--50);stroke:var(--primary--100)}.form-disabled input[type="checkbox"]~label .icon{opacity:0.3}.checkbox-small input[type="checkbox"]~label{width:0.875em;height:0.875em}@media screen and (min-width:1200px){.checkbox-small input[type="checkbox"]~label{width:1em;height:1em}}input[type="checkbox"]:focus-visible~label .icon{outline:var(--primary--300) solid 2px}input[type="checkbox"]:checked~label .icon{background:var(--primary--400)}input[type="checkbox"]:checked~label .icon .check:after{color:var(--whiteColor);transform:scaleY(1)}input[type="checkbox"]:checked~label .icon .check:before{color:var(--whiteColor);transform:scaleX(1);transition-delay:100ms}@keyframes checkbox-check{0%{transform:scaleX(0)}33%{transform:scaleX(0.5)}100%{transform:scaleX(1)}}@keyframes checkbox-check-2{0%{transform:scaleY(0)}33%{transform:scaleY(0.5)}100%{transform:scaleY(1)}}/*# sourceMappingURL=checkbox_item.css.map */