.oleng-upload-optimizer-status {
    display: none;
    width: 100%;
    clear: both;
    margin: 14px 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(45, 106, 79, .22);
    border-radius: 8px;
    background: rgba(216, 243, 220, .6);
    color: #081c15;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.oleng-upload-optimizer-status.is-visible {
    display: block;
}

.oleng-upload-optimizer-status.is-error {
    background: #fff4d8;
    border-color: rgba(143, 86, 0, .34);
    color: #5b3700;
}

.fieldset-job_gallery .job-manager-uploaded-files .oleng-upload-optimizer-status,
.fieldset-job_gallery .uploaded-files-list > .oleng-upload-optimizer-status,
.fieldset-job_gallery .upload-file .oleng-upload-optimizer-status {
    display: none !important;
}

.file-upload-field.oleng-upload-optimizer-busy,
.fieldset-job_gallery.oleng-upload-optimizer-busy .file-upload-field,
.fieldset-job_gallery.oleng-upload-optimizer-busy .job-manager-uploaded-files {
    border-color: rgba(45, 106, 79, .62) !important;
    background: rgba(216, 243, 220, .52) !important;
}

#submit-job-form [aria-disabled="true"].job-manager-button-submit-listing,
#submit-job-form button[name="submit_job"][aria-disabled="true"],
#submit-job-form input[name="submit_job"][aria-disabled="true"] {
    opacity: .72 !important;
    cursor: wait !important;
}

#submit-job-form .fieldset-job_gallery .job-manager-uploaded-file,
#submit-job-form .fieldset-job_gallery .uploaded-file {
    overflow: hidden;
}

#submit-job-form .fieldset-job_gallery .job-manager-uploaded-file a.remove-uploaded-file,
#submit-job-form .fieldset-job_gallery .uploaded-file a.remove-uploaded-file,
#submit-job-form .fieldset-job_gallery .review-gallery-image-remove,
#submit-job-form .fieldset-job_gallery .job-manager-remove-uploaded-file {
    align-items: center !important;
    background: rgba(8, 28, 21, .9) !important;
    border: 2px solid rgba(255, 255, 255, .92) !important;
    border-radius: 50% !important;
    bottom: auto !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .28) !important;
    color: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    height: 30px !important;
    justify-content: center !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 7px !important;
    top: 7px !important;
    visibility: visible !important;
    width: 30px !important;
    z-index: 8 !important;
}

#submit-job-form .fieldset-job_gallery .job-manager-uploaded-file a.remove-uploaded-file i,
#submit-job-form .fieldset-job_gallery .uploaded-file a.remove-uploaded-file i,
#submit-job-form .fieldset-job_gallery .review-gallery-image-remove i,
#submit-job-form .fieldset-job_gallery .job-manager-remove-uploaded-file i {
    color: #fff !important;
    font-size: 16px !important;
    left: 50% !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
