/* 
Theme Name: Clover AE
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Custom CSS for JOB Application form */
.jobpost-form button.btn.btn-primary.app-submit{
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    background-image: linear-gradient(256deg, #001B5F 0%, #07BD10 100%);
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px !important;
}

.sjb-page .sjb-detail .jobpost-form .file div{
     font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: var(--e-global-color-secondary);
    background-color: transparent;
    background-image: linear-gradient(256deg, #001B5F 0%, #07BD10 100%) !important;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}

.sjb-page .sjb-detail .list-data .v1 h3{    
color: #001B5F !important;
    font-weight: 600;
    font-size: 24px !important;
    padding-bottom: 20px;
}
.sjb-page .sjb-detail .list-data .v1{
	padding:20px !important;
}
