// Nemi Stylig css
// Candidate Page Css
:focus-visible{
    outline: none;
}
.topspace {
    padding-top: 82px;
}

// header-area
.header-area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;

    .navbar {
        padding: 16px 0px;
    }

    .admin-logo {
        max-width: 50px;
    }

    .logo-text {
        margin-left: 20px;
        transition: all .5s ease;
        max-width: 190px;
    }

    .navbar-collapse {
        .navbar-nav {
            .nav-link {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                margin: 0px 24px;
                text-transform: capitalize;
                color: $darkgrey;
                position: relative;
                display: inline-block;
                color: $grey;

                &:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: $black;
                    width: 13px;
                    height: 2px;
                    text-align: center;
                    margin: 0 auto;
                    background-color: transparent;
                }

                &:hover:after {
                    content: "";
                    background-color: $black;
                }
            }
        }
    }

    .signin-box {
        .login {
            margin-left: 19px;
            background-color: transparent;
            color: $primary;
            width: 163px;

            &.employee {
                width: 185px;
            }

            &:hover {
                background-color: $primary;
                color: $white;
            }
        }
    }

    // Target css
    .navbar-collapse .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: $black;
        width: 13px;
        height: 2px;
        text-align: center;
        margin: 0 auto;
    }
}

// footer
.footer-area {
    background-color: black;

    .footer-top {
        padding: 111px 0px 84px;
    }

    .first-part {
        .footer-logo {
            margin-bottom: 43px;
        }

        p {
            margin-bottom: 40px;
            color: $darkgrey;
        }

        .connect-social {
            h5 {
                color: white;
                margin-bottom: 20px;
                line-height: 21.78px;
                font-weight: 500;
            }

            ul {
                li {
                    display: inline-flex;

                    .icon {
                        background: rgba(255, 255, 255, 0.15);
                        border-radius: 5px;
                        width: 35px;
                        height: 35px;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 10px;
                        cursor: pointer;
                        transition: all 0.3s ease-in-out;
                        border: 1px solid transparent;

                        &:hover {
                            background-color: black;
                            border: 1px solid $grey;
                        }
                    }
                }
            }
        }
    }

    .second-part {
        .link-box {
            .nav-link {
                color: $darkgrey;
                font-family: Inter;
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
                letter-spacing: 0em;
                text-align: left;
                margin-bottom: 20px;
                color: $darkgrey;

                &.active,
                &:hover {
                    color: $white;
                }

                .contactlink-box {
                    display: flex;
                    justify-content: flex-start;
                    align-items: baseline;
                    margin-bottom: 17px;

                    .icon {
                        margin-right: 18px;
                        display: block;
                    }

                    span {
                        color: $darkgrey;
                        font-size: 18px;

                        &:hover {
                            color: $white;
                        }
                    }
                }
            }
        }

        &.partion {
            h5 {
                color: $white;
                margin-bottom: 43px;
            }
        }
    }

    .footer-bottom {
        padding: 31px 0px;
        border-top: 1px solid #525252;

        .copy-right {
            p {
                text-align: center;
                color: $white;
            }
        }
    }

    // Target css
    .second-part.second {
        padding-left: 148px;
    }
}

// hero-banner
.hero-banner {
    .banner-contentbox {
        position: absolute;
        top: 360px;
        left: 0;
        right: 0;
        transform: translate(0%, -50%);
        width: 100%;
        max-width: 1470px;
        margin: 0 auto;
        padding: 0px 15px;
        text-align: center;
    }

    .filter-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: white;
        padding: 10px 0px;

        .dropdown {
            padding: 0px 0px;
            width: 100%;
            border-left: 1px solid #eee;

            &:last-child {
                border-left: none;
            }

            .search-btn {
                width: 100%;
                text-align: center;

                .common-btn {
                    background-color: $primary;
                    color: $white;
                    transition: all 0.3s ease;
                    border: 1px solid $primary;
                    width: 191px;

                    &:hover {
                        background-color: transparent;
                        color: $primary;
                        border: 1px solid $primary;
                    }
                }
            }

            .dropdown-toggle {
                background-color: transparent !important;
                border: none;
                border-radius: 0px;
                color: $black;
                height: 40px;
                font-size: 16px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-right: 40px;
                font-weight: 500;
                width: 100%;

                &::after {
                    position: absolute;
                    right: 17px;
                    content: url("../images/downarrow.png");
                    border: none;
                    line-height: 0;
                }

                span {
                    display: block;
                    margin-right: 10px;
                    line-height: 1;

                    svg {
                        width: 19px;
                        height: 19px;
                    }
                }
            }

            .dropdown-menu {
                width: 100%;
                position: absolute !important;
                top: 0px !important;
                border-radius: 0px;
                border: none;
                background: #ffffff;
                box-shadow: 6px 14px 43px rgba(0, 0, 0, 0.1);

                .dropdown-item {
                    padding: 10px 20px;
                    transition: all 0.3s ease-in-out;

                    &:hover {
                        background-color: $primary;
                        color: $white;
                    }
                }
            }
        }
    }

    .banner-content {
        margin-top: 62px;

        p {
            margin: 19px 0px 51px;
            text-align: center;
        }

        .join-us {
            width: 229px;
        }
    }

    .vector-image {
        position: absolute;
        bottom: -135px;
        left: -85px;
    }
}

// who-we-are
.whoweare-area {
    padding: 119px 0px 186px;
    display: none;

    .banner-content {
        padding-top: 0px;

        h4 {
            color: $grey94;
        }

        p {
            margin: 22px 0px 26px;
            color: $grey;
            text-align: left;
        }

        .termwhole-box {
            margin-bottom: 47px;

            .terms-box {
                margin-bottom: 14px;

                span {
                    color: $grey;
                    margin-right: 14px;
                    font-size: 16px;
                }
            }
        }

        .learn-more {
            .common-btn {
                width: 191px;
                height: 55px;
            }
        }
    }
}

// ContactUs
.contactus-area {
    padding: 142px 0px 174px;

    .title-content {
        text-align: center;
    }

    .contactbox {
        margin-top: 65px;
        padding: 82px 131px;
        background-color: transparent;
        overflow: hidden;

        .bluebox {
            background-color: $primary;
            color: $white;
            width: 508px;
            height: 561px;
            padding: 62px 64px;
            position: relative;
            border-radius: 5px;

            h3 {
                position: relative;
                display: inline-block;
                font-weight: 500;

                &::after {
                    content: "";
                    position: absolute;
                    bottom: -19px;
                    left: 0;
                    right: 0;
                    width: 55px;
                    border: 1px solid #ffffff;
                }
            }

            .directmain-box {
                margin-top: 66px;

                .direct-box {
                    margin-bottom: 63px;

                    span {
                        display: block;
                        font-size: 18px;
                        font-weight: 600;

                        &.label {
                            margin-bottom: 13px;
                            font-size: 14px;
                            font-weight: 500;
                        }
                    }
                }
            }

            .pattern {
                position: absolute;
                z-index: -1;

                &.pattern1 {
                    top: -45px;
                    left: -83px;
                }
            }

            .pattern2 {
                position: absolute;
                right: -40px;
                bottom: -68px;
                z-index: -1;
            }
        }
    }

    .form-group {
        margin-bottom: 25px !important;

        &.textareag {
            margin-top: 10px;
        }

        .submit {
            width: 115px !important;
        }
    }
}

// Newest Job Listing
.jobsforyou-area {
    background-color: #f9f9f9;
    padding: 96px 0px;

    .jobswhole-box {
        margin-top: 67px;
    }

    .joblistwhole-box {
        max-height: 810px;
        overflow: auto;
        position: relative;

        .joblisting-box {
            padding: 30px 25px;
            background: #ffffff;
            border-radius: 5px;
            margin-bottom: 20px;
            box-shadow: none;
            transition: all 0.3s ease;
            border: 1px solid transparent;
            cursor: pointer;

            &:hover,
            &.active {
                background-color: #f1f4f1;
                border: 1px solid rgba(0, 42, 58, 0.65);
            }

            .job-box {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin-bottom: 20px;

                .logo-titlebox {
                    display: flex;
                    justify-content: flex-start;
                    align-items: flex-start;

                    .clogo {
                        width: 70px;
                        height: 70px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 20px;
                        background: #fafafa;
                        border: 1px solid #f2f2f2;
                        border-radius: 5px;
                    }

                    .ctitle {
                        h5 {
                            margin-bottom: 5px;
                        }

                        span {
                            color: $grey;
                            font-weight: 500;
                        }
                    }
                }

                .days {
                    span {
                        font-size: 14px;
                        color: $grey;
                    }
                }
            }

            .labels-box {
                li {
                    display: inline-flex;

                    .labels {
                        margin-right: 10px;
                        margin-bottom: 10px;
                        padding: 0px 7px;
                        background-color: #f2f4f5;
                    }
                }
            }
        }
    }

    .jobview-box {
        border-radius: 5px;
        max-height: 810px;
        overflow: auto;
        background-color: white;

        .recentpost {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 13px 25px;
            border-bottom: 1px solid #dedede;
            background-color: white;

            .viewfull {
                text-decoration: underline;
                cursor: pointer;

                &:hover {
                    color: $grey;
                }
            }
        }

        .joblisting-box {
            padding: 19px 30px;
            background-color: $white;

            .job-box {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;

                .logo-titlebox {
                    display: flex;

                    .clogo {
                        width: 60px;
                        height: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 20px;
                    }

                    .ctitle {
                        h5 {
                            margin-bottom: 5px;
                        }

                        span {
                            color: $grey;
                        }
                    }
                }

                .apply-box {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;

                    span {
                        .dropdown {
                            margin-left: 10px;

                            .dropdown-toggle {
                                width: 45px;
                                height: 45px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                background: #f1f4f1;
                                border-radius: 7px;
                                border: 1px solid $white;

                                &:after {
                                    display: contents;
                                }
                            }
                        }

                        .common-btn {
                            width: 146px;
                            height: 45px;
                        }

                        &.days {
                            margin-right: 14px;
                            color: $grey;
                            white-space: nowrap;
                        }
                    }
                }
            }

            .label-shareonbox {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 27px;

                .labels-box {
                    width: 72%;

                    li {
                        display: inline-flex;

                        .labels {
                            margin-right: 10px;
                            color: $grey;
                            background: rgba(0, 42, 58, 0.05);
                            border-radius: 4px;
                            cursor: pointer;
                        }
                    }
                }
            }

            .connect-social {
                h5 {
                    font-weight: 500;
                    font-size: 14px;
                    text-align: end;
                    margin-bottom: 6px;
                }

                .icon {
                    width: 35px;
                    height: 35px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    background: #f2f4f5;
                    border-radius: 5.71429px;
                    margin-left: 10px;
                    border: 1px solid transparent;
                    cursor: pointer;
                    transition: all 0.3s ease;

                    &:hover {
                        background-color: white;
                        border: 1px solid $primary;
                    }

                    svg {
                        filter: invert(1);
                    }
                }
            }
        }

        .tabmain-box {
            background-color: white;
            padding: 19px 30px;

            .job-tabs {
                margin-top: 10px;

                .nav-item {
                    display: flex;

                    .nav-link {
                        background-color: transparent;
                        border: none;
                        width: 219px;
                        color: $primary;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 26px;
                        color: $grey;
                        border-bottom: 1px solid transparent;

                        &.active {
                            color: $primary;
                            border-bottom: 1px solid $primary;
                        }
                    }
                }
            }

            .tab-content {
                height: 500px;
                overflow: auto;

                .tab-pane {
                    p {
                        font-size: 14px;
                        color: black;
                    }
                }

                .skillbox {
                    li {
                        display: inline-flex;
                    }
                }

                .overview-content {
                    .cabox {
                        margin-bottom: 16px;
                    }

                    .skillbox {
                        .labels {
                            background: rgba(0, 42, 58, 0.05);
                            border-radius: 4px;
                            margin-right: 4px;
                        }
                    }
                }
            }
        }
    }

    .viewlisting {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        .common-btn {
            width: 207px;
            height: 55px;
            margin: 0px -24px;
        }
    }

    // target css
    .joblistwhole-box .joblisting-box:hover li .labels {
        background-color: white;
    }

    .joblistwhole-box .joblisting-box.active li .labels {
        background-color: white;
    }
}

// searchjobs-banner
.viewfullpage-area {
    position: relative;
    background-color: #fdfefe;
    top: -14px;
    padding: 96px 0px 0px;

    .searchjobs-banner {
        background-color: #f1f4f1;
        padding: 65px 0px;
    }

    .jobview-box {
        background-color: transparent;
        height: auto;
        position: relative;
        top: -96px;

        .joblisting-box {
            background: #ffffff;
            border: 1px solid rgba(176, 176, 176, 0.2);
            border-radius: 5px;
            margin-bottom: 20px;
            position: relative;
        }

        .tabmain-box {
            background: #ffffff;
            border: 1px solid rgba(176, 176, 176, 0.2);
            box-shadow: 7px 31px 81px rgb(0 0 0 / 5%);
            border-radius: 5px;
        }
    }

    .connect-social {
        h5 {
            display: none;
        }
    }

    .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
        width: 116px;
        height: 116px;
        background: #fafafa;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
    }

    .labels-box {
        margin-top: 16px;

        li {
            display: inline-flex;

            .labels {
                margin-right: 10px;
                color: #666666;
                background: rgba(0, 42, 58, 0.05);
                border-radius: 4px;
                // cursor: pointer;
            }
        }
    }

    .jobview-box .joblisting-box .job-box .logo-titlebox .ctitle h5 {
        font-size: 22px;
        margin-bottom: 9px;
    }

    .apply-box {
        display: block !important;

        .daysview-box {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 30px;

            span {
                display: inline-flex;
            }

            .labels {
                margin-bottom: 0px;
                height: 45px;
            }
        }
    }

    .connect-social {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        .icon {
            width: 35px;
            height: 35px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background: #f2f4f5;
            border-radius: 5.71429px;
            margin-left: 10px;
            cursor: pointer;

            svg {
                filter: invert(1);
            }
        }
    }

    .jobview-box .tabmain-box .tab-content {
        height: auto;
    }
}

.candidateprofile-page .whitebox .company-profile {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.candidateprofile-page .whitebox .company-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

// similarjobs
.similarjobs-area {
    padding: 0px 0px 100px;

    .title-text {
        h2 {
            margin-bottom: 35px;
            font-size: 30px;
            font-weight: 700;
        }
    }

    .slick-slider {
        .slick-list {
            .slick-track {
                margin: 0px -22px;

                .similarjob-box {
                    border: 1px solid rgba(176, 176, 176, 0.2);
                    box-shadow: 7px 31px 81px rgba(0, 0, 0, 0.05);
                    border-radius: 5px;
                    padding: 50px 30px;
                    box-shadow: none;
                    margin: 0px 22px;

                    .companymain-box {
                        display: flex;
                        justify-content: space-between;
                        align-items: baseline;
                        margin-bottom: 24px;

                        .company-box {
                            display: flex;
                            justify-content: flex-start;
                            align-items: flex-start;

                            .company-logo {
                                width: 69px;
                                height: 69px;
                                background: #fafafa;
                                border: 1px solid #f2f2f2;
                                border-radius: 5px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                margin-right: 20px;
                            }

                            .company-title {
                                h5 {
                                    margin-bottom: 5px;
                                }

                                span {
                                    color: $grey;
                                }
                            }
                        }

                        .days {
                            color: $grey;
                            font-size: 12px;
                            white-space: nowrap;
                        }
                    }

                    .labels-box {
                        li {
                            display: inline-flex;

                            .labels {
                                margin-right: 10px;
                                background: rgba(0, 42, 58, 0.05);
                                border-radius: 4px;
                            }
                        }
                    }

                    p {
                        font-size: 14px;
                        margin-bottom: 27px;
                    }

                    .apply-now {
                        .common-btn {
                            display: block;
                            width: 100%;
                            background: rgba(0, 42, 58, 0.2);
                            border-radius: 5px;
                            color: $primary;
                            border: 1px solid transparent;

                            &:hover {
                                background-color: transparent;
                                border: 1px solid $primary;
                            }
                        }
                    }
                }
            }
        }

        .slick-arrow {
            z-index: 200;
            background: #f1f4f1;
            border: 1px solid #e1e1e1;
            border-radius: 7px;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .slick-arrow.slick-next {
            right: 18px;
        }

        .slick-arrow.slick-prev {
            left: -35px;
        }

        .slick-prev:before {
            content: url("../images/leftarrow.svg");
        }

        .slick-next:before {
            content: url("../images/rightarrow.svg");
        }
    }
}

// searc jobs page
.searchjobs-area {
    padding: 101px 0px 196px;
    background-color: #f9f9f9;

    // .filter-box {
    //     box-shadow: none;
    // }
    .filter-box .dropdown .search-btn .common-btn {
        background: rgba(0, 42, 58, 0.1);
        border-radius: 5px;
        color: $primary;
        width: 174px;
        border: 1px solid transparent;

        &:hover {
            border: 1px solid #eee;
        }
    }

    .label-resetbox {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 20px 0px 10px;

        .filter-labels {
            li {
                display: inline-flex;

                .labels {
                    margin-right: 10px;
                    background: #ffffff;
                    border: 1px solid #d9d9d9;
                    border-radius: 3px;
                    height: 35px;
                    padding: 0px 13px;
                    color: #666666;

                    .close {
                        margin-left: 14px;
                    }
                }
            }
        }

        .reset {
            font-weight: 500;
            font-size: 16px;
            color: #000000;
            cursor: pointer;
        }
    }

    .searchjobsforyou {
        .jobsforyou-area {
            padding: 0px 0px;

            .container {
                >.row {
                    display: none;
                }
            }
        }

        .jobswhole-box {
            margin-top: 0px;
        }
    }
}

// contactus page
.contactus-page {
    .contactus-banner {
        text-align: center;
        background-color: #f1f4f1;
        padding: 32px 0px 114px;
    }

    .contactmain-box {
        position: relative;
        top: -58px;

        .contactus-box {
            height: 292px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: #ffffff;
            border: 1px solid rgba(176, 176, 176, 0.2);
            box-shadow: 7px 31px 81px rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            cursor: pointer;

            &:hover {
                background-color: #f1f4f1;
            }

            .icon {
                width: 72px;
                height: 72px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #f1f4f1;
                border-radius: 5px;
                margin: 0 auto;
                margin-bottom: 20px;
            }

            .content {
                h5 {
                    font-weight: 600;
                    font-size: 22px;
                    margin-bottom: 15px;
                    text-align: center;
                }

                a {
                    color: #666666;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 28px;
                }
            }
        }
    }

    .getintouch-area {
        .contactbox {
            padding: 75px 95px;
        }

        .contact-form {
            position: relative;
            top: 55px;
        }

        .contactus-area {
            padding: 70px 0px 174px;
        }

        .getintouch-image {
            img {
                width: 100%;
            }
        }
    }

    .contactmain-box .contactus-box:hover .icon {
        background-color: white;
    }
}

// myaccount login
.myaccount-login {
    .dropdown {
        width: 100%;

        .dropdown-toggle {
            width: 100%;
            height: 50px;
            background-color: rgba(0, 42, 58, 0.1) !important;
            border-radius: 5px;
            border: 1px solid rgba(0, 42, 58, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            text-align: center;
            transition: all 0.3s ease;
            color: #000000;

            .profilebox {
                display: flex;
                justify-content: space-between;
                align-items: center;

                .user-name {
                    margin: 0px 10px;
                }
            }
        }

        .dropdown-menu {
            width: 100%;
            padding: 0px;
            background: #ffffff;
            box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            margin-top: 4px;

            .dropdown-item {
                font-family: "Inter";
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #000000;
                padding: 15px 15px;
                border-radius: 0px;

                &:hover {
                    background-color: $primary;
                    color: $white;
                }
            }
        }
    }
}

.newbox {
    .icontrol {
        padding: 3px 10px !important;
        background-color: #f8f8f8 !important;

        .select__control.css-13cymwt-control {
            background: #f8f8f8 !important;
            border: none !important;
            outline: none !important;
            line-height: 24px;
        }

        .select__input-container.css-qbdosj-Input {
            line-height: 30px;
        }

        .select__control.css-13cymwt-control {
            background: #f8f8f8 !important;
        }

        .css-t3ipsp-control {
            border: none !important;
            outline: none !important;
            background: #f8f8f8 !important;
            box-shadow: none;

            &:hover {
                border: none !important;
                outline: none !important;
                box-shadow: none;
            }
        }
    }
}

// pagination
.paginationbox {
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getintouch-image {
    position: relative;
    display: inline-block;

    &::before {
        content: "";
        position: absolute;
        background-image: url("../images/union.png");
        top: -36px;
        left: -39px;
        background-color: transparent;
        z-index: -1;
        width: 188px;
        height: 189px;
    }

    &::after {
        content: "";
        position: absolute;
        background-image: url("../images/union.png");
        bottom: -36px;
        right: -62px;
        background-color: transparent;
        z-index: -1;
        width: 188px;
        height: 189px;
    }
}

//Target css
.hero-banner .banner-content {
    margin-top: 40px;
}

.whoweare-area .banner-content {
    margin-top: 20px;
}

.jobsforyou-area .jobview-box .joblisting-box .job-box .apply-box span .dropdown .dropdown-toggle::after {
    display: none;
}

.hero-banner .filter-box .dropdown .dropdown-toggle>.keyword {
    width: 300px;
}

// loader
.loaderbox {
    height: 100vh;

    .spin-loader {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #00000040;
    }

    .loader {
        color: $primary;
        font-size: 15px;
        margin: 100px auto;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        -webkit-animation: load4 1.3s infinite linear;
        animation: load4 1.3s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    @-webkit-keyframes load4 {

        0%,
        100% {
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 0;
        }

        12.5% {
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        25% {
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        37.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em,
                -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        50% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0,
                -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        62.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em,
                -3em 0 0 0, -2em -2em 0 -1em;
        }

        75% {
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
                -3em 0em 0 0.2em, -2em -2em 0 0;
        }

        87.5% {
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
                -3em 0em 0 0, -2em -2em 0 0.2em;
        }
    }

    @keyframes load4 {

        0%,
        100% {
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 0;
        }

        12.5% {
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        25% {
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em,
                -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        37.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em,
                -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        50% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0,
                -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        62.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em,
                -3em 0 0 0, -2em -2em 0 -1em;
        }

        75% {
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
                -3em 0em 0 0.2em, -2em -2em 0 0;
        }

        87.5% {
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
                -3em 0em 0 0, -2em -2em 0 0.2em;
        }
    }

    // .loader {
    //     border: 16px solid #f3f3f3;
    //     border-radius: 50%;
    //     border-top: 16px solid $primary;
    //     width: 100px;
    //     height: 100px;
    //     -webkit-animation: spin 2s linear infinite; /* Safari */
    //     animation: spin 1s linear infinite;
    // }

    // /* Safari */
    // @-webkit-keyframes spin {
    //     0% {
    //         -webkit-transform: rotate(0deg);
    //     }
    //     100% {
    //         -webkit-transform: rotate(360deg);
    //     }
    // }

    // @keyframes spin {
    //     0% {
    //         transform: rotate(0deg);
    //     }
    //     100% {
    //         transform: rotate(360deg);
    //     }
    // }
}

// My account page css
// MY account page
.myaccount-page {
    h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
    }

    h3 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
    }

    h4 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    }

    p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #666666;
    }

    .icontrol {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 12px;
        color: #000;

        &::placeholder {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 10px;
        }
    }

    .myaccount-banner {
        text-align: center;
        background-color: #f1f4f1;
        padding: 64px 0px 162px;
    }

    .myaccount-dashboard {
        position: relative;
        top: -100px;
    }

    .sidebar {
        width: 300px;
        height: 750px;
        background: #ffffff;
        border: 1px solid rgba(176, 176, 176, 0.2);
        box-shadow: 7px 31px 81px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        position: relative;

        li {
            .nav-item {
                background-color: transparent;
                font-family: "Inter";
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #000000;
                height: 60px;
                display: block;
                padding: 20px 30px;
                position: relative;
                display: block;
                transition: all 0.3s ease;

                &::after {
                    content: "";
                    border: 1px solid transparent;
                    background-color: transparent;
                    border-radius: 0px 10px 10px 0px;
                    height: 60px;
                    left: 0px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 4px;
                    transition: all 0.3s ease;
                }
            }
        }

        
    }
    
    .sidebar-content {
        background: #ffffff;
        border: 1px solid rgba(176, 176, 176, 0.2);
        box-shadow: 7px 31px 81px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        height: 750px;
        overflow: auto;

        &.mydashboard,
        &.uploadcv {
            height: auto;
        }

        .header-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 30px;
            border-bottom: 1px solid rgba(176, 176, 176, 0.2);

            h3 {
                font-weight: 600;
                font-size: 20px;
                line-height: 24px;
                color: #000000;
            }

            .addbtn {
                .common-btn {
                    width: 90px;
                    height: 40px;
                }
            }
        }

        .formbox {
            padding: 35px 30px;
        }

       

        .savebtn {
            .common-btn {
                margin-top: 30px;
                width: 137px;
            }
        }

        .counter-box {
            border: 1px solid #eeeeee;
            border-radius: 5px;
            width: 225px;
            height: 100px;
            padding: 20px 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;

            .counter-icon {
                width: 60px;
                height: 60px;
                background: $primary;
                border: 1px solid #ededed;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 15px;
            }

            .counter-text {
                h6 {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #666666;
                    margin-bottom: 4px;
                }

                h3 {
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 31px;
                    color: #000000;
                }
            }
        }
    }

    .jobsapplied-box {
        margin: 46px 0px 28px 0px;
        position: relative;

        .row {
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .dropdown {
            display: flex;
            justify-content: flex-end;
            align-items: center;

            .dropdown-toggle {
                height: 40px;
                background: #f8f8f8;
                border: 1px solid #ebebeb;
                border-radius: 5px;
                color: black;
                width: 117px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .dropdown-menu {
                width: auto;
                padding: 0px;

                .dropdown-item {
                    padding: 10px 15px;

                    &:hover {
                        background-color: $primary;
                        color: $white;
                    }
                }
            }
        }
    }

    .jobrecent-box {
        .jobwhite-box {
            background: #ffffff;
            border: 1px solid rgba(176, 176, 176, 0.2);
            box-shadow: 7px 31px 81px rgb(0 0 0 / 5%);
            border-radius: 5px;
            margin-bottom: 20px;
            position: relative;

            .jobview-box {
                padding: 30px 30px;

                .jobtitle-box {
                    display: flex;
                    justify-content: flex-start;
                    align-items: flex-start;

                    .company-logo {
                        width: 69px;
                        height: 69px;
                        background: #fafafa;
                        border: 1px solid #f2f2f2;
                        border-radius: 5px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 20px;
                    }

                    .position-text {
                        h3 {
                            margin-bottom: 5px;
                        }

                        p {
                            margin: 0px;
                        }
                    }
                }

                .labels-box {
                    margin-top: 19px;

                    li {
                        display: inline-flex;
                        margin-right: 10px;
                    }
                }

                p {
                    margin: 19px 0px 0px;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                }
            }

            .viewdetails {
                position: relative;
                display: inline-block;
                display: inline-block;
                padding: 15px 34px;
                width: 100%;
                background-color: white;
                border-top: 1px solid #eeeeee;

                a {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: black;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;

                    span {
                        vertical-align: middle;
                        margin-left: 15px;
                    }
                }
            }

            .selected-btn {
                position: absolute;
                top: 40px;
                right: 30px;

                .common-btn {
                    width: 118px;
                    height: 40px;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 19px;

                    &:hover {
                        background-color: $primary;
                        color: white;
                    }

                    &.pending {
                        background-color: #f2f4f5;
                        color: $primary;
                        border: 1px solid transparent;
                    }

                    &.rejected {
                        background-color: #adadad;
                        color: white;
                        border: 1px solid transparent;
                    }
                }
            }
        }
    }

    .uploadcv {
        .cvbox {
            background: #f8f8f8;
            border-radius: 5px;
            height: 590px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;

            .cvicon {
                margin-bottom: 27px;
            }

            .cvcontent {
                h4 {}

                p {
                    text-align: center;
                    margin: 10px 0px 28px;
                }

                .addcv {
                    .common-btn {
                        width: 265px;
                        height: 45px;
                        background: rgba(0, 42, 58, 0.1);
                        border-radius: 5px;
                        border: 1px solid transparent;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 20px;
                        color: $primary;

                        &:hover {
                            background-color: $primary;
                            color: white;
                        }
                    }
                }
            }
        }
    }

    .cpassword {
        .savebtn {
            .common-btn {
                width: 137px;
                height: 50px;
            }
        }
    }

    .education {
        .cvbox {
            display: block;
            padding-top: 87px;
        }
    }

    .experience {
        .cvbox {}
    }

    .searcskills {
        .input-group-text {
            background: transparent !important;
            border-right: none;
        }

        .icontrol {
            background-color: transparent !important;
            border-left: none;

            &::placeholder {
                background-color: transparent !important;
            }
        }
    }

    .skillsbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 64px;
        background: #fafafa;
        border-radius: 5px;
        margin: 20px 0px;
        padding: 20px 20px;

        .skills {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 26px;
            color: #000000;
        }
    }

    .skills-dropdown {
        background: #ffffff;
        box-shadow: 7px 31px 81px rgb(0 0 0 / 10%);
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative;
        top: -12px;

        .items {
            padding: 10px 30px;
            transition: all 0.3s ease;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 26px;
            color: #000000;
            cursor: pointer;

            &:hover {
                background-color: $primary;
                color: #ffffff;
            }
        }
    }

    .viewdetail-box {
        margin-top: 15px;

        .table {
            thead {
                background-color: #f4f4f4;

                tr {
                    th {
                        padding: 13px 26px;
                        font-style: normal;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 20px;
                        color: #000000;
                    }
                }
            }

            tbody {
                tr {
                    border-bottom: 1px solid #eeeeee;

                    td {
                        padding: 18px 26px;
                        color: #000000;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 20px;
                        white-space: nowrap;
                    }
                }
            }
        }

        .table tr th,
        .table tr td {
            min-width: 150px;
        }

        .table tbody tr:last-child {
            border-bottom: none;
        }
    }

    .userupdate-box {
        background: #fafafa;
        border-radius: 5px;
        padding: 16px 22px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin: 20px 0px;

        .content {
            h4 {
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 26px;
                color: #000000;
            }

            a {
                color: #4f6bff;
                text-decoration: underline;
                margin: 6px 0px;
                display: block;
                word-break: break-all;
            }

            p {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                color: #666666;
                margin: 4px 0px;
            }

            ul {
                padding-left: 20px;

                li {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                    color: #666666;
                    list-style-type: disc;
                }
            }
        }

        .action {
            display: flex;
            justify-content: flex-end;
            align-items: center;

            span {
                margin-left: 19px;
            }
        }
    }

    .expbox {
        background: #fafafa;
        border-radius: 5px;
        padding: 20px 20px;
        margin: 20px 0px;

        .userupdate-box {
            background-color: transparent;
            padding: 0px;
            margin: 0px;

            .content {
                h3 {
                    font-weight: 600;
                    font-size: 18px;
                    margin-bottom: 4px;
                    line-height: 26px;
                }

                p {
                    margin-bottom: 8px;
                }
            }
        }

        .labels-box {
            li {
                display: inline-flex;
                margin-right: 10px;
            }
        }

        p {
            font-size: 14px;
            color: #666666;
        }
    }

    // target css
    .sidebar li .nav-item.active,
    .sidebar li .nav-item:hover {
        background-color: rgba(0, 42, 58, 0.05);
    }

    .sidebar li .nav-item:hover:after,
    .sidebar li .nav-item.active::after {
        background-color: $primary;
    }
}
.profile-image {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;

    img {
        object-fit: cover;
        object-position: top center;
        
    }

    .selectimg {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
    }
}
// modal css
.modalbox {
    padding-left: 0px !important;

    h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 39px;
    }

    h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    .modal-dialog {
        width: 100%;
        max-width: 680px;
        overflow: auto;

        .modal-content {
            padding: 34px 30px;
            background: #ffffff;
            border-radius: 10px;

            .modal-header {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                padding-bottom: 26px;
            }

            .modal-body {
                margin: 30px 0px;
                .jobdesbox{
                    margin-bottom: 30px;
                }
            }

            .save {
                margin-top: 30px;
                text-align: end;

                .common-btn {
                    width: 137px;
                    height: 50px;
                }
            }

            .btn-close {
                background:transparent url("../images/cross-rounded.svg");
                background-size: 28px;
                background-repeat: no-repeat;
                background-position: center;
                opacity: 1;
                position: relative;
                top: -1px;
                padding: 7px;
                &:focus{
                    box-shadow: none;
                }
            }
        }
    }

    .double-date {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        .dropdown {
            width: 100%;
            border-right: 1px solid #d7d7d7;

            &:last-child {
                border-right: none;
            }
        }
    }

    .inline-dropdown {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        .dropdown {
            width: 100%;
            margin-right: 16px;
        }
    }

    .input-wrapper {
        .uploadcv {
            border: 1px solid rgba(0, 42, 58, 0.18);
            border-radius: 5px;

            .common-btn {
                background: rgba(0, 42, 58, 0.05);
                border-radius: 5px;
                border: 1px solid transparent;
                color: $primary;
                margin: 6px;
                width: 155px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                span {
                    margin-right: 10px;
                }
            }
        }
    }

    .modal-dialog .modal-content form .input-wrapper {
        margin: 0px;
    }

    .filter-labels {
        li {
            display: inline-flex;

            .labels {
                margin-right: 10px;
                background: #ffffff;
                border: 1px solid #d9d9d9;
                border-radius: 3px;
                height: 35px;
                padding: 0px 13px;
                color: #666666;

                .close {
                    margin-left: 14px;
                }
            }
        }
    }

    .createjobalert {
        margin-top: 40px;

        .common-btn {
            width: 198px;
            height: 50px;
        }
    }

    .reportjob {
        .checklist {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 30px 0px;
            border-bottom: 1px solid #eeeeee;

            .checkbox {
                margin-right: 18px;

                .checked {
                    width: 30px;
                    height: 30px;
                    accent-color: $primary;
                }
            }
        }
    }

    .reportjob .checklist:last-child {
        border-bottom: none;
    }
}

// Extra target css
.myaccount-login .dropdown .dropdown-toggle::after {
    right: 5px;
    top: 16px;
}



// Employee Dashboard Css
.employee-dashboard {
    overflow-x: hidden;
    // transition: all 0.5s ease-in-out;
    &.active{
    .sidebar-content{
        width: calc(100% - 85px);
        margin-left: 85px;
        transition: all 0.5s ease-in-out;
    }
    }
    .labels {
        width: 110px;
        height: 35px;
    }

    .header-area {
        .headerbox {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 0px 15px;

            .header-top {
                display: flex;
                align-items: center;
                transition: all .5s ease;
                &.active{
                    .admin-logo{
                        max-width: 50px;
                    }
                    .logo-text{
                        max-width: 0;
                        margin-left: 0;
                    }
                }
            }
        }

        .navbar {
            border-bottom: 1px solid #e6e6e6;
            .collapse-icon{
                cursor: pointer;
            }
        }
    }

    .employdash-panel {
        .sidebarcontent-wholebox {
            display: flex;
            justify-content: flex-start;

            .sidebar {
                background-color: #ffffff;
                width: 100%;
                position: fixed;
                overflow-y: scroll !important;
                max-width: 330px;
                padding: 100px 15px 30px;
                top: 0;
                height: 100vh;
                transition: all 0.5s ease-in-out;
                &::-webkit-scrollbar{
                    width: 0;
                }
                &.active {
                    max-width: 85px;
                    transition:all 0.5s ease-in-out;
                    .navbar {
                        margin: 0px 10px;
                        li{
                            overflow: hidden;  
                            a {
                                font-size: 0;
                                transition: all 0.5s ease-in-out;
                                padding: 0px 12px;
                                &.faq{
                                    &::after{
                                        opacity: 0;
                                    }
                                }
                            }
                            
                        }
                    }
                    .faq-dropdown-content{
                        padding-left: 0px;
                    }
                }

                &.active .collapse-icon {
                    transform: rotate(0deg);
                }
            }

            // .sidebar-content {
            //     padding: 60px 30px 80px;
            //     min-height: 900px;
            //     overflow-y: auto;
            //     position: relative;
            //     width: 100%;
            //     margin-left: auto;
            //     .contentwhole-box {
            //         background-color: white;
            //     }
            // }
        }

        .collapse-icon {
            position: absolute;
            top: 10px;
            z-index: 100;
            background-color: transparent;
            border: none;
            left: 10px;
            transform: rotate(180deg);
            transition: all 0.3s ease;
            padding: 0px 0px !important;

            svg {
                width: auto;
                height: 35px;

                path {
                    fill: $primary;
                }
            }
        }
    }

    .navbar {
        li {
            width: 100%;
            a {
                background-color: transparent;
                border-radius: 5px;
                color: $black;
                width: auto;
                height: 55px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 7px;
                white-space: nowrap;
                margin: 4px;
                padding: 0px 11px;
                transition: all 0.5s ease-in-out;
                font-size: 16px;
                span {
                    margin-right: 12px;

                    svg {
                        width: 22px;
                        height: 22px;

                        path {
                            fill: $black;
                        }
                    }
                }
                .link-text{
                    margin: 0;
                }
                &.faq{
                    &::after {
                        content: '';
                        background: url("../images/black-down-arrow.svg");
                        border: none;
                        margin: 0px;
                        padding: 0px;
                        position: absolute;
                        right: 18px;
                        z-index: 2;
                        width: 12px;
                        height: 20px;
                        background-repeat: no-repeat !important;
                        background-position: right;
                        background-size: contain;
                        transition: 0.3s ease-in-out;
                    }
                    &.active,&:hover{
                        &::after{
                            background: url("../images/white-down-arrow.svg");
                            background-repeat: no-repeat !important;
                            background-position: right;
                            background-size: contain;
                            transform: rotate(180deg);
                        }
                        
                    }
                    
                }
            }
            &.droparrow{
                transition: 0.4s ease-in-out;
                a{
                    &.faq{
                        &::after{
                            transform: rotate(180deg) !important;
                        }  
                    }  
                }        
            }
            &.arrow{
                transition: 0.4s ease-in-out;
                a{
                    &.faq{
                        &::after{
                            transform: rotate(0deg) !important;
                        }  
                    }  
                }  
            }
        }

        li  {
            a{
                &.active,&:hover{
                    background-color: #814b99;
                    color: white;
                }
            }
        }
    }

    .sidebar-content {
        padding: 40px 30px 0px;
        overflow-y: auto;
        width: 100%;
        width: calc(100% - 330px);
        margin-left: 330px;
        transition: all 0.5s ease-in-out;
        .contentwhole-box {
            background-color: white;
        }
    }

    .paginationbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 26px;
        margin-bottom: 0px;

        .itemsperpage {
            display: flex;
            justify-content: flex-start;
            align-items: center;

            span {
                margin-right: 10px;
            }

            .dropdown {
                .dropdown-toggle {
                    background-color: transparent !important;
                    border-bottom: 1px solid #e7e7e7 !important;
                    border-radius: 0px;
                    font-size: 14px;
                }
            }

            .dropdown .dropdown-toggle::after {
                position: relative;
                right: -6px;
                content: url("../images/small-down-arrow.svg");
                line-height: 1;
                top: -1px;
            }

            .dropdown .dropdown-menu {
                min-width: auto;
            }
        }
    }

    .filter-titlebox {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(176, 176, 176, 0.2);
        align-items: center;

        .title-text {
            padding: 0px 0px !important;
            border: none !important;

            h3 {
                white-space: nowrap;
                padding-right: 20px;
            }
        }
    }

    .filterbox {
        display: flex;
        justify-content: flex-start;

        .input-wrapper {
            margin-bottom: 0px !important;

            .icontrol {
                border: 1px solid #dedede;
                border-radius: 5px !important;
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                height: 40px;
                min-width: 450px; 
                padding-left: 40px;
            }

            .input-group-text {
                height: 50px;
                background-color: transparent;
                border: none;
            }
        }

        .filter {
            margin: 0px 10px;

            .common-btn {
                width: 98px;
                height: 40px;
                background: rgba(0, 42, 58, 0.1);
                border-radius: 5px;
                border: 1px solid transparent;
                color: $primary;
                display: flex;
                justify-content: center;
                align-items: center;

                span {
                    margin-right: 7px;
                    vertical-align: middle;
                    line-height: 1;
                }
            }
        }

        .createnew {
            .common-btn {
                width: max-content;
                padding: 0 20px;
                height: 50px;
                font-weight: 600;
                font-size: 14px;
                line-height: 22px;
                margin-left: 16px;
            }
        }
    }

    .searchstatus-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        .dropdown .dropdown-toggle::after {
            position: relative;
            left: 18px;
            filter: invert(1);
            opacity: 1;
            transition: 0.3s ease-in-out;
        }
        .dropdown .show::after{
            transform: rotate(180deg);
        }
        .input-wrapper .icontrol,
        .dropdown-toggle {
            height: 50px;
        }

        .dropdown .dropdown-toggle {
            min-width: auto;
            padding-right: 30px;
            background-color: $primary !important;
            color: white;
            margin-left: 10px;
        }

        .status-dropdown {
            .dropdown .dropdown-menu {
                min-width: fit-content;
                max-height: fit-content;
            }
        }
    }

    .customtable {
        tr th:first-child {
            padding-left: 25px !important;
        }

        tr td:first-child {
            padding-left: 25px !important;
            min-width: 140px;
        }
        tr th,
        tr td {
            padding: 12px 10px;
            white-space: pre-wrap;
            border-bottom: 1px solid #eaeaea;
            vertical-align: baseline;
            text-align: inherit;
            vertical-align: middle;
            position: relative;
            a {
                p {
                    color: $primary;
                    text-decoration: underline;
                }
            }
        }

        td {
            &.cadd {
                p {
                    min-width: 200px;
                    width: 100%;
                    white-space: pre-wrap;
                }
            }

            img {
                width: 60px;
                height: 60px;
                object-fit: cover;
                object-position: center;
                border-radius: 50%;
                border: 1px solid #eee;
                vertical-align: middle;
            }
        }

        .labels {
            margin: 0px;
        }
    }

    .input-wrapper {
        margin-bottom: 20px !important;
        position: relative;
        .icontrol {
            background-color: transparent;
            padding-left: 40px;

            &::placeholder {
                background-color: transparent;
                font-size: 14px;
                color: #000000;
                opacity: 0.5;
            }
        }

        .input-group-text {
            position: absolute;
            left: 0;
        }

        .basic-multi-select .select__control {
            padding: 7px 0;
            height: 50px;
            border: none !important;
            outline: none !important;
            background-color: #f8f8f8;
            box-shadow: none;
            line-height: 25px;
        }
    }

    .nav-links {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;

        li {
            a {
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                color: #666666;

                &.bold {
                    color: black;
                }
            }

            span {
                display: inline-block;
                padding: 0px 5px;
            }
        }
    }

    .whitebox {
        .title-text {
            padding: 22px 29px;
            border-bottom: 1px solid rgba(176, 176, 176, 0.2);

            h3 {
                font-size: 20px;
            }
        }
    }

    .createnew-box {
        padding: 22px 29px;
        position: relative;
        .savebtn {
            .common-btn {
                height: auto;
                padding: 10px 20px;
                margin-top: 10px;
            }
        }

        .input-wrapper {
            .icontrol {
                background: #f8f8f8;
                border: 1px solid #f5f5f5;
                border-radius: 5px;
                padding: 12px 20px;
                color: black;

                &::placeholder {
                    font-size: 16px;
                    color: #000000;
                }
            }
           
        }

        .myaccount-page {
            .input-wrapper {
                .icontrol {
                    padding: 12px 5px 12px 50px;
                }
            }
        }
    }

    .jobdes-btn {
        .common-btn {
            width: auto;
            height: 40px;
            margin-right: 20px;
            padding: 0px 20px;

            &.cancel {
                background: #e6eaeb;
                border-radius: 5px;
                color: $primary;
                border: 1px solid transparent;
            }
        }
    }

    .showingpages span,
    .itemsperpage span {
        color: #666666;
        font-size: 14px;
    }

    .jobsforyou-area .jobview-box {
        max-height: unset;
    }

    .viewfullpage-area .jobview-box .tabmain-box {
        height: auto;
        overflow: auto;
    }

    .jobdes-btn {
        // margin-top: 30px;
        display: flex;
        align-items: center;
    }

    // newjobsinner
    .newjobsinner-page {
        top: 0;
        padding: 0px 0px;
        background-color: transparent;

        .jobview-box {
            position: relative;
            top: 0;
        }

        .joblisting-box {
            .job-box {
                .logo-titlebox {
                    .clogo {
                        margin: 0px 0px;
                        margin-right: 20px;
                        padding: 0px 0px;
                    }

                    .titlelabels-mainbox {
                        .ctitle {
                            h5 {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }

        .labels-box {
            li {
                .labels {
                    width: 100%;
                }
            }
        }

        .daysview-box {
            .common-btn {
                background: #e4f4eb;
                border: 1px solid #28c76f;
                border-radius: 4px;
                color: black;
                height: 45px;
                width: 118px;
                margin: 0px 7px;
            }
        }

        .action-btn {
            width: 45px;
            height: 45px;
            background: #e6eaeb;
            border-radius: 5px;
            margin-left: 14px;
            display: flex;
            justify-content: center;
            align-items: center;

            span {
                display: initial;

                svg {
                    width: 16px;
                    height: 16px;

                    path {
                        fill: $primary;
                    }
                }
            }
        }

        .tabmain-box {
            .job-tabs {
                margin: 0px 0px;

                .nav-item {
                    .nav-link {
                        background-color: transparent;
                        border: none;
                        border-bottom: 1px solid transparent;
                        font-style: normal;
                        font-weight: 600;
                        font-size: 18px;
                        line-height: 26px;
                        color: #666666;
                        transition: all 0.3s ease;
                        width: 200px;
                        margin: 0 auto;

                        &.active {
                            border-bottom: 1px solid $primary;
                            color: $primary;
                        }
                    }
                }
            }
        }

        .overview-content {
            margin: 0px;
            padding: 27px 30px;
            background: #ffffff;
            box-shadow: 7px 31px 81px rgba(0, 0, 0, 0.05);
            border-radius: 5px;

            &.job-overview {
                margin-top: 0px;
            }

            h4 {
                margin-bottom: 25px;
                font-weight: 600;
            }

            .cabox {
                margin-bottom: 27px;

                p {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                    color: #666666;
                    margin-bottom: 3px;
                }

                b {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 26px;
                    color: #000000;
                }
            }

            .skillbox {
                li {
                    display: inline-flex;
                    margin-right: 15px;
                    margin-bottom: 15px;

                    span {
                        margin: 0px;
                        width: 100%;
                    }
                }
            }
        }

        .connect-social {
            display: block;
            padding: 27px 30px;
            margin: 20px 0px;
            box-shadow: none;

            h4 {
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                color: #000000;
                margin-bottom: 30px;
            }

            .social-icons {
                padding: 0px 0px;

                li {
                    span {
                        margin-left: 10px;
                    }

                    a {
                        margin: 0px 0px;
                        margin-right: 10px;
                        background: #ccd4d8;
                        border-radius: 5.71429px;
                    }
                }
            }
        }

        .posted-stamp {
            h6 {
                text-align: end;
                color: black;

                span {
                    color: #666666;
                }
            }
        }

        .jobview-box .tabmain-box {
            box-shadow: none;
        }
    }

    .employer-detail {
        background: #ffffff;
        border: 1px solid rgba(176, 176, 176, 0.2);
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative;
    }

    // appellant box
    .appellant-box {
        .table {}

        .customtable tr th,
        .customtable tr td {
            padding: 20px 20px;
            vertical-align: middle;
            text-align: inherit;
            min-width: 280px;
        }

        .customtable tr td img {
            border-radius: 50%;
            background-color: black;
            width: 60px;
            height: 60px;
            object-fit: cover;
        }

        .paginationbox {
            padding: 24px 0px;
        }
    }

    .mobile-menu {
        display: none;
    }
}
.employee-dashboard .navbar li a svg path {
    fill: $black !important;
    transition: all 0.3s ease-in-out;
}

.employee-dashboard .navbar li a.active svg path,
.employee-dashboard .navbar li a:hover svg path {
    fill: white !important;
    transition: all 0.3s ease-in-out;
}
.delete-action {
    display: flex;
    justify-content: center;
    align-items: center;
}
// dlete modal
.deletemodal {
   
    .modal-content {
        height: auto;
        width: 434px;
        margin: 0 auto;
    }

    .delete-box {
        text-align: center;

        .deleteimg {
            margin-bottom: 13px;
        }

        .content {
            h4 {
                font-weight: 500;
                font-size: 16px;
                line-height: 26px;
                text-align: center;
                color: #666666;
                margin-bottom: 44px;
            }
        }

        .delete-action {
            .common-btn {
                width: 137px;
                margin: 0px 10px;

                &.no {
                    background: #e6eaeb;
                    border-radius: 5px;
                    border: 1px solid transparent;
                    color: $primary;

                    &:hover {
                        background-color: transparent;
                        border: 1px solid $primary;
                    }
                }
            }
        }
    }

    .modal-dialog .modal-content .modal-header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .modal-dialog .modal-content .modal-body {
        margin: 0px 0px;

        p {
            font-size: 16px;
            color: black;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .changepwdbox {
            .input-wrapper {
                margin-bottom: 25px;

                .input-group {
                    .pwd-input {
                        &:focus {
                            z-index: 0;
                        }
                    }

                    .input-group-text {
                        height: 47.23px;
                    }
                }
            }
        }
    }

    .jobdes-btn {
        .common-btn {
            width: auto;
            height: auto;
            font-size: 14px;
            padding: 9px 12px;
            margin-top: 20px;
        }
    }

    .checklist {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 0px;
        border-bottom: 1px solid #eee;

        .checkbox {
            .checked {
                width: 20px;
                height: 20px;
                margin-right: 16px;
                accent-color: $primary;
            }
        }

        .terms {
            h4 {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
            }
        }
    }

    .common-btn {
        &.submit {
            width: auto;
            height: auto;
            padding: 10px 30px;
            margin-top: 20px;
        }
    }
}

.modalbox.cvmodal .modal-dialog {
    max-width: 50%;
}

// candidate profile page
.candidateprofile-page {
    .jobview-box {
        .joblisting-box {}
    }

    .jobview-box .joblisting-box .job-box .apply-box span .viewcv {
        background-color: $primary;
        border-radius: 5px;
        color: white;
        border: 1px solid transparent;
        margin: 0px 7px;

        &:hover {
            background-color: transparent;
            border: 1px solid $primary;
            color: $primary;
        }
    }

    .whitebox {
        padding: 27px 30px;
        margin-bottom: 25px;

        .title {
            h4 {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 18px;
            }
        }

        .content {
            p {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 30px;
                color: #666666;
                margin-bottom: 20px;
            }
        }

        .greybox {
            background-color: #fafafa;
            border-radius: 5px;
            padding: 16px 21px;
            margin-bottom: 20px;

            .terms {
                .viewcv {
                    font-size: 14px;
                    height: auto;
                    width: auto;
                    padding: 8px 13px;
                    margin-top: 8px;
                }
            }

            .content {
                h5 {
                    margin-bottom: 6px;
                    font-size: 15px;
                }

                h6 {
                    color: #666666;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                }

                p {
                    margin-bottom: 0px;
                }
            }

            .terms {
                padding-left: 0px;

                li {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                    color: #666666;
                    margin: 4px 0px;
                    list-style-type: none;

                    a {
                        white-space: pre-wrap;
                        overflow-wrap: break-word;
                    }
                }
            }
        }

        .cabox {
            margin: 20px 0px;

            p {
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 1;
                color: #666666;
                margin-bottom: 6px;
            }

            b {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 26px;
                color: #000000;
            }
        }
    }
}

.myaccount-btn {
    display: none;
}

// target css
.navbar li a:hover span svg path,
.navbar li a.active span svg path {
    fill: white;
}

.navbar-brand {
    width: 100%;
    margin-right: 40px;
}

// jan 25
.filter-labels li {
    display: inline-flex;
    margin-right: 12px;
    margin-bottom: 12px;

    .labels {
        width: auto;

        svg {
            margin-left: 15px;
            margin-right: 0px;
        }
    }
}

// cv page
.cvpage {
    .cv-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        border: 1px solid rgba(176, 176, 176, 0.2);
        box-shadow: 7px 31px 81px rgb(0 0 0 / 5%);
        border-radius: 5px;
        padding: 16px 30px;

        .downcv {
            .common-btn {
                width: 169px;
                height: 45px;
                display: flex;
                justify-content: center;
                align-items: center;

                span {
                    margin-right: 10px;
                    position: relative;
                    top: -2px;
                }
            }
        }

        .downcv .common-btn:hover svg path {
            fill: $primary;
        }
    }

    .preview-box {
        margin-top: 55px;
    }

    .react-pdf__Document {
        canvas.react-pdf__Page__canvas {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }
    }
}

// Admin-dashboad css
.admin-counter {
    .card-box {
        background: #ffffff;
        // box-shadow: 7px 30px 81px rgb(0 0 0 / 2%);
        border-radius: 5px;
        padding: 25px 30px 23px 25px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;

        .header-text {
            display: flex;
            align-items: center;
            column-gap: 20px;

            .card-image {
                min-width: 59px;
                min-height: 59px;
                background: #f2ebfb;
                border-radius: 46px;
                display: flex;
                justify-content: center;
                align-items: center;
                svg{
                    width: 28px;
                    stroke: #814b99;
                    stroke-width: 0.2px;
                }
                &.blue {
                    background-color: #eef9ff;
                }

                &.lightyellow {
                    background-color: #fef3ef;
                }

                &.lightpink {
                    background-color: #ffeff2;
                }
                &.light-green{
                    background-color: #F1FFEE;
                }
                &.light-purple{
                    background-color: #ecf1ff;
                }
                &.off-white{
                    background-color: #FFFBEE;
                }
            }

            h3 {
                font-size: 16px;
            }
        }

        .card-content {
            display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;

            h2 {
                line-height: 35px;
            }

            p {
                margin-top: 22px;
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
            }
        }

        .bottom-round-shape {
            width: 70px;
            height: 80px;
            background: rgba(113, 59, 219, 0.04);
            border-top-left-radius: 50%;
            position: absolute;
            right: 0;
            bottom: 0;

            &.blue {
                background: rgba(73, 184, 255, 0.05);
            }

            &.lightyellow {
                background: rgba(255, 140, 86, 0.04);
            }

            &.lightpink {
                background: rgba(252, 82, 131, 0.04);
            }
            &.light-green{
                background-color: #F1FFEE;
            }
            &.light-purple{
                background-color: rgb(236 241 255 / 50%);
            }
            &.off-white{
                background-color: #FFFBEE;
            }
        }
    }
}
.compliance-details{
    margin-top: 10px;
    ul{
        li{
            line-height: 30px;
        }
    }
}
.policy .ck.ck-editor {
    position: relative;
    height: 640px !important;
    overflow: auto !important;
}

// wheelshare css
.wheelshare {
    display: flex;
    justify-content: center;
    align-items: center;

    >button {
        background-color: black;
        border: 1px solid white;
        transition: all 1s ease;
        transform: rotate(0deg);

        &:hover,
        &:focus,
        &.active {
            background-color: black;
            border: 1px solid white;
        }

        >div {
            background: white;
            transform: scale(0.9);
        }
    }

    ul {
        li {
            button {
                background-color: #f5f5f5;
                border: 1px solid #808080;
                transition: all 1s ease;
                transform: rotate(0deg);

                &:hover {
                    background-color: $primary;
                    // transform: rotate(360deg);
                }

                &:hover svg path {
                    fill: white !important;
                }

                span {
                    svg {
                        width: 18px;
                        height: 18px;

                        path {
                            fill: #002b39 !important;
                        }
                    }
                }
            }
        }
    }

    .duppQC .sc-gLDzan:nth-child(1) {
        position: relative;
        left: 3px;
        top: 4px;
    }

    .duppQC .sc-gLDzan:nth-child(3) {
        position: relative;
        top: -4px;
        left: 3px;
    }

    .duppQC {
        display: flex;
        justify-content: flex-start;
        align-items: end;
    }
}

// Media Query
// @media screen and (max-width: 1662px) {
//     .employee-dashboard .employdash-panel .sidebar {
//         width: 270px;
//     }
// }
.modal.show {
    .modal-xl{
           .wrap{
            display: flex;
            gap: 20px;
        }
}
}
.sidebar-content.viewjob-opening {
    .whitebox{
        .createnew-box{
            .row.titlebox{
                .titlebar{
                    display: flex;
                    p.jobtitle {
                        font-size: 25px;
                        font-weight: 600;
                    }
                    p.shifttype {
                        font-size: 18px;
                        font-weight: 500;
                        background: rgba(166, 0, 192, 0.19);
                        padding: 2px 10px;
                        border-radius: 45px;
                        margin-left: 25px;
                    }
                }
                .title_details{
                    .tag-area{
                        justify-content: space-between;
                        .item{
                            span{
                                color: #000000;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1440px) {
    h1 {
        font-size: 38px;
        line-height: 62px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        line-height: 55px;
    }

    // .employee-dashboard .employdash-panel .sidebar {
    //     width: 270px;
    // }

    .hero-banner .filter-box {
        padding: 6px 0px;
    }

    .hero-banner .vector-image svg {
        max-width: 70%;
    }

    .hero-banner .banner-contentbox {
        top: 302px;
    }

    .hero-banner .banner-content {
        margin-top: 30px;
    }

    .hero-banner .banner-content h1 {
        margin-bottom: 10px;
    }

    .hero-banner .vector-image {
        position: absolute;
        bottom: -90px;
        left: -19px;
    }

    .hero-banner .banner-content p {
        margin: 0px 0px 15px;
        font-size: 16px;
    }

    .hero-banner .banner-content .join-us {
        width: 175px !important;
    }

    .space {
        padding: 80px 0px;
    }

    .hero-banner .banner-content h2 br {
        display: none;
    }
    .table-responsive{
        max-height: calc(100vh - 260px);    
    }
    .header-area .signin-box .login {
        width: 130px;
    }

    .header-area .signin-box .login.employee {
        width: 160px;
    }

    .whoweare-area .banner-content .learn-more .common-btn {
        width: 155px;
    }

    .footer-area .second-part .link-box .nav-link,
    .footer-area .second-part .link-box .nav-link .contactlink-box span,
    .footer-area .first-part p {
        font-size: 16px;
    }

    .footer-area .second-part.second {
        padding-left: 88px;
    }

    .footer-area .footer-top {
        padding: 80px 0px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box {
        padding: 10px 20px;
    }

    .contactus-area .contactbox {
        padding: 75px 92px;
    }

    .contactus-area .contactbox {
        padding: 75px 40px;
    }

    .contactus-area .contactbox .bluebox .pattern.pattern1 {
        left: -24px;
    }

    .jobsforyou-area .viewlisting .common-btn {
        width: 168px;
    }

    .jobsforyou-area .jobswhole-box {
        margin-top: 50px;
    }

    .contactus-area .contactbox .bluebox {
        width: 530px;
        padding: 55px 50px;
    }

    .whoweare-area .banner-content .termwhole-box .terms-box span svg {
        max-width: 20px;
    }

    .jobsforyou-area .joblistwhole-box,
    .jobsforyou-area .jobview-box {
        max-height: 700px;
    }

    .searchjobs-area {
        padding: 114px 0px 80px;
    }

    .contactus-page .getintouch-area .contactus-area {
        padding: 40px 0px 90px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track {
        margin: 0px -15px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box {
        margin: 0px 15px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box {
        padding: 30px 20px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box .labels-box li .labels {
        font-size: 12px;
    }

    .similarjobs-area .slick-slider .slick-arrow.slick-prev {
        left: -10px;
    }

    .similarjobs-area .slick-slider .slick-dots {
        bottom: -42px;
    }

    .slick-slider .slick-dots li button:before {
        font-size: 8px;
        color: $primary;
    }

    .footer-area .footer-bottom {
        padding: 20px 0px;
    }
    .admin-counter .card-box{
        padding: 25px 25px 25px 15px;
    }
    .admin-counter .card-box .header-text{
        column-gap: 15px;
    }

    .admin-counter .card-box .card-content h2{
        font-size: 22px;
    }

    // my account
    .myaccount-page .sidebar-content .counter-box {
        width: 210px;
        padding: 15px 10px;
        height: auto;

        .counter-icon {
            width: 55px;
            height: 55px;
            margin-right: 14px;
        }

        .counter-text {
            h3 {
                font-size: 22px;
            }
        }
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box .jobtitle-box .position-text h3 {
        margin-bottom: 10px;
    }

    // employee dashboard
    .employee-dashboard {
        // .employdash-panel .sidebar {
        //     width: inherit;
        // }

        // .sidebar-content {
        //     padding: 20px 20px;
        //     margin-bottom: 60px;
        // }

        .whitebox {
            margin: 0px 0px 20px;
        }

        .header-area .headerbox {
            padding: 0px 20px;
        }

        // .navbar li a span {
        //     svg {
        //         width: 18px;
        //         height: 18px;
        //     }
        // }
        .whitebox .title-text h3 {
            font-size: 18px;
            padding-right: 10px;
            white-space: nowrap;
        }

        .filterbox .input-wrapper .icontrol {
            min-width: 340px;
        }

        // .sidebar-content {
        //     padding: 20px 20px 100px;
        // }

        .appellant-box .customtable tr th,
        .appellant-box .customtable tr td {
            padding: 10px 12px;
        }

        .paginationbox {
            flex-wrap: wrap;
        }
    }
    .employee-myaccount-page .myaccount .custom-row .myaccount-sidebar-content .page-content form .form-row{
        width: 100%;
    }
    .input-wrapper .icontrol,
    .employee-dashboard .input-wrapper .basic-multi-select .select__control {
        // height: 40px !important;
        font-size: 14px;
    }

    .employee-myaccount-page .myaccount .custom-row .myaccount-sidebar-content .page-content form .form-row .input-wrapper .input-group .input-group-text{
        height: 40px;
        padding: 0 10px;
        width: auto;
    }
    .employee-myaccount-page .myaccount .custom-row .myaccount-sidebar-content .page-content form .form-row .input-wrapper .input-group .input-group-text svg{
        width: 18px;
    }
    .employee-dashboard .navbar li a {
        height: 45px;
        font-size: 14px;
    }

    .employee-dashboard .customtable tr td.action-data {
        min-width: 100px;
    }
    .employee-dashboard .sidebar-content .filter-titlebox .filterbox .input-wrapper .icontrol{
        height: 50px !important; 
    }
    .employee-dashboard {
        .employdash-panel {
            .sidebarcontent-wholebox {
                .sidebar{
                    max-width: 260px;
                    padding: 100px 6px 20px;
                    &.active{
                        max-width: 65px;
                       
                    }
                }
            }
        }
        .navbar {
            li {
                a {
                    span{
                        margin-right: 7px;
                    }
                }
            }
        }
        .sidebar-content{
            padding: 20px 20px 0px;
           width: 100%;
            margin-left: 260px;
        }
        &.active{
            .sidebar-content{
                width: calc(100% - 65px);
                margin-left: 65px;
            }
        }
    }

    .admin-counter{
        .card-box {
            .header-text {
                .card-image{
                    min-width: 50px;
                    min-height: 50px;
                    svg {
                        width: 22px;
                    }
                }
            }
        }
    }
    .sidebar {
        .faq-dropdown-content{
            padding-left: 20px;
        }
    }
    .header-area {
        .collapse-icon{
            svg{
                width: 25px;
            }
        }
    }
    .input-wrapper {
        // .input-group-text{
        //     height: 40px;
        // }
        .icontrol{
            padding: 0 15px;
        }
    }
    .sidebar-content.viewjob-opening .whitebox .createnew-box .row.titlebox .titlebar p.jobtitle {
        font-size: 20px;
    }
    
}

@media screen and (max-width: 1300px) {
    h1 {
        font-size: 32px;
        line-height: 55px;
    }

    h2 {
        font-size: 25px;
    }
    .common-btn{
        font-size: 14px;
    }
    .employee-dashboard .input-wrapper .input-group-text {
        height: 40px;
    }

    .header-area .navbar-collapse .navbar-nav .nav-link {
        margin: 0px 16px;
    }

    .hero-banner .filter-box .dropdown .search-btn .common-btn {
        width: 128px !important;
    }

    .jobsforyou-area .jobview-box .joblisting-box .label-shareonbox {
        display: block;
    }

    .jobsforyou-area .jobview-box .joblisting-box .label-shareonbox .connect-social h5 {
        text-align: left;
    }

    .jobsforyou-area .jobview-box .joblisting-box .label-shareonbox .connect-social .icon {
        margin-left: 0px;
        margin-right: 10px;
    }

    .jobsforyou-area .jobview-box .joblisting-box .label-shareonbox .labels-box {
        width: 100%;
        padding-bottom: 10px;
    }

    .space {
        padding: 60px 0px;
    }

    .jobsforyou-area .jobview-box .tabmain-box {
        background-color: white;
        padding: 0px 20px 20px;
    }

    .hero-banner.jobbanner>img {
        height: 600px;
        object-fit: cover;
    }

    .hero-banner .vector-image svg {
        max-width: 55%;
    }

    .hero-banner .vector-image {
        bottom: -81px;
        left: -19px;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle {
        font-size: 14px;
    }

    .contactus-area .contactbox .bluebox {
        width: 90%;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box .companymain-box .company-box .company-logo {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box .companymain-box .company-box .company-title h5 {
        font-size: 16px;
    }

    // my account
    .myaccount-page .sidebar {
        width: 275px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .viewdetails {
        padding: 15px 20px;
    }

    .myaccount-page .sidebar-content .counter-box .counter-text h3 {
        font-size: 18px;
    }

    .myaccount-page .sidebar-content .counter-box {
        width: 192px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box {
        padding: 20px 20px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box .jobtitle-box .position-text h3 {
        font-size: 18px;
    }

    .myaccount-page .sidebar-content .formbox {
        padding: 30px 20px;
    }

    .myaccount-page .sidebar-content .header-title {
        padding: 15px 30px;
    }

    .myaccount-page .cpassword .savebtn .common-btn {
        width: 110px;
        height: 45px;
    }

    .myaccount-page h2 {
        font-size: 25px;
    }

    .myaccount-page .sidebar-content .savebtn .common-btn {
        margin-top: 25px;
        width: 110px;
    }

    // employee dashboard
    .employee-dashboard {
        .filterbox .input-wrapper .icontrol {
            padding-left: 40px;
            min-width: 300px;
        }

        // .employdash-panel .sidebar {
        //     padding: 40px 10px;
        // }

        .filter-titlebox {
            padding: 20px 20px;
        }

        .jobsforyou-area .jobview-box .joblisting-box {
            padding: 19px 20px;
        }

        .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
            width: 130px;
            height: 72px;
        }

        .newjobsinner-page .tabmain-box .job-tabs {
            margin: 5px 0px;
        }
    }

    .employee-dashboard .filter-titlebox .title-text h3 {
        font-size: 17px;
    }

    .employee-dashboard .sidebar-content .col-xl-3 {
        width: 33.33%;
    }

    // .employee-dashboard .employdash-panel .sidebarcontent-wholebox .sidebar {
    //     padding: 30px 0px;
    // }

    .modalbox .modal-dialog .modal-content {
        max-height: 680px;
        overflow: auto;
    }

    .employee-dashboard .jobdes-btn .common-btn {
        width: auto;
        height: 40px;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 38px;
        line-height: 62px;
    }

    .common-btn {
        padding: 0px 10px !important;
    }

    .header-area .navbar-collapse .navbar-nav .nav-link {
        margin: 0px 10px;
    }

    .hero-banner .vector-image svg {
        max-width: 50%;
    }

    .hero-banner .vector-image {
        bottom: -154px;
        left: -58px;
    }

    .hero-banner .vector-image svg {
        display: none;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle {
        width: 100%;
        height: 50px;
    }

    .hero-banner .filter-box .dropdown .search-btn {
        padding: 10px 12px;
    }

    .hero-banner .filter-box {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .hero-banner .filter-box .dropdown .search-btn .common-btn {
        width: auto !important;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle {
        padding-right: 68px;
    }

    .hero-banner.jobbanner>img {
        height: 754px;
        object-fit: cover;
    }

    .hero-banner .banner-content h1 {
        margin-bottom: 10px;
    }

    .hero-banner .banner-content p {
        margin: 0px 0px 30px;
    }

    .hero-banner .banner-contentbox {
        top: 320px;
    }

    .hero-banner .banner-content {
        margin-top: 10px;
    }

    .common-btn {
        width: auto !important;
        padding: 0px 20px !important;
        font-size: 15px !important;
        height: 45px !important;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .similarjobs-area .title-text h2 {
        font-size: 25px;
    }

    .viewfullpage-area {
        top: -19px;
    }

    .footer-area .first-part .footer-logo svg {
        width: 230px;
    }

    .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
        height: 85px;
    }

    .jobsforyou-area .jobview-box .joblisting-box {
        padding: 19px 15px;
    }

    .apply-now .common-btn {
        width: 100% !important;
    }

    .similarjobs-area .title-text h2 {
        margin-bottom: 22px;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle>.keyword {
        width: 100%;
    }

    .topspace {
        padding-top: 77px;
    }

    .contactus-page .getintouch-area .contact-form {
        position: relative;
        top: 20px;
    }

    .contactus-page .getintouch-area .contactbox {
        padding: 75px 20px;
    }

    .getintouch-image::after {
        right: -8px;
    }

    // my account
    .myaccount-page .sidebar {
        width: auto;
    }

    .myaccount-page .sidebar li .nav-item {
        font-size: 15px;
        padding: 20px 20px;
        height: auto;
    }

    .mydashboard .row>.col-lg-3 {
        width: 33.33%;
    }

    .jobsapplied-box .row .col-lg-3 {
        width: auto;
    }

    .myaccount-page .sidebar-content .formbox {
        padding: 30px 20px;
    }

    .myaccount-page .sidebar-content .counter-box {
        margin-bottom: 20px;
        height: auto;
    }

    .myaccount-page .sidebar-content .counter-box .counter-icon {
        width: 50px;
        height: 50px;

        svg {
            max-width: 50%;
        }
    }

    .myaccount-page .sidebar-content .counter-box .counter-text h3 {
        font-size: 20px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .viewdetails {
        padding: 15px 20px;
    }

    .myaccount-page .viewdetail-box .table tbody tr td {
        white-space: nowrap;
    }

    .myaccount-page h2 {
        font-size: 22px;
    }

    .myaccount-page h3 {
        font-size: 18px;
    }

    .myaccount-page .sidebar-content .counter-box {
        width: 224px;
    }

    // employee dashboard
    .employee-dashboard {
        .filter-titlebox {
            flex-wrap: wrap;
            display: block;

            .filterbox {
                margin-top: 15px;
            }
        }
        .details-box{
            .filter-titlebox{
                display: flex;
            }
        }
        .common-btn {
            height: 40px !important;
            padding: 0px 15px !important;
        }

        .employdash-panel .row .col-lg-2 {
            width: 25%;
        }

        .employdash-panel .row .col-lg-10 {
            width: 75%;
        }

        .pagination-items .page-item .page-link {
            margin: 0px 2px;
            font-size: 15px;
        }

        .paginationbox {
            padding: 24px 15px;
        }

        .showingpages span,
        .itemsperpage span {
            font-size: 13px;
        }

        .jobsforyou-area .jobview-box .joblisting-box .job-box {
            flex-wrap: wrap;
            justify-content: end;
            display: block;
        }

        .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
            width: 90px;
            height: 75px;
            padding: 0px;
        }
    }

    .employee-dashboard .filterbox .input-wrapper .icontrol {
        min-width: 350px;
        
    }
    .employee-dashboard .filterbox .input-wrapper .input-group-text{
        height: 40px;
    }
    .employee-dashboard .sidebar-content .filter-titlebox .filterbox .input-wrapper .icontrol{
        height: 40px !important;
    }
    .viewfullpage-area .apply-box .daysview-box {
        justify-content: flex-end;
        margin: 20px 0px;
    }

    .employee-dashboard .filterbox {
        display: block;
    }

    .employee-dashboard .viewfullpage-area .jobview-box .tabmain-box {
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
    }

    .employee-dashboard .employdash-panel .sidebarcontent-wholebox .sidebar-content {
        padding: 30px 16px 40px;
    }
    .admin-counter {
        .card-box{
            padding: 25px 15px 20px 15px;
            .header-text{       
             column-gap: 15px;
             .card-image{
                min-width: 45px;
                min-height: 45px;
                svg{
                    width: 20px;
                }
             }
            }
        }
    }
    .employee-dashboard .searchstatus-box .input-wrapper .icontrol, .employee-dashboard .searchstatus-box .dropdown-toggle{
        height: 40px;
    }
}

@media screen and (max-width: 1023px) {
    h4 {
        line-height: 58px;
    }

    .hero-banner.jobbanner>img {
        height: 900px;
        object-fit: cover;
    }

    .hero-banner .banner-content h2 {
        line-height: 40px;
    }

    .contactus-area .contactbox .bluebox {
        width: 400px;
        padding: 45px 20px;
    }

    .whoweare-area .banner-content {
        margin-top: 10px;
    }

    .hero-banner .filter-box .dropdown {
        padding: 4px 0px;
        border-bottom: 2px solid #eee;
        border-right: 0px;
    }

    .hero-banner .filter-box {
        display: block;
    }

    .jobsforyou-area .viewlisting {
        text-align: end;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box {
        padding: 20px 20px;
    }

    .contactus-area .contactbox .bluebox {
        width: 100%;
        margin-bottom: 60px;
    }

    .contactus-area .contactbox .bluebox .pattern2 {
        right: -24px;
    }

    .footer-area .partion {
        margin-bottom: 40px;
    }

    .footer-area .second-part.partion h5 {
        margin-bottom: 20px;
    }

    .footer-area .footer-bottom {
        padding: 20px 0px;
    }

    .footer-area .footer-bottom .copy-right p {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 24px;
    }

    .footer-area .footer-top {
        padding: 60px 0px 30px;
    }

    .header-area .navbar-collapse .navbar-nav .nav-link.active::after {
        width: 100%;
    }

    .hero-banner.jobbanner>img {
        height: 850px;
    }

    .contactus-area .contactbox {
        padding: 75px 20px 20px;
    }

    .contactus-area .contactbox {
        margin-top: 45px;
    }

    .jobsforyou-area .jobview-box .joblisting-box {
        padding: 19px 20px;
    }

    .jobsforyou-area .jobview-box .joblisting-box .label-shareonbox .labels-box .labels {
        margin-left: 0px;
        margin-right: 12px;
    }

    .jobsforyou-area .jobview-box .tabmain-box .job-tabs .nav-item .nav-link {
        width: 100%;
    }

    .jobsforyou-area .jobview-box {
        margin-top: 20px;
    }

    .hero-banner .banner-contentbox {
        top: 412px;
    }

    .hero-banner .filter-box {
        padding: 0px 0px;
    }

    .hero-banner .filter-box .dropdown .search-btn .common-btn {
        width: 100% !important;
    }

    .footer-area .second-part.second {
        padding-left: 0px;
    }

    .contactus-area .contactbox .bluebox .directmain-box .direct-box {
        margin-bottom: 30px;
    }

    .contactus-area .contactbox .bluebox {
        height: auto;
    }

    .contact-form .input-wrapper {
        margin-bottom: 22px !important;
    }

    .contactus-page .contactmain-box .contactus-box {
        margin-bottom: 30px;
    }

    .topspace {
        padding-top: 77px;
    }

    .title-text h3 {
        font-size: 25px;
    }

    .contactus-page .getintouch-area .contactbox {
        padding: 30px 20px;
    }

    .viewfullpage-area .jobview-box .joblisting-box .job-box {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .viewfullpage-area .connect-social {
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track {
        margin: 0px -10px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box {
        margin: 0px 10px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box {
        padding: 25px 15px;
    }

    .jobsforyou-area .jobview-box .joblisting-box .job-box .apply-box span.days {
        margin-right: 16px;
    }

    .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .ctitle h5 {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .viewfullpage-area {
        top: -20px;
    }

    .similarjobs-area {
        padding: 0px 0px 80px;
    }

    .contactus-page .contactmain-box .contactus-box {
        height: 250px;

        .content {
            h5 {
                font-size: 16px;
                margin-bottom: 10px;
            }

            a {
                font-size: 16px;
            }
        }
    }

    // my account
    .myaccount-page .sidebar {
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .myaccount-page .sidebar-content {
        height: auto;
    }

    .myaccount-page .education .cvbox,
    .myaccount-page .uploadcv .cvbox {
        display: flex;
        height: auto;
        padding: 100px 15px;
    }

    .myaccount-page .uploadcv .cvbox .cvcontent .addcv .common-btn {
        width: 100% !important;
    }

    // employee dashboard
    .employee-dashboard {
        .filterbox .input-wrapper .icontrol {
            min-width: 382px;
        }

        .viewfullpage-area .connect-social {
            position: relative;
            top: 0;
            left: 0;
        }

        .viewfullpage-area .jobview-box .tabmain-box {
            height: auto;
            overflow: auto;
            margin-bottom: 20px;
        }

    }

    .employee-dashboard .employdash-panel .collapse-icon {
        top: 15px;
    }

    .employee-dashboard .employdash-panel .sidebarcontent-wholebox .sidebar {
        padding: 110px 5px 40px;
    }

    .employee-dashboard .employdash-panel .collapse-icon svg {
        height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .employee-dashboard .header-area .headerbox{
        background-color: $white;
        border-bottom: 1px solid #e6e6e6;
    }
    .wrap-header{
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .table-responsive{
        max-height: fit-content;
    }
    // hamburger menu
    .navbar-collapse {
        background-color: #fff;
        height: 100vh !important;
        left: -100%;
        width: 100%;
        padding: 100px 15px;
        position: absolute;
        top: 0;
        transition: all 0.3s ease-in-out;
        z-index: -1;
        overflow-y: scroll;
        &::-webkit-scrollbar{
            width: 0;
        }
    }

    .navbar-collapse.show {
       left: 0;
       transition: all 0.3s ease-in-out;
    }

    .header-area .navbar-collapse .navbar-nav .nav-link {
        margin: 5px 0px;
        width: 100%;

        &.active {
            color: white;
        }
        &:after{
            display: none;
        }
    }

    .navbar-nav {
        margin-bottom: 20px;
    }

    .header-area .signin-box .login {
        margin-left: 0px;
        margin-right: 20px;
    }
    .employee-dashboard{
        .sidebar-content{
            margin-left: 0;
        }
        &.active {
            .sidebar-content {
                width: 100%;
                margin-left: 0;
            }
        }
    }
    // .navbar-toggler .navbar-toggler-icon {
    //     width: 25px;
    //     height: 25px;
    //     object-fit: contain;
    // }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        &::before{
            transform: translateY(0) rotate(45deg);
            transition: all 0.5s ease-in-out;
            transition-delay: 0.2s;
        }
        &::after{
            box-shadow: 0 0px 0 #333;
            transform: translateY(0) rotate(-45deg);
            transition: all 0.5s ease-in-out;
            transition-delay: 0.2s;
        }
    }

    .navbar-toggler-icon {
        background-image: none;
        width: 100%;
        height: 10px;
        padding: 0 15px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        &::before{
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #333;
            transform: translateY(-8px);
            transition: 0.5s ease-in-out;
        }
        &::after{
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #333;
            transform: translateY(8px);
            transition: 0.5s ease-in-out;
            box-shadow: 0 -8px 0 #333;
        }
    }

    .navbar-toggler {
        border: none;
        box-shadow: none;
    }

    // .navbar-expand-lg .navbar-toggler {
    //     padding: 0px 6px;
    //     display: none;
    // }
    .employee-dashboard .employdash-panel .sidebarcontent-wholebox .sidebar {
        display: none;
    }
    .modal.show{
        .modal-xl {
            max-width:470px;
            .custom-row {
                .wrap{
                    display: block;
                 }
            }
        }
    }
    .employee-dashboard .navbar li a {
        height: auto;
        padding: 10px 10px;
        overflow: auto;
    }

    .getintouch-image {
        width: 100%;
        padding: 30px 20px;
    }

    // employee dashboard
    .employee-dashboard {
        .employdash-panel .row .col-lg-2 {
            display: none;
        }

        .employdash-panel .row .col-lg-10 {
            width: 100%;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .customtable tr th,
        .customtable tr td {
            padding: 16px 20px;
        }

        .employdash-panel {
            padding-top: 66px;
        }

        .mobile-menu {
            display: block;
            height: 680px;
            overflow: auto;
        }

        .header-area .navbar {
            border-bottom: none;
        }

        .navbar-nav {
            margin-bottom: 0px;
        }
    }
    .myaccount-btn {
        display: block;
        margin-right: 0px;

        .dropdown-toggle::after {
            position: relative;
            right: -4px;
            transform: scale(0.6);
        }

        .dropdown-toggle {
            padding: 0px;
            margin-right: 0px;
            background-color: transparent !important;
            &.show{
               &::after{
                transform: scale(0.6)rotate(180deg);
               } 
            }
        }

        .dropdown-toggle img:after {
            width: 28px !important;
        }

        .dropdown-toggle img {
            width: 30px !important;
            object-fit: contain;
        }
    }

    .navbar-brand {
        padding: 0px 0px;
    }

    .myaccount-login {
        display: none;
    }

    .dropdown .dropdown-menu {
        min-width: fit-content;
    }

    //11th April
    .employee-dashboard .sidebar-content .col-xl-3 {
        width: 50%;
    }

    // 24th April
    .employee-dashboard .employdash-panel .sidebarcontent-wholebox {
        display: block;
        flex-wrap: wrap;
    }

    .employee-dashboard .navbar-collapse .navbar-nav .nav-link:hover {
        &::after {
            display: none;
        }
    }
    .employee-dashboard .header-area .navbar .collapse-icon{
        display: none;
    }
    .employee-dashboard .header-area .navbar .collapse-icon.collapse-icon-mobile{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
        line-height: 50px;
    }

    h3 {
        font-size: 19px;
    }
    .modalbox h3{
        font-size: 18px;
    }
    h4 {
        font-size: 15px;
        line-height: 40px;
    }

    .space {
        padding: 30px 0px;
    }

    .hero-banner .banner-content p br {
        display: none;
    }

    .hero-banner.jobbanner>img {
        height: 755px;
    }

    .contactus-area .contactbox .bluebox .pattern.pattern1 {
        left: -10px;
    }

    .contactus-area .contactbox .bluebox .pattern2 {
        right: 0;
    }

    .whoweare-area .banner-content .termwhole-box {
        margin-bottom: 35px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box .logo-titlebox .clogo {
        width: 60px;
        height: 60px;
    }

    .hero-banner .filter-box .dropdown .search-btn .common-btn {
        width: 100% !important;
        height: 42px !important;
    }

    .common-btn {
        height: 42px !important;
    }

    .jobsforyou-area .jobview-box .joblisting-box .job-box .logo-titlebox .ctitle h5 {
        font-size: large;
        margin-bottom: 10px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box .logo-titlebox .ctitle h5 {
        font-size: 15px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box {
        padding: 15px 10px;
    }

    .jobsforyou-area .jobview-box .joblisting-box {
        padding: 20px 15px;
    }

    .searchjobs-area .label-resetbox .filter-labels li .labels {
        height: 35px;
        padding: 0px 6px;
        font-size: 13px;
    }

    .contactus-page .getintouch-area .contactus-area {
        padding: 0px 0px 60px;
    }

    .contactus-page .contactmain-box .contactus-box .content h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .contactus-page .contactmain-box .contactus-box .content a {
        font-size: 16px;
    }

    .contactus-page .contactmain-box .contactus-box .icon {
        margin-bottom: 30px;
    }

    .footer-area .second-part .link-box .nav-link .contactlink-box .icon {
        margin-right: 10px;
    }

    .viewfullpage-area .labels-box li .labels {
        font-size: 13px;
    }

    .viewfullpage-area .labels-box {
        margin-bottom: 10px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box,
    .similarjobs-area .slick-slider .slick-list .slick-track {
        margin: 0px 0px;
    }

    .viewfullpage-area {
        top: -20px;
    }

    .jobsforyou-area .jobview-box .tabmain-box {
        padding: 0px 15px 20px;
    }

    .jobsforyou-area .jobview-box .tabmain-box .job-tabs {
        display: flex;

        .nav-item {
            width: 50%;
        }
    }

    .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
        height: 85px;
        width: 85px;
        margin-bottom: 15px;
    }

    .viewfullpage-area .jobview-box {
        top: -50px;
    }

    .viewfullpage-area .searchjobs-banner {
        padding: 40px 0px;
    }

    .topspace {
        padding-top: 77px;
    }

    //    my account
    .myaccount-page .sidebar-content .header-title {
        padding: 15px 20px;

        h3 {
            font-size: 16px;
        }
    }

    .myaccount-page .sidebar-content .header-title .addbtn .common-btn {
        width: auto !important;
        height: 30px !important;
        padding: 0px 0px;
        font-size: 14px !important;
    }

    .mydashboard .row>.col-lg-3 {
        width: 50%;
    }

    .myaccount-page .sidebar-content .counter-box {
        width: 201px;
        padding: 10px 10px;
    }

    .title-text h3 {
        font-size: 22px;
    }

    .jobsapplied-box .row .col-lg-3 {
        width: auto !important;
    }

    .myaccount-page .jobsapplied-box .dropdown {
        position: absolute;
        top: -6px;
        right: 0px;
    }

    .myaccount-page .jobsapplied-box .dropdown .dropdown-toggle {
        width: 80px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box {
        padding: 20px 20px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .selected-btn {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 20px;
        display: flex;
        justify-content: flex-end;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box .jobtitle-box .company-logo {
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }

    .modalbox .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }

    .modalbox .modal-dialog .modal-content {
        padding: 34px 20px;
    }

    .modalbox .modal-dialog .modal-content form .input-wrapper {
        margin-top: 0px;
    }

    .myaccount-page .userupdate-box {
        flex-wrap: wrap;
        display: block;
        padding: 16px 15px;
    }

    .myaccount-page .sidebar li .nav-item {
        padding: 15px 20px;
    }

    .myaccount-page .sidebar li .nav-item::after {
        height: 100%;
    }

    // employee dashboard
    .employee-dashboard {
        .common-btn {
            font-size: 12px !important;
        }

        .paginationbox {
            justify-content: center;

            .paginationbox {
                flex-wrap: wrap;
                padding: 0px 15px 80px !important;
            }
        }

        .showingpages {
            display: none;
        }

        .paginationbox .itemsperpage {
            display: none;
        }

        .pagination-items .page-item .page-link {
            margin: 0px 4px;
        }

        .filterbox .input-wrapper .icontrol {
            min-width: auto;
            width: 100%;
        }

        .navbar-brand {
            padding: 0px 0px;
        }
    }

    .deletemodal .modal-content {
        width: 100%;
    }

    .viewfullpage-area .apply-box .daysview-box .labels {
        height: 37px;
    }

    .employee-dashboard .newjobsinner-page .action-btn {
        height: 37px;
    }

    .candidateprofile-page .jobview-box .joblisting-box .job-box .apply-box span .viewcv {
        height: 37px !important;
    }

    .modalbox .modal-dialog .modal-content .btn-close {
        transform: scale(0.8);
    }

    .admin-counter .card-box {
        padding: 25px 23px 23px 13px;
    }

    .admin-counter .card-box .card-content h2 {
        font-size: 30px;
    }

    .employee-dashboard .employdash-panel .sidebarcontent-wholebox .sidebar {
        width: 58px;
        padding: 20px 0px;
    }

    .employee-dashboard .employdash-panel .collapse-icon {
        display: none;
    }

    .employee-myaccount-page .myaccount .custom-row {
        display: block;
    }

    .employee-myaccount-page .myaccount .custom-row .myaccount-sidebar {
        max-width: 100%;
        margin-bottom: 20px;

        ul {
            margin: 0px;
        }
    }

    .employee-dashboard .sidebar-content .col-xl-3 {
        width: 100%;
    }

    .employee-myaccount-page .myaccount .bread-crumb ul li .nav-link {
        font-size: 16px;
        line-height: 2;
    }

    .employee-myaccount-page .myaccount .custom-row .myaccount-sidebar-content .page-content {
        padding: 30px 15px;
    }

    // .employee-dashboard .filterbox .createnew .common-btn {
    //     margin-left: 0px;
    // }
    .deleteimg svg{
        max-width: 80px;
    }
    .filterbox {
        .searcskills{
            &.myaccount-page{
                div{
                    width: 100%;
                }
                .searchstatus-box{
                    flex-direction: column;
                    row-gap: 20px;
                    align-items: flex-start;
                    .input-wrapper{
                        width: 100%;
                        .icontrol{
                            width: 100%;
                        }
                    }
                    .common-btn{
                        margin-left: 0 !important;
                    }
                    .dropdown {
                        .dropdown-toggle{
                            margin-left: 0;
                        }
                    }
                }
                .status-dropdown{
                    display: inline-block;
                    width: auto;
                }
            }
        }
    }
    .policy .ck.ck-editor{
        height: auto !important;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 22px;
        line-height: 40px;
    }

    h2 {
        font-size: 22px;
    }

    .whoweare-area .banner-content .termwhole-box .terms-box {
        display: flex;
    }

    .jobsforyou-area .jobview-box .joblisting-box .job-box {
        display: block;
    }
    .modal.show{
        .modal-xl {
            max-width:320px;
        }
    }
    .jobsforyou-area .jobview-box .joblisting-box {
        padding: 19px 10px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box {
        padding: 19px 10px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box .logo-titlebox .ctitle h5 {
        font-size: 15px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box .logo-titlebox .clogo {
        margin-right: 10px;
    }

    .contactus-area .contactbox .bluebox {
        height: auto;
        margin-bottom: 30px;
    }

    .contactus-area .contactbox .bluebox .directmain-box .direct-box {
        margin-bottom: 30px;
    }

    .contactus-area .contactbox .bluebox .directmain-box .direct-box span {
        font-size: 13px;
    }

    .contactus-area .contactbox .bluebox {
        padding: 20px 20px;
    }

    .common-btn {
        height: 40px !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

    .footer-area .footer-bottom {
        padding: 10px 0px;
    }

    .jobsforyou-area .jobview-box .tabmain-box {
        padding: 0px 10px;
    }

    .jobsforyou-area .jobview-box .tabmain-box .job-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .form-control::placeholder {
        font-size: 13px;
    }

    .contactus-area .contactbox .bluebox .pattern,
    .contactus-area .contactbox .bluebox .pattern2 {
        display: none;
    }

    .contactus-area .contactbox {
        padding: 31px 10px 20px;
    }

    .jobsforyou-area .jobview-box .tabmain-box .job-tabs {
        display: flex;
    }

    .jobsforyou-area .jobview-box .tabmain-box .job-tabs .nav-item {
        width: 50%;
    }

    .jobsforyou-area .jobview-box .tabmain-box .tab-content {
        height: auto;
    }

    .jobsforyou-area .joblistwhole-box,
    .jobsforyou-area .jobview-box {
        max-height: inherit;
    }

    .jobsforyou-area .jobview-box .tabmain-box {
        padding: 0px 10px 20px;
    }

    .searchjobs-area {
        padding: 114px 0px 60px;
    }

    .contactus-page .contactmain-box .contactus-box .content h5,
    .contactus-page .contactmain-box .contactus-box .content a {
        font-size: 15px;
    }

    .contactus-page .getintouch-area .contactbox {
        padding: 20px 10px;
    }

    .footer-area .first-part p {
        margin-bottom: 25px;
    }

    .footer-area .footer-top {
        padding: 40px 0px 20px;
    }

    .icontrol {
        height: 35px;
    }

    .footer-area .first-part .footer-logo {
        margin-bottom: 20px;
    }

    .footer-area .first-part .footer-logo svg {
        width: 200px;
    }

    .footer-area .partion {
        margin-bottom: 30px;
    }

    .jobsforyou-area .jobview-box .tabmain-box .tab-content .tab-pane p {
        font-size: 14px;
        line-height: 38px;
    }

    .footer-area .footer-bottom .copy-right p {
        font-size: 13px;
    }

    .contactus-page .contactmain-box .contactus-box .icon {
        width: 60px;
        height: 60px;
    }
    .add-edit-category .jobdes-btn {
        padding: 0px 15px 29px;
    }
    .contactus-page .contactmain-box .contactus-box {
        height: 250px;
    }

    .viewfullpage-area .jobview-box .joblisting-box .job-box .logo-titlebox .clogo {
        height: 65px;
        width: 65px;
        margin-bottom: 15px;
    }

    .viewfullpage-area .connect-social {
        position: absolute;
        top: 30px;
        right: 12px;
    }

    .similarjobs-area .slick-slider .slick-list .slick-track .similarjob-box .companymain-box {
        flex-wrap: wrap;
        display: block;

        .company-box {
            margin-bottom: 15px;
        }
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle {
        padding-right: 40px;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle>.keyword {
        width: 100%;
    }
    .header-area .navbar {
        padding: 10px 0px;
    }

    .topspace {
        padding-top: 65px;
    }

    .hero-banner .filter-box {
        margin-top: 30px;
    }

    .searchjobs-area .label-resetbox {
        margin: 20px 0px 20px;
    }

    .hero-banner .banner-contentbox {
        top: 385px;
    }

    .pagination-items .page-item .page-link {
        margin: 0px 8px;
    }

    .getintouch-image {
        padding: 30px 20px;
    }

    .getintouch-image::before,
    .getintouch-image::after {
        display: none;
    }

    .getintouch-image {
        padding: 10px 0px;
    }

    .contactus-page .getintouch-area .contact-form {
        top: 0px;
        margin-top: 30px;
    }

    .myaccount-login .dropdown .dropdown-toggle {
        width: 100%;
    }

    // my account
    .mydashboard .row>.col-lg-3,
    .myaccount-page .sidebar-content .counter-box {
        width: 100%;
    }
    .multi-space .multishare-box .action-btn{
        width: 30px !important;
        height: 30px !important;
    }
    .title-text h3 {
        font-size: 22px;
    }
    .employee-dashboard .filter-titlebox .title-text h3{
        font-size: 16px;
    }
    .modalbox .modal-dialog {
        max-width: 95%;
        margin: 20px auto;
    }

    .dropdown .dropdown-menu .dropdown-item {
        font-size: 15px;
    }

    .myaccount-page .viewdetail-box .table tr th,
    .myaccount-page .viewdetail-box .table tr td {
        min-width: 120px;
        padding: 16px 20px !important;
        font-size: 14px !important;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box {
        padding: 20px 15px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .viewdetails {
        padding: 15px 15px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .viewdetails a {
        font-size: 15px;
    }

    .myaccount-page .userupdate-box .content a {
        margin: 8px 0px;
        font-size: 14px;
    }

    // .modalbox .modal-dialog .modal-content .modal-header {
    //     padding-bottom: 0px;
    // }
    .myaccount-page .uploadcv .cvbox .cvicon {
        margin-bottom: 15px;

        svg {
            max-width: 35px;
        }
    }

    .myaccount-page .education .cvbox,
    .myaccount-page .uploadcv .cvbox {
        padding: 60px 10px;
    }

    .myaccount-page .userupdate-box .action {
        margin: 15px 0px;
    }

    .labels {
        height: auto;
        font-size: 12px;
        white-space: nowrap;
    }

    .myaccount-page .education .cvbox,
    .myaccount-page .uploadcv .cvbox {
        .cvcontent {
            h4 {
                font-size: 14px;
                line-height: 25px;
            }

            p {
                font-size: 14px;
            }
        }
    }
    .employee-myaccount-page .myaccount .bread-crumb ul li .nav-link{
        font-size: 14px;
    }
    .myaccount-page .sidebar-content .header-title .addbtn .common-btn {
        height: 35px !important;
    }

    .title-text h3 {
        font-size: 16px;
    }

    .modalbox .modal-dialog .modal-content {
        padding: 30px 20px;
    }

    .myaccount-page .sidebar-content .formbox {
        padding: 30px 15px;
    }

    .overview-content {
        margin-top: 10px;
    }

    .modalbox .reportjob .checklist {
        padding: 20px 0px;
        align-items: flex-start;
    }

    .modalbox .reportjob .checklist .checkbox .checked {
        width: 22px;
        height: 22px;
    }

    .modalbox .reportjob .checklist .checkbox {
        margin-right: 12px;
    }

    .modalbox h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .deletemodal .modal-content {
        height: auto;
        .modal-body{
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .header-area .admin-logo {
        max-width: 150px;
    }
    .wrap-header {
        column-gap: 10px;
    }
    .deletemodal .delete-box .content h4 {
        margin-bottom: 25px;
    }

    // employee dashboard css

    .employee-dashboard .filterbox .input-wrapper .icontrol {
        width: 250px;
    }

    .employee-dashboard .filterbox .common-btn {
        padding: 0px 12px !important;
    }

    .employee-dashboard .filterbox .filter {
        margin: 12px 15px 0 0;
    }

    .employee-dashboard .pagination {
        margin-top: 5px;
    }

    .pagination-items .page-item .page-link {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
    }

    // employee dashboard
    .employee-dashboard {
        .filterbox {
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        .createnew {
            margin-top: 0px;

            .common-btn {
                margin-left: 0px !important;
                margin-top: 16px;
            }
        }

        .filterbox .input-wrapper .icontrol {
            width: 100%;
        }

        .filter-titlebox {
            padding: 20px 15px;
            row-gap: 15px;
        }

        .showingpages {
            display: none;
        }

        .searcskills.myaccount-page {
            margin-bottom: 15px;
            width: 100%;
        }

        .filterbox .filter {
            margin: 0px 0px;
            margin-right: 10px;
        }

        .pagination-items .page-item .page-link {
            margin: 0px 2px;
        }

        .nav-links li a {
            font-size: 13px;
        }
    }
    .filterbox .searcskills.myaccount-page .status-dropdown{width: 100%;}
    .employee-dashboard .input-wrapper .icontrol {
        height: 40px;
    }

    .employee-dashboard .input-group-text {
        height: 40px;
        width: 40px;
    }

    .employee-dashboard .createnew-box .myaccount-page .input-wrapper .icontrol {
        padding: 12px 5px 12px 40px;
    }

    .employee-dashboard .createnew-box {
        padding: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
    }

    .employee-dashboard .nav-links li a {
        font-size: 14px;
    }

    .employee-dashboard .whitebox .title-text {
        padding: 15px;
    }

    .employee-dashboard .whitebox .title-text h3 {
        font-size: 16px;
    }

    .employee-dashboard .createnew-box .input-wrapper .icontrol {
        font-size: 14px;
        padding: 12px;
    }

    .jobsforyou-area .jobview-box .joblisting-box .job-box .logo-titlebox {
        flex-wrap: wrap;
    }

    .viewfullpage-area .apply-box .daysview-box {
        flex-wrap: wrap;
    }

    .employee-dashboard .viewfullpage-area .titlelabels-mainbox .ctitle {
        position: relative;
        top: 0px;
        left: 0;
    }

    .employee-dashboard .viewfullpage-area .apply-box .daysview-box .action-box {
        margin-top: 0px;
    }

    .employee-dashboard .jobsforyou-area .jobview-box .joblisting-box {
        padding: 19px 15px;
    }

    .candidateprofile-page .whitebox {
        padding: 27px 15px;
    }

    .candidateprofile-page .whitebox .greybox {
        padding: 16px 15px;
    }

    .viewfullpage-area .labels-box li .labels {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .employee-dashboard .newjobsinner-page .action-btn {
        padding: 0px;
        margin: 0px;
        margin-right: 10px;
    }

    .employee-dashboard .labels {
        width: 65px;
        font-size: 11px;
        height: auto;
    }

    .filterbox .input-wrapper .icontrol {
        min-width: auto;
    }

    .employee-dashboard .filterbox .input-wrapper .icontrol {
        min-width: auto;
    }

    .employee-dashboard .viewfullpage-area .apply-box .daysview-box {
        margin-bottom: 0px;
        margin: 10px 0px;
    }

    .employee-dashboard .newjobsinner-page .posted-stamp h6 {
        font-size: 13px;

        span {
            font-size: 13px;
        }
    }

    .navbar-brand svg {
        width: 160px;
    }

    .employee-dashboard .sidebar-content .col-xl-3 {
        width: 100%;
    }

    .employee-dashboard .searchstatus-box {
        flex-wrap: wrap;
    }

    .employee-dashboard .searchstatus-box .dropdown .dropdown-toggle {
        margin-left: 0px;
        margin-top: 16px;
        min-width: 100%;
    }

    input[type="search" i] {
        appearance: none;
    }

    p {
        font-size: 14px;
        line-height: 1;
    }

    .employee-dashboard .newjobsinner-page .tabmain-box .job-tabs .nav-item {
        width: 100%;

        .nav-link {
            width: 100%;
            font-size: 16px;
        }
    }

    .employee-dashboard .customtable tr td.action-data {
        min-width: 120px;
    }

    .multi-space .multishare-box .social-icons li span {
        margin: 0px 7px !important;
    }

    .employee-dashboard .header-area .headerbox {
        padding: 0px 16px;
    }


    .filterbox .searcskills.myaccount-page {
        display: block;
    }

    .filterbox .searcskills.myaccount-page {
        display: block;
    }
}

@media screen and (max-width: 340px) {
    h1 {
        font-size: 18px;
        line-height: 34px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 15px;
        line-height: 25px;
    }

    h4 {
        font-size: 12px;
        line-height: 25px;
    }

    .employee-dashboard .viewfullpage-area .apply-box .daysview-box .action-box {
        margin-top: 16px;
    }

    .contactus-area .contactbox {
        padding: 31px 10px 20px;
    }

    .common-btn {
        height: 35px !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

    .hero-banner .filter-box .dropdown .dropdown-toggle {
        font-size: 13px;
    }

    .hero-banner .banner-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .hero-banner .banner-content h2 {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .whoweare-area .banner-content .termwhole-box .terms-box span {
        font-size: 14px;
    }

    .hero-banner .banner-content p {
        margin: 0px 0px 20px;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box {
        display: block;
    }

    .jobsforyou-area .joblistwhole-box .joblisting-box .job-box .days {
        margin-top: 10px;
        text-align: end;
    }

    .contactus-area .form-group .submit {
        width: auto !important;
    }

    .hero-banner .banner-contentbox {
        top: 370px;
    }

    .contactus-area .contactbox .bluebox .directmain-box {
        margin-top: 43px;
    }

    .contactus-area .contactbox .bluebox .directmain-box .direct-box span.label {
        margin-bottom: 0px;
        font-weight: 500;
    }

    .footer-area .second-part .link-box .nav-link,
    .footer-area .second-part .link-box .nav-link .contactlink-box span,
    .footer-area .first-part p {
        font-size: 13px;
    }

    .footer-area .second-part .link-box .nav-link {
        margin-bottom: 10px;
    }

    .footer-area .second-part.partion h5 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .hero-banner.jobbanner>img {
        height: 690px;
    }

    .pagination-items .page-item .page-link {
        margin: 0px 3px;
    }

    // my account
    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box .jobtitle-box .position-text h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box .jobtitle-box .company-logo {
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }

    .myaccount-page .jobrecent-box .jobwhite-box .jobview-box p {
        line-height: 24px;
    }

    .myaccount-page h4 {
        font-size: 14px;
    }

    .myaccount-page .uploadcv .cvbox .cvcontent p {
        text-align: center;
        margin: 0px 0px 21px;
        font-size: 13px;
    }

    .myaccount-page .skills-dropdown .items,
    .myaccount-page .skillsbox {
        padding: 8px 15px;
        font-size: 13px;
        height: auto;
    }

    .viewfullpage-area .apply-box .daysview-box {
        align-items: baseline;
    }

    .employee-dashboard .sidebar-content {
        padding: 20px 15px 60px;
    }

    .employee-dashboard .header-area .headerbox {
        padding: 0px 15px;
    }

    .myaccount-btn {
        margin-right: 10px;
    }
}

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

    // my account
    .myaccount-page .jobsapplied-box .dropdown .dropdown-toggle {
        width: 63px;
        height: 32px;
        font-size: 13px;
    }

    .title-text h3 {
        font-size: 14px;
    }

    .myaccount-page .jobsapplied-box .dropdown {
        top: 0px;
    }
}
.createnew-box.heightbox .ck-editor .ck-editor__main .ck-content {
    height: 300px;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    box-shadow: none;
}
.ck.ck-editor__main>.ck-editor__editable{
    color: #000;
    p{
        color: #000;
    }
}
.ck-editor__main .ck-focused{
    border-color: #ccced1;
    box-shadow: none;
}
.whitebox {
    .tag-area {
        padding: 25px;
        display: flex;
        flex-wrap: wrap;
        .tag-item{
            font-family: "Inter";
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            letter-spacing: 0em;
            text-align: center;
            background-color: #814b99;
            color: white;
            padding: 0px 0px;
            width: fit-content;
            border: 1px solid #814b99;
            border-radius: 5px;
            transition: all 0.3s ease;
            padding: 8px 15px;
            position: relative;
            margin: 0 10px 15px 0px;

            .tag-icon {
                position: absolute;
                background: #000000;
                top: -10px;
                right: -10px;
                border-radius: 50%;
                margin: 0;
                cursor: pointer;
                width: 19px;
            }
        }
    }
}
.custom-width {
    max-width: 300px;
    white-space: pre-line;
    word-break: break-all;
}
.profile-image {
    position: relative;
    display: inline-block;
    img{
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    .selectimg {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.createnew-box .mb-3.input-wrapper.blog-tag {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    background: rgb(248, 248, 248);
    flex-wrap: wrap;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    gap: 12px 5px;
}
.createnew-box .mb-3.input-wrapper.blog-tag .tag-item{
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #814b99;
    color: white;
    padding: 0px 0px;
    width: fit-content;
    border: 1px solid #814b99;
    border-radius: 5px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    position: relative;
    margin: 0 10px 0px 0px;
    height: fit-content;
}
.createnew-box .mb-3.input-wrapper.blog-tag .tag-item .tag-icon{ 
    position: absolute;
    background: #000000;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.createnew-box .mb-3.input-wrapper.blog-tag .mb-3.input-wrapper {
    margin-bottom: 0px !important;
}

.sidebar-content.viewjob-opening {
    .whitebox{
        .createnew-box{
            .row.titlebox{
                .titlebar{
                    display: flex;
                    p.jobtitle {
                        font-size: 25px;
                        font-weight: 600;
                    }
                    p.shifttype {
                        font-size: 18px;
                        font-weight: 500;
                        background: rgba(166, 0, 192, 0.19);
                        padding: 2px 10px;
                        border-radius: 45px;
                        margin-left: 25px;
                    }
                }
                .title_details{
                    .tag-area{
                        justify-content: space-between;
                        .item{
                            span{
                                color: #000000;
                            }
                        }
                    }
                }
            }
        }
    }
}

.whitebox{
    .dec{
        div{
            ul{
                font-family: "Inter";
                font-size: 18px;
                font-weight: 500;
                line-height: 15px;
                text-align: left;
                color: #666666;
                margin: 0px 0px;
                li{
                    padding: 5px 0px;
                }
            }
        }
    }
}

.faq-bottom-margin.input-wrapper {
    margin-bottom: 0px !important;
}

.fade.modalbox.view.testimonial-modal.modal.show .modal-dialog .modal-content {
    max-height: inherit !important;
}

.employee-dashboard {
    .client-partner-box{
        .customtable {
            td {
                img{
                    max-width: 150px;
                    width: auto;
                    height: auto;
                    max-height: 400px;
                    border-radius: 0;
                    border: none;
                }
            }
        }
    }
}
