.custom-radio input:checked+.radio:after{content:"";position:absolute;width:100%;height:100%;border:5px solid black;background-color:white;border-radius:calc(infinity * 1px)}.custom-radio input:checked+.radio{background-color:black}.custom-radio input:disabled+.radio{opacity:.5;cursor:not-allowed}