.elementor-4449 .elementor-element.elementor-element-6590d02b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-10f21bae *//* Hide Company Details Heading */
#submit-job-form h2,
#submit-job-form .fieldset-company_name,
#submit-job-form .fieldset-company_website,
#submit-job-form .fieldset-company_tagline,
#submit-job-form .fieldset-company_video,
#submit-job-form .fieldset-company_twitter,
#submit-job-form .fieldset-company_logo {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6590d02b *//*  preview button */
input[type="submit"][name="submit_job"] {
    font-weight: 500;
   /* background-color: #0073aa00 !important; */
    color: #00586E !important;          
    border: 2px solid #00586E !important; 
    border-radius:20px;
    transition: background-color 0.3s ease; 
}

input[type="submit"][name="submit_job"]:hover {
    background-color: #0D2D4B !important; 
    color: #2BB898 !important;          
}

/*  draft button */
input[type="submit"][name="save_draft"] {
    font-weight: 500;
   /* background-color: #0073aa00 !important; */
    color: #00586E !important;          
    border: 2px solid #00586E !important; 
    border-radius:20px;
    transition: background-color 0.3s ease; 
}

input[type="submit"][name="save_draft"]:hover {
    background-color: #0D2D4B !important; 
    color: #2BB898 !important;          
}/* End custom CSS */