﻿
:root {
    --maincolor: #0e385e;
    --white: #ffffff;
    --gray: #808080;
    --lightgray: #d3d3d3;
    --black: #000;
    --gold: #FF9D0D;
    --freeColor: #B90808;
    --navBarColor: #505254;
    --lightblue: #0e385e;
    --packagesColor: #58595B;
}

text {
    direction: ltr
}

button,
a {
    cursor: pointer;
}

body {
    background-color: var(--white);
}

* {
    box-sizing: border-box;
    transition: height 0.3s;
}

.CourcesCard {
    height: fit-content
}

    .CourcesCard h1 {
        height: fit-content
    }

.bundlesContainer {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0px 100px;
}

.phone-field > label {
    color: white;
}

.temp-message-div {
    margin: 20px 0 20px 0;
    border: 1px solid black;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
}

    .temp-message-div > a > button {
        text-transform: unset !important;
    }

    .temp-message-div > p {
        font-size: 20px;
        font-weight: bold;
    }

.chartContainer {
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}

.email {
    width: 100%;
    max-width: 57%;
}

.phone-field > div:nth-of-type(1) {
    direction: ltr;
}

    .phone-field > div:nth-of-type(1) > input {
        text-align: left;
        direction: ltr;
    }

.bundle-landingPage-takeThisBundleDiv {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-right: 100px;
}

.bundle-landingPage-takeThisBundleBtn,
bundle-landingPage-takeThisBundleBtn:hover {
    color: #fff;
    background-color: #0e385e;
    width: 50%;
}

.bundlesLandingPageCoverSection {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-image: url('/wsImages/BundlesCoverPicture.png');
    position: relative;
    overflow-x: clip;
}

    .bundlesLandingPageCoverSection > div:last-child {
        width: 105%;
        height: 50px;
        background: white;
        filter: blur(4px);
        position: absolute;
        right: -15px;
        bottom: -42px;
        z-index: 1;
    }

.Bundles-LandingPage-CoverSection-MainDiv {
    width: 100%;
    height: 290px;
    display: flex;
    justify-content: space-between;
}

    .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type {
        position: relative;
    }

        .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type > h1 {
            width: 325px;
            height: 75px;
            background: var(--lightblue);
            color: var(--white);
            font-weight: 700;
            font-size: 24px;
            margin: 0px;
            position: absolute;
            right: 0px;
            top: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 5px;
            text-align: center;
        }

        .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type > div {
            height: 100%;
            width: 180px;
            background: linear-gradient(180deg, rgba(44,133,214,0.5) 60%, transparent 80% );
            border-radius: 0px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

            .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type > div > div {
                height: 180px;
                width: 180px;
                background: rgba(44,133,214,0.5);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
            }

                .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type > div > div > div {
                    width: 160px;
                    height: 160px;
                    border-radius: 50%;
                    border: 5px solid var(--white);
                }

.bundlePricing {
    /*padding: 10px;*/
    /*height: fit-content;*/
    margin-top: 25px;
    border: 1px solid var(--white);
    border-radius: 5px;
    background: rgba(44,133,214,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px 0px;
    padding: 5px 10px;
    max-width: 50%;
    width: 100%;
    max-height: 80%;
    justify-content: space-around;
}

    .bundlePricing > span {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        padding: 5px 44px;
        color: var(--white);
    }

    .bundlePricing > h1 {
        font-size: 64px;
        font-weight: 700;
        color: var(--white);
        margin: 0px;
    }

    .bundlePricing > div {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

        /* .bundlePricing > div > div:first-of-type {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-around;
            align-items: center;
            padding: 0px 10px;
        }*/

        .bundlePricing > div > div:first-of-type > span:first-of-type {
            font-size: 35px;
            color: var(--white);
            font-weight: bold;
        }

        /*  .bundlePricing > div > div:first-of-type > span:last-of-type {
            font-size: 48px;
            color: var(--white);
            font-weight: 700;
        }*/

        /*.bundlePricing > div > div:last-of-type {
            padding: 10px;
            background-color: rgba(20, 81, 137, 0.75);
            border: 1px solid rgba(1,1,1,0.4);
            border-radius: 3px;
            min-width: fit-content;
        }*/

        .bundlePricing > div > div:last-of-type > span {
            font-size: 14px;
            color: var(--white);
            font-weight: 700;
            margin-bottom: 20px;
            display: block;
            width: 100%;
            text-align: center;
        }

        .bundlePricing > div > div:last-of-type > div {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: space-around;
        }

            .bundlePricing > div > div:last-of-type > div > div {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .bundlePricing > div > div:last-of-type > div > div > span {
                    font-size: 14px;
                    color: var(--white);
                    font-weight: 700;
                }

                .bundlePricing > div > div:last-of-type > div > div > div {
                    border-left: 1px solid var(--white);
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding-left: 10px;
                }

                .bundlePricing > div > div:last-of-type > div > div:last-of-type > div {
                    border-left: none;
                    padding-left: 0px;
                }

                .bundlePricing > div > div:last-of-type > div > div > div > span:first-child {
                    font-size: 19px;
                    color: var(--white);
                    font-weight: 700;
                }

                .bundlePricing > div > div:last-of-type > div > div > div > span:nth-of-type(2) {
                    font-size: 9px;
                    color: var(--white);
                    font-weight: 700;
                }

                .bundlePricing > div > div:last-of-type > div > div > div > span:last-of-type {
                    font-size: 6px;
                    color: var(--white);
                    font-weight: 700;
                }

    .bundlePricing > span {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        padding: 5px 44px;
        color: var(--white);
    }

.bundle-landingPage-getBundleBtn,
.bundle-landingPage-getBundleBtn:hover {
    width: 190px;
    height: 31px;
    background: white;
    color: #2C85D6;
    text-transform: unset;
}

.send-btn-text {
    color: rgba(20, 81, 137, 1);
}

.bundlePricing > h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--white);
    margin: 0px;
}

.bundlePricing > h3 {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0px;
}


.bundles-Landingpage-BundleContent {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-bottom: 50px;
}


    .bundles-Landingpage-BundleContent > div {
        width: 803px;
        border: 1px solid var(--lightblue);
        padding: 24px 15px;
        margin-bottom: 48px;
        border-right: 40px solid var(--lightblue);
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.25);
        position: relative;
        border-radius: 5px
    }

        .bundles-Landingpage-BundleContent > div::after {
            content: '';
            position: absolute;
            right: -142px;
            top: 50px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: var(--lightblue);
            transform: translateY(-50%)
        }

        .bundles-Landingpage-BundleContent > div::before {
            content: '';
            position: absolute;
            right: -142px;
            top: 50px;
            max-width: 142px;
            max-height: 1px;
            width: 100%;
            height: 100%;
            background: var(--lightblue);
        }

        .bundles-Landingpage-BundleContent > div:first-of-type {
            max-height: fit-content;
            height: unset;
            border-radius: 5px;
            position: relative
        }

.bundles-Landingpage-BundleContent-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 40px;
    display: none;
    background: var(--lightblue)
}

    .bundles-Landingpage-BundleContent-header > h1 {
        color: white;
        margin: 0;
        display: flex;
        font-size: 20px;
        align-items: center;
    }

.bundles-Landingpage-BundleContent > div:first-of-type p {
    color: var(--lightblue);
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
    white-space:break-spaces
}

.bundles-Landingpage-BundleContent > div:nth-of-type(2) ul {
    padding: 0px 15px;
}

    .bundles-Landingpage-BundleContent > div:nth-of-type(2) ul li {
        color: var(--lightblue);
        font-weight: 700;
        font-size: 18px;
        list-style-type: none;
        margin-bottom: 10px;
    }

        .bundles-Landingpage-BundleContent > div:nth-of-type(2) ul li::before {
            content: "\2022";
            color: var(--lightblue);
            font-weight: bold;
            display: inline-block;
            width: 1.5rem;
            margin-right: -1rem;
        }

.bundles-Landingpage-BundleContent > div > h1 {
    margin: 0px;
    margin-bottom: 17px;
    color: var(--lightblue);
    font-weight: 700;
    font-size: 18px;
}

.bundles-Landingpage-BundleContent > div:nth-of-type(3) {
    position: relative;
}

    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > div {
        width: 100%;
        padding: 10px 30px;
    }

    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > span {
        position: absolute;
        right: 50%;
        top: 54%;
        transform: translate(50%,-50%);
        font-size: 25px;
        font-weight: 700;
        color: var(--lightblue);
        text-align: center;
    }

.bundles-Landingpage-BundleContent > div:nth-of-type(5) {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--lightblue);
    padding: 0px;
    border: none;
    margin: 0px;
    z-index: 2;
}
.CourcesCard h4 {
    direction: ltr;
    text-align: right;
}
.bundles-Landingpage-BundleContent > div:nth-of-type(6) {
    position: absolute;
    right: 0px;
    bottom: -45px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--lightblue);
    padding: 0px;
    border: none;
    margin: 0px;
}

.bundles-Landingpage-BundleContent > div:nth-of-type(7) {
    position: absolute;
    right: calc(25px / 2);
    top: 0px;
    width: 1px;
    height: 101%;
    border-radius: 50%;
    background: var(--lightblue);
    padding: 0px;
    border: none;
    margin: 0px;
    box-shadow: none;
}

.bundles-Landingpage-BundleContent > div:nth-of-type(6)::after,
.bundles-Landingpage-BundleContent > div:nth-of-type(6)::before {
    display: none;
}

.bundles-Landingpage-BundleContent > div:nth-of-type(5)::after,
.bundles-Landingpage-BundleContent > div:nth-of-type(5)::before {
    display: none;
}

.bundles-Landingpage-BundleContent > div:nth-of-type(7)::after,
.bundles-Landingpage-BundleContent > div:nth-of-type(7)::before {
    display: none;
}

.bundles-Landingpage-CoursesDiv {
    display: flex;
    gap: 0 80px;
    flex-wrap: wrap;
}

.bundles-Landingpage-getBundleMobileBtn {
    display: none;
}

/*  Packges page styles */

.bundlesPackagesContainer {
    max-width: 1110px;
    margin: 0 auto;
}

.bundles-Packages-CoverSection {
    width: 100%;
    height: 200px;
    border-bottom: 8px solid var(--packagesColor);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .bundles-Packages-CoverSection img {
        margin-bottom: -2px;
    }

.bundles-Packages-CardsDiv {
    width: 100%;
    display: flex;
    margin-top: 40px;
    gap: 15px;
    margin-bottom: 30px;
}

    .bundles-Packages-CardsDiv > div {
        background: #F9F9F9;
        border: 0.4px solid #000000;
        box-sizing: border-box;
        border-radius: 3px;
    }

        .bundles-Packages-CardsDiv > div:last-child {
            width: 80%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 10px;
            height: 360px;
        }

        .bundles-Packages-CardsDiv > div:first-child {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 10px;
            height: 360px;
        }

        .bundles-Packages-CardsDiv > div:last-child > div {
            width: 100%;
            display: flex;
            gap: 25px;
            justify-content: center;
        }

.bundles-Packages-RecommendedBundles {
    width: 100%;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 30px;
    padding: 5px 25px 10px 25px;
}

    .bundles-Packages-RecommendedBundles > span {
        width: 100%;
        height: 45px;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bundles-PackagesCard {
    width: 150px;
    height: 240px;
    background: var(--packagesColor);
    border: 0.2px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 9px 24px rgb(0 0 0 / 25%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
    padding: 10px 0px;
}

    .bundles-PackagesCard h4 {
        width: 63px;
        color: var(--white);
        font-size: 13px;
        margin: 0px;
        white-space: pre-wrap;
        text-align: center;
        font-weight: 700;
    }

.bundles-PackagesCard-Flipped {
    width: 150px;
    background: var(--packagesColor);
    border: 0.2px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
    padding: 10px 0px;
}

    .bundles-PackagesCard-Flipped h1 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: var(--white);
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bundles-PackagesCard-Flipped > div {
        width: 101%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .bundles-PackagesCard-Flipped > div > div:first-child {
            height: 70px;
            width: 100%;
            background: #F9F9F9;
            /*    border-left: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;*/
            overflow: hidden;
            position: relative;
        }

            .bundles-PackagesCard-Flipped > div > div:first-child > div {
                margin: 0 10%;
                width: 80%;
                height: 150px;
                background: #50CEA8;
                filter: blur(9px);
                transform: translateY(-30px);
            }

            .bundles-PackagesCard-Flipped > div > div:first-child > span {
                font-size: 28px;
                font-weight: 700;
                color: var(--white);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 100%;
                text-align: center;
            }


    .bundles-PackagesCard-Flipped > span {
        color: #50CEA8;
        font-size: 14px;
        font-weight: 700;
    }


    .bundles-PackagesCard-Flipped ul {
        width: 80%;
        margin: 0 17%;
        padding: 0;
        margin-top: 10px;
    }

    .bundles-PackagesCard-Flipped li {
        color: var(--white);
        font-size: 10px;
        font-weight: 400;
        list-style-type: disc
    }


.bundles-PackagesCard > span {
    color: #50CEA8;
    font-size: 14px;
    font-weight: 700;
}


.bundles-PackagesCard > div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 11px solid #50CEA8;
    background: #50CEA8;
}

    .bundles-PackagesCard > div > div {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--packagesColor);
        flex-direction: column;
    }

        .bundles-PackagesCard > div > div > div {
            display: flex;
            align-items: flex-end;
            justify-content: center
        }

    .bundles-PackagesCard > div h1 {
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        font-weight: 400;
        color: #50CEA8;
        font-family: 'Staatliches', cursive;
    }

    .bundles-PackagesCard > div h2 {
        margin: 0px;
        padding: 0px;
        font-size: 10px;
        font-weight: 400;
        color: #50CEA8;
    }

    .bundles-PackagesCard > div h3 {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 6px;
        color: #50CEA8;
    }

.bundles-Packages-CardsDiv > div > span {
    width: 100%;
    height: 45px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bundles-PackagesCard-Button {
    width: 80%;
    background-color: #50CEA8;
    color: var(--white);
    margin: 0 auto;
    margin-top: 10px;
    height: 27px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
}

    .bundles-PackagesCard-Button:hover {
        background-color: #50CEA8;
        color: var(--white);
    }

.Carousel-right-arrow-ar {
    align-self: center;
    transform: rotate( -90deg );
    color: var(--maincolor);
    cursor: pointer;
}

.Carousel-left-arrow-ar {
    align-self: center;
    transform: rotate( 90deg );
    color: var(--maincolor);
    cursor: pointer;
}

.bundles-PackagesCard-Flipped a {
    text-align: center;
}

/* End Of Packges page styles */

/*  checkout page styles */
.bundles-packageCheckOut {
    width: 100%;
    height: 520px;
    background: #505254;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 30px 0px 20px 0px;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bundles-packageCheckOut > div:first-child {
        border: 0.4px solid #FFFFFF;
        padding: 20px 20px 9px 20px;
        width: 85%;
        height: 240px;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

        .bundles-packageCheckOut > div:first-child > span {
            font-family: 'Cairo', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: var(--white);
            display: block;
        }

    .bundles-packageCheckOut > div:nth-child(2) {
        width: 85%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 26px;
        margin-bottom: 22px;
    }

        .bundles-packageCheckOut > div:nth-child(2) > span {
            font-family: 'Cairo', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: var(--white);
            display: block;
        }

        .bundles-packageCheckOut > div:nth-child(2) > div {
            display: flex;
            gap: 15px;
            align-items: center
        }

            .bundles-packageCheckOut > div:nth-child(2) > div > span {
                width: 84px;
                height: 42px;
                background: var(--white);
                border-radius: 5px;
                color: #505254;
                font-size: 30px;
                display: flex;
                align-content: center;
                justify-content: center;
                font-family: 'Cairo', sans-serif;
                font-weight: 700;
                line-height: 1.5;
            }

.bundles-packageCheckOut-priceButton {
    width: 29px;
    height: 22px;
    background: #BFBFBF;
    color: var(--white);
    min-width: unset;
}


.bundles-packageCheckOut > div:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    padding: 0px 20px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

    .bundles-packageCheckOut > div:nth-child(3) > span:first-child {
        width: 70%;
        text-align: center;
        background: #E5E5E5;
        color: #505254;
        font-size: 25px;
        font-family: 'Cairo', sans-serif;
        font-weight: 700
    }

    .bundles-packageCheckOut > div:nth-child(3) > div {
        margin: 0 auto;
        width: 30%;
        height: 230px;
        background: #CBCBCB;
        filter: blur(15px);
        transform: translateY(-50px);
        position: relative
    }

    .bundles-packageCheckOut > div:nth-child(3) > span:last-child {
        font-size: 20px;
        font-family: 'Cairo', sans-serif;
        font-weight: 700;
        color: #505254;
        position: absolute;
        top: 50%;
        right: 84.5%;
        transform: translate(50%,-50%);
        white-space: nowrap;
    }

        .bundles-packageCheckOut > div:nth-child(3) > span:last-child span {
            font-size: 30px;
        }

.bundles-packageCheckOut > div:nth-child(4) {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 90px;
}

.bundles-packageCheckOut-buyNowButton {
    width: 160px;
    height: 33px;
    background: #BFBFBF;
    color: var(--white);
    min-width: unset;
}

/*End of packages checkout */

/*Starts of Add users Page*/

.bundle-addUsers-ActionButtons > svg:first-child {
    cursor: pointer;
    color: var(--maincolor);
    margin: 0px 5px;
}

.bundle-addUsers-ActionButtons > svg:last-child {
    cursor: pointer;
    color: #BF6363;
    margin: 0px 5px;
}

.bundles-addUsers-ActiveText {
    color: green;
    width: 100%;
    text-align: center;
    font-size: 15px;
    user-select: none;
}

.bundles-addUsers-notInvitedText {
    color: #545454;
    width: 100%;
    text-align: center;
    font-size: 15px;
    user-select: none;
}

.bundles-addUsers-PendingText {
    color: #EACE09;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.bundles-addUsers-actionText {
    color: #145189;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #145189;
}

.bundles-addUsers-deleteAction {
    color: red;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: red;
}


.bundles-addUser-Container {
    max-width: 800px;
    margin: 0 auto;
}

.bundles-addUsers-HeaderDiv {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bundles-addUsers-HeaderDiv h1 {
        font-size: 20px;
        color: var(--black);
        font-weight: 700;
        margin: 0px;
    }

.bundles-addUsers-NotesDiv {
    width: 100%;
    height: 250px;
    border: 1px solid #2E86D6;
    border-radius: 5px;
    padding: 43px 54px 63px 50px;
    margin-bottom: 80px;
}

    .bundles-addUsers-NotesDiv > span,
    .bundles-addUsers-NotesDiv > ol > li {
        font-size: 15px;
        font-weight: 700;
        color: var(--black);
        line-height: 18px;
        margin-bottom: 20px;
        display: block;
    }

        .bundles-addUsers-NotesDiv > ol > li > span {
            font-size: 15px;
            font-weight: 700;
            color: #2E86D6;
            cursor: pointer;
        }

.bundles-addUsers-UserTable {
    width: 100%;
    padding: 50px 0px;
}

    .bundles-addUsers-UserTable > div {
        margin-bottom: 19px;
    }

        .bundles-addUsers-UserTable > div > div,
        .bundle-addUsers-DialogTable > div {
            box-shadow: unset;
        }

        .bundles-addUsers-UserTable > div:last-child {
            margin-bottom: 39px;
        }

.bundles-addUsers-InputSection > span {
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 26px;
    display: block;
}

.bundles-addUsers-UserTable > div:first-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.bundles-addUsers-UserTable > div:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.bundle-addUsers-InviteAll {
    width: 100px;
    height: 31px;
    background: var(--maincolor);
    color: var(--white);
    font-size: 12px;
}

    .bundle-addUsers-InviteAll:hover {
        width: 100px;
        height: 31px;
        background: var(--maincolor);
        color: var(--white);
        font-size: 12px;
    }

.bundles-addUsers-UserTable > div:last-child {
    width: 600px;
    height: 265px;
    border: 0.4px solid #000000;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
}

    .bundles-addUsers-UserTable > div:last-child > div {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5%;
        margin-bottom: 20px;
    }

        .bundles-addUsers-UserTable > div:last-child > div:last-child {
            margin-bottom: 40px;
        }

        .bundles-addUsers-UserTable > div:last-child > div > span:first-child {
            font-size: 12px;
            font-weight: 700;
            color: var(--black);
            width: 10%;
            text-align: center;
            display: block
        }

        .bundles-addUsers-UserTable > div:last-child > div > span:last-child {
            font-size: 12px;
            font-weight: 400;
            color: var(--black);
            width: 85%;
        }

        .bundles-addUsers-UserTable > div:last-child > div:first-child > span:first-child {
            color: #038E00;
        }

        .bundles-addUsers-UserTable > div:last-child > div:nth-child(2) > span:first-child {
            color: #2E86D6;
        }

        .bundles-addUsers-UserTable > div:last-child > div:nth-child(3) > span:first-child {
            background: #145189;
            border-radius: 3px;
            color: var(--white);
        }

    .bundles-addUsers-UserTable > div:last-child ul {
        width: 95%
    }


    .bundles-addUsers-UserTable > div:last-child li {
        font-size: 12px;
        font-weight: 400;
        color: var(--black);
        list-style-type: disc;
        margin-bottom: 20px
    }

/*table {
    border-spacing: 0;
    border: 1px solid black;
    width: 100%;
}

tr:last-child td {
    border-bottom: 0;
}

th, tr {
    height: 20px;
}

th, td {
    margin: 0;
    padding: 0.5rem;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-size: 12px;
    font-weight: 700;
}

th:last-child, td:last-child {
    border-right: 0;
}

th:nth-last-of-type(1) {
    width: 88px;
    text-align: center;
}

th:nth-last-of-type(4) {
    width: 210px;
}

th:nth-last-of-type(3) {
    width: 190px;
}

th:nth-last-of-type(2) {
    width: 140px;
}

th:nth-last-of-type(5) {
    width: 30px;
    text-align: center;
}*/

.bundles-addUsers-InputSection-Excel {
    padding: 30px 30px 0px 30px;
}

    .bundles-addUsers-InputSection-Excel > span {
        font-weight: 700;
        font-size: 15px;
        color: var(--black);
        display: block;
    }

        .bundles-addUsers-InputSection-Excel > span:last-of-type {
            margin-bottom: 88px;
        }

    .bundles-addUsers-InputSection-Excel > img {
        display: block;
        margin-bottom: 60px;
    }

.bundles-addUsersDragAndDrop-Container {
    width: 434px;
    height: 135px;
    border: 0.5px dashed #000000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

.bundles-addUsersDragAndDrop {
    text-align: center;
}

    .bundles-addUsersDragAndDrop > span:first-child {
        font-weight: 700;
        font-size: 15px;
        color: #2E86D6;
        display: block;
        margin-top: 15px;
    }

    .bundles-addUsersDragAndDrop > span:nth-of-type(2) {
        font-weight: 700;
        font-size: 13px;
        color: var(--black);
        display: block;
        margin-bottom: 23px;
    }

.bundle-addUsers-excelFileUpload,
.bundle-addUsers-excelFileUpload:hover {
    position: relative;
    background: #2E86D6;
    color: var(--white);
    width: 146px;
    height: 36px;
    font-size: 11px;
}

.bundles-addUsersDragAndDrop > input {
    position: absolute;
    left: 50%;
    top: 73%;
    width: 146px;
    height: 36px;
    opacity: 0;
    transform: translate(-50%,-50%);
}

.bundles-addUsers-InputSection-manually {
    display: flex;
    gap: 10px;
    padding-left: 30px;
    align-items: baseline
}

.file-drop > .file-drop-target.file-drop-dragging-over-frame {
    border: none;
    background-color: rgba(1, 1, 1, 0.65);
    box-shadow: none;
    z-index: 50;
    opacity: 1;
    color: white;
    width: 434px;
    margin: 0 auto;
}

    .file-drop > .file-drop-target.file-drop-dragging-over-frame .bundles-addUsersDragAndDrop > span:nth-of-type(2) {
        color: var(--white) !important;
    }

.file-drop > .file-drop-target.file-drop-dragging-over-target {
    box-shadow: 0 0 13px 3px #2E86D6;
}

.bundles-landingPage-addUserBtn,
.bundles-landingPage-addUserBtn:hover {
    width: 161px;
    height: 31px;
    background: white;
    color: #2C85D6;
}

.bundles-packageCheckOut-Convert,
.bundles-packageCheckOut-Convert:hover {
    background: #145189;
    border-radius: 3px;
    width: 202px;
    height: 51px;
    font-size: 12px;
    color: var(--white);
    position: absolute;
    top: 50%;
    right: 84.5%;
    transform: translate(50%,-50%);
}

.bundles-bundleNumerWarning {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px 15px;
}

    .bundles-bundleNumerWarning > span {
        font-size: 15px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 15px;
    }

        .bundles-bundleNumerWarning > span > span {
            font-size: 15px;
            font-weight: 700;
            color: var(--maincolor);
        }

    .bundles-bundleNumerWarning > button,
    .bundles-bundleNumerWarning > button:hover {
        width: 130px;
        height: 31px;
        background-color: var(--maincolor);
        color: white;
        border-radius: 3px;
    }

/* Dashboard style*/

.bundleDashboardContainer {
    max-width: 1100px;
    margin: 0 auto;
}

.bundles-dashboard-mainDiv {
    width: 100%;
}

    .bundles-dashboard-mainDiv > h1 {
        width: 100%;
        margin: 45px 0px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: var(--black);
    }

    .bundles-dashboard-mainDiv > div {
        width: 100%;
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

        .bundles-dashboard-mainDiv > div > div:first-child {
            border: 1px solid rgba(0, 0, 0, 0.4);
            width: 40%;
            border-radius: 3px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }


.bundles-dashboard-dashboardDiv {
    width: 100%;
    padding: 10px;
}

    .bundles-dashboard-dashboardDiv > h1 {
        margin: 0px;
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .bundles-dashboard-dashboardDiv > div:nth-child(2) {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: 20px;
    }

        .bundles-dashboard-dashboardDiv > div:nth-child(2) > h1 {
            margin: 0px;
            font-size: 12px;
            color: #145189;
            font-weight: 700;
        }

        .bundles-dashboard-dashboardDiv > div:nth-child(2) > div > div {
            display: flex;
            align-items: center;
            gap: 5px
        }

            .bundles-dashboard-dashboardDiv > div:nth-child(2) > div > div > div {
                width: 6px;
                height: 6px;
            }

            .bundles-dashboard-dashboardDiv > div:nth-child(2) > div > div > p {
                margin: 0px;
                font-size: 8px;
            }

.bundle-bundleDashboard-custom-tooltip {
    background: var(--white);
    padding: 10px;
}

    .bundle-bundleDashboard-custom-tooltip p {
        font-size: 10px;
        color: var(--black);
    }

.recharts-cartesian-axis-tick {
    font-size: 7px;
}

.bundles-dashboard-mainDiv > div > div:last-child {
    width: 70%;
    border-radius: 3px;
}

    .bundles-dashboard-mainDiv > div > div:last-child > div:first-of-type {
        border: 1px solid rgba(0, 0, 0, 0.4);
        padding: 20px;
        border-radius: 3px;
    }

    .bundles-dashboard-mainDiv > div > div:last-child > div:last-of-type {
        border: 1px solid rgba(20, 81, 137, 0.4);
        width: 100%;
        height: 41px;
        margin: 15px 0px 0px 0px;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .bundles-dashboard-mainDiv > div > div:last-child > div:last-of-type > span {
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            color: #145189;
        }

.bundles-dashboard-mainDiv > div > div:first-child:nth-child(2) {
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: lightgray;
}

.bundle-bundleDashboard-userSearch {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .bundle-bundleDashboard-userSearch > span:first-child {
        font-size: 14px;
        font-weight: 700;
        color: var(--black);
    }

    .bundle-bundleDashboard-userSearch > div {
        width: 350px;
    }

    .bundle-bundleDashboard-userSearch > span:last-child {
        font-size: 10px;
        font-weight: 700;
        color: #145189;
        border: 1px solid rgba(0, 0, 0, 0.4);
        width: 200px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }

        .bundle-bundleDashboard-userSearch > span:last-child > span {
            font-size: 24px;
            margin: 0px 15px;
        }

.bundle-bundleDashboard-infoMainDiv {
    display: flex;
    gap: 15px;
}

    .bundle-bundleDashboard-infoMainDiv > div:first-child {
        width: 30%;
    }

        .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.4);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            grid-gap: 15px;
            padding: 15px 0px;
            border-radius: 3px;
            min-height: 250px;
        }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > div {
                width: 116px;
                height: 116px;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > span {
                font-size: 15px;
                font-weight: 700;
                color: var(--black);
                width: 150px;
                text-align: center;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button,
            bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button:hover {
                background: #145189;
                width: 127px;
                height: 25px;
                color: var(--white);
                border-radius: 3px;
                font-size: 12px;
                min-width: fit-content;
            }

        .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:first-child {
            margin: 12px 0px;
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.4);
            padding: 26px 10px 10px 10px;
            border-radius: 3px;
        }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:first-child > div:not(:nth-of-type(2)) {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:first-child > div:nth-of-type(2) {
                width: 100%;
                height: 1px;
                background-color: rgba(0, 0, 0, 0.4);
                margin: 10px 0px;
            }

        .bundle-bundleDashboard-infoMainDiv > div:first-child > > div:last-child > div:first-child > span {
            font-weight: 700;
            font-size: 15px;
            text-align: center;
            color: #000000;
        }

        .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:last-of-type {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.4);
            padding: 26px 10px 15px 10px;
            border-radius: 3px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:last-of-type > span:first-of-type {
                font-size: 15px;
                color: var(--black);
                font-weight: 700;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:last-of-type > span:nth-of-type(2) {
                font-size: 35px;
                color: var(--black);
                font-weight: 700;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:last-of-type > span:last-of-type {
                font-size: 10px;
                color: #145189;
                font-weight: 700;
            }

    .bundle-bundleDashboard-infoMainDiv > div:last-child {
        width: 68%;
        border: 1px solid rgba(0, 0, 0, 0.4);
    }

    .bundle-bundleDashboard-infoMainDiv > div:last-child {
        width: 68%;
        border: 1px solid rgba(0, 0, 0, 0.4);
        position: relative;
        padding: 40px 10px;
        border-radius: 3px;
    }

        .bundle-bundleDashboard-infoMainDiv > div:last-child > span {
            font-size: 14px;
            color: var(--black);
            font-weight: 700;
            position: absolute;
            top: 5px;
            right: 60px;
        }

.bundles-bundleDashboard-courseCard {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .bundles-bundleDashboard-courseCard > div:first-child {
        height: 50px;
        width: 60px;
    }

    .bundles-bundleDashboard-courseCard > div:last-child {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }

        .bundles-bundleDashboard-courseCard > div:last-child > p {
            font-size: 16px;
            color: var(--black);
            margin: 0px;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 110px;
            white-space: nowrap;
            cursor: pointer;
            margin: 0px;
        }

.bundle-bundleDashboard-infoMainDiv-sectionLine {
    position: absolute;
    height: 90% !important;
    width: 1px !important;
    right: 48%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(1, 1, 1, 0.2);
}

.bundles-bundleDashboard-courseCard > div:last-child > div {
    width: 54%;
    border-radius: 30px;
    height: 10px;
    border: 1px solid rgba(20, 81, 137, 0.2);
    position: relative;
}

    .bundles-bundleDashboard-courseCard > div:last-child > div > div {
        width: 70%;
        background: var(--maincolor);
        height: 9px;
        border-radius: 30px;
        position: relative;
        animation: progressAnimation 0.5s
    }

    .bundles-bundleDashboard-courseCard > div:last-child > div > span {
        font-size: 8px;
        color: var(--maincolor);
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .bundles-bundleDashboard-courseCard > div:last-child > div > p {
        font-size: 8px;
        color: var(--white);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .bundles-bundleDashboard-courseCard > div:last-child > div > div > span {
        font-size: 9px;
        color: var(--maincolor);
        position: absolute;
        right: -26px;
        top: 50%;
        transform: translateY(-50%)
    }

.bundles-dashboard-mainDiv > div > div:first-child > div:nth-child(2) {
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0px auto;
    margin-top: 20px;
}

.bundles-bundlesDashboard-usersDiv {
    width: 100%;
    height: 80%;
    overflow-y: scroll;
}

    .bundles-bundlesDashboard-usersDiv::-webkit-scrollbar {
        width: 8px;
    }

    .bundles-bundlesDashboard-usersDiv::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .bundles-bundlesDashboard-usersDiv::-webkit-scrollbar-thumb {
        background-color: var(--maincolor);
        outline: none;
        border: none;
        border-radius: 5px;
    }

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child {
    position: relative;
    padding: 15px;
    height: 291px;
}

    .bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span {
        position: absolute;
        left: 50%;
        top: 63%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-weight: 700;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div {
            width: 80%;
            height: 80%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.bundle-dashboard-progressChart {
    width: 60% !important;
    height: unset !important;
    color: #ECECEC;
    height: 300px;
    margin: 0 auto;
    display: block;
}

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > span {
    font-size: 25px;
    font-weight: 700;
}

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > h1 {
    margin: 0px;
}

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > span:first-of-type {
    position: absolute;
    left: 0px;
    top: 0px;
}

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > div {
    width: 90px;
    background: var(--black);
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    transform: translate(-50%,-50%) rotate(45deg);
}

.bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > span:last-of-type {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* custom Bundle Form*/

.bundles-customBundleForm {
    width: 100%;
    background: #505254;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 30px 0px 20px 0px;
    padding: 10px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bundles-customBundleForm > div > div > div {
        color: white
    }

    .bundles-customBundleForm > h1 {
        font-size: 24px;
        color: var(--white);
        font-weight: 700;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .bundles-customBundleForm > div {
        display: flex;
        gap: 50px;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .bundles-customBundleForm > div:last-of-type {
            align-items: flex-start;
        }

        .bundles-customBundleForm > div > span {
            font-size: 16px;
            font-weight: 700;
            color: var(--white);
            white-space: nowrap;
            width: 80px;
        }

            .bundles-customBundleForm > div > span:not(:last-of-type) {
                width: 122px;
            }

        .bundles-customBundleForm > div:last-of-type > span {
            width: unset;
        }

    .bundles-customBundleForm > button,
    .bundles-customBundleForm > button:hover {
        width: 160px;
        height: 33px;
        border-radius: 5px;
        background-color: var(--white);
        color: #505254;
        align-self: flex-end;
    }

@media screen and (max-width: 1024px) {
    .bundles-Landingpage-BundleContent > div {
        width: 716px;
    }

    .bundles-Landingpage-CoursesDiv {
        display: flex;
        gap: 37px;
        flex-wrap: wrap;
    }

    /*bundle Dashboard*/

    .bundleDashboardContainer {
        max-width: 1000px;
        margin: 0 auto;
    }

    .bundle-bundleDashboard-userSearch > div {
        width: 250px;
    }

    .bundles-bundleDashboard-courseCard > div:last-child > span:first-child {
        width: 85px;
    }
}

@media screen and (max-width: 768px) {
    .chartContainer {
        margin: 50px 0
    }

    .bundlePricing > div > div:first-of-type {
        flex-direction: row
    }

    .bundle-landingPage-takeThisBundleBtn {
        display: none;
    }

    .bundlePricing > div {
        flex-direction: column;
    }

    .bundles-Landingpage-BundleContent-header {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .bundlesLandingPageCoverSection > div:last-child {
        width: 100%;
        height: 50px;
        background: white;
        filter: blur(4px);
        position: absolute;
        right: 0px;
        bottom: -42px;
        z-index: 1;
    }

    .bundlePricing > span {
        padding: 5px 40px;
    }

    .bundlesContainer {
        padding: 0px;
    }

    .bundlesLandingPageCoverSection {
        background-image: url('/wsImages/BundlesCoverPicture-mobile.png');
        height: 587px;
        position: relative;
    }

    .Bundles-LandingPage-CoverSection-MainDiv {
        justify-content: unset;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

        .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type {
            height: 300px;
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .Bundles-LandingPage-CoverSection-MainDiv > div:first-of-type > h1 {
                width: 100%;
            }

    .bundlePricing {
        width: fit-content;
        margin: 0px 10px;
        height: 260px;
        margin-top: 5px;
        max-width: unset !important;
    }


        .bundlePricing > div > div:first-of-type > span:first-of-type,
        .bundlePricing > div > div:first-of-type > span:nth-of-type(2) {
            font-size: 9px;
        }

        .bundlePricing > div > div:first-of-type > span:last-of-type {
            font-size: 25px;
        }

        .bundlePricing > div > div:last-of-type > div > div > span {
            font-size: 9px;
        }

        .bundlePricing > div > div:last-of-type > div > div > div > span:first-child {
            font-size: 16px;
        }

        .bundlePricing > div > div:last-of-type > div > div > div > span:nth-of-type(2) {
            font-size: 6px;
        }

        .bundlePricing > div > div:last-of-type > div > div > div > span:last-of-type {
            font-size: 5px;
        }

    .bundles-Landingpage-BundleContent {
        padding: 100px 20px 30px 20px;
        margin-bottom: 20px;
    }

        .bundles-Landingpage-BundleContent > div {
            width: 100%;
            border-right: 1px solid var(--lightblue);
            /* border-top: 40px solid var(--lightblue);*/
            padding: 50px 15px 24px 15px;
            z-index: 2;
            background: var(--white);
        }

            .bundles-Landingpage-BundleContent > div:nth-of-type(5) {
                right: 50%;
                transform: translateX(50%);
                top: -15px;
            }

            .bundles-Landingpage-BundleContent > div:nth-of-type(6) {
                right: 50%;
                transform: translateX(50%);
                bottom: 0px;
            }

            .bundles-Landingpage-BundleContent > div:nth-of-type(7) {
                right: 50%;
                z-index: 1;
                height: 100%;
            }

    .bundles-Landingpage-CoursesDiv {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bundles-Landingpage-BundleContent > div > h1 {
        font-size: 14px;
    }

    .bundles-Landingpage-BundleContent > div:first-of-type p {
        font-size: 14px;
    }

    .bundles-Landingpage-BundleContent > div:nth-of-type(2) ul li {
        color: var(--lightblue);
        font-weight: 700;
        font-size: 14px;
        list-style-type: none;
        margin-bottom: 10px;
    }

    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > div {
        width: 100%;
        padding: 0px 0px;
    }

    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > span {
        font-size: 18px;
    }

    .bundles-Landingpage-BundleContent > div::after {
        right: 50%;
        top: -31px;
        transform: translate(50%);
    }

    .bundles-Landingpage-BundleContent > div::before {
        display: none;
    }

    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > span {
        top: 53%;
    }

    .bundles-Landingpage-getBundleMobileBtn {
        display: block;
        width: 100%;
        height: 48px;
        color: var(--white);
        background: var(--lightblue);
        border-radius: 0px;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Packages styles */
    .bundles-Packages-CoverSection {
        border-bottom: unset;
        margin-top: 80px;
        width: 100%;
    }

    .bundles-Packages-CardsDiv {
        flex-direction: column;
        overflow: hidden;
    }

        .bundles-Packages-CardsDiv > div:first-child {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 10px;
            height: unset;
        }

        .bundles-Packages-CardsDiv > div:last-child {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 10px;
            height: unset;
        }

            .bundles-Packages-CardsDiv > div:last-child > div {
                flex-direction: column;
            }

        .bundles-Packages-CardsDiv > div:first-child > div {
            width: 100%;
            padding: 0px 15px;
        }

    .bundles-PackagesCard {
        width: 100%;
        height: 87px;
    }

    .bundles-Packages-CardsDiv > div > div {
        padding: 0px 15px;
    }

    .bundles-PackagesCard > div {
        display: none;
    }

    .bundles-PackagesCard > span {
        font-size: 24px;
        font-weight: 400;
    }

    .bundles-Packages-CoverSection img {
        width: 100%;
        padding: 0px 15px;
    }

    .bundles-PackagesCard-Mobile {
        background-color: #505254;
        display: flex;
        align-items: center;
        border-radius: 8px;
        flex-direction: column;
        padding: 20px 0px;
    }

        .bundles-PackagesCard-Mobile > div {
            width: 100%;
        }

        .bundles-PackagesCard-Mobile > span {
            font-size: 24px;
            font-weight: 400;
            color: var(--white);
        }

    .bundles-PackagesCard-Mobile-MainDiv > div:first-child {
        height: 90px;
        width: 100%;
        background: #F9F9F9;
        border-left: 1px solid #F9F9F9;
        border-right: 1px solid #F9F9F9;
        overflow: hidden;
        position: relative;
    }

        .bundles-PackagesCard-Mobile-MainDiv > div:first-child > div {
            margin: 0 auto;
            width: 70%;
            height: 170px;
            background: #50CEA8;
            filter: blur(9px);
            transform: translateY(-50px);
        }

        .bundles-PackagesCard-Mobile-MainDiv > div:first-child > span {
            font-size: 30px;
            color: var(--white);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
            text-align: center;
        }

    .bundles-PackagesCard-Mobile-MainDiv ul {
        width: 80%;
        margin: 0 auto;
        padding: 0px 10px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .bundles-PackagesCard-Mobile-MainDiv li {
        color: var(--white);
        font-size: 12px;
        font-weight: 700;
        list-style-type: disc
    }

    .bundles-PackagesCard-Button {
        margin-right: 50%;
        transform: translateX(50%);
    }

    /* check out styles*/


    .bundles-packageCheckOut-Convert,
    .bundles-packageCheckOut-Convert:hover {
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
    }


    .bundlesPackagesContainer {
        padding: 0px 15px;
    }

    .bundles-packageCheckOut {
        height: unset;
    }

        .bundles-packageCheckOut > div:first-child {
            width: 95%;
            height: unset;
        }

        .bundles-packageCheckOut > div:nth-child(2) {
            flex-direction: column;
            gap: 30px;
        }

            .bundles-packageCheckOut > div:nth-child(2) > span {
                text-align: center;
                height: 28px;
                font-size: 15px;
            }

        .bundles-packageCheckOut > div:nth-child(3) > span:first-child {
            display: none;
        }

        .bundles-packageCheckOut > div:nth-child(3) > div {
            width: 70%;
        }

        .bundles-packageCheckOut > div:nth-child(3) > span:last-child {
            color: var(--white);
            right: 50%;
        }

    .bundles-packageCheckOut-buyNowButton {
        width: 200px;
    }

    .bundles-packageCheckOut > div:nth-child(4) {
        justify-content: center;
    }

    /*Starts of Add users Page*/





    .bundles-addUsers-HeaderDiv {
        height: 50px;
        margin-bottom: 30px;
    }

    .bundles-addUsers-NotesDiv {
        height: unset;
        margin-bottom: 80px;
        padding: 10px 20px;
    }

    .bundles-addUsers-UserTable {
        padding: 0px;
        display: flex;
        flex-direction: column;
    }

        .bundles-addUsers-UserTable > div:nth-child(3) {
            justify-content: center;
        }

    .bundle-addUsers-InviteAll {
        width: 256px;
        height: 41px;
    }

    .bundles-addUsers-UserTable > div:last-child {
        width: 100%;
        height: unset;
    }

    .bundles-addUsers-UserTable > div:nth-child(3) {
        margin-top: 20px;
        margin-bottom: 25px;
        order: 3;
    }

    .bundles-addUsers-InputSection-manually {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0px;
    }

        .bundles-addUsers-InputSection-manually > div:first-child,
        .bundles-addUsers-InputSection-manually > div:last-child {
            width: 100%;
        }

        .bundles-addUsers-InputSection-manually > div:nth-child(2),
        .bundles-addUsers-InputSection-manually > div:nth-child(3) {
            width: 48%;
        }

    .bundle-addUsers-InviteAll,
    .bundle-addUsers-InviteAll:hover {
        width: 100%;
        height: 41px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .bundles-addUsers-InputSection-Excel {
        padding: 0px;
    }

        .bundles-addUsers-InputSection-Excel > img {
            display: block;
            margin-bottom: 0px;
        }

        .bundles-addUsers-InputSection-Excel > span:last-of-type {
            margin-bottom: 40px;
            width: 100%;
            white-space: pre-wrap;
            text-align: justify;
        }


        .bundles-addUsers-InputSection-Excel > div > span:first-child,
        .bundles-addUsers-InputSection-Excel > div > span:nth-of-type(2) {
            display: none;
        }

    .bundles-addUsersDragAndDrop-Container {
        width: 100%;
        height: unset;
        border: none;
    }

    .bundle-addUsers-excelFileUpload, .bundle-addUsers-excelFileUpload:hover {
        background: #145189;
    }

    /* custom Bundle Form*/
    .bundles-customBundleForm > div {
        gap: 0px;
        align-items: flex-start;
        flex-direction: column;
    }

    .bundles-customBundleForm {
        width: 100%;
        padding: 0px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    /* Dashboard */
    .bundles-dashboard-mainDiv > div {
        flex-direction: column;
    }

        .bundles-dashboard-mainDiv > div > div:first-child {
            width: 100%;
        }

        .bundles-dashboard-mainDiv > div > div:last-child {
            width: 100%;
        }

    .bundle-bundleDashboard-userSearch > span:last-child {
        display: none;
    }

    .bundle-bundleDashboard-userSearch > span:first-child {
        width: 100px;
    }

    .bundle-bundleDashboard-infoMainDiv {
        flex-direction: column;
    }

        .bundle-bundleDashboard-infoMainDiv > div:first-child {
            width: 100%;
            display: flex;
            gap: 10px;
        }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:first-child {
                padding: 10px;
                height: 50%;
                margin: 0px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type {
                width: 45%;
            }

                .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > span {
                    width: 90%;
                }

            .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:last-of-type {
                padding: 0px;
            }

        .bundle-bundleDashboard-infoMainDiv > div:last-child {
            width: 100%;
            padding: 0px 10px;
        }

    .bundle-bundleDashboard-infoMainDiv-sectionLine {
        display: none !important;
    }



    .bundles-bundleDashboard-courseCard > div:last-child {
        gap: 0px;
        flex-direction: column;
    }

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child > div:first-child span {
        font-size: 12px;
    }

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:last-child {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 55%;
    }

    .bundle-bundleDashboard-infoMainDiv > div:last-child > span {
        display: none;
    }

    .bundles-bundleDashboard-courseCard > div:last-child {
        width: 75%;
    }

        .bundles-bundleDashboard-courseCard > div:last-child > span:first-child {
            width: 100%;
            text-align: center;
        }

        .bundles-bundleDashboard-courseCard > div:last-child > div {
            width: 90% !important;
        }

    .bundle-dashboard-progressChart {
        width: 30% !important;
    }

    .bundle-bundleDashboard-userSearch > span:first-child {
        font-size: 11px;
    }

    .bundles-dashboard-mainDiv > div > div:first-child > div:last-child {
        height: unset;
    }

    .bundle-bundleDashboard-userSearch > div {
        width: 100%;
    }

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type {
        min-height: unset;
    }
}

@media screen and (max-width: 425px) {

    .bundles-Packages-RecommendedBundles {
        padding: 0px;
        padding-top: 10px;
    }

    .CourcesCard {
        width: 140px !important;
    }

    .bundles-Packages-RecommendedBundles img {
        object-fit: contain !important
    }


    .bundles-Landingpage-BundleContent > div:nth-of-type(3) > span {
        top: 60%;
    }

    .bundle-dashboard-progressChart {
        width: 67% !important;
    }

    .bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span {
        left: 52%;
        top: 59%;
    }

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button, bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button:hover {
        font-size: 9px;
    }

    .bundles-bundleDashboard-courseCard > div:last-child > p {
        width: 90%;
    }

    .bundles-dashboard-mainDiv > div > div:last-child > div:last-of-type > span {
        font-size: 10px;
    }
}

@media screen and (max-width: 375px) {
    .bundles-Packages-RecommendedBundles {
        padding-left: 0;
        padding-right: 0
    }

    .CourcesCard {
        width: 140px !important;
    }
}

@media screen and (max-width: 320px) {

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > div {
        width: 90px;
        height: 90px;
    }

    .CourcesCard {
        width: 140px !important;
    }

    .bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span {
        position: absolute;
        left: 50%;
        top: 53%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-weight: 700;
        height: 70px;
    }

    .bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button, bundle-bundleDashboard-infoMainDiv > div:first-child > div:first-of-type > button:hover {
        background: #145189;
        width: 95px;
        height: 25px;
        color: var(--white);
        border-radius: 3px;
        font-size: 8px;
    }

    .bundles-dashboard-mainDiv > div > div:first-child > div:last-child > span > div > span {
        font-size: 25px;
        font-weight: 700;
    }
}

@media screen and (max-width: 280px) {
    .iDfeOS {
        margin: 0
    }
}

.cardAnimation {
    animation: cardAnimation 0.5s ease-in;
}

@keyframes cardAnimation {
    from {
        height: 0px;
    }
}

@keyframes progressAnimation {
    from {
        width: 0px;
    }
}
