.checkbox,.radio{cursor:pointer;justify-content:center;align-items:center;width:fit-content;margin-top:5px;display:flex}.checkbox-label,.radio-label{cursor:pointer;padding-left:15px}.checkbox-label a{color:var(--main);text-decoration:underline}.checkbox-input,.radio-input{appearance:none;border:var(--main)2px solid;cursor:pointer;width:30px;height:30px;transition:all .5s;position:relative}#checkbox-mailing.checkbox-input,#checkbox-mailing.radio-input,#checkbox-policy.checkbox-input,#checkbox-policy.radio-input{background-size:cover;width:20px;height:20px}.radio-input{cursor:pointer}.checkbox-input:after,.radio-input:after{content:"✔";cursor:pointer;width:0;height:0;font-size:26px;transition:all .5s;position:absolute;top:-2px;left:-2px;overflow:hidden}.radio-input:after{content:"🞋"}.checkbox-input:after,.radio-input:after{content:"";content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' viewBox='0 -960 960 960' width='30' stroke='%23FFFFFF' stroke-width='30' fill='%23FFFFFF'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:0;height:0;font-size:30px;transition:all .5s;position:absolute}.checkbox-input:checked{background:var(--main)}.radio-input:after{background-image:url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.88 23C12.6 23 14.2 21.32 15.52 19.52C16.84 21.32 18.44 23 21.16 23C22.16 23 23.04 22.72 23.04 21.8C23.04 21.24 22.6 20.72 21.96 20.72C21.72 20.72 21.28 20.8 21 20.8C19.72 20.8 18.2 19.12 17.36 17.92C19.08 16.08 20.96 13.72 20.96 11.12C20.96 8.12 18.68 6 15.52 6C12.36 6 10.08 8.12 10.08 11.12C10.08 13.72 11.96 16.08 13.68 17.92C12.84 19.12 11.32 20.8 10.04 20.8C9.76 20.8 9.32 20.72 9.08 20.72C8.44 20.72 8 21.24 8 21.8C8 22.72 8.88 23 9.88 23Z' fill='white'/%3e%3c/svg%3e")}.checkbox-input:checked:after,.radio-input:checked:after{width:30px;height:30px;transition:all .5s}#checkbox-mailing.checkbox-input:checked:after,#checkbox-policy.checkbox-input:checked:after,#checkbox-mailing.radio-input:checked:after,#checkbox-policy.radio-input:checked:after{background-size:cover;width:20px;height:20px}.checkbox-input:disabled,.radio-input:disabled{background:#ccc;border-color:#ccc}.checkbox-input:disabled:after,.radio-input:disabled:after{filter:grayscale()}
