

.job-template-default.single-job .ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.job-template-default.single-job .ast-container .content-area.primary {
    margin: 0 !important;
    padding: 0 !important;
}

.job-template-default.single-job .ast-container .content-area.primary .elementor-location-single {
    padding: 0;
}

.job-description-p p {
    margin: 0;
}

.job-description-p ul {
    margin: 0 0 0 20px;
}

/* form css */

/* .job-offer-details .elementor-form-fields-wrapper.elementor-labels-above {
    justify-content: center;
}

.job-offer-details .elementor-field-group-field_7ddbc99 {
    margin-right: 10px;
}

.job-offer-details .elementor-field-group-field_64ee6f6 {
    margin-left: 10px;
}

.job-offer-details .elementor-field-type-upload {
    padding: 20px !important;
    background-color: #fff;
    width: 47.2%;
    border-radius: 10px;
} */

.job-offer-details .elementor-field-type-upload label {
    width: 100%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding: 23px 50px 23px 20px !important;
    background-color: #014289;
    color: #fff !important;
    background-image: url(/wp-content/uploads/2024/01/Icon-ionic-md-download.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    position: relative;
    /* margin-top: 24px; */
    transition: all 0.3s;
}

.job-offer-details .elementor-field-type-upload label:hover {
    background-color: #262626;
}

.job-offer-details .elementor-field-type-upload input {
    width: 0.1px !important;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.job-offer-details .elementor-field-type-submit {
    margin-top: 20px;
}

.job-offer-details .elementor-form-fields-wrapper.elementor-labels-above {
    align-items: start;
}

.job-offer-details .elementor-field-group.elementor-error span {
    font-size: 13px !important;
    line-height: 18px !important;
    color: red !important;
}

.job-offer-details input:-webkit-autofill,
.job-offer-details input:-webkit-autofill:hover, 
.job-offer-details input:-webkit-autofill:focus, 
.job-offer-details input:-webkit-autofill:active {
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: #ffffff; */
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff;
}

#apply-now-form {
    padding-top: 126px;
    margin-top: -126px;
}

.job-offer-details #file-upload-filename,
.job-offer-details #file-upload-filename2 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.job-offer-details .elementor-field-type-upload .elementor-message-danger {
    display: none;
}


@media only screen and (max-width: 1280px) {

    #apply-now-form {
        padding-top: 96px;
        margin-top: -96px;
    }
}


@media only screen and (max-width: 768px) {

    .job-offer-details #file-upload-filename, .job-offer-details #file-upload-filename2 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .job-offer-details .elementor-field-group {
        width: 100%;
    }

    .job-offer-details .elementor-field-type-submit {
        width: unset;
    }
    
    #apply-now-form {
        padding-top: 132px;
        margin-top: -132px;
    }
}


@media only screen and (max-width: 430px) {

    #apply-now-form {
        padding-top: 92px;
        margin-top: -92px;
    }
}