.styled-radio{position:relative;padding-left:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styled-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.styled-radio .checkmark{display:block;height:22px;width:22px;background-color:#fff;border:1px solid #000;border-radius:50%;transition:border 200ms,color 200ms,background-color 200ms}.styled-radio:hover input~.checkmark{background-color:var(--ezee-lime-60)}.styled-radio input:checked~.checkmark{background-color:#000}.styled-radio .checkmark:after{content:"";position:relative;display:none}.styled-radio input:checked~.checkmark:after{display:block}.styled-radio .checkmark:after{left:7px;top:3px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}