
 .apply-page .form-fields .form-group input#emailAgreement {
min-height: 14px !important
}
input[type='checkbox']:checked, input[type='radio']:checked {
    min-height: 14px !important;
}
.apply-page .checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
    min-height: 14px !important;
}
#jsqData .checkboxes .checkbox label span input[type="checkbox"] {
    width: 14px;
    position: relative;
    min-height: 14px !important;
}
#jsqData .checkboxes .checkbox label span span {
padding-left: 4px
}


.daterangepicker-checkbox {
    align-items: center;
}
.form-fields .form-group input {
    min-height: 23px !important;
}
input[type='checkbox']:checked, input[type='radio']:checked {
   position: inherit;
}
.field-array .checkboxes .checkbox span {
display: flex
;
    align-items: baseline;
}

 #jsqData .checkboxes{
display:grid;
}



.apply-page #candidateSelfIdentifyAsPriorWorker .radio .radio-text {
    padding-right: 10px;
    padding: 10px 10px;
}
input[type='radio']:checked,input[type='checkbox']:checked {
    position: absolute;
}

.rjsf #experienceData .daterangepicker-checkbox input{
    margin-left:-30px;
}

#jsqData .checkboxes .checkbox {
display: flex;
}

.checkbox label {
    justify-content: flex-start !important;
    gap: 6px;
}

.rbt input.rbt-input-hint {
    left: auto !important;
}

@media only screen and (max-width: 1024px){
    .apply-page .container {
        margin-bottom: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (max-width: 767px){
.apply {
}
}