.customCheckBox+.customCheckBox{margin-top:20px}.customCheckBox input{display:none}.customCheckBox label{cursor:pointer;-webkit-user-select:none;user-select:none;padding-left:35px;font-size:12px;display:inline-block;position:relative}.customCheckBox label:before{content:"";border:1px solid var(--light-grey15);background-color:var(--white);border-radius:3px;width:25px;height:25px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.customCheckBox input:checked+label:before{border-color:var(--greeny-blue);background-image:url(/static/CustomCheckBox/customCheck.svg);background-position:50%;background-repeat:no-repeat}
