.career-form .hidden-job-field,
.career-form .hidden-file-input {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.career-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.career-form input,
.career-form textarea {
    width: 100%;
}

.career-form .form-row {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.career-form .form-row .wpcf7-list-item {
    margin: 0;
}

.career-form .form-row .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.career-form .form-row .wpcf7-list-item input {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 10px;
}

.career-form .form-row .form-submit {
    width: 128px;
    height: 48px;
    cursor: pointer;
    border-radius: 4px;
    padding-right: 44px;
    padding-left: 44px;
    gap: 12px;
    background: #2865F3;
    color: #FFFFFF;
    padding-block: 0;
    padding-inline: 0;
    border-width: 0;
}

.career-form .form-row .form-submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.career-form .form-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.career-form .form-label {
    font-family: 'SourceSans3';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #151414;
    gap: 6px;
}

.career-form .form-label span {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #DC3232;
}

.career-form .form-input,
.career-form .fake-file-input {
    border-radius: 4px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    gap: 8px;
    background-color: #FFFFFF;
    border: 1px solid #BFD1FC;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
}

.career-form .fake-file-input {
    border: 1px dotted #BFD1FC;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #5C5B5B;
}

.career-form .fake-file-input  p {
    padding: 0;
    margin: 0;
}

.career-form .file-text {

}

.career-form .cv-file-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #5C5B5B;
}

.career-form .file-error {

}

.career-form .form-checkbox {

}

.career-form .form-checkbox-text {

}

