/*-- Jobapply-page(css)-15-12-2023-(Start) --*/
:root {
    --deep-blue: #1268d9;
    --green: #2ca900;
}

.jobapply-box .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-36%);
    border-radius: 10px;
    margin-bottom: 40px;
}

.progress-bar {
    background-color: var(--deep-blue);
}

.progress-bar.job-active {
    background-color: var(--green);
}


.progressBar-wraper {
    max-width: 550px;
    margin: 0 auto;
}

.jobapply-box .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    color: #2a2d65;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.jobapply-box .step-containerList ul li:first-child .step-circle {
    margin: 0 0;
}

.jobapply-box .step-containerList ul li:last-child .step-circle {
    margin-left: auto;
    margin-right: 0;
}

.jobapply-box .step-circle.job-active {
    background-color: #2ca900;
    color: #fff;
    border: none !important;
}

.jobapply-box .step-circle.current_step {
    border: 2px solid var(--deep-blue);
}

.jobapply-box .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}


.jobapply-box #multi-step-form-four {
    overflow-x: hidden;
}

/*-- payroll-tab(End) --*/

.jobapply-box .job-active-tick {
    display: none;
}

.jobapply-box .job-active .job-active-tick {
    display: block;
    font-size: 12px;
}

.jobapply-box .job-active {
    font-size: 0;
}

.jobapply-box .form-control,
.jobapply-box .form-select {
    border-radius: 10px;
    border: 2px solid #eee;
    background-color: #fff;
    height: 60px;
}

.jobapply-box label.form-label {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.jobapply-box .btn.next_step_btn,
.jobapply-box .btn.previous_step_btn,
.jobapply-box .btn.continueBtn,
.jobapply-box .pre-next-btnRow .btn.btn-success {
    border-radius: 7px;
    background-color: #2a2d65;
    padding: 18px 50px;
    font-weight: 600;
}

.jobapply-box .btn.next_step_btn:hover,
.jobapply-box .btn.previous_step_btn:hover,
.jobapply-box .btn.continueBtn:hover,
.jobapply-box .pre-next-btnRow .btn.btn-success:hover {
    background-color: #1e214f;
}


.jobapply-box .btn.previous_step_btn {
    margin-right: 10px;
}

.expBox {
    border-bottom: 1px solid #dee5ff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.expBox:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.experience-section {
    border-bottom: 3px double #aaaaaa;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.addBtnRow ul {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    display: flex;
}

.addBtnRow ul li {
    margin-right: 30px;
}

.addBtnRow ul li:last-child {
    margin-right: 0px;
}

.addBtnRow ul li button {
    border: none;
    color: #031729;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
}

.addBtnRow ul li:last-child button {
    color: #f00;
}

.divider {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee5ff;
}

/*-- payroll-tabPage(End) --*/

/*-- job-application(Start) --*/

.vehicle-inventory-dashboard-body .vehicle-inventory-dashboard-content.jobapply-box {
    border: none;
    border-radius: 0;
}

.jobapply-box .step {
    background-color: #f5f7fb;
    border-radius: 20px;
    box-shadow: 1px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 40px;
}

.questionRow {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 6px 17px 0px rgba(15, 12, 47, 0.05);
    padding: 25px 30px;
}

.questionRow h6 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.questionRow .form-check.form-check-inline label.form-check-label {
    color: #2a2d65;
    font-weight: 500;
}

.step-containerList ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.step-containerList ul li {
    text-align: center;
}

/*-- File-uploadBtn(Start) --*/

.files input {
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 71px 0px 81px 0;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative;
    border-radius: 10px;
    border: 2px solid #eee;
    background: #fff;
}

.files:before {
    pointer-events: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 16px;
    right: 0;
    height: 16px;
    content: "";
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:after {
    position: absolute;
    bottom: 65px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    content: "Upload your resume file";
    display: block;
    margin: 0 auto;
    color: #aaa;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.files .form-control {
    opacity: 0;
}

/*-- File-uploadBtn(End) --*/

/*-- Jobapply-page(css)-15-12-2023-(End) --*/

#autocomplete-input {
    width: 300px;
    padding: 8px;
    font-size: 14px;
}

.preview-text p {
    color: #7a7a7a;
    margin-bottom: 0;
}

.editInfo {
    font-size: 19px;
    text-align: right;
    float: right;
    color: #e70303;
    font-weight: 500;
    cursor: pointer;
    background: #e3e7f0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clone_exp .form-control {
    color: #7a7a7a;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    height: auto;
}

.remove-inputBtn ul {
    margin-bottom: 0;
}

.clone_exp .questionRow h6 {
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.clone_exp .questionPrev h6 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 0.5rem;
    border-bottom: none;
}

#resume_preview_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}

.resume_preview {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
}

.resume_preview .fa-file-pdf {
    color: crimson;
}

.resume_preview .fa-file-word {
    color: #3434fbe4;
}

.resume_preview a {
    font-weight: 500;
}

.resume_preview .fa-file-pdf+a {
    color: crimson;
    padding-top: 10px;
    font-size: 12px;
}

.resume_preview .fa-file-word+a {
    color: #3434fbe4;
}

.preview-text #resume_viewer_pdf_word {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.preview-text #resume_viewer_pdf_word svg {
    width: 24px;
    margin-right: 5px;
}

.screning-question {
    flex-wrap: wrap;
}

.screning-question .form-check {
    margin-bottom: 10px;
}

.stape-3-wrapper {
    padding-bottom: 20px;
}

.step.step-4 .multiForm section.shadow.p-4 {
    margin-bottom: 20px;
}


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

    .jobapply-box .form-control,
    .jobapply-box .form-select {
        height: 50px;
    }

    .jobapply-box .step-container {
        margin-bottom: 30px;
    }

    .jobapply-box .btn.next_step_btn,
    .jobapply-box .btn.previous_step_btn,
    .jobapply-box .btn.continueBtn,
    .jobapply-box .pre-next-btnRow .btn.btn-success {
        padding: 16px 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .jobapply-box .step {
        padding: 35px;
    }

    .jobapply-box .btn.next_step_btn,
    .jobapply-box .btn.previous_step_btn,
    .jobapply-box .btn.continueBtn,
    .jobapply-box .pre-next-btnRow .btn.btn-success {
        padding: 12px 30px;
        font-size: 12px;
    }

    .experience-section {
        border-bottom: 3px double #aaaaaa;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

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

    .jobapply-box .form-control,
    .jobapply-box .form-select {
        height: 40px;
    }

    .resume_preview .fa-file-pdf+a {
        font-size: 10px;
        padding-top: 0;
    }

    .resume_preview .fa-file-pdf {
        width: 40px;
    }

    .jobapply-box .step {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    #resume_preview_box {
        margin-top: 0;
        justify-content: center;
    }

    .resume_preview {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }

    /* .jobapply-box .step {
        padding: 15px;
    } */

    .jobapply-box .step>h3 {
        text-align: center;
    }

    .editInfo {
        width: 30px;
        height: 30px;
    }

    .editInfo svg {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 480px) {
    .stape-3-wrapper {
        flex-direction: column;
    }

    .step-containerList ul li {
        font-size: 12px;
    }
}

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

    .jobapply-box .form-control,
    .jobapply-box .form-select {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .jobapply-box .form-select {
        font-size: 12px;
    }
}