
 /*apply reset*/
.apply-page .array-in-checkbox input,
.daterangepicker-checkbox input {
    min-height: 16px !important;
    margin-top: 0
}

.apply-page .daterangepicker-checkbox .checkboxText {
    margin-top: 0 !important;
    padding-bottom: 0;
}

.apply-page .daterangepicker-checkbox {
    align-items: center;
    margin-bottom: 10px;
    display: flex;

}

.apply-page .form-group .checkbox label>span {}

.apply-page .form-group .checkbox label {
    display: flex !important;
    gap: 0;
    align-items: center;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
}

.apply-page input[type='checkbox']:checked {
    margin: 0;
}

.apply-page input[type='radio'] {
    border-radius: 50% !important;
}

.apply-page input[type='radio']:checked {
    background-color: transparent;
    border-radius: 50%;
}

.apply-page .array-in-checkbox span {
    margin-top: 0 !important
}

;

.apply-page .array-in-checkbox.langs span {
    margin-left: 0;
}

.apply-page .disability-status-radio .field-radio-group .radio label {
    padding-left: 0;
    display: flex
}

.apply-page .disability-status-radio .field-radio-group .radio label span {
    /* gap: 5px; */
    align-items: center;
    display: flex !important;
}

.apply-page input[type='checkbox'],
.apply-page .checkbox input[type="checkbox"],
input[type='radio'],
.field-radio-group input[type='radio'] {
    width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    position: relative !important;
    cursor: pointer;
    margin-right: 10px !important;
}

.apply-page .field-radio-group .radio label {
    font-weight: 700 !important;
    color: #0c1524 !important;
    display: flex;
    justify-content: flex-start !important;
    flex-direction: row;
    padding-left: 0;
}

.apply-page .field-radio-group .radio label>span {
    display: flex;
    align-items: center;

}

.apply-page .daterangepicker-checkbox .checkboxText {
    padding-top: 0;
}

.apply-page .ph-apply-box .rjsf .form-group.field .checkbox input {
    top: 0px !important;
}

.apply-page .current-step-personalInformation .checkbox {
    padding: 10px 0px;
    margin-left: 0px;
}

.apply-page .current-step-personalInformation .checkbox input[type="checkbox"] {
    margin-left: -48px;
    margin-top: -3px;
}

.apply-page .current-step-personalInformation .checkbox label,
.apply-page .current-step-workAndEducation .checkbox label {
    padding-left: 0px;
}

.apply-page .current-step-personalInformation ul#emailAgreement1-errorMsg li {
    margin-left: 0px;
}

.apply-page .ph-apply-box .phenom-form-container .form-wrapper .rjsf .justemailspace, .apply-page .ph-apply-box .phenom-form-container .form-wrapper .rjsf .justemailspace .checkbox {
    margin-bottom: 0px !important;
}

 .jointalentcommunity-page .ph-widget .ph-jtc-box .widget-container .form-group .checkbox,
.jointalentcommunity-page .ph-widget .ph-jtc-box .form-wrapper .form-group .emailspce .checkbox {
    margin-left: 0px;
}
.jointalentcommunity-page #emailCommunication1-errorMsg .text-danger {
        margin-left: 0px;
            padding: 5px 0px;
}

.container .ph-jtc-box .emailspce .checkbox>label .checkmark {
    position: absolute;
        left: 28px;
}
@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}