
  .apply-page .rjsf .row.no-gutter.form-fields .checkbox input[type="checkbox"] {
    min-height: 1px;
    box-shadow: none;
    border: 1px solid #7f7f7f;
    border-radius: 2px;
    margin-top: 4px !important;
    }
    
    
    
    input[type='checkbox']:checked, input[type='radio']:checked {
    background-color: #0808f4;
}
@media only screen and (max-width: 767px){
.apply {
}
}