.custom-radios input[type=radio]{display:none}.custom-radios label{background-color:#fff;cursor:pointer;font-size:1.125rem;padding:19px 10px 19px 46px;position:relative;width:100%}.custom-radios label:before{background-color:transparent;transform:translateY(-50%);transition:border-color .4s ease}.custom-radios label:after,.custom-radios label:before{border:2px solid #000;border-radius:50%;content:"";height:22px;left:10px;position:absolute;top:50%;width:22px}.custom-radios label:after{background-color:#000;transform:translateY(-50%) scale(0);transition:transform .4s ease}.custom-radios input[type=radio]:checked+label:before{border-color:#000}.custom-radios input[type=radio]:checked+label:after{transform:translateY(-50%) scale(.55)}.checkbox-custom input{cursor:pointer;display:none;height:auto;margin-bottom:0;padding:0;width:auto}.checkbox-custom label,.checkbox-custom label:before{cursor:pointer;position:relative}.checkbox-custom label:before{-webkit-appearance:none;background-color:transparent;border:1px solid #000;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);content:"";display:inline-block;margin-right:5px;padding:10px;vertical-align:middle}.checkbox-custom input:checked+label:after{border:solid #000;border-width:0 2px 2px 0;content:"";display:block;height:14px;left:9px;position:absolute;top:38%;transform:rotate(45deg);width:6px}.checkbox-custom:has(input:checked){background-color:#dfeff6}
