/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 13:29:52 */


.cr_jobs_main_container .row {
	margin: auto;
}

.cr_job_listings {
    display: flex;
    align-items: center;
}

.cr_job_title {
    color: #606160 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
}

.cr_job_location {
    color: #606160 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 0;
}

.cr_job_read_more_btn {
    display: block;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    text-align: center;
    background: #39508a;
    padding: 8px;
    border-radius: 4px;
}

#gfield_upload_rules_10_13 {
    color: #4E504D;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.3%;
}

.condition_text {
    color: #4E504D;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.3%;
}

#input_10_13 {
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#input_10_13::file-selector-button {
    color: transparent;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 3px;
    border: 0.5px solid #A3A3A3 !important;
    background: transparent;
    padding: 5px 20px;
    transition: all .3s ease;
	cursor: pointer;
}

#input_10_13::after {
    content: "Upload File";
    color: #A3A3A3;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    left: 1.5rem;
    top: .6rem;
    text-transform: uppercase;
	cursor: pointer;
}