.form-item.form-type-checkbox{display:block;margin:0 !important;position:relative;width:100%}.form-item.form-type-checkbox label{background-color:rgba(0,0,0,0);display:inline-block;margin-bottom:0;position:relative}.form-item.form-type-checkbox label::before{display:inline-block;font-size:1.125rem;left:0;position:absolute;top:.35rem}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;height:0;left:0;overflow:hidden;position:absolute;top:0;width:0}input[type=checkbox].error{border:0}input[type=checkbox]:hover:focus,input[type=checkbox]:active:focus{outline:none}input[type=checkbox]:checked~label::before{display:inline-block}input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.form-item.form-type-checkbox.form-item-title-before label::before{left:auto;right:0}.form-item.form-type-checkbox.form-item-title-before:has(input[type=checkbox]:checked) label::before{display:inline-block}.form-no-label input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;height:auto;left:auto;position:relative;top:auto;width:auto}.form-no-label input[type=checkbox]:focus~label{outline:none}