div.wpforms-container-full input[type=checkbox],input[type="checkbox"]{appearance:none;width:1.2em;height:1.2em;margin:.1em .5em 0 0;border-width:var(--wp--custom--elements--checkbox--border-width,var(--wp--custom--border--width,1px));border-radius:var(--wp--custom--elements--checkbox--border-radius,var(--wp--custom--border-radius--rounded,inherit));border-style:var(--wp--custom--elements--checkbox--border-style,var(--wp--custom--border--style,solid));border-color:var(--wp--custom--elements--checkbox--border-color,var(--wp--custom--border--color,currentColor));display:inline-grid;place-content:center;color:var(--wp--custom--elements--checkbox--color,var(--wp--custom--color--primary,currentColor));background-color:var(--wp--custom--elements--checkbox--background,transparent)}div.wpforms-container-full input[type=checkbox]:checked::after,div.wpforms-container-full input[type=checkbox]::after,input[type="checkbox"]:checked::after,input[type="checkbox"]::after{display:none}div.wpforms-container-full input[type=checkbox]::before,input[type="checkbox"]::before{content:"";width:1em;height:1em;position:static;border-radius:.15em;transform:scale(0);clip-path:polygon(22% 44%,10% 60%,46% 87%,92% 30%,75% 17%,42% 59%);transition:var(--wp--custom--transition);background:var(--wp--custom--color--body,currentColor)}div.wpforms-container-full input[type=checkbox]:checked,input[type="checkbox"]:checked{background-color:currentColor}div.wpforms-container-full input[type=checkbox]:checked::before,input[type="checkbox"]:checked::before{transform:scale(.66)}div.wpforms-container-full input[type=checkbox]:focus,input[type="checkbox"]:focus{border-color:var(--wp--custom--elements--checkbox--focus--border-color,currentColor)!important;outline:var(--wp--custom--border--width,1px) solid currentColor;outline-offset:var(--wp--custom--border--width,1px)}div.wpforms-container-full input[type=checkbox].checkbox,input[type="checkbox"].checkbox{margin-right:0}div.wpforms-container-full input[type=checkbox].checkbox~br,input[type="checkbox"].checkbox~br{content:''}