/* Standalone presentation for the current WP Job Manager application markup. */
.single-job_listing .job-manager-application-form.job-manager-form fieldset {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    width: 100%;
    min-width: 0;
}
.single-job_listing .job-manager-application-form.job-manager-form fieldset > label {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.single-job_listing .job-manager-application-form.job-manager-form fieldset .field {
    float: none;
    width: 100%;
}
.single-job_listing .job-manager-application-form.job-manager-form input.input-text:not([type="file"]),
.single-job_listing .job-manager-application-form.job-manager-form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 18px;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #edefef;
    color: #343a40;
}
.single-job_listing .job-manager-application-form.job-manager-form textarea {
    min-height: 130px;
}
.single-job_listing .job-manager-application-form.job-manager-form .ips-application-upload {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.single-job_listing .job-manager-application-form.job-manager-form .ips-application-upload input[type="file"] {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.single-job_listing .job-manager-application-form .ips-application-upload:focus-within {
    outline: 2px solid #1028a5;
    outline-offset: 3px;
    border-radius: 10px;
}
.single-job_listing .job-manager-application-form .ips-upload-filename {
    display: block;
    overflow-wrap: anywhere;
    font-size: .8rem;
}
.single-job_listing .job-manager-application-form .ips-upload-filename:empty {
    display: none;
}
.single-job_listing .job-manager-application-form.job-manager-form .description {
    display: block;
    margin-top: 8px;
}
.single-job_listing .job-manager-application-form.job-manager-form .wpgdpr input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
}
.single-job_listing .job-manager-application-form.job-manager-form .send-app-btn input[type="submit"] {
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 990px) {
    .single-job_listing #wrapper .single-container > .row > .col-lg-3 {
        box-sizing: border-box;
        height: 100vh;
        height: 100dvh;
        min-height: 0;
    }
    .single-job_listing #wrapper .single-container > .row > .col-lg-3 .inner {
        height: auto;
        overflow: visible;
    }
}

.single-job_listing .job-manager-application-form .fieldset-upload-cv .upload-btn { background-image: url('../../../images/svg/upload-w.svg'); }
