
 .apply-page .rjsf .field-radio-group .radio input {
    border-radius: 17px;
    height: 8px;
    width: 12px;
    min-height: 12px;
   
}
.apply-page .rjsf .field-radio-group .radio input {
    margin-top: -2px;
}

input[type='checkbox']:checked, input[type='radio']:checked {
    position: absolute;
}
input[type='checkbox']:checked, input[type='radio']:checked {
    background-color: #0000ff !important;
}
.apply-page .disclaimernew .checkbox input {
    top: -2px !important;
    left: 4px !important;
}
@media only screen and (max-width: 767px){
.apply {
}
}