<input class='x' id="for-gender1">
<label class='y' for="for-gender1"></label>
.x{
appearance: none;
outline: none;
position: relative;
&::before{
content: '';
position: absolute;
width: 16px;
height: 16px;
left:-17px;
border-radius: 50%;
background-color: white;
border: 1px solid #D1D5DB;
}
&:checked::after {
content: '';
position: absolute;
width: 16px;
height: 16px;
left:-17px;
border-radius: 50%;
visibility: visible;
border: 4px solid $color1;
}
Задай свои стили только, а label(вторую радиокнопку ,сделай псевдоэлементами в похожем стиле)