.form-checkbox--input.red-bg{appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-checkbox--input.red-bg:before{content:"";display:inline-block;width:16px;height:16px;min-width:16px;background-color:var(--color-white);border:1px solid var(--color-grey-500);box-sizing:border-box}.form-checkbox--input.red-bg.checked:before{background-color:var(--color-red-500);border:1px solid var(--color-grey-500);outline:2px solid #fff;outline-offset:-3px}.form-checkbox--input.red-bg:hover:not(.disabled){cursor:pointer}.form-checkbox--input.red-bg:hover:not(.disabled):not(.checked):before{background-color:var(--color-grey-200);border:1px solid var(--color-grey-500);outline:2px solid #fff;outline-offset:-3px}.with-checkmark.form-checkbox--input{appearance:none;-webkit-appearance:none;position:relative;width:16px;height:16px;min-width:16px;border:1px solid var(--color-grey-500);background-color:var(--color-white);cursor:pointer;vertical-align:middle;box-sizing:border-box}.with-checkmark.form-checkbox--input:checked{background-color:var(--color-white)}.with-checkmark.form-checkbox--input:before{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:700;color:rgba(0,0,0,0)}.with-checkmark.form-checkbox--input:checked:before{color:var(--color-grey-1000)}.with-checkmark.form-checkbox--input:hover:not(.disabled):not(.checked):before{color:var(--color-grey-200)}.form-checkbox--label{cursor:pointer;user-select:none}.form-checkbox--input.disabled{cursor:not-allowed}.form-checkbox--input.disabled:before{background-color:var(--color-grey-300);border:1px solid var(--color-grey-500)}