.find-job-accordion{box-shadow: none;}
.plan-screening{
    background-color: #F7F7F7 !important;
    border: none !important;
    width: 938px ;
    height: 230px ;
    border-radius: 12px !important;
    max-width: 750px;
}
.subscribe-now-btn{
    background-color: #E58970 !important;
    border: #E58970 !important;
    width: 350px !important;
    height: 54px !important;
    border-radius: 12px !important;
    margin-top: 45px !important;
    margin-bottom: 28px !important;
}
.skip-question-link{margin-bottom: 35px !important;}
.invalid-label{color: red !important;}
.subscriber-only-heading{font-size: 30px; font-weight: 600;}
.subscriber-only-desc{font-size: 17px; font-weight: 400;}
.active-status, .deleted-status, .pending-status{
    border: none;
    border-radius: 20px;
    color: white;
}
.imgprofilecolor {
    width: 60px;
    height: 60px;}
.active-status{background-color: #77D54A; padding: 8px 40px;}
.deleted-status{background-color: #FF543E;}
.pending-status{background-color: #c9c502;}
.deleted-status, .pending-status{padding: 8px 35px;}

 /* job-posted css */
 .jobpostedBtn a{
    background-color: #E58970;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 350px;
    transition: background-color 0.3s;
}
.jobpostedImg{
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 22px;
    margin-top: 100px;
}
.jobpostedBtn{ margin-top: 87px; margin-bottom: 100px;}
.jobNextStepBtn{
    width: 327px;
}

@media(max-width:1200px){
    .plan-screening{
    width: unset !important;
    height: unset !important;
    max-width: unset;

    }
    .subscribe-now-btn {
        width: 240px !important;
        height: 50px !important;
    }
    .subscriber-only-desc {
        font-size: 14px;
    }
    .subscriber-only-heading {
        font-size: 18px;
    }

    #submitBtn{
        width: auto;
    }
}


@media(max-width:768px){
    .plan-screening{
    width: unset !important;
    height: unset !important;
    max-width: unset;

    }
    .subscribe-now-btn {
        width: 240px !important;
        height: 50px !important;
    }
    .subscriber-only-desc {
        font-size: 14px;
    }
    .subscriber-only-heading {
        font-size: 18px;
    }

    #submitBtn{
        width: auto;
    }
}


@media(max-width:420px){
    .jobNextStepBtn{
        width: 100%;
    }
}

 /* job-posted css */
