
/*=============================================================*/
#mobile_app .bg-wave {
    right: 94px;
    top: 126px;
}

#mobile_app .employees-details {
    margin-top: 120px;
}

    .employees-details .section-style {
        padding-top: 120px;
    }


#mobile_app .section-style {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* #mobile_app .section-parent-style {
    padding-top: 68px;
} */

#mobile_app .app-store-google-play-title {
    font-size: 24px;
    line-height: 36px;
}

#mobile_app .app-store-google-play {
    display: flex;
    column-gap: 16px;
}

#mobile_app .section1-box1-title {
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    font-weight: 600;
}

#mobile_app .section-box {
    padding: 12px 10px;
    border-radius: 9px;
    box-shadow: 0px 3.06px 13.77px 0px rgba(75, 70, 92, 0.1);
    border: 1px solid #DBDADE;
}

#mobile_app .box-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

#mobile_app .box-item-name {
    font-size: 12px;
    line-height: 14px;
    color: #4D5156;
}

#mobile_app .section1-box2-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #0D99FF;
}

#mobile_app .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#mobile_app .section-description {
    font-size: 20px;
    line-height: 28px;
}

#mobile_app .jobdesk-box {
    fill: #FFF;
    filter: drop-shadow(0px 4px 18px rgba(75, 70, 92, 0.1));
}


#mobile_app .top-section-sub-title {
    font-size: 24px;
    line-height: 36px;
}

#mobile_app .work-place-name {
    font-size: 18px;
    line-height: 28px;
}

#mobile_app .work-place {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 6px;
}


#mobile_app .all-work-place {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#mobile_app .app-store-google-play-title {
    font-size: 24px;
    line-height: 36px;
}

#mobile_app .app-store-google-play {
    display: flex;
    column-gap: 16px;
}

    #mobile_app .app-store-google-play img {
        max-width: 151px;
        width: 100%;
    }

#mobile_app .section1-box1-title {
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    font-weight: 600;
}

#mobile_app .card-image-4 {
    margin-left: -68px;
}

#mobile_app .last-cards-group {
    margin-top: -60px;
}

#mobile_app .sub-title-2 {
    display: none;
}

#mobile_app .card-image-11 {
    margin-top: 100px;
    margin-left: 50px;
}


/* ======= mobile app review modal ========= start */

#mobile_app .hover-top-down-animation {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s linear;
}

    #mobile_app .hover-top-down-animation:hover {
        transform: translateY(-10px);
        animation-delay: 0s !important;
    }




/*===================== place items property start ======================*/
#mobile_app .place-items-center {
    place-items: center;
}

#mobile_app .place-items-center-i {
    place-items: center !important;
}

#mobile_app .place-items-start {
    place-items: start;
}

#mobile_app .place-items-start-i {
    place-items: start !important;
}

#mobile_app .place-items-end {
    place-items: end;
}

#mobile_app .place-items-end-i {
    place-items: end !important;
}

#mobile_app .place-items-baseline {
    place-items: baseline;
}

#mobile_app .place-items-baseline-i {
    place-items: baseline !important;
}

#mobile_app .place-items-stretch {
    place-items: stretch;
}

#mobile_app .place-items-stretch-i {
    place-items: stretch !important;
}


/*=================features slide==================*/

#mobile_app .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#mobile_app .section-description {
    font-size: 20px;
    line-height: 28px;

}

#mobile_app .vacancy-analytics-card {
    border-radius: 12px;
    background: linear-gradient(113.55deg, rgba(232, 62, 140, 0.5) 0.58%, rgba(115, 103, 240, 0.5) 51.84%, rgba(255, 159, 67, 0.5) 100%), linear-gradient(246.04deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
}

#mobile_app .vacancy-analytics-card {
    max-width: 900px;
}

    #mobile_app .vacancy-analytics-card .card-image-1 {
        max-width: 230px;
        height: auto;
    }

    #mobile_app .vacancy-analytics-card .card-image-2 {
        max-width: 330px;
        height: auto;
    }

    #mobile_app .vacancy-analytics-card .card-image-3 {
        max-width: 400px;
        height: auto;
        z-index: 2;
    }

    #mobile_app .vacancy-analytics-card .card-image-5 {
        max-width: 360px;
        height: auto;
        margin-left: 75px;
        z-index: 1;
    }

    #mobile_app .vacancy-analytics-card .card-image-6 {
        max-width: 360px;
        height: auto;
        margin-left: auto;
        z-index: 50;
    }

#mobile_app .last-cards {
    margin-top: -100px;
}

#mobile_app .Overview-icon {
    color: #7367F0;
    fill: #7367F0;
}

#mobile_app .active .Overview-icon {
    background-color: #7367F0 !important;
    color: #fff !important;
    fill: #fff !important;
}

#mobile_app .Shortlists-icon {
    color: #1F527D;
    fill: #1F527D;
}

#mobile_app .active .Shortlists-icon {
    background-color: #1F527D !important;
    color: #fff !important;
    fill: #fff !important;
}

#mobile_app .Interview-icon {
    color: #24CAC6;
    fill: #24CAC6;
}

#mobile_app .active .Interview-icon {
    background-color: #24CAC6 !important;
    color: #fff !important;
    fill: #fff !important;
}

#mobile_app .Vacancy-icon {
    color: #0D99FF;
    fill: #0D99FF;
}

#mobile_app .active .Vacancy-icon {
    background-color: #0D99FF !important;
    color: #fff !important;
    fill: #fff !important;
}

#mobile_app .ai-scoring-icon .ai-scoring-icon-2 {
    display: none;
}

#mobile_app .active .ai-scoring-icon {
    background-color: #9B59B6 !important;
}

    #mobile_app .active .ai-scoring-icon .ai-scoring-icon-1 {
        display: none;
    }

    #mobile_app .active .ai-scoring-icon .ai-scoring-icon-2 {
        display: inline;
    }

#mobile_app .smart-link-icon {
    color: #9B59B6;
    fill: #9B59B6;
}

    #mobile_app .smart-link-icon .smart-link-icon-2 {
        display: none;
    }

#mobile_app .active .smart-link-icon {
    background-color: #0D99FF !important;
}

    #mobile_app .active .smart-link-icon .smart-link-icon-1 {
        display: none;
    }

    #mobile_app .active .smart-link-icon .smart-link-icon-2 {
        display: inline;
    }

#mobile_app .Applicant-icon svg {
    stroke: #28C76F !important;
}

#mobile_app .active .Applicant-icon {
    background-color: #28C76F !important;
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}

    #mobile_app .active .Applicant-icon svg {
        stroke: #fff !important;
    }

#mobile_app .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

    #mobile_app .item .icon-parent {
        display: flex;
        justify-content: center;
        align-items: center;
    }

#mobile_app .item-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.light-theme #mobile_app .background-style {
    background-color: #4B465C0A;
}
.dark-theme #mobile_app .background-style {
    background-color: #2F3349;
    box-shadow: 0px 2px 4px 0px #0F142266;
}

#mobile_app .pagination-items-1 ::ng-deep .owl-theme .owl-dots .owl-dot span {
    background: #CCF5FA;
}

#mobile_app .pagination-items-1 ::ng-deep .owl-theme .owl-dots .owl-dot.active span {
    background: #0B82D9;
}

#mobile_app .pagination-items-1 ::ng-deep .owl-theme .owl-dots .owl-dot:hover span {
    background: #0C8AE5;
}




/*=========================attendence css start ============================*/
#attendanceId .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#attendanceId .right-side img {
    width: 100%;
    height: auto;
}

#attendanceId .section-description {
    font-size: 20px;
    line-height: 28px;
}

#attendanceId .app-store-google-play-title {
    font-size: 24px;
    line-height: 36px;
}

#attendanceId .app-store-google-play {
    display: flex;
    column-gap: 16px;
}

#attendanceId .jobdesk-box {
    background-color: #FFF;
    filter: drop-shadow(0px 4px 18px rgba(75, 70, 92, 0.1));
}

#attendanceId .left-side {
    max-width: 618px;
}

#attendanceId .right-side .main-center-image {
    max-width: 324px;
}

#attendanceId .right-side .general_shift {
    max-width: 216px;
}

#attendanceId .right-side .work_remotely {
    max-width: 208px;
}

#attendanceId .right-side .monthly_attendance {
    max-width: 221px;
}

#attendanceId .right-side .employee_card {
    max-width: 234px;
}

#attendanceId .right-side .attendance_activity {
    max-width: 264px;
}

#attendanceId .right-side .leave_request_activity {
    max-width: 256px;
}

#attendanceId .right-side .leave_request {
    max-width: 223px;
}

#attendanceId .section-description-2 {
    display: none;
}

@media screen and (min-width: 1400px) {
    #attendanceId .left-side {
        min-width: 550px;
    }

    #attendanceId .right-side .main-center-image {
        width: 277px;
    }

    #attendanceId .right-side .general_shift {
        width: 183px;
    }

    #attendanceId .right-side .work_remotely {
        width: 179px;
    }

    #attendanceId .right-side .monthly_employee_cards {
        gap: 121px;
    }

        #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
            width: 190px;
        }

        #attendanceId .right-side .monthly_employee_cards .employee_card {
            width: 200px;
        }

    #attendanceId .right-side .last-images-group .attendance_activity {
        width: 225px;
        bottom: 120px;
        right: 50px;
    }

    #attendanceId .right-side .last-images-group .leave_request_activity {
        width: 218px;
    }

    #attendanceId .right-side .last-images-group .leave_request {
        width: 190px;
        left: 127px;
        bottom: 50px;
    }
}

@media screen and (min-width: 1600px) {
    #attendanceId .left-side {
        min-width: 618px;
    }

    #attendanceId .right-side .main-center-image {
        width: 291px;
    }

    #attendanceId .right-side .general_shift {
        width: 194px;
    }

    #attendanceId .right-side .work_remotely {
        width: 188px;
    }

    #attendanceId .right-side .monthly_employee_cards {
        gap: 130px;
    }

        #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
            width: 200px;
        }

        #attendanceId .right-side .monthly_employee_cards .employee_card {
            width: 210px;
        }

    #attendanceId .right-side .last-images-group .attendance_activity {
        width: 237px;
        bottom: 120px;
        right: 50px;
    }

    #attendanceId .right-side .last-images-group .leave_request_activity {
        width: 230px;
    }

    #attendanceId .right-side .last-images-group .leave_request {
        width: 200px;
        left: 135px;
        bottom: 50px;
    }
}

@media screen and (min-width: 1750px) {
    #attendanceId .left-side {
        min-width: 618px;
    }

    #attendanceId .right-side .main-center-image {
        width: 324px;
    }

    #attendanceId .right-side .general_shift {
        width: 216px;
    }

    #attendanceId .right-side .work_remotely {
        width: 208px;
    }

    #attendanceId .right-side .monthly_employee_cards {
        gap: 130px;
    }

        #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
            width: 221px;
        }

        #attendanceId .right-side .monthly_employee_cards .employee_card {
            width: 234px;
        }

    #attendanceId .right-side .last-images-group {
        margin-top: -20px;
    }

        #attendanceId .right-side .last-images-group .attendance_activity {
            width: 264px;
            bottom: 120px;
            right: 50px;
        }

        #attendanceId .right-side .last-images-group .leave_request_activity {
            width: 256px;
        }

        #attendanceId .right-side .last-images-group .leave_request {
            width: 223px;
            left: 150px;
            bottom: 50px;
        }
}

@media screen and (max-width: 1399px) {
    #attendanceId .top-parent {
        gap: 20px;
    }

    #attendanceId .left-side {
        min-width: 450px;
    }

    #attendanceId .right-side {
        margin-top: 32px;
    }

        #attendanceId .right-side .right-side-images {
            margin-left: 50px;
        }

        #attendanceId .right-side .main-center-image {
            width: 203px;
        }

        #attendanceId .right-side .general_shift_work_remotely_card {
            gap: 40px;
        }

        #attendanceId .right-side .general_shift {
            width: 134px;
        }

        #attendanceId .right-side .work_remotely {
            width: 133px;
        }

        #attendanceId .right-side .monthly_employee_cards {
            gap: 60px;
        }

            #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
                width: 136px;
                margin-left: 0px;
            }

            #attendanceId .right-side .monthly_employee_cards .employee_card {
                width: 155px;
            }

        #attendanceId .right-side .last-images-group .attendance_activity {
            width: 165px;
            bottom: 70px;
            right: 0px;
        }

        #attendanceId .right-side .last-images-group .leave_request_activity {
            width: 161px;
        }

        #attendanceId .right-side .last-images-group .leave_request {
            z-index: -1;
            width: 140px;
            left: 60px;
            bottom: 40px;
        }
}

@media screen and (max-width: 1200px) {
    #attendanceId .top-parent {
        gap: 20px;
    }

    #attendanceId .left-side {
        min-width: 450px;
    }

    #attendanceId .right-side {
        margin-top: 32px;
    }

        #attendanceId .right-side .right-side-images {
            margin-left: 50px;
        }

        #attendanceId .right-side .main-center-image {
            width: 183px;
        }

        #attendanceId .right-side .general_shift_work_remotely_card {
            gap: 40px;
        }

        #attendanceId .right-side .general_shift {
            width: 122px;
        }

        #attendanceId .right-side .work_remotely {
            width: 121px;
        }

        #attendanceId .right-side .monthly_employee_cards {
            gap: 60px;
        }

            #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
                width: 124px;
                margin-left: 0px;
            }

            #attendanceId .right-side .monthly_employee_cards .employee_card {
                width: 141px;
            }

        #attendanceId .right-side .last-images-group .attendance_activity {
            width: 150px;
            bottom: 70px;
            right: 0px;
        }

        #attendanceId .right-side .last-images-group .leave_request_activity {
            width: 147px;
        }

        #attendanceId .right-side .last-images-group .leave_request {
            z-index: -1;
            width: 128px;
            left: 60px;
            bottom: 40px;
        }
}

@media screen and (max-width: 991px) {
    #attendanceId .top-parent {
        flex-direction: column;
    }

    #attendanceId .top-parent {
        gap: 20px;
    }

    #attendanceId .left-side {
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .right-side {
        margin-top: 0px;
        margin-left: 0px;
    }

        #attendanceId .right-side .right-side-images {
            margin-left: 50px;
            justify-content: center;
        }

        #attendanceId .right-side .main-center-image {
            width: 230px;
        }

        #attendanceId .right-side .general_shift_work_remotely_card {
            gap: 40px;
        }

        #attendanceId .right-side .general_shift {
            width: 200px;
        }

        #attendanceId .right-side .work_remotely {
            width: 170px;
            left: 32px;
            position: relative;
        }

        #attendanceId .right-side .monthly_employee_cards {
            gap: 32px;
        }

            #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
                width: 170px;
                margin-left: 20px;
            }

            #attendanceId .right-side .monthly_employee_cards .employee_card {
                width: 190px;
            }

        #attendanceId .right-side .last-images-group {
            justify-content: center;
        }

            #attendanceId .right-side .last-images-group .attendance_activity {
                width: 201px;
                bottom: 81px;
                right: 69px;
            }

            #attendanceId .right-side .last-images-group .leave_request_activity {
                position: relative;
                width: 180px;
                right: 61px;
            }

            #attendanceId .right-side .last-images-group .leave_request {
                z-index: -1;
                width: 160px;
                left: 50px;
                bottom: 25px;
            }

    #attendanceId .jobdesk-box {
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .section-title {
        text-align: center;
    }

    #attendanceId .section-description-1 {
        display: none;
    }

    #attendanceId .parent-app-store-google-play-1 {
        display: none;
    }

    #attendanceId .right-side .section-description-2 {
        margin-top: 32px;
        display: block;
    }

        #attendanceId .right-side .section-description-2 .section-description {
            text-align: center;
            margin-bottom: 32px;
        }

        #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 {
            text-align: center;
        }

            #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 .app-store-google-play {
                justify-content: center;
            }
}

@media screen and (max-width: 767px) {
    #attendanceId .top-parent {
        flex-direction: column;
    }

    #attendanceId .top-parent {
        gap: 20px;
    }

    #attendanceId .left-side {
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .right-side {
        margin-top: 0px;
        margin-left: 0px;
    }

        #attendanceId .right-side .right-side-images {
            margin-left: 0px;
            justify-content: center;
        }

        #attendanceId .right-side .main-center-image {
            width: 210px;
        }

        #attendanceId .right-side .general_shift_work_remotely_card {
            gap: 40px;
            top: 50px;
        }

        #attendanceId .right-side .general_shift {
            width: 180px;
        }

        #attendanceId .right-side .work_remotely {
            width: 160px;
            left: 32px;
            position: relative;
        }

        #attendanceId .right-side .monthly_employee_cards {
            gap: 32px;
        }

            #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
                width: 160px;
                margin-left: 0px;
            }

            #attendanceId .right-side .monthly_employee_cards .employee_card {
                width: auto;
                max-width: 170px;
            }

        #attendanceId .right-side .last-images-group {
            justify-content: center;
        }

            #attendanceId .right-side .last-images-group .attendance_activity {
                width: 164px;
                bottom: 84px;
                right: 26px;
            }

            #attendanceId .right-side .last-images-group .leave_request_activity {
                position: relative;
                width: 180px;
                right: 61px;
            }

            #attendanceId .right-side .last-images-group .leave_request {
                z-index: -1;
                width: 160px;
                left: 20px;
                bottom: 25px;
            }

    #attendanceId .jobdesk-box {
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .section-title {
        text-align: center;
    }

    #attendanceId .section-description-1 {
        display: none;
    }

    #attendanceId .parent-app-store-google-play-1 {
        display: none;
    }

    #attendanceId .right-side .section-description-2 {
        margin-top: 32px;
        display: block;
    }

        #attendanceId .right-side .section-description-2 .section-description {
            text-align: center;
            margin-bottom: 32px;
        }

        #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 {
            text-align: center;
        }

            #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 .app-store-google-play {
                justify-content: center;
            }
}

@media screen and (max-width: 576px) {
    #attendanceId .top-parent {
        flex-direction: column;
    }

    #attendanceId .top-parent {
        gap: 20px;
    }

    #attendanceId .left-side {
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .right-side {
        margin-top: 0px;
        margin-left: 0px;
    }

        #attendanceId .right-side .right-side-images {
            margin-left: 0px;
            justify-content: center;
        }

        #attendanceId .right-side .main-center-image {
            width: 190px;
        }

        #attendanceId .right-side .general_shift_work_remotely_card {
            gap: 40px;
            top: 50px;
        }

        #attendanceId .right-side .general_shift {
            width: 160px;
        }

        #attendanceId .right-side .work_remotely {
            width: 140px;
            left: 32px;
            position: relative;
        }

        #attendanceId .right-side .monthly_employee_cards {
            gap: 32px;
            margin-top: 40px;
        }

            #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
                width: 140px;
                margin-left: 0px;
            }

            #attendanceId .right-side .monthly_employee_cards .employee_card {
                width: auto;
                max-width: 150px;
            }

        #attendanceId .right-side .last-images-group {
            justify-content: center;
        }

            #attendanceId .right-side .last-images-group .attendance_activity {
                width: 150px;
                bottom: 84px;
                right: 0px;
            }

            #attendanceId .right-side .last-images-group .leave_request_activity {
                position: relative;
                width: 170px;
                right: 61px;
            }

            #attendanceId .right-side .last-images-group .leave_request {
                z-index: -1;
                width: 149px;
                left: 9px;
                bottom: 40px;
            }

    #attendanceId .jobdesk-box {
        margin-left: auto;
        margin-right: auto;
    }

    #attendanceId .section-title {
        text-align: center;
    }

    #attendanceId .section-description-1 {
        display: none;
    }

    #attendanceId .parent-app-store-google-play-1 {
        display: none;
    }

    #attendanceId .right-side .section-description-2 {
        margin-top: 32px;
        display: block;
    }

        #attendanceId .right-side .section-description-2 .section-description {
            text-align: center;
            margin-bottom: 32px;
        }

        #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 {
            text-align: center;
        }

            #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 .app-store-google-play {
                justify-content: center;
            }
}

@media screen and (max-width: 500px) {
    #attendanceId .left-side {
        min-width: 291px;
    }

    #attendanceId .top-parent {
        flex-direction: column;
    }

    #attendanceId .jobdesk-box {
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
    }

        #attendanceId .jobdesk-box img {
            width: 50px;
            height: auto;
        }

    #attendanceId .section-title {
        text-align: center;
        font-size: 28px;
        line-height: 44px;
    }

    #attendanceId .section-description-1 {
        display: none;
    }

    #attendanceId .parent-app-store-google-play-1 {
        display: none;
    }

    #attendanceId .right-side .main-center-image {
        max-width: 160px;
    }

    #attendanceId .right-side .general_shift {
        max-width: 130px;
        width: 100%;
        left: 10px;
        position: relative;
    }

    #attendanceId .right-side .work_remotely {
        width: 120px;
        left: 16px;
        position: relative;
    }

    #attendanceId .right-side .last-images-group .attendance_activity {
        width: 102px;
        bottom: 84px;
        right: -17px;
    }

    #attendanceId .right-side .last-images-group .leave_request {
        z-index: -1;
        width: 127px;
        left: 0px;
        bottom: 40px;
    }

    #attendanceId .right-side .last-images-group .attendance_activity {
        width: 102px;
        bottom: 84px;
        right: 0px;
    }

    #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
        width: 120px;
        margin-left: 0px;
    }

    #attendanceId .right-side .monthly_employee_cards .employee_card {
        width: auto;
        max-width: 140px;
    }

    #attendanceId .right-side .section-description-2 {
        margin-top: 32px;
        display: block;
    }

        #attendanceId .right-side .section-description-2 .section-description {
            text-align: center;
            margin-bottom: 32px;
        }

        #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 {
            text-align: center;
        }

            #attendanceId .right-side .section-description-2 .parent-app-store-google-play-2 .app-store-google-play {
                justify-content: center;
            }
}

@media screen and (max-width: 400px) {
    #attendanceId .right-side .main-center-image {
        width: 130px;
    }

    #attendanceId .right-side .general_shift_work_remotely_card {
        gap: 20px;
        top: 30px;
    }

    #attendanceId .right-side .general_shift {
        width: 100px;
    }

    #attendanceId .right-side .work_remotely {
        width: 100px;
    }

    #attendanceId .right-side .monthly_employee_cards {
        gap: 20px;
        margin-top: 40px;
    }

        #attendanceId .right-side .monthly_employee_cards .monthly_attendance {
            width: 80px;
        }

        #attendanceId .right-side .monthly_employee_cards .employee_card {
            width: 92px;
            margin-left: -10px;
        }

    #attendanceId .right-side .last-images-group {
        justify-content: center;
    }

        #attendanceId .right-side .last-images-group .attendance_activity {
            width: 110px;
            bottom: 70px;
            right: 12px;
        }

        #attendanceId .right-side .last-images-group .leave_request_activity {
            position: relative;
            width: 98px;
            right: 60px;
        }

        #attendanceId .right-side .last-images-group .leave_request {
            z-index: -1;
            width: 82px;
            left: 0px;
            bottom: 40px;
        }
}

/*========================= attendence csss end =============================*/
/*========================= empoloyees details start =============================*/
#employees_details .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#employees_details .section-description {
    font-size: 20px;
    line-height: 28px;
    color: #454545;
}

#employees_details .bar-item {
    height: 5px;
    border-radius: 5px;
    background-color: #E8EAED;
}

#employees_details .left-side .section-title {
    display: none;
}

#employees_details .left-side .bar-items {
    display: none;
}

#employees_details .left-side img {
    max-width: 625px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#employees_details .employees-details-2 {
    display: none;
}

#employees_details .activeStyle {
    background-color: #0D99FF;
}

.unActiveStyle {
    background-color: #E8EAED;
}

@media screen and (max-width: 991px) {
    #employees_details .left-side {
        text-align: center;
    }

        #employees_details .left-side .section-title {
            display: block;
            text-align: center;
        }

        #employees_details .left-side .bar-items {
            display: grid;
        }

        #employees_details .left-side img {
            max-width: 100%;
            width: 600px;
            height: auto;
        }

    #employees_details .right-side {
        display: none;
    }

    #employees_details .employees-details-2 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #employees_details .section-title {
        font-size: 28px;
        line-height: 44px;
    }
}

#employees_details .style-parent {
    display: flex;
}

#employees_details .content {
    padding-left: 20px;
}

#employees_details .progress-container {
    min-width: 5px;
    background-color: #CEEAD6;
    display: inline-block;
    position: relative;
    border-radius: 20px;
}

#employees_details .progress-container-horizontal {
    min-height: 5px;
    background-color: #CEEAD6;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    top: -2px;
}

#employees_details .progress-bar {
    width: 5px;
    height: 100%;
    border-radius: 20px;
    background-color: #0D99FF;
    position: absolute;
    top: 0;
}

#employees_details .progress-bar-horizontal {
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background-color: #0D99FF;
    position: absolute;
    left: 0;
}

/*========================= empoloyees details end =============================*/

/*========================= online probile start ================================= */
#online_profile .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#online_profile .section-description {
    font-size: 20px;
    line-height: 28px;
}

#online_profile .jobdesk-feature {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    flex-wrap: nowrap;
    justify-items: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 6px;
    width: fit-content;
}

#online_profile .top-features-2 {
    display: none;
}

#online_profile .jobdesk-feature {
    animation: floatingAnimation 3s ease-in-out infinite;
    cursor: default;
}

#online_profile .jobdesk-feature-1 {
    animation-delay: 0.2s;
}

#online_profile .jobdesk-feature-2 {
    animation-delay: 0.4s;
}

#online_profile .jobdesk-feature-3 {
    animation-delay: 0.3s;
}

#online_profile .jobdesk-feature-4 {
    animation-delay: 0.6s;
}

#online_profile .jobdesk-feature-5 {
    animation-delay: 0.7s;
}

#online_profile .jobdesk-feature-6 {
    animation-delay: 0.5s;
}

.jobdesk-feature-7 {
    animation-delay: 0.8s;
}

#online_profile .jobdesk-feature-8 {
    animation-delay: 0.7s;
}

#online_profile .jobdesk-feature-9 {
    animation-delay: 0.2s;
}

#online_profile .jobdesk-feature-10 {
    animation-delay: 0.4s;
}

#online_profile .jobdesk-feature-11 {
    animation-delay: 0.1s;
}

#online_profile .jobdesk-feature-12 {
    animation-delay: 0.5s;
}

#online_profile .get-started-button {
    border-radius: 0px 0px 60px 60px;
    transition: background-color 0.5s ease;
    /* Transition property for color change */
}

    #online_profile .get-started-button:hover {
        transition: background-color 0.5s ease;
        /* Slower transition on hover */
    }

@keyframes floatingAnimation {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }
}



@media screen and (max-width: 1200px) {
    #online_profile .jd_group_logo-parent {
        align-items: center;
    }

    #online_profile .jobdesk-feature {
        font-size: 15px;
        line-height: 24px;
        gap: 5px;
        padding: 10px 12px;
        border-radius: 6px;
    }

        #online_profile .jobdesk-feature img {
            width: 20px;
            height: 20px;
        }

    #online_profile .jd_group_logo {
        max-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    #online_profile .features-details-parent {
        flex-direction: column;
        gap: 40px;
        padding: 32px;
    }

        #online_profile .features-details-parent .left-side {
            text-align: center;
        }

            #online_profile .features-details-parent .left-side .section-logo {
                margin-left: auto;
                margin-right: auto;
            }

            #online_profile .features-details-parent .left-side .top-features-1 {
                display: none;
            }

        #online_profile .features-details-parent .right-side .top-features-2 {
            display: grid;
            margin-top: 32px;
            gap: 16px;
        }
}

@media screen and (max-width: 576px) {
    #online_profile .top-features-2 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    #online_profile .section-title {
        font-size: 28px;
        line-height: 44px;
    }

    #online_profile .jobdesk-feature {
        padding: 6px 8px;
        font-size: 13px;
        line-height: normal;
    }
    #online_profile .client-job-attend,
    #online_profile .online-profiles-office-task,
    #online_profile .jobdesk-feature-8-9,
    #online_profile .employee-vacancy-applicant {
        gap: 10px
    }

    #online_profile .jobdesk-feature-11 {
        top: 33px;
    }

    #online_profile .jobdesk-feature-12 {
        position: relative;
        right: 10px;

    }
    #online_profile .jobdesk-feature-8-9{
        left: 0px;
    }
    #online_profile .online-profiles-office-task {
        left: 0px;
    }

    #online_profile .jobdesk-feature img {
        width: 16px;
        height: 16px;
    }

    #online_profile .features-details-parent {
        padding: 16px;
    }

    #online_profile .jd_group_logo {
        max-width: 220px;
    }

    #online_profile .client-job-attend {
        gap: 15px;
    }

    #online_profile .online-profiles-office-task {
        gap: 5px;
    }

    #online_profile .employee-vacancy-applicant {
        gap: 5px;
        left: 3px;
    }
   

}

/*========================= online probile end ================================= */
/*========================= verified-online-profiles start ================================= */
#Online_Profiles .section-title-2 {
    display: none;
}

#Online_Profiles .right-side-img {
    max-width: 468px;
    width: 100%;
    height: auto;
}

#Online_Profiles .left-side {
    max-width: 590px;
}

#Online_Profiles .image-container {
    min-height: 270px;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
}

@media screen and (max-width: 1200px) {
    #Online_Profiles .left-side {
        max-width: 450px;
    }
}

@media screen and (max-width: 991px) {
    #Online_Profiles .verified-online-profile {
        flex-direction: column-reverse;
        padding: 0px 40px;
    }

        #Online_Profiles .verified-online-profile .left-side {
            padding-top: 0px;
            text-align: center;
        }

            #Online_Profiles .verified-online-profile .left-side .section-title-1 {
                display: none;
            }

            #Online_Profiles .verified-online-profile .left-side .section-description {
                text-align: center;
                margin-top: -30px;
            }

        #Online_Profiles .verified-online-profile .right-side {
            text-align: center;
        }

            #Online_Profiles .verified-online-profile .right-side .section-title-2 {
                display: block;
                margin-bottom: -30px;
            }

            #Online_Profiles .verified-online-profile .right-side .right-side-img {
                max-width: 368px;
                width: 100%;
                height: auto;
            }
}

@media screen and (max-width: 500px) {
    #Online_Profiles .image-container {
        min-height: 220px;
    }

    #Online_Profiles .verified-online-profile {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 400px) {
    #Online_Profiles .image-container {
        min-height: 200px;
    }
}

/*========================= verified-online-profiles end ================================= */
/*========================= real time suport start ================================= */
#supportId .section-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
}

#supportId .section-description {
    font-size: 20px;
    line-height: 28px;
}

#supportId .left-side .feature-icon {
    min-width: 40px;
}

#supportId .right-side .section-logo-title {
    display: none;
}

@media screen and (max-width: 991px) {
    #supportId .real-time-support {
        flex-direction: column-reverse;
        padding-left: 0px;
    }

    #supportId .left-side {
        order: 2;
        text-align: center;
    }

        #supportId .left-side .section-logo-title {
            display: none;
        }

        #supportId .left-side .top-features {
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }

    #supportId .right-side {
        order: 1;
        text-align: center;
    }

        #supportId .right-side .section-logo-title {
            display: block;
        }
}

@media screen and (max-width: 767px) {
    #supportId .real-time-support {
        flex-direction: column-reverse;
    }

    #supportId .left-side {
        order: 2;
        text-align: center;
    }

        #supportId .left-side .section-logo-title {
            display: none;
        }

        #supportId .left-side .top-features {
            max-width: 280px;
        }

    #supportId .right-side {
        order: 1;
        text-align: center;
    }

        #supportId .right-side .section-logo-title {
            display: block;
        }
}

@media screen and (max-width: 480px) {
    #supportId .section-title {
        font-size: 28px;
        line-height: 44px;
    }
}

/*========================= real time suport end ================================= */
/*========================= last-section start ================================= */

/*========================= last-section end ================================= */


/*========================= career section =============================== */
    .career-icons {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
    }
    .career-icons .career-icon {
            width: 40px;
            height: 40px;
        }
    .career-icons .career-profile-icon {
        color: #0D99FF;
        fill: #0D99FF;
    }
/*========================= career section =============================== */

.last-section-container {
    width: 1320px;
    height: 705px;
    top: 6887px;
    left: 301px;
    gap: 0px;
    border-radius: 60px 0px 0px 0px;
    border: 5px 0px 0px 0px;
    opacity: 0;
    background: linear-gradient(112.88deg, rgba(248, 247, 243, 0.4) 0.58%, rgba(248, 247, 243, 0.6) 100%);
    border: 5px solid #FFFFFF;
}
.last-section-left {
    width: 535.51px;
    height: 559.88px;
    top: 6960.37px;
    left: 361px;
    gap: 0px;
    opacity: 0;
}


/*============================== millions section start ========================*/
    #million-of-jobs {
        padding-top: 221px;
    }
/* #million-of-jobs {
    background-image: url('../assets/images/mobile-app/millions-job-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

    /* #million-of-jobs .left-right-parent-style {
        background-image: url('../assets/images/mobile-app/millions-job-bg-1.svg');
        background-repeat: no-repeat;
        background-position: 200px center;
        background-size: cover;
    } */
    /* #million-of-jobs .million-of-jobs-bg {
        background-image: url('../assets/images/mobile-app/millions-job-bg-1.svg');
        background-repeat: no-repeat;
        background-position: 200px center;
        background-size: cover;
    } */

    #million-of-jobs .left-side {
        max-width: 535px
    }

    #million-of-jobs .left-side img {
        max-width: 535px
    }



/*============================== millions section end ========================*/
