// Nirav
// .infosec-web {
// welcome page
.auth-header {
    border-bottom: 1px solid #d2d2d2;
}
.forgot-password.auth-page {
    padding: 200px 0px !important;
}
.reset-pwd.auth-center.auth-wrapper {
    max-width: 100% !important;
}
.login.auth-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.auth-wrapper {
    background-color: $white;
    box-shadow: 7px 31px 81px 0px #00000014;
    border-radius: 14px;
    padding: 40px;
    max-width: 600px;
    margin: auto !important;
    min-height: 380px;
    .form-title{
        margin-bottom: 30px;
    }
    .row {
        display: flex;
        justify-content: space-between;
        // align-items: flex-start;

        .auth-image {
            min-height: 600px;
            background: #f8f8f8;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 50%;
        }
        .comman-form-col {
            margin-left: 37px;
            max-height: 710px;
            overflow: auto;
            overflow-x: hidden;
            &::-webkit-scrollbar {
                width: 0;
                height: 0;
            }
            .form-title {
                margin-bottom: 20px;
                h2 {
                    font-size: 30px;
                    line-height: 36px;
                    color: $black;
                }
                p {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 32px;
                    color: #666666;
                }
            }
            form {
                .input-wrapper {
                    position: relative;
                    margin-bottom: 22px !important;
                    .label-name {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 26px;
                        color: #666666;
                        position: relative;
                    }
                }
                .input-text {
                    font-size: 16px;
                    font-weight: 500;
                    color: $black;
                    height: 50px;
                    resize: none;
                    padding: 0px 10px;
                    &:focus,
                    &:active {
                        box-shadow: none;
                        background-color: #f8f8f8;
                    }
                    &:-webkit-autofill,
                    &:-webkit-autofill:hover,
                    &:-webkit-autofill:focus,
                    &:-webkit-autofill:active {
                        -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
                    }
                }

                .pwd-input {
                    position: relative;
                }
                .forgot-btn {
                    text-decoration: none;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                    color: $black;
                    cursor: pointer;
                    &:hover {
                        color: #666666;
                    }
                }
                .comman-auth-btn {
                    width: 100% !important;
                    height: 50px !important ;
                    &:active {
                        background-color: #814b99;
                        border: #814b99;
                    }
                }
                .btn:disabled {
                    background-color: #814b99;
                    border: #814b99;
                    opacity: 0.6;
                    &:hover {
                        color: $white;
                    }
                }
                .input-group-text {
                    display: flex;
                    align-items: center;
                    padding: 0 20px;
                    background-color: #f8f8f8;
                    border: none;
                    cursor: pointer;
                    border: 1px solid #f5f5f5;
                    border-left: none;
                    z-index: 5;
                }
            }
        }
        .or-divider {
            position: relative;
            padding: 15px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            hr {
                width: 100%;
            }
            span {
                position: absolute;
                background: white;
                padding: 0 15px;
                color: #666666;
            }
        }
        .login-with-google {
            .google-btn {
                width: 100%;
                background: #f9f9f9;
                border: 1px solid #ededed;
                border-radius: 5px;
                height: 50px;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: $black;

                &:hover {
                    background-color: $primary;
                    color: $white;
                    border: $primary;
                }
                span {
                    margin-left: 14px;
                }
            }
        }
        .joinus-box {
            background: #f9f9f9;
            border: 1px solid #f2f4f5;
            border-radius: 5px;
            padding: 24px 10px 27px;
            text-align: center;
            width: 100%;
            margin-top: 24px;
            h4 {
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                text-align: center;
                color: $black;
            }
            p {
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                color: #666666;
                text-align: center;
                margin: 11px 0 27px;
            }
            .joinus-btn {
                width: 266px !important;
                height: 50px !important;
                background: rgba(0, 42, 58, 0.1);
                border-radius: 5px;
                border: none;
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                margin-top: 24px !important;
                color: $primary;
                &:hover {
                    background-color: $primary;
                    color: $white;
                }
            }
        }
    }
}
// Forgot Password page
.auth-center {
    .previous-page-icon {
        width: 130px;
        text-align: left;
        span {
            font-weight: 400;
            display: flex;
            align-items: center;
            cursor: pointer;
            &:hover {
                color: #666666;
            }
            .back-icon {
                margin-right: 15px;
            }
        }
    }
    .for-mobile-back-btn {
        display: none;
    }
    .row {
        .form-wrapper {
            display: flex;
            flex-direction: column;

            .center-form {
                max-width: 380px;
                margin: 26px auto 0;
                .form-title {
                    h2 {
                        text-align: center;
                    }
                    p {
                        margin-top: 13px;
                        text-align: center;
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
                .reset-btn {
                    margin-top: 26px;
                }
            }
        }
    }
}
//Reset password page css
.reset-password {
    .reset-pwd {
        padding: 0;
        height: 770px;
        .reset-page-header {
            padding: 20px 0px 10px 30px !important;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border-bottom: 1px solid #dcdcdc;
        }
        .reset-form {
            margin: 43px auto 26px !important;
            .reset-pwd-btn {
                margin-top: 15px;
            }
        }
        .reset-pwd-form {
            form {
                margin-top: 30px;
                .input-wrapper {
                    margin-bottom: 25px;
                }
            }
        }
    }
}
// Create new account page css
.auth-wrapper {
    .row {
        .create-account-form {
            .form-title {
                margin: 28px 0 34px;
            }
            form {
                .privacy-text {
                    display: flex;
                    align-items: flex-start;
                    margin: 28px 0 25px;
                    p {
                        font-size: 13px;
                        line-height: 20px;
                        color: #444444;
                        font-weight: 400;
                        span {
                            font-size: 13px;
                            line-height: 20px;
                            color: #0878ff;
                            text-decoration: underline;
                            font-weight: 500;
                        }
                    }
                }

                .joinus-box {
                    padding: 29px 15px 36px;
                    h4 {
                        font-size: 18px;
                    }
                }
            }
        }
    }
}
// company-profile page css
.auth-wrapper {
    .row {
        .company-details-form {
            .form-title {
                margin-bottom: 10px;
            }
            form {
                .cd-submit-btn {
                    margin-top: 30px;
                }
            }
        }
    }
}
//  verification form page css
.auth-wrapper {
    .row {
        .form-wrapper {
            .verification-form {
                max-width: 560px;
                .form-title {
                    p {
                        margin-top: 18px;
                        b {
                            font-weight: 700;
                            color: #666666;
                        }
                    }
                }
                form {
                    max-width: 400px;
                    margin: 0 auto;

                    .input-wrapper {
                        margin-top: 49px;
                        margin-bottom: 32px;
                        .label-name {
                            margin-bottom: 30px;
                        }
                        .otp-wrapper {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 20px;
                        }
                        .input-text {
                            max-width: 50px;
                            display: inline-block;
                            // margin-right: 20px;
                            font-size: 22px;
                            -webkit-appearance: none;
                            appearance: none;
                            text-align: center;
                            &:last-child {
                                margin-right: 0;
                            }
                            &::-webkit-outer-spin-button,
                            &::-webkit-inner-spin-button {
                                -webkit-appearance: none;
                                margin: 0;
                            }
                        }
                    }
                    .resend-otp {
                        color: #458cf8;
                        font-size: 14px;
                        font-weight: 400;
                        text-decoration: underline;
                        line-height: 17px;
                        margin-top: 22px;
                        cursor: pointer;
                    }
                }
            }
        }
    }
}
// Number verification page css
.auth-wrapper {
    .row {
        .number-verification-form {
            .verification-form {
                form {
                    .wrong-num {
                        color: #666666;
                        font-size: 14px;
                        font-weight: 400;
                        text-decoration: underline;
                        line-height: 17px;
                        margin-top: 22px;
                        cursor: pointer;
                    }
                }
            }
        }
    }
}
//  complete profile page

.auth-wrapper {
    .row {
        .complete-profile-form {
            max-height: 850px;
            overflow: auto;
            overflow-x: hidden;

            .form-title {
                margin-top: 30px;
            }
            position: relative;
            .skip-box {
                position: absolute;
                top: 0px;
                right: 0px;
                background: #f8f8f8;
                border-radius: 0px 0px 0px 22px;
                display: flex;
                align-items: center;
                padding: 16px 25px 18px 22px;
                p {
                    font-size: 16px;
                    line-height: 26px;
                }
                span {
                    text-decoration: underline;
                    margin-left: 5px;
                    cursor: pointer;
                    &:hover {
                        color: #666666;
                    }
                }
            }
            .user-profile-form {
                .row {
                    .input-wrapper {
                        position: relative;
                        margin-top: 23px;

                        &:first-child {
                            margin-top: 17px;
                        }
                        .down-arrow {
                            z-index: 10;
                            position: absolute;
                            right: 22px;
                            top: 55px;
                        }
                        .form-select {
                            cursor: pointer;
                        }
                        .text-area {
                            resize: none;
                            &::placeholder {
                                color: rgba(0, 0, 0, 0.6);
                                font-size: 14px;
                            }
                        }
                    }
                }
                .work-title {
                    margin: 56px 0 28px;
                    h3 {
                        font-size: 16px;
                        line-height: 26px;
                    }
                }
                .experience-box {
                    display: flex;
                    align-items: center;
                    background: #f1f4f1;
                    padding: 18px 25px 21px;
                    border-radius: 34px 0px;
                    gap: 20px;
                    position: relative;
                    cursor: pointer;
                    &.active {
                        border: 1px solid #814b99;
                        .check-icon {
                            display: block;
                            position: absolute;
                            right: -12px;
                            top: -12px;
                        }
                    }
                    .text {
                        border-left: 1px solid #dadada;
                        padding-left: 22px;
                        h5 {
                            font-size: 16px;
                            line-height: 26px;
                            color: #000000;
                            font-weight: 600;
                        }
                        p {
                            font-size: 14px;
                            line-height: 19px;
                            margin-top: 3px;
                        }
                    }
                    .check-icon {
                        display: none;
                    }
                }
                .internship {
                    margin-top: 24px;
                }
                .upload-cv {
                    margin: 54px 0 0;
                    h5 {
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 600;
                        margin-bottom: 9px;
                    }
                    .input-file {
                        margin-top: 30px;
                        border: 1px solid rgba(0, 42, 58, 0.18);
                        border-radius: 5px;
                        padding: 7px 8px;
                        display: flex;
                        align-items: center;
                        column-gap: 13px;
                        cursor: pointer;
                        .upload-btn {
                            width: 186px;
                            height: 40px;
                            background: rgba(0, 42, 58, 0.05);
                            border-radius: 5px;
                            color: #814b99;
                            border: none;
                            display: flex;
                            padding: 0 0 0 20px;
                            align-items: center;
                            span {
                                font-size: 16px;
                                margin-left: 9px;
                            }
                        }
                        p {
                            font-size: 14px;
                            font-weight: 400;
                        }
                    }
                }
                .comman-content {
                    margin: 53px 0 0;
                    h5 {
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 600;
                        margin-bottom: 11px;
                    }
                    .box {
                        background-color: #f8f8f8;
                        border-radius: 5px;
                        height: 266px;
                        display: flex;
                        justify-content: center;
                        .content {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: column;
                            h6 {
                                font-size: 14px;
                                line-height: 20px;
                                color: #000000;
                                font-weight: 500;
                                margin-top: 18px;
                            }
                            p {
                                font-size: 14px;
                                line-height: 20px;
                                margin: 5px 0 18px;
                            }
                            .add-button {
                                background: rgba(0, 42, 58, 0.1);
                                border-radius: 5px;
                                font-size: 14px;
                                line-height: 20px;
                                color: #814b99;
                                border: none;
                                width: 265px;
                                height: 40px;
                                font-weight: 500;
                                &:hover {
                                    background-color: #814b99;
                                    color: #ffffff;
                                }
                            }
                        }
                    }
                }
                .skills {
                    margin-top: 22px;
                    .input-group {
                        margin-bottom: 20px;
                        .icontrol {
                            padding: 0;
                        }
                        .input-group-text {
                            padding: 0 14px 0 20px;
                        }
                        .form-control {
                            &::placeholder {
                                color: rgba(0, 0, 0, 0.6);
                                font-size: 16px;
                            }
                        }
                    }
                    .skills-box {
                        height: 182px;
                    }
                }
                .profile-submit-btn {
                    width: 137px !important;
                    margin-top: 40px;
                }
            }
        }

        ::-webkit-scrollbar {
            width: 5px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        ::-webkit-scrollbar-thumb {
            background: #eaeaea;
        }
    }
}

// privacy policy page
.comman-policy-page {
    padding-top: 60px;
    .page-title {
        background-color: #f1f4f1;
        min-height: 240px;
        h2 {
            font-size: 36px;
            line-height: 44px;
            text-align: center;
            padding: 65px 0 50px;
        }
    }
    .comman-condition {
        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;
        padding: 50px 90px 50px 50px;
        position: relative;
        top: -75px;
        .policy {
            margin-top: 30px;
            h3 {
                font-size: 22px;
                font-weight: 500;
            }
            p {
                font-size: 16px;
                line-height: 26.5px;
                font-weight: 500;
                margin-top: 20px;
            }
            &:nth-child(1) {
                margin-top: 0;
            }
        }
    }
}
// about page css
.aboutus-page {
    .page-title {
        background: #f1f4f1;
        padding: 140px 0 58px;
        h1 {
            font-size: 36px;
            line-height: 44px;
            text-align: center;
        }
    }
    .aboutus {
        .introduce {
            margin: 138px 0 140px;
        }
        .our-mission {
            background-color: #f9f9f9;
            padding: 90px 0 100px;
            overflow-x: hidden;
            .our-mission-image {
                position: relative;
                display: inline-block;
                img {
                    z-index: 2;
                    position: relative;
                }
                &:before {
                    position: absolute;
                    content: "";
                    background-image: url("../images/dotted-design.svg");
                    top: -45px;
                    right: -30px;
                    width: 190px;
                    height: 190px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    z-index: 0;
                }
            }
            .our-mission-col {
                position: relative;
                display: flex;
                justify-content: center;
                .hired-candidates {
                    position: absolute;
                    background: #ffffff;
                    box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.05);
                    border-radius: 5px;
                    padding: 20px 30px;
                    max-width: 200px;
                    bottom: 40px;
                    z-index: 10;
                    left: -100px;
                    p {
                        color: #000000;
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 600;
                    }
                    ul {
                        display: flex;
                        margin-top: 7px;
                        li {
                            position: relative;

                            &:nth-child(1) {
                                left: 0px;
                            }
                            &:nth-child(2) {
                                left: -6px;
                            }
                            &:nth-child(3) {
                                left: -12px;
                            }
                            &:nth-child(4) {
                                left: -18px;
                            }
                            &:nth-child(5) {
                                left: -24px;
                            }
                        }
                    }
                }
            }
            .aboutus-content {
                max-width: 93%;
            }
        }
        .col-lg-6 {
            img {
                max-width: 100%;
            }
        }
        .aboutus-image-col {
            display: flex;
            justify-content: center;
            .about-image {
                position: relative;
                display: inline-block;
                &:before {
                    position: absolute;
                    content: "";
                    background-image: url("../images/dotted-design.svg");
                    top: -35px;
                    left: -36px;
                    width: 190px;
                    height: 190px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    z-index: -1;
                }
            }
        }

        .aboutus-content {
            span {
                font-size: 18px;
                font-weight: 500;
                line-height: 73px;
                color: #949494;
            }
            h3 {
                color: $primary;
                line-height: 55px;
            }
            p {
                font-size: 16px;
                line-height: 26.5px;
                letter-spacing: 0.5px;
                color: #000000;
                margin-top: 20px;
            }
        }
        .our-workflow {
            margin: 156px 0 168px;
            .title {
                text-align: center;
                span {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 73px;
                    color: #949494;
                }
                h2 {
                    font-size: 30px;
                    line-height: 37px;
                    font-weight: 700;
                }
            }
            .our-workflow-content {
                margin-top: 82px;
                .row {
                    .col-lg-4 {
                        .content {
                            max-width: 386px;
                            margin: 0 auto;
                            text-align: center;
                            margin-top: 36px;
                            h3 {
                                font-size: 20px;
                                line-height: 24px;
                                font-weight: 700;
                            }
                            p {
                                font-size: 18px;
                                line-height: 29px;
                                font-weight: 500;
                                color: #a3a3a3;
                                margin-top: 18px;
                                text-align: center;
                            }
                        }
                    }
                }
            }
        }
        .search-job {
            margin-bottom: 150px;
            .search-job-box {
                background-image: url("../images/search-job-bg.png");
                background-size: cover;
                min-height: 300px;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                position: relative;
                h4 {
                    color: $white;
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: 700;
                    margin-bottom: 35px;
                }
                .search-job-btn {
                    border: 1px solid $white;
                    min-width: 146px;
                    &:hover {
                        background: $white;
                        border-radius: 5px;
                    }
                }
            }
        }
    }
}
// }
// page-not-found 404  css
.page-not-found {
    padding-top: 150px !important;
    padding-bottom: 150px;
    .error-404 {
        .error-content {
            h1 {
                color: #3d4852;
                font-size: 190px;
                font-weight: 900;
                letter-spacing: 15px;
                line-height: 190px;
            }
            p {
                text-align: center;
                font-size: 34px;
                font-weight: 600;
                margin: 20px 0 40px;
                color: #3d4852;
            }
            .pagenot-found-btn {
                margin: 0 auto;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 230px;
                // text-transform: uppercase;
                letter-spacing: 0.5px;
                &:active {
                    background-color: $primary;
                    border: $primary;
                }
            }
        }
    }
}
// server page error
.server-error-page {
    padding-top: 150px !important;
    padding-bottom: 150px;
    .server-work {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        .server-image {
            img {
                max-width: 100%;
            }
        }
        .server-content {
            margin: 40px 0 20px;

            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            p {
                font-size: 30px;
                font-weight: 600;
                color: #3d4852;
                text-align: center;
                margin-bottom: 50px;
                max-width: 300px;
                line-height: 40px;
                span {
                    font-size: 30px;
                    font-weight: 800;
                }
            }
            .try-again-btn {
                margin: 0 auto;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 200px;
                &:active {
                    background-color: $primary;
                    border: $primary;
                }
            }
        }
    }
}
// modal popup
.modal-dialog {
    .modal-content {
        padding: 34px 50px 40px;
        .modal-body {
            padding: 0;
        }
        .modal-header {
            padding: 0;
            padding-bottom: 26px;
            .close-btn {
                cursor: pointer;
            }
        }
        form {
            .input-wrapper {
                position: relative;
                margin-top: 33px;
                .down-arrow {
                    z-index: 10;
                    position: absolute;
                    right: 22px;
                    top: 45px;
                }
                .hidden-lable {
                    visibility: hidden;
                }
            }
            .model-btn {
                width: 137px;
                height: 50px;
                background-color: $primary;
                border: 1px solid $primary;
                &:hover {
                    background-color: transparent;
                    color: $primary;
                }
            }
            .modal-footer {
                border: none;
                padding: 0;
                margin-top: 30px;
            }
        }
        .choose-date {
            display: flex;

            .select-option:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-right: none;
            }

            .select-option:nth-child(3) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-left: none;
                position: relative;
            }

            .down-arrow1 {
                right: 110px !important;
            }
            .down-arrow2 {
                right: 15px !important;
            }
        }
    }
}
// congratulation modal
.congratulation-modal {
    .modal-content {
        width: 596px !important;
        .modal-body {
            padding: 65px 0 45px;
            .modal-image {
                text-align: center;
            }
            .content {
                text-align: center;
                margin-top: 50px;
                h3 {
                    font-size: 34px;
                    line-height: 22px;
                    font-weight: 700;
                    text-align: center;
                    margin-bottom: 25px;
                }
                p {
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 500;
                    color: #666666;

                    margin-bottom: 30px;
                    text-align: center;
                }
                .continue-btn {
                    text-align: center;
                    .right-arrow {
                        margin-left: 8px;
                    }
                    &:active {
                        background-color: $primary;
                        border: $primary;
                    }
                }
            }
        }
    }
}

// -------------------------------- Employee css ----------------------------------------

// employee header css
.employee-dashboard {
    .header-area {
        .navbar {
            padding:0px;
        }
        .header-dropdown {
            .dropdown-toggle {
                width: 100%;
                background: rgba(0, 42, 58, 0.05) !important;
                color: #000000;
                padding: 0px 9px;
                justify-content: flex-start;
                position: relative;
                .logo {
                    border-radius: 5px;
                    width: 34px;
                    height: 34px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-right: 9px;
                    .drop-logo {
                        width: 22px;
                        height: 14px;
                    }
                }
                .user-name {
                    display: block;
                    padding-right: 18px;
                }
            }
            .dropdown-menu {
                background: #ffffff;
                box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
                border-radius: 5px;
                border: transparent;
                margin-top: 0px;
                min-width: 100%;
                a {
                    padding: 13px 15px;
                }
                a:nth-child(1) {
                    border-radius: 5px 5px 0 0;
                }
                a:nth-child(2) {
                    border-radius: 0 0 5px 5px;
                }
            }

            .dropdown-toggle{
                &::after {
                    content: '';
                    position: absolute;
                    background: url(../images/small-down-arrow.svg) no-repeat center;
                    background-size: contain;
                    background-position: center;
                    width: 7px;
                    height: 4px;
                    position: absolute;
                    right: 13px;
                    top: 50%;
                    transform: translate(0, -50%);
                }
                &.show{
                    &::after{
                        transform: translate(0, -50%) rotate(180deg);
                    } 
                }
            }
        }
    }
}
// My account page css
.table-responsive {
    max-height: calc(100vh - 310px);
    table{
        margin: 0;
    }
}
.employee-myaccount-page {
    // edit profile page css
    .myaccount {
        .bread-crumb {
            background: #ffffff;
            box-shadow: 7px 5px 81px rgb(0 0 0 / 2%);
            border-radius: 5px;
            padding: 22px 30px;
            margin-bottom: 20px;
            ul {
                display: flex;
                margin-bottom: 0px;
                li {
                    .nav-link {
                        color: #666666;
                        font-size: 16px;
                        line-height: 20px;
                        font-weight: 500;
                        position: relative;
                        &::after {
                            content: ">";
                            margin: 0 5px;
                        }
                    }
                    .active{
                        pointer-events: none;
                    }
                    &:last-child .nav-link {
                        color: #000000;
                    }
                    &:last-child .nav-link::after {
                        content: "";
                    }
                }
            }
        }
        .custom-row {
            display: flex;
            gap: 20px;
            .myaccount-sidebar {
                width: 100%;
                max-width: 300px;
                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;
                ul {
                    li {
                        .nav-link {
                            background-color: transparent;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 19px;
                            color: #000000;
                            display: block;
                            padding: 20px 30px;
                            position: relative;
                            display: block;
                            transition: all 0.3s ease;
                            &:hover {
                                background: rgba(0, 42, 58, 0.05);
                            }
                            &::after {
                                content: "";
                                border: 1px solid transparent;
                                background-color: transparent;
                                border-radius: 0px 10px 10px 0px;
                                height: 60px;
                                left: 0px;
                                position: absolute;
                                top: 50%;
                                transform: translateY(-50%);
                                width: 4px;
                                transition: all 0.3s ease;
                            }
                        }
                        .nav-link.active {
                            background: #814b99;
                            color: #fff;
                        }
                        .nav-link:hover:after,
                        .nav-link.active::after {
                            background: #fff;
                        }
                    }
                }
            }
            .myaccount-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: 815px;  
                width: 100%;
                .title-text {
                    padding: 25px;
                    border: 1px solid rgba(176, 176, 176, 0.2);
                    h3 {
                        font-size: 20px;
                        line-height: 24px;
                        font-weight: 600;
                        color: #000000;
                    }
                }
                .page-content {
                    padding: 25px 30px;
                    form {
                        .form-row {
                            display: flex;
                            gap: 25px;
                            padding-top: 20px;
                            width: 90%;
                            .input-wrapper {
                                width: 100%;
                                position: relative;
                                .lcontrol {
                                    margin-bottom: 6px;
                                }

                                .icontrol {
                                    border-radius: 5px !important;
                                    background-color: #f8f8f8;
                                    padding-left: 12px;
                                    &:-webkit-autofill,
                                    &:-webkit-autofill:hover,
                                    &:-webkit-autofill:focus,
                                    &:-webkit-autofill:active {
                                        -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
                                    }
                                }
                                .form-select {
                                    &:focus {
                                        background-image: url(../images/down-arrow.svg);
                                        background-repeat: no-repeat;
                                        background-position: right 14px center;
                                        background-size: 12px 13px;
                                    }
                                }
                                .input-group {
                                    .input-group-text {
                                        z-index: 10;
                                        border-radius: 0 5px 5px 0;
                                        right: 0;
                                        left: unset;
                                    }
                                }
                            }
                            &:nth-child(1) {
                                padding-top: 0;
                            }
                        }
                        .save-btn {
                            width: 80px;
                            height: auto;
                            padding: 10px;
                            margin-top: 20px;
                            &:active {
                                background-color: #814b99;
                                border: 1px solid #814b99;
                            }
                        }
                        .profile-image {
                            position: relative;
                            display: inline-block;
                            img {
                                border-radius: 50%;
                                object-fit: cover;
                                object-position: center;
                            }
                            .selectimg {
                                position: absolute;
                                top: 0;
                                right: 0;
                                cursor: pointer;
                                svg{
                                    rect{
                                       fill:$primary ;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    // compnay profile css
    .company-profile-content {
        form {
            .company-image {
                background-color: #ddf1fb;
                width: 75px;
                height: 75px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 8px;
                position: relative;
                margin: 10px 0;
                img {
                    max-width: 100%;
                }
                .edit-icon {
                    position: absolute;
                    top: -8px;
                    right: -8px;
                    cursor: pointer;
                }
            }
            .industry-row {
                .input-wrapper:nth-child(1) {
                    width: 49% !important;
                }
            }
            .input-wrapper {
                .text-area {
                    resize: none;
                }
            }
        }
    }

    // change password page css
    .change-password-page {
        .myaccount-sidebar-content {
            .page-content {
                form {
                    .input-wrapper {
                        .form-control {
                            position: relative;
                        }
                    }
                }
            }
        }
    }
    .policy-page {
        .page-content {
            .policy {
                margin-top: 30px;
                h4 {
                    line-height: 35px;
                    color: #000000;
                }
                p {
                    font-size: 16px;
                    font-weight: 400;
                }
                &:first-child {
                    margin: 0;
                }
            }
        }
    }
}
// empolyee footer
.emp-footer {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    .emp-footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 29px 10px 51px;

        .copyright-text {
            p {
                font-size: 14px;
                color: #666666;
                font-weight: 400;
                line-height: 30px;
            }
        }
        .terms-links {
            ul {
                display: flex;
                justify-content: space-between;
                align-items: center;
                column-gap: 50px;
                li {
                    span {
                        font-size: 14px;
                        line-height: 17px;
                        font-weight: 400;
                        color: #666666;
                        text-decoration: underline;
                        cursor: pointer;
                        &:hover {
                            color: #814b99;
                        }
                    }
                }
            }
        }
    }
}
// employee dashboard css
.employee-dashboard {
    .sidebar-content {
        .dashboard-content {
            display: flex;

            justify-content: space-between;
            margin-bottom: 30px;
            gap: 30px;
            .dashboard-boxs {
                display: flex;
                gap: 30px;
                width: 35%;
                flex-wrap: wrap;
                .card-box {
                    background: #ffffff;
                    box-shadow: 7px 30px 81px rgba(0, 0, 0, 0.02);
                    border-radius: 5px;
                    max-width: 220px;
                    padding: 25px 30px 23px 25px;
                    position: relative;
                    overflow: hidden;
                    .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;
                        }
                        h3 {
                            font-size: 16px;
                        }
                    }
                    .card-content {
                        margin-top: 40px;
                        h2 {
                            line-height: 35px;
                        }
                        p {
                            margin-top: 22px;
                            font-size: 14px;
                            line-height: 20px;
                            font-weight: 400;
                        }
                    }
                    .bottom-round-shape {
                        width: 140px;
                        height: 130px;
                        background: rgba(113, 59, 219, 0.04);
                        border-top-left-radius: 50%;
                        position: absolute;
                        right: -64px;
                        bottom: -55px;
                    }
                    &:nth-child(2) {
                        .card-image {
                            background: #eef9ff;
                        }
                        .bottom-round-shape {
                            background: rgba(73, 184, 255, 0.05);
                        }
                    }
                    &:nth-child(3) {
                        .card-image {
                            background: #fef3ef;
                        }
                        .bottom-round-shape {
                            background: rgba(255, 140, 86, 0.04);
                        }
                    }
                    &:nth-child(4) {
                        .card-image {
                            background: #ffeff2;
                        }
                        .bottom-round-shape {
                            background: rgba(252, 82, 131, 0.04);
                        }
                    }
                }
            }

            .job-status-box {
                background: #ffffff;
                box-shadow: 7px 5px 81px rgba(0, 0, 0, 0.02);
                border-radius: 5px;
                width: 65%;
                padding: 36px 30px 40px 41px;
                .title-text {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    .week-dropdown {
                        width: 117px;
                        height: 35px;
                        background: #f8f8f8;
                        border: 1px solid #ebebeb;
                        border-radius: 5px;
                        .dropdown-toggle {
                            height: 30px;
                        }
                        .dropdown-toggle::after {
                            content: url(../images/small-down-arrow.svg);
                            position: absolute;
                            right: 12px;
                            top: 0;
                        }
                        .dropdown-menu {
                            transform: translate(-42px, 32px) !important;
                        }
                    }
                }
                .job-status-content {
                    display: flex;
                    align-items: center;
                    // flex-wrap: wrap;
                    column-gap: 30px;
                    margin-top: 40px;
                    .chart-content {
                        background: #fcfcfc;
                        padding: 50px;
                        max-width: 452px;
                        width: 100%;
                        ul {
                            max-width: 300px;
                            li {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                                position: relative;
                                padding-left: 25px;
                                margin-top: 25px;
                                &::before {
                                    content: "";
                                    width: 13px;
                                    height: 13px;
                                    position: absolute;
                                    left: 0;
                                    background-color: #0fab7c;
                                    border-radius: 50%;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                }
                                &:nth-child(2) {
                                    &::before {
                                        background-color: #5357dd;
                                    }
                                }
                                &:nth-child(3) {
                                    &::before {
                                        background: #ed4e6c;
                                    }
                                }
                                &:nth-child(4) {
                                    &::before {
                                        background: #fd7f51;
                                    }
                                }
                                &:nth-child(5) {
                                    &::before {
                                        background: #7f2574;
                                    }
                                }
                                p {
                                    font-size: 16px;
                                    line-height: 19px;
                                }
                                b {
                                    font-size: 16px;
                                    font-weight: 700;
                                    line-height: 19px;
                                }
                                &:first-child {
                                    margin-top: 0;
                                }
                            }
                        }
                    }
                    .chart {
                        position: relative;
                        .chart-inside-text {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            width: 157px;
                            height: 157px;
                            border: 1px solid #f9f9f9;
                            box-shadow: 7px 30px 81px rgb(0 0 0 / 3%);
                            border-radius: 50%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-direction: column;
                            h3 {
                                font-size: 31px;
                                font-weight: 700;
                                line-height: 37px;
                            }
                            p {
                                font-size: 12px;
                                color: #000000;
                                line-height: 14px;
                                margin-top: 4px;
                            }
                        }
                    }
                }
            }
        }
        .common-job-detils-box {
            background: #ffffff;
            box-shadow: 7px 5px 81px rgba(0, 0, 0, 0.02);
            border-radius: 5px;
            margin-bottom: 30px;

            .title-box {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 26px 30px;
                border-bottom: 1px solid rgba(176, 176, 176, 0.2);
                .view-btn {
                    width: 98px;
                    height: 40px;
                    border: 1px solid #814b99;
                    border-radius: 5px;
                    font-size: 14px;
                    line-height: 22px;
                    background: transparent;
                    color: #814b99;
                    font-weight: 500;
                    &:hover {
                        background-color: #814b99;
                        color: #ffffff;
                    }
                }
                .new-opening-btn {
                    height: 40px;
                    width: 182px;
                    font-size: 14px;
                    margin-left: 10px;
                }
            }
        }
    }
}
.login-header {
    background-color: #f1f4f1;
    padding: 10px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
.input-wrapper textarea {
    height: 137px !important;
    resize: none;
}
.common-page{
    .common-btn{
        &:active{
            background-color: $primary;
            color: $white;
            border-color: $primary;
        }
    }
}
// -------------------- Candidate & Employee Media Query --------------------------

@media only screen and (max-width: 1760px) {
    // employee page
    // my account css
    .employee-myaccount-page {
        .myaccount {
            .custom-row {
                .myaccount-sidebar-content {
                    height: inherit;
                    min-height: 815px;
                }
            }
        }
    }
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                .dashboard-boxs {
                    width: 42%;
                }
                .job-status-box {
                    width: 65%;
                    .job-status-content {
                        gap: 20px;
                        .chart-content {
                            padding: 30px;
                            ul {
                                li {
                                    margin-top: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media only screen and (max-width: 1600px) {
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                gap: 5px;

                .dashboard-boxs {
                    width: 50%;
                    gap: 20px;
                    .card-box {
                        padding: 20px;
                    }
                }
                .job-status-box {
                    width: 65%;
                    .job-status-content {
                        .chart {
                            svg {
                                width: 230px;
                                height: 230px;
                            }
                            .chart-inside-text {
                                width: 140px;
                                height: 140px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media only screen and (max-width: 1440px) {
    .auth-page {
        padding: 20px 0 50px;
    }
    .form-label {
        margin-bottom: 0 !important;
    }
    .error-message {
        line-height: 12px !important;
    }
    .login .row {
        align-items: inherit !important;
    }
    .myaccount-login .dropdown .dropdown-toggle {
        height: 40px;
    }
    .auth-wrapper {
        padding:30px;
        margin: 90px 0px 30px;
        .row {
            .welcome-form {
                .form-title {
                    margin-bottom: 20px;
                }
                .joinus-box {
                    padding: 15px 10px 15px;
                }
            }
            .auth-image {
                min-height: 470px;
                svg {
                    width: 430px;
                }
            }
            .comman-form-col {
                margin-left: 15px;
                max-height: 470px;
                overflow: auto;
                overflow-x: hidden;
                &::-webkit-scrollbar {
                    width: 0;
                }
                .form-title p {
                    font-size: 16px;
                    line-height: 20px;
                }
                form {
                    .input-text {
                        height: 40px;
                        font-size: 14px;
                    }
                    .input-group-text {
                        padding: 0 10px;
                        height: 40px;
                    }
                    .comman-auth-btn {
                        height: 40px !important;
                    }
                    .privacy-text {
                        margin: 10px 0 25px;
                        p {
                            line-height: 18px !important;
                            span {
                                line-height: 16px !important;
                            }
                        }
                    }
                }
                .form-title {
                    h2 {
                        font-size: 25px;
                    }
                }
            }
            .joinus-box {
                h4 {
                    font-size: 16px;
                }
                p {
                    margin: 11px 0 0;
                }
                .joinus-btn {
                    height: 40px !important;
                    width: 180px !important;
                    font-size: 14px;
                }
            }
            .login-with-google {
                .google-btn {
                    height: 35px;
                    svg {
                        width: 18px;
                    }
                }
            }
            .create-account-form {
                .form-title {
                    margin: 0 0 20px;
                }
            }
            .company-details-form {
                .input-wrapper {
                    .tcontrol {
                        height: 70px !important;
                    }
                }
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .user-profile-form {
                        .experience-box {
                            padding: 18px 15px 21px;
                        }
                    }
                }
            }
        }
    }
    // about us page css
    .aboutus-page {
        .aboutus {
            .our-mission {
                .our-mission-image {
                    .hired-candidates {
                        max-width: 170px;
                        z-index: 10;
                        left: -85px;
                        padding: 15px;
                        bottom: 60px;
                    }
                }
            }
            .our-workflow {
                .our-workflow-content {
                    .image-box {
                        img {
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }
    // employee page
    // my account css
    .employee-myaccount-page {
        .myaccount {
            .custom-row {
                gap: 10px;
                .myaccount-sidebar {
                    max-width: 190px;
                    ul {
                        li {
                            .nav-link{
                                padding: 15px;
                                font-size: 14px;
                                &::after{
                                    height: 48px;
                                }
                            }
                        }
                    }
                }
                .myaccount-sidebar-content {
                    .page-content {
                        form {
                            .form-row {
                                width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }
    .myaccount-login .dropdown .dropdown-toggle {
        height: 40px;
    }
    .employee-dashboard .header-area .header-dropdown .dropdown-toggle .logo {
        img {
            max-width: 100%;
        }
    }
    // employee-dashboard
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                gap: 15px;
                .dashboard-boxs {
                    gap: 15px;
                    width: 41%;
                    .card-box {
                        max-width: 180px;
                        width: 100%;
                        min-height: unset;
                        padding: 20px 15px;
                        .bottom-round-shape {
                            width: 120px;
                            height: 120px;
                        }
                        .header-text {
                            column-gap: 12px;
                            .card-image {
                                min-width: 45px;
                                min-height: 45px;
                                svg {
                                    width: 22px;
                                }
                            }
                            h3 {
                                font-size: 15px;
                                line-height: 20px;
                                max-width: 100px;
                            }
                        }
                        .card-content {
                            margin-top: 25px;
                            h2 {
                                font-size: 25px;
                                line-height: 30px;
                            }
                            p {
                                margin-top: 10px;
                            }
                        }
                    }
                }
                .job-status-box {
                    width: 65%;
                    padding: 20px 15px;

                    .job-status-content {
                        justify-content: space-around;
                        .chart {
                            svg {
                                width: 215px;
                                height: 215px;
                            }
                            .chart-inside-text {
                                width: 115px;
                                height: 115px;
                            }
                        }
                        .chart-content {
                            max-width: 290px;
                            padding: 15px;
                            ul {
                                max-width: 250px;
                                li {
                                    padding-left: 18px;
                                    &::before {
                                        width: 10px;
                                        height: 10px;
                                        left: -3px;
                                    }
                                    p,
                                    b {
                                        font-size: 15px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .common-job-detils-box {
        .title-box {
            .title-text {
                h3 {
                    font-size: 18px;
                }
            }
        }
    }
    .noresult p {
        font-size: 20px;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1300px) {
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .form-title {
                        margin-top: 60px;
                    }
                    .skip-box {
                        padding: 15px;
                    }
                    .user-profile-form {
                        .experience-box {
                            padding: 18px 13px 21px;
                            gap: 12px;
                            .text {
                                padding-left: 10px;
                            }
                        }
                    }
                }
            }
        }
    }
    .aboutus-page {
        .aboutus {
            .row {
                align-items: center;
            }
            .aboutus-image-col {
                .about-image {
                    max-width: 86%;
                    &::before {
                        left: -40px;
                        width: 150px;
                        height: 150px;
                    }
                }
            }
            .our-mission {
                .aboutus-content {
                    max-width: 90%;
                }
            }
            .aboutus-content {
                margin-top: 0px;
                span {
                    line-height: 55px;
                }
                h3 {
                    line-height: 25px;
                }
                p {
                    margin-top: 10px;
                }
            }
            .our-workflow {
                margin: 100px 0;
            }
            .introduce {
                margin: 100px 0;
            }
            .search-job {
                margin-bottom: 100px;
            }
        }
    }
    // employee page
    // my account css
    .employee-myaccount-page {
        .myaccount {
            .custom-row {
                .myaccount-sidebar-content {
                    .title-text {
                        padding: 16px 15px;
                    }
                    .page-content {
                        padding: 20px 15px;
                        form {
                            .form-row {
                                gap: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
    .employee-dashboard .sidebar-content .dashboard-content .job-status-box {
        width: 57%;
    }
    .employee-dashboard .sidebar-content .dashboard-content .job-status-box .job-status-content .chart-content ul {
        max-width: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    // welcome page
    .auth-wrapper {
        .row {
            .complete-profile-form {
                .user-profile-form {
                    .work-status-row {
                        flex-direction: column;
                        gap: 20px;
                        .col-lg-6 {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .user-profile-form {
                        .upload-cv {
                            .input-file {
                                .upload-btn {
                                    width: 175px;
                                    padding: 0 0 0 15px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .aboutus-page {
        .page-title {
            padding: 115px 0 58px;
        }
        .aboutus {
            .our-mission {
                .our-mission-image {
                    max-width: 90%;
                    right: -22px;
                    .hired-candidates {
                        bottom: 160px;
                    }
                }
            }
        }
    }
    .employee-myaccount-page {
        .myaccount {
            .bread-crumb {
                ul {
                    li {
                        .nav-link {
                            font-size: 14px;
                        }
                    }
                }
            }
            .custom-row {
                .myaccount-sidebar {
                    ul {
                        li {
                            .nav-link {
                                padding: 15px;
                                &::after {
                                    height: 49px;
                                }
                            }
                        }
                    }
                }
                .myaccount-sidebar-content {
                    .page-content {
                        padding: 20px 15px;
                        form {
                            .company-image {
                                width: 50px;
                                height: 50px;
                                .company-profile {
                                    width: 30px;
                                }
                            }
                            .form-row {
                                .icontrol {
                                    font-size: 14px;
                                }
                            }
                            .save-btn {
                                width: 90px !important;
                                margin-top: 30px;
                            }
                        }
                    }
                }
            }
        }
        .policy-page {
            .page-content {
                .policy {
                    p {
                        line-height: 30px;
                    }
                }
            }
        }
    }
    // employee-dashboard css
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                flex-direction: column;
                row-gap: 30px;
                .dashboard-boxs {
                    width: 100%;
                    gap: 25px;
                    .card-box {
                        max-width: 48%;
                        width: 100%;
                    }
                }

                .job-status-box {
                    width: 100%;
                    .job-status-content {
                        justify-content: center;
                        column-gap: 30px;
                    }
                }
            }
        }
    }
}

@media only screen and (max-width: 1023px) {
    // welcome page
    .auth-wrapper {
        padding: 20px 25px 20px 38px;

        .row {
            .comman-form-col {
                .form-title {
                    p {
                        line-height: 25px;
                        margin-top: 5px;
                    }
                }
            }

            .joinus-box {
                p {
                    margin: 10px 0 15px;
                }
            }

            .or-divider {
                padding: 10px 0;
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .skip-box {
                        padding: 12px;
                    }
                    .form-title {
                        h2 {
                            font-size: 24px;
                        }
                    }
                    .user-profile-form {
                        .upload-cv {
                            .input-file {
                                flex-direction: column;
                                align-items: flex-start;
                                .upload-btn {
                                    width: 175px;
                                    padding: 0 0 0 15px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .aboutus-page {
        .aboutus {
            .our-mission {
                .our-mission-image {
                    .hired-candidates {
                        bottom: 240px;
                    }
                }
            }
        }
    }
}

@media only screen and (max-width: 991px) {
    .auth-wrapper {
        .row {
            // align-items: inherit !important;
            .comman-form-col {
                .form-title {
                    h2 {
                        font-size: 25px;
                    }
                }
                form {
                    .row {
                        .col-lg-6 {
                            width: 100% !important;
                            flex: inherit;
                        }
                    }
                }
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .skip-box {
                        padding: 12px;
                    }
                }
            }

            .create-account-form {
                form {
                    .input-wrapper {
                        &:last-child {
                            margin-bottom: 20px;
                        }
                    }
                }
            }
        }
    }
    .aboutus-page {
        .aboutus {
            .introduce {
                margin: 100px 0 70px;
            }
            .our-mission {
                .our-mission-image {
                    margin: 30px;
                    .hired-candidates {
                        bottom: 30px;
                    }
                }
                .aboutus-content {
                    max-width: 100%;
                }
            }
            .aboutus-content {
                margin-top: 20px;
            }
            .search-job {
                margin-bottom: 70px;
            }
            .row {
                flex-direction: column;
                .about-img {
                    img {
                        max-width: 100%;
                        width: 100%;
                    }
                }
                .col-lg-6 {
                    width: 100%;
                }
            }
            .our-workflow {
                text-align: center;
                margin: 50px 0 70px;
                .our-workflow-content {
                    margin-top: 50px;
                    .row {
                        gap: 40px;
                        .col-lg-4 {
                            .content {
                                margin-top: 20px;
                                p {
                                    margin-top: 5px;
                                }
                            }
                        }
                    }
                }
            }
            .our-mission {
                padding: 50px 0 70px;
                .row {
                    flex-direction: column-reverse;
                }
            }
        }
    }
    .employee-myaccount-page {
        .myaccount {
            .custom-row {
                .myaccount-sidebar-content {
                    .title-text {
                        padding: 15px;
                        h3 {
                            font-size: 18px;
                        }
                    }

                    .page-content {
                        padding: 40px 15px;
                        .policy {
                            h4 {
                                font-size: 16px;
                            }
                            p {
                                font-size: 14px;
                                line-height: 25px;
                            }
                        }
                    }
                }
            }
        }
    }
    // employeee header css
    .employee-dashboard {
        .header-area {
            .header-dropdown {
                .dropdown-toggle {
                    width: 100%;
                }
            }
        }
    }
    // employeee footer css
    .emp-footer {
        .emp-footer-content {
            .terms-links ul {
                column-gap: 25px;
            }
        }
    }
}

@media only screen and (max-width: 767px) {
    // welcome page
    .auth-wrapper {
        padding: 20px 30px 30px 30px;
        max-height: 100%;
        .row {
            flex-direction: column;
            align-items: flex-start;

            .auth-image {
                max-width: 100%;
                min-height: 500px;
                position: relative;
                top: 0;
            }

            .comman-form-col {
                margin-left: 0px;
                padding: 0;
                margin-top: 35px;
                max-height: 100%;
                .form-title {
                    h2 {
                        font-size: 22px;
                    }
                }

                form {
                    .input-text {
                        font-size: 14px;
                        padding: 0px 10px;
                    }
                }
            }
        }
    }
    // Forgot Password
    .auth-center {
        .for-mobile-back-btn {
            display: block;
            margin-bottom: 20px;
            .back-icon {
                margin-right: 8px !important;
            }
        }
        .for-desktop-back-btn {
            display: none;
        }
        .row {
            .form-wrapper {
                .center-form {
                    margin: 15px auto 0;
                }
            }
        }
    }
    //Reset password page css
    .reset-password {
        .reset-pwd {
            padding: 0;
            height: 570px;
            .reset-page-header {
                min-height: 107px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom: 1px solid #dcdcdc;
            }
            .reset-form {
                margin: 30px auto 26px !important;
            }
            .row {
                .comman-form-col {
                    margin-top: 0px;
                }
                .reset-pwd-btn {
                    margin-top: 30px;
                }
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .row {
                        .col {
                            padding-right: 30px;
                        }
                    }
                    .box,
                    .input-file {
                        margin-right: 20px;
                    }
                    .skills {
                        .icontrol {
                            margin-right: 20px;
                            font-size: 16px;
                        }
                    }
                    .skip-box {
                        padding: 12px;
                    }
                    .user-profile-form {
                        .work-title {
                            margin: 30px 0 15px;
                        }
                        .upload-cv {
                            margin: 30px 0 0;
                            h5 {
                                margin-bottom: 10px;
                            }
                            .input-file {
                                flex-direction: row;
                                p {
                                    font-size: 12px;
                                }
                            }
                        }
                        .comman-content {
                            margin: 20px 0 0;
                        }
                    }
                }
            }
        }
    }
    // abousus page css
    .aboutus-page {
        .aboutus {
            .introduce {
                margin: 70px 0 40px;
                .about-image {
                    &:before {
                        height: 140px;
                        left: -39px;
                    }
                }
            }
            .our-mission {
                padding: 50px 0 40px;
                .our-mission-col {
                    .our-mission-image {
                        max-width: 85%;
                        right: -35px;
                        &:before {
                            height: 140px;
                            right: -80px;
                        }
                        .hired-candidates {
                            max-width: 140px;
                            left: -70px;
                            padding: 15px;
                            bottom: 30px;
                            p {
                                font-size: 13px;
                                line-height: 20px;
                            }
                        }
                    }
                }
            }
            .our-workflow {
                margin: 50px 0;
                .title {
                    span {
                        line-height: 45px;
                    }
                    h2 {
                        font-size: 22px;
                        line-height: 25px;
                    }
                }
                .our-workflow-content {
                    margin-top: 30px;
                }
            }
            .search-job {
                .search-job-box {
                    min-height: 230px;
                }
            }
        }
    }
    .comman-policy-page {
        .comman-condition {
            padding: 50px;
        }
    }

    .server-error-page {
        .server-work {
            .server-content {
                margin: 30px 0 20px;
                p {
                    font-size: 22px;
                    font-weight: 600;
                    margin-bottom: 30px;
                    max-width: 260px;
                    span {
                        font-size: 25px;
                        display: block;
                    }
                }
            }
        }
    }
    .congratulation-modal {
        .modal-dialog {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            .modal-content {
                width: 400px !important;
                padding: 10px 30px 20px;
                .modal-body {
                    padding: 30px 20px;
                    .modal-image {
                        .congrats-icon {
                            max-width: 100%;
                            width: 250px;
                            height: 250px;
                        }
                    }
                    .content {
                        text-align: center;
                        margin-top: 30px;
                        h3 {
                            font-size: 30px;
                        }
                    }
                }
            }
        }
    }
    .employee-myaccount-page {
        .myaccount {
            .custom-row {
                .myaccount-sidebar-content {
                    min-height: initial !important;
                    .page-content {
                        form {
                            .form-row {
                                flex-direction: column;

                                .input-wrapper {
                                    margin-bottom: 12px !important;
                                    .icontrol {
                                        height: 40px;
                                        padding-left: 8px;
                                    }
                                    .input-group-text {
                                        height: 40px;
                                    }
                                }
                            }
                            .industry-row {
                                margin: 12px 0;
                                .input-wrapper {
                                    width: 100% !important;
                                    gap: 12px;
                                }
                            }
                        }
                        .policy {
                            margin-top: 20px;
                            h4 {
                                line-height: 22px;
                                margin-bottom: 5px;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
    // employee-dashboard css
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                .dashboard-boxs {
                    gap: 15px;

                    .card-box {
                        .card-content {
                            margin-top: 20px;
                            h2 {
                                font-size: 20px;
                            }
                            p {
                                margin-top: 10px;
                            }
                        }
                    }
                }
                .job-status-box {
                    .job-status-content {
                        flex-direction: column-reverse;
                    }
                }
            }
            .common-job-detils-box {
                .title-box {
                    padding: 20px;

                    .view-btn {
                        width: 80px;
                        font-size: 12px;
                    }
                }
            }
        }
    }
    // employeee footer css
    .emp-footer {
        .emp-footer-content {
            padding: 5px 15px 5px 15px;
            flex-direction: column;
        }
    }
    .employee-myaccount-page .myaccount .bread-crumb {
        padding: 22px 13px;
    }
}

@media only screen and (max-width: 479px) {
    // welcome page
    .auth-wrapper {
        .row {
            .auth-image {
                min-height: 320px;
                svg {
                    width: 340px !important;
                    height: 260px !important;
                }
            }
            .comman-form-col {
                .form-title {
                    font-size: 20px;
                    p {
                        font-size: 16px;
                    }
                }
                form {
                    .input-text {
                        font-size: 14px;
                        height: 40px;
                        padding: 0px 10px;
                        &::placeholder {
                            font-size: 14px;
                            line-height: 22px;
                        }
                    }
                    .comman-auth-btn {
                        font-size: 14px !important;
                    }
                    .reset-btn {
                        margin-top: 10px !important;
                    }
                    .input-group-text {
                        svg {
                            width: 20px;
                        }
                    }
                }
            }

            .joinus-box {
                padding: 20px 10px 20px;
                h4 {
                    font-size: 16px;
                }
                .joinus-btn {
                    width: auto !important;
                    margin-top: 12px !important;
                }
            }
        }
    }
    // Forgot Password page
    .auth-center {
        .row {
            .form-wrapper {
                .center-form {
                    max-width: 260px;
                    .form-title {
                        p {
                            margin: 5px 0 15px;
                        }
                    }
                }
                .previous-page-icon {
                    span {
                        .back-icon {
                            margin-right: 8px;
                        }
                    }
                }
            }
        }
    }

    // email verification page css
    .auth-center {
        .row {
            .verification-form {
                form {
                    .input-wrapper {
                        margin: 20px 0 !important;
                        .label-name {
                            margin-bottom: 15px !important;
                        }
                        .input-text {
                            max-width: 40px !important;
                            height: 40px;
                        }
                        .otp-wrapper {
                            gap: 15px !important;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                    }
                }
            }
        }
    }
    //  complete profile page
    .auth-page {
        .auth-wrapper {
            .row {
                .complete-profile-form {
                    .skip-box {
                        padding: 10px;
                        p,
                        span {
                            font-size: 13px;
                        }
                    }
                    .user-profile-form {
                        .upload-cv {
                            margin: 30px 0 0;
                            h5 {
                                margin-bottom: 10px;
                            }
                            .input-file {
                                flex-direction: column;
                                p {
                                    font-size: 12px;
                                }
                                .upload-btn {
                                    span {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                        .comman-content {
                            .content {
                                max-width: 220px;
                                h6 {
                                    text-align: center;
                                }
                                p {
                                    text-align: center;
                                    font-size: 12px;
                                }
                                .add-button {
                                    width: 180px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    // privacy policy page
    .comman-policy-page {
        padding-top: 50px;
        .page-title {
            h2 {
                font-size: 25px;
            }
        }
        .comman-condition {
            padding: 20px;
            .policy {
                margin-top: 30px;
                h3 {
                    font-size: 18px;
                    line-height: 22px;
                }
                p {
                    margin-top: 10px;
                }
            }
        }
    }
    // aboutus page css
    .aboutus-page {
        .aboutus {
            .aboutus-content {
                p {
                    line-height: 24px;
                    font-size: 14px;
                }
            }
            .our-mission {
                .our-mission-col {
                    .our-mission-image {
                        right: -22px;
                        .hired-candidates {
                            max-width: 100px;
                            left: -48px;
                            padding: 10px;
                            bottom: 15px;
                            p {
                                font-size: 9px;
                                line-height: 12px;
                            }
                        }
                    }
                }
            }
            .our-workflow {
                .title {
                    h2 {
                        font-size: 22px;
                    }
                }
            }
            .search-job {
                margin-bottom: 50px;
                .search-job-box {
                    min-height: 160px;
                    h4 {
                        font-size: 16px;
                        margin-bottom: 20px;
                    }
                }
            }
        }
    }

    .modal-dialog {
        .modal-content {
            .modal-header {
                padding-bottom: 10px;
            }
            form {
                .input-wrapper {
                    position: relative;
                    margin-top: 20px;
                    .icontrol {
                        font-size: 14px;
                    }
                }
                .model-btn {
                    height: 40px;
                }
            }
            .date-row {
                flex-direction: column;
                .choose-date {
                    .down-arrow1 {
                        right: 175px !important;
                        top: 40px;
                    }
                    .down-arrow2 {
                        top: 40px;
                    }
                }
            }
        }
    }
    .server-error-page {
        .server-work {
            .server-image {
                display: flex;
                justify-content: center;
                img {
                    max-width: 70%;
                }
            }
            .server-content {
                margin: 30px 0 20px;

                p {
                    font-size: 18px;
                    font-weight: 600;
                    color: #3d4852;
                    text-align: center;
                    margin-bottom: 30px;
                    span {
                        font-size: 20px;
                        font-weight: 800;
                    }
                }
            }
        }
    }
    .congratulation-modal {
        .modal-dialog {
            .modal-content {
                width: 280px !important;
                padding: 0;
                .modal-body {
                    padding: 30px 20px;
                    .modal-image {
                        .congrats-icon {
                            width: 160px;
                            height: 160px;
                        }
                    }
                    .content {
                        text-align: center;
                        margin-top: 30px;
                        h3 {
                            font-size: 24px;
                            margin-bottom: 10px;
                        }
                        p {
                            margin-bottom: 15px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    .employee-myaccount-page {
        margin-bottom: 0px;
        .myaccount {
            .bread-crumb {
                padding: 15px 10px;
                ul {
                    flex-wrap: wrap;
                }
            }
            .custom-row {
                flex-direction: column;
                gap: 20px;
                .myaccount-sidebar {
                    max-width: 100%;
                }
                .myaccount-sidebar-content {
                    .title-text {
                        h3 {
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
    // employee-dashboard css
    .employee-dashboard {
        .sidebar-content {
            .dashboard-content {
                .dashboard-boxs {
                    .card-box {
                        max-width: 100%;
                        padding: 20px;

                        .card-content {
                            h2 {
                                font-size: 18px;
                            }
                        }
                    }
                }
                .job-status-box {
                    padding: 20px 20px 30px 20px;
                    .title-text {
                        .week-dropdown {
                            width: 90px;
                        }
                    }
                    .job-status-content {
                        margin-top: 30px;

                        .chart {
                            width: 220px;
                            height: 220px;
                            .chart-inside-text {
                                width: 125px;
                                height: 125px;
                                h3 {
                                    font-size: 22px;
                                }
                            }
                        }
                        .chart-content {
                            padding: 15px;
                            ul {
                                li {
                                    padding-left: 16px;
                                    margin-top: 15px;

                                    p {
                                        font-size: 14px;
                                    }
                                    &::before {
                                        width: 8px;
                                        height: 8px;
                                    }
                                    b {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .common-job-detils-box {
                .title-box {
                    flex-wrap: wrap;
                    row-gap: 15px;
                    padding: 20px 10px;
                    .title-text {
                        h3 {
                            font-size: 16px;
                        }
                    }
                    .new-opening-btn {
                        padding: 0 10px !important;
                    }
                }
            }
        }
    }
    // employee footer css
    .emp-footer {
        .emp-footer-content {
            .copyright-text {
                p {
                    font-size: 13px;
                    line-height: 18px;
                    text-align: center;
                }
            }
            .terms-links {
                ul {
                    li {
                        span {
                            font-size: 13px;
                        }
                    }
                }
            }
        }
    }
    .noresult p {
        font-size: 18px;
    }
}
.admin-policy {
    .title-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        .save-btn {
            margin-top: 0 !important;
        }
    }
}
.card-logo{
    margin-bottom: 14px;
    svg{
        max-width: 200px;
        height: auto;
    }
}