.vscomp-toggle-button {
    border: 1px solid rgb(118, 118, 118) !important;
    border-radius: 3px;
    padding: 5px 6px;
}

#special_duties,
#country_id,
#prefer_helper_experience,
#prefer_helper_holiday,
#prefer_helper_type,
#prefer_helper_languages,
#prefer_helper_nationality,
#working_district_id {
    padding: 0 !important;
}

.employer-application input.field-invalid,
.employer-application select.field-invalid,
.employer-application textarea.field-invalid,
.employer-application .vscomp-ele-wrapper.field-invalid .vscomp-toggle-button {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.16);
    background-color: #fff8f8;
}

.employer-application input[type="checkbox"].field-invalid {
    outline: 2px solid rgba(220, 53, 69, 0.45);
    outline-offset: 2px;
}

.employer-application #employer-turnstile.field-invalid {
    display: inline-block;
    padding: 0.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.16);
    background-color: #fff8f8;
}

.employer-application .field-error-message {
    width: 100%;
    margin-top: 0.35rem;
    color: #b42318;
    font-size: 0.875rem;
    line-height: 1.35;
}
