@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/BannerShimmer.razor.rz.scp.css */

.Bannershimmer[b-e3dnyzanlv]{
    width:100%;
}

.shimmerBG[b-e3dnyzanlv] {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-e3dnyzanlv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height:500px;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer-b-e3dnyzanlv {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}
  
/* /Components/CategoryCard.razor.rz.scp.css */
.items3[b-ygw3zjh3bz] {
    width: 100%;
    cursor: pointer;
    transition:transform 0.5s;
}

    .items3:hover[b-ygw3zjh3bz]{
        transform:scale(1.04);
    }

    .explore-card[b-ygw3zjh3bz] {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 214px;
        padding: 10px;
        text-align: center;
        margin: 10px 0px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        border-radius: 4px;
    }

    .explore-card .title[b-ygw3zjh3bz] {
        word-wrap: break-word;
        margin-bottom: 10px;
    }

        .explore-card .title span[b-ygw3zjh3bz] {
            color: #fff;
            font-size: var(--f3);
        }

        .explore-card .title p[b-ygw3zjh3bz] {
            color: #fff;
            font-size: var(--f2);
        }


@media screen and (max-width: 576px){
    .items3[b-ygw3zjh3bz] {
        width: 100%;
    }

    .explore-card[b-ygw3zjh3bz] {
        width: 100%;
        height: 140px;
    }

        .explore-card .title span[b-ygw3zjh3bz] {
            font-size: 12px;
        }

        .explore-card .title p[b-ygw3zjh3bz] {
            font-size: 11px;
            margin-top: 5px;
        }

        .explore-card .title[b-ygw3zjh3bz]{
            margin-bottom:0px;
            line-height:16px;
        }
}
/* /Components/CategoryCardShimmer.razor.rz.scp.css */

.shimmerBG[b-v8cxshocyb] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-v8cxshocyb;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 213px;
    width: 100%;
    margin: 11px 0px;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer-b-v8cxshocyb {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}
/* /Components/CertificateCard.razor.rz.scp.css */

.items4[b-vffp0ghhp3] {
    margin: 10px;
    transition: transform 0.5s;
}

.items4:hover[b-vffp0ghhp3] {
    transform: scale(1.04);
}

.explore-card2[b-vffp0ghhp3] {
    cursor:pointer;
    height: 250px;
    padding: 10px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0px 4px 14px #00000017;
    background: transparent linear-gradient(180deg, #D6EEFF 0%, #FEFFFF 100%) 0% 0% no-repeat padding-box;
}

    .explore-card2 .title[b-vffp0ghhp3] {
        word-wrap: break-word;
    }

        .explore-card2 .title > img[b-vffp0ghhp3] {
            width: 150px;
            margin: auto;
            padding-bottom: 10px;
        }

        .explore-card2 .title p[b-vffp0ghhp3] {
            color: #393A45;
            font-weight: 600;
            font-size: 16px;
            margin-top: 10px;
        }


@media screen and (max-width: 576px) {
    .explore-card2[b-vffp0ghhp3] {
        height: 200px !important;
        background-size: 100%;
    }

        .explore-card2 .title span[b-vffp0ghhp3] {
            font-size: 12px !important;
        }

        .explore-card2 .title p[b-vffp0ghhp3] {
            font-size: 11px;
        }

        .explore-card2 .title[b-vffp0ghhp3] {
            margin-bottom: 5px !important;
        }

            .explore-card2 .title p[b-vffp0ghhp3] {
                font-size: 13px !important;
            }

            .explore-card2 .title > img[b-vffp0ghhp3] {
                width: 130px !important;
                padding-bottom: 0px !important;
            }
}
/* /Components/CertificateCardShimmer.razor.rz.scp.css */

.shimmerBG[b-f2mn0pbli1] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-f2mn0pbli1;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 250px;
    width: 100%;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer-b-f2mn0pbli1 {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}
/* /Components/HorizontalCardShimmer.razor.rz.scp.css */

.shimmerBG[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 121px;
    width: 94%;
    margin: 10px 0px 0px 10px;
}

.shimmerBG1[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 18px;
    width: 40%;
}

.shimmerBG2[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 21px;
    width: 231px;
}

.shimmerBG3[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 21px;
    width: 50%;
}


.shimmerBG4[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 18px;
    width: 50%;
}

.shimmerBG5[b-4a5nu4ezdz] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-4a5nu4ezdz;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 17px;
    width: 100%;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer-b-4a5nu4ezdz {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}
/* /Components/HorizontalCourseCard.razor.rz.scp.css */

.mylearning-cards[b-0pejdihuzv] {
    /*width: 370px;*/
    margin: 10px 6px 18px 5px;
    cursor: pointer;
}

.mycourseshome1 > ul > li > .mylearning-cards[b-0pejdihuzv] {
    width: 370px;
    margin-right: 20px;
}

.card-size[b-0pejdihuzv] {
    height: 110px;
    margin: 10px 0px 10px 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .card-size img[b-0pejdihuzv] {
        width: 20px !important;
        position: absolute;
        right: 10px;
        top: 10px;
    }


.card[b-0pejdihuzv] {
    box-shadow: 0px 2px 8px #00000017;
    border: none;
    transition: transform 0.5s;
}

    .card:hover[b-0pejdihuzv]{
        transform:scale(1.04);
    }

    .card .card-body h6[b-0pejdihuzv] {
        overflow: hidden;
        font-size: 16px;
        color: #393A45;
    }

.card-text > small[b-0pejdihuzv] {
    font-size: 12px;
}

.card .card-body h5[b-0pejdihuzv] {
    font-size: 14px;
    font-weight: bold;
    color: #393A45;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.5em;
    height: 1.5em;
    margin-bottom:3px;
}

.card .card-body div[b-0pejdihuzv] {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .card .card-body div > p[b-0pejdihuzv] {
        font-size: var(--f2);
        width: 100%;
    }

    .card .card-body div > span[b-0pejdihuzv] {
        font-size: var(--f2);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .card .card-body div > span > img[b-0pejdihuzv] {
            width: 12%;
            margin-right: 5px;
        }

.rec-video[b-0pejdihuzv] {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px;
}

    .rec-video img[b-0pejdihuzv] {
        width: 8% !important;
    }

    .rec-video span[b-0pejdihuzv] {
        margin-left: 5px;
        font-size: 10px;
        color: #878787;
    }


.progress-bar[b-0pejdihuzv] {
    background-color: none;
    background-image: linear-gradient(to right, #fec739, #f78b2c);
}

#progress[b-0pejdihuzv] {
    background-color: rgb(159, 191, 217);
    margin-top: 10px;
}

#progress-bar[b-0pejdihuzv] {
    background-color: #03579c !important;
    background-image: none;
}

.upcoming-footer[b-0pejdihuzv] {
    border-top: 1px solid #e7e7ea;
    padding: 16px 16px;
}

    .upcoming-footer .upcoming-timing[b-0pejdihuzv] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .upcoming-footer .upcoming-timing p[b-0pejdihuzv] {
            font-size: 12px;
            color: #878787;
        }

        .upcoming-footer .upcoming-timing button[b-0pejdihuzv] {
            background-color: #fff;
            font-size: var(--f2);
            color: #52534f;
        }

            .upcoming-footer .upcoming-timing button:hover[b-0pejdihuzv] {
                opacity: 1;
            }

        .upcoming-footer .upcoming-timing #cancelled[b-0pejdihuzv] {
            color: red;
        }

        .upcoming-footer .upcoming-timing #get-started[b-0pejdihuzv] {
            color: rgb(132, 60, 229);
        }

    .upcoming-footer .mycoursesclass[b-0pejdihuzv] {
        font-weight: 500;
    }

.ongoing[b-0pejdihuzv] {
    color: #FCA02B !important;
    font-weight: 500;
    font-size: 12px !important;
}

.completed[b-0pejdihuzv] {
    font-weight: 500;
    font-size: 12px !important;
    color: #439C46 !important;
}

.upcoming[b-0pejdihuzv] {
    color: #2969C9 !important;
    font-weight: 500;
    font-size: 12px !important;
}

.tobestarted[b-0pejdihuzv] {
    color: #9E84D8 !important;
    font-size: 12px !important;
    font-weight: 500;
}

.myCourseTag[b-0pejdihuzv] {
    font-size: 13px;
    overflow: hidden;
    font-weight:bold;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.5em;
    height: 1.5em !important;
    margin-bottom:3px;
}

@media screen and (max-width:576px) {
    .mylearning-cards[b-0pejdihuzv] {
        width: 98%;
        margin: 5px;
    }

    #Mycourseshome li > .mylearning-cards[b-0pejdihuzv] {
        margin-bottom: 20px;
    }
    .card-size img[b-0pejdihuzv] {
        top: 27px !important;
    }

    .card-size[b-0pejdihuzv] {
        height: 100px;
        margin: 10px 0px 10px 10px;
    }

    .card .card-body h5[b-0pejdihuzv] {
        font-size: 13px;
    }

    .card-body[b-0pejdihuzv] {
        padding: 10px;
    }

}
/* /Components/LanguageCard.razor.rz.scp.css */
.items3[b-ygau1c57q0] {
    width: 100%;
    cursor: pointer;
    transition: transform 0.5s;
}

.items3:hover[b-ygau1c57q0] {
    transform: scale(1.04);
}

.explore-card[b-ygau1c57q0] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 214px;
    padding: 10px;
    text-align: center;
    margin: 10px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
}

   

    .explore-card .title[b-ygau1c57q0] {
        word-wrap: break-word;
        margin-bottom: 10px;
    }

        .explore-card .title span[b-ygau1c57q0] {
            color: #fff;
            font-size: var(--f3);
        }

        .explore-card .title p[b-ygau1c57q0] {
            color: #fff;
            font-size: var(--f2);
        }


@media screen and (max-width: 576px){
    .explore-card[b-ygau1c57q0] {
        width: 100%;
        height: 140px;
    }

        .explore-card .title span[b-ygau1c57q0] {
            font-size: 12px;
        }

        .explore-card .title[b-ygau1c57q0]{
            margin-bottom:0px;
        }

        .explore-card .title p[b-ygau1c57q0] {
            font-size: 11px;
        }
}
/* /Components/LoginSessionConfirmationModal.razor.rz.scp.css */
.alertShowing .modal-header[b-kdg077ncxn] {
    display:block;
}

.loginConfirmation[b-kdg077ncxn]{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

    .loginConfirmation div:nth-child(2) > button[b-kdg077ncxn] {
        border: 1px solid rgba(0, 0, 0, 0.23);
        padding:5px 20px;
        font-size:13px;
        font-weight:500;
        background-color:#fff;
        transition:all 0.3s ease;
    }

 .loginContent[b-kdg077ncxn]{
        margin-bottom:15px;
    }

    .loginContent .alreadyLogin[b-kdg077ncxn] {
        text-align: center;
        color: black;
        text-align: center;
        font-size: 19px;
        font-weight: 500;
    }

    .loginContent .alreadyLogin1[b-kdg077ncxn] {
        color: rgb(113, 111, 111);
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

.loginConfirmation1 .deviceLogins > img[b-kdg077ncxn] {
    width: 40px;
    height:40px;
    margin-right:15px;
}

.loginConfirmation1 .deviceLogins[b-kdg077ncxn]{
    display:flex;
    align-items:center;
}
/* /Components/VdoPlayerV2.razor.rz.scp.css */
.player-container[b-2yc5jetcn5] {
    position: relative;    
    width: 100%;
    height: 400px;
    background-image: url('/Images/player_default.png');
    background-size:contain;
    background-repeat:no-repeat;
}
.language-button[b-2yc5jetcn5] {
   /* position: absolute;
    bottom: 18px;
    right: 7rem;*/
    background-color: transparent;
    /*background-image:url('/Images/svg/lang.svg');*/
   /* background-repeat:no-repeat;
    background-size:cover;*/
    border: none;
    color: white;
    /*padding: 6px 8px;*/
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height:20px;
    display:flex;
    align-items:center;
}

.courseLanguage[b-2yc5jetcn5]{
    width:20px;
}

.languageSelection[b-2yc5jetcn5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.langText[b-2yc5jetcn5] {
    /* position: absolute;
    bottom: 20px;
    right: 3rem;*/
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    color: #fff;
    margin-bottom: 4px;
    margin-left: 5px;
}

.dropdown-menu[b-2yc5jetcn5] {
    background-color: #2e2e2eb5;
    bottom: 10px !important;
    min-width: 120px !important;
}


.dropdown-menu li > a[b-2yc5jetcn5]{
    color:#fff !important;
    font-size:12px !important;
}

    .dropdown-menu li > a > div[b-2yc5jetcn5]{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .dropdown-menu li > a:hover[b-2yc5jetcn5] {
        background-color: #2e2e2ed4 !important;
    }

    .dropdown-menu li:hover[b-2yc5jetcn5] {
        background-color: #2e2e2ed4 !important;
    }

.videoLanguage[b-2yc5jetcn5] {
    position: absolute;
    bottom: 10px;
    right: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media only screen and (max-width:576px){
    .player-container[b-2yc5jetcn5] {
        height: 208px;
        width: 100%;
    }

    .language-button[b-2yc5jetcn5]{
        padding:0px;
        width:72px;
    }

    .langText[b-2yc5jetcn5]{
        font-size:10px;
    }

    .videoLanguage[b-2yc5jetcn5]{
        right:50px;
    }
}
/* /Components/VerticalCardShimmer.razor.rz.scp.css */
.sellingcard-head[b-9xdyhfi8pv]{
    height:150px;
}

.shimmerBG[b-9xdyhfi8pv] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-9xdyhfi8pv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 150px;
}

.shimmerBG1[b-9xdyhfi8pv] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-9xdyhfi8pv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 3rem;
    width:100%;
}

.shimmerBG2[b-9xdyhfi8pv] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-9xdyhfi8pv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 21px;
    width: 35%;
}

.shimmerBG3[b-9xdyhfi8pv] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-9xdyhfi8pv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 21px;
    width: 55%;
}

.shimmerBG4[b-9xdyhfi8pv] {
    animation-duration: 10.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer-b-9xdyhfi8pv;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    height: 21px;
    width: 80%;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer-b-9xdyhfi8pv {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}
  
/* /Components/VerticalCourseCard.razor.rz.scp.css */

.sellingcard[b-fm8pm8d61y] {
    box-shadow: 0px 2px 8px #00000017;
    margin: 10px;
    border-radius: 4px;
    transition: transform .5s;
}

    .sellingcard:hover[b-fm8pm8d61y]{
        transform:scale(1.04);
    }

    .sellingcard-head[b-fm8pm8d61y] {
        position: relative;
        /*background-image: url(../Images/pexels-craig-adderley-1563355.jpg);*/
        width: 100%;
        height: 150px;
        /*background-position: center;*/
        background-size: 100%;
        /*background-repeat: no-repeat;*/
        border-radius: 4px 4px 0px 0px;
    }


.sellingcard .sellingcard-head img[b-fm8pm8d61y] {
    /*height: 140px;*/
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.sellingcard .sellingcard-body[b-fm8pm8d61y] {
    padding: 10px 15px;
    height: 185px;
    position: relative;
}

.sellingcard .tags[b-fm8pm8d61y] {
    position: absolute;
    top: -5px;
    right: 14px;
    text-align: center;
    width: 22%;
    line-height: 10px;
}

    .sellingcard .tags > .tags-img[b-fm8pm8d61y] {
        width: 45%;
        margin: auto;
    }

    .sellingcard .tags .tag-span[b-fm8pm8d61y] {
        font-size: 9px;
        letter-spacing: 1px;
    }

.sellingcard .sellingcard-body div > img[b-fm8pm8d61y] {
    width: 6%;
    margin-right: 5px;
}

.sellingcard .sellingcard-body h6[b-fm8pm8d61y] {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sellingcard .sellingcard-body .tutorname[b-fm8pm8d61y] {
    font-size: var(--f3);
    margin-bottom: 5px;
}

    .sellingcard .sellingcard-body .tutorname:hover[b-fm8pm8d61y] {
        text-decoration: underline;
    }

.sellingcard .sellingcard-body .sessiontiming[b-fm8pm8d61y] {
    font-size: var(--f3);
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

    .sellingcard .sellingcard-body .sessiontiming > img[b-fm8pm8d61y] {
        width: 20px;
        margin-right: 8px;
    }

.sellingcard .sellingcard-body .sellinglanguage[b-fm8pm8d61y] {
    padding: 5px 0px;
}

    .sellingcard .sellingcard-body .sellinglanguage p[b-fm8pm8d61y] {
        font-size: var(--f2);
    }

.sellingcard .sellingcard-body div > span[b-fm8pm8d61y] {
    font-size: var(--f3);
}


.sellingcard a[b-fm8pm8d61y] {
    text-decoration: none;
    color: #1c1a1a;
}

.heart[b-fm8pm8d61y] {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    width: 12% !important;
    z-index: 999;
    background-color: transparent;
}

.cardfixture[b-fm8pm8d61y] {
    background-size: cover;
    background-position-x:center;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
}


@media screen and (max-width:576px){
    .sellingcard .sellingcard-body .sellinglanguage p[b-fm8pm8d61y]{
        text-overflow:ellipsis;
        overflow:hidden;
    }

    .sellingcard .sellingcard-body[b-fm8pm8d61y] {
        padding: 10px;
    }

        .sellingcard .sellingcard-body h6[b-fm8pm8d61y] {
            font-size: 14px;
        }

        .sellingcard .sellingcard-body .tutorname[b-fm8pm8d61y] {
            font-size: 12px;
        }

        .sellingcard .sellingcard-body .sessiontiming[b-fm8pm8d61y] {
            font-size: 13px;
        }

        .sellingcard .sellingcard-body div > img[b-fm8pm8d61y] {
            width: 6%;
        }

        .sellingcard .sellingcard-body div > span[b-fm8pm8d61y] {
            font-size: 12px;
        }

    .sellingcard .sellingcard-body[b-fm8pm8d61y] {
        height: 175px;
    }

    .sellingcard .sellingcard-head[b-fm8pm8d61y] {
        height: 115px;
    }

        .sellingcard .sellingcard-head img[b-fm8pm8d61y] {
            border-radius: 4px;
        }

    .sellingcard[b-fm8pm8d61y] {
        margin: 7px 4px 10px 6px;
        /*width: 100%;*/
    }
        .sellingcard .tags[b-fm8pm8d61y] {
            right: 0px;
            width: 30%;
        }

            .sellingcard .tags .tag-span[b-fm8pm8d61y] {
                letter-spacing: 0px;
            }
    .heart[b-fm8pm8d61y] {
        position: absolute;
        top: 12px;
        right: 6px;
        cursor: pointer;
        width: 33px !important;
        z-index: 999;
    }

    .cardfixture[b-fm8pm8d61y] {
        height: 115px;
        background-size: 100%;
    }

    .sellinglanguage img[b-fm8pm8d61y] {
        width: 9% !important;
    }

}
/* /Pages/Account/ReSetPasswordPage.razor.rz.scp.css */
.login-mail[b-fuc7h2jhih]{
    margin-bottom:20px;
}

.login-mail .loginMail[b-fuc7h2jhih] {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-image: url(../Images/svg/lock.svg);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 5px 5px;
}

.login-password .loginMail[b-fuc7h2jhih] {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-image: url(../Images/svg/lock.svg);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 5px 5px;
}

.verification-label[b-fuc7h2jhih] {
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    width:100%;
    margin-bottom:20px;
}

.allowNotification[b-fuc7h2jhih]{
    margin-top:5px;
    margin-left:5px;
}

    .allowNotification .form-check .form-check-input[b-fuc7h2jhih] {
        border-radius: 4px !important;
        box-shadow: none !important;
        border: 1px solid lightgrey;
        height:18px;
        width:18px;
    }

    .allowNotification .form-check .form-check-input:checked[b-fuc7h2jhih] {
        background-color: #f05e23 !important;
        border: 1px solid lightgrey;
        box-shadow: none;
        border-radius: 4px !important;
    }

.allowNotification .form-check .form-check-label[b-fuc7h2jhih]{
    font-size:13px;
}

.popupText[b-fuc7h2jhih]{
    font-size:18px;
    font-weight:500;
    text-align:center;
    margin:10px 0px 0px 0px; 
}

.register-footerV[b-fuc7h2jhih]{
    padding-top:15px;
}
/* /Pages/Account/SetPasswordPage.razor.rz.scp.css */
.login-mail[b-d2lbsfgjgx]{
    margin-bottom:20px;
}

.login-mail .loginMail[b-d2lbsfgjgx] {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-image: url(../Images/svg/lock.svg);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 5px 5px;
}

.login-password .loginMail[b-d2lbsfgjgx] {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    border-radius: 4px;
    background-image: url(../Images/svg/lock.svg);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 5px 5px;
}

.verification-label[b-d2lbsfgjgx] {
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    width:100%;
    margin-bottom:20px;
}

.allowNotification[b-d2lbsfgjgx]{
    margin-top:10px;
    margin-left:5px;
}

    .allowNotification .form-check .form-check-input[b-d2lbsfgjgx] {
        border-radius: 4px !important;
        box-shadow: none !important;
        border: 1px solid lightgrey;
        height:18px;
        width:18px;
    }

    .allowNotification .form-check .form-check-input:checked[b-d2lbsfgjgx] {
        background-color: #f05e23 !important;
        border: 1px solid lightgrey;
        box-shadow: none;
        border-radius: 4px !important;
    }

.allowNotification .form-check .form-check-label[b-d2lbsfgjgx]{
    font-size:13px;
}

.popupText[b-d2lbsfgjgx]{
    font-size:18px;
    font-weight:500;
    text-align:center;
    margin:10px 0px 0px 0px; 
}

.register-footerV[b-d2lbsfgjgx]{
    padding-top:15px;
}
/* /Pages/LearningPath/LearningPathPage.razor.rz.scp.css */
.learningpath[b-f2tz6cn39j] {
    background-image: linear-gradient(#DBE8F1, #FFFFFF);
    /*    height: calc(100vh - 68px);*/
    padding-top: 20px;
    margin-bottom: 40px;
}

.generalhead[b-f2tz6cn39j] {
    position: relative;
}

    .generalhead div:nth-child(2) > img[b-f2tz6cn39j] {
        padding: 20px;
        width: 60%;
        margin: auto;
    }

    .generalhead div:nth-child(1) > a[b-f2tz6cn39j] {
        color: #707070;
    }

.generalhead-right[b-f2tz6cn39j] {
    padding: 20px;
}

    .generalhead-right h4[b-f2tz6cn39j] {
        color: #3F3F3F;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .generalhead-right p[b-f2tz6cn39j] {
        color: #3F3F3F;
        font-weight: 500;
        font-size: 16px;
        margin: 20px 0px;
    }

    .generalhead-right div > label[b-f2tz6cn39j] {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: bold;
    }

    .generalhead-right div > .form-select[b-f2tz6cn39j] {
        font-size: 14px;
        width: 50%;
        margin-top: 10px;
        background-color: #F6F9FC;
    }

        .generalhead-right div > .form-select:focus[b-f2tz6cn39j] {
            box-shadow: none;
            outline: none;
            border: 1px solid #D7E2EF;
        }

.distributed[b-f2tz6cn39j] {
    padding: 20px 40px 20px 60px;
    /*background-image: linear-gradient(#DBE8F1, #FFFFFF);*/
    background-color: #e2ecf3;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 20px;
    border: 1px solid #DEE8F3;
    position: relative;
}

.distributed1[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
    /*padding:0px 10px 0px 10px;*/
    justify-content: start;
}

    .distributed1 img[b-f2tz6cn39j] {
        padding: 10px;
        margin-right: 10px;
    }

    .distributed1 h6[b-f2tz6cn39j] {
        color: #525252;
        font-size: 18px;
        font-weight: bold;
    }

.courselisting[b-f2tz6cn39j] {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    border-left: 3px dashed #2E7FB8;
}


.enhancing[b-f2tz6cn39j] {
    margin-top: 40px;
    background-color: #fff;
    /*box-shadow: 0px 1px 2px #00000029;*/
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    border-left: 3px dashed #2E7FB8;
}

.courselisting1[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
    justify-content: space-between;
}

.courselisthead[b-f2tz6cn39j] {
    position: absolute;
    left: -27px;
    top: 0px;
    background-color: #fff;
}

.courselisting1.active .courselisthead > img[b-f2tz6cn39j] {
    transform: rotate(45deg);
}

.arrowdown[b-f2tz6cn39j]:after {
    content: '';
    position: absolute;
    width: 0;
    top: 40px;
    left: 10px;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2E7FB8;
}

.courselisting1 div:nth-child(1)[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
}

    .courselisting1 div:nth-child(1) > .courselisthead[b-f2tz6cn39j] {
        box-shadow: 0px 1px 2px #00000029;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        color: #808386;
        font-size: 18px;
        font-weight: 600;
        border: 7px solid #2E7FB8;
    }

    .courselisting1 div:nth-child(1) > span:nth-child(2)[b-f2tz6cn39j] {
        color: #3F3F3F;
        font-weight: bold;
        font-size: 15px;
        margin-left: 30px;
    }

.courselisting1 div:nth-child(2)[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
}

    .courselisting1 div:nth-child(2) > p[b-f2tz6cn39j] {
        color: #222222;
        font-size: 14px;
        font-weight: 500;
    }

    .courselisting1 div:nth-child(2) > span[b-f2tz6cn39j] {
        font-size: 15px;
        margin-right: 10px;
        color: #439C46;
        font-weight: 500;
    }

    .courselisting1 div:nth-child(2) > img[b-f2tz6cn39j] {
        width: 18px;
        height: 18px;
    }

.courselisting2[b-f2tz6cn39j] {
    /*margin: 15px 20px 10px 60px;*/
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



.spacing[b-f2tz6cn39j] {
    padding: 12px 13px !important;
}

.courselisting2 div[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin: 15px 20px 10px 60px;
}

    .courselisting2 div > .enrollnow[b-f2tz6cn39j] {
        background-color: #FFCBB6;
        font-size: 12px;
        padding: 8px 14px;
        color: #222222;
        text-align: center;
        border-radius: 2px;
        font-weight: 500;
        width: 125px;
    }

        .courselisting2 div > .enrollnow:hover[b-f2tz6cn39j] {
            opacity: 0.7;
        }

.resumelearn[b-f2tz6cn39j] {
    background-color: #3A78D5;
    font-size: 12px;
    padding: 8px 14px;
    color: #ffff !important;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    width: 125px;
}

    .resumelearn:hover[b-f2tz6cn39j] {
        opacity: 0.7;
    }

.startLearn[b-f2tz6cn39j] {
    background-color: #3A78D5;
    font-size: 12px;
    padding: 8px 14px;
    color: #ffff !important;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    width: 125px;
}

    .startLearn:hover[b-f2tz6cn39j] {
        opacity: 0.7;
    }

.enrollnow[b-f2tz6cn39j] {
    background-color: #FFCBB6;
    font-size: 12px;
    padding: 8px 14px;
    color: #222222;
    font-weight: 500;
    width: 125px;
}

.enrollnow1[b-f2tz6cn39j] {
    background-color: #fff;
    font-size: 13px;
    padding: 8px 14px;
    color: #222222;
    font-weight: 500;
    border: 2px solid #FFCBB6;
    width: 125px;
}

.taketest[b-f2tz6cn39j] {
    background-color: #B7CAE1;
    font-size: 13px;
    padding: 8px 14px;
    color: #222222;
    font-weight: 500;
    width: 125px;
}

.completed[b-f2tz6cn39j] {
    background-color: #ADFFB0;
    font-size: 13px;
    padding: 8px 14px;
    color: #222222;
    font-weight: 500;
    width: 125px;
}

.courselisting2 div > span[b-f2tz6cn39j] {
    font-size: 14px;
    font-weight: 500;
    color: #3F3F3F;
}

.courselistspacing[b-f2tz6cn39j] {
    padding: 10px 20px 10px 20px !important;
}

.design[b-f2tz6cn39j]:before {
    content: '';
    height: 100%;
    width: 1px;
    border-right: 3px dashed #2E7FB8;
    position: absolute;
}
.courselisting2 div > .enrollnow[b-f2tz6cn39j] {
    background-color: #FFCBB6;
    font-size: 12px;
    padding: 8px 14px;
    color: #222222;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    width: 125px;
}
@media only screen and (max-width:576px) {
    .generalhead-right[b-f2tz6cn39j] {
        padding: 0px;
    }

        .generalhead-right h4[b-f2tz6cn39j] {
            font-size: 18px;
            margin-bottom: 0px;
        }

        .generalhead-right p[b-f2tz6cn39j] {
            font-size: 14px;
            margin-top: 5px;
        }

        .generalhead-right div > label[b-f2tz6cn39j] {
            font-size: 18px;
        }

        .generalhead-right div > .form-select[b-f2tz6cn39j] {
            width: 100%;
            font-size: 12px;
        }

    .distributed[b-f2tz6cn39j] {
        padding: 10px 10px 10px 15px;
        margin-bottom: 0px;
    }

    .courselisting1 div:nth-child(1) > span:nth-child(2)[b-f2tz6cn39j] {
        font-size: 12px;
        margin-left: 7px;
        margin-right: 3px;
    }

    .courselisting1[b-f2tz6cn39j] {
        padding: 10px 10px 10px 20px;
        border-radius: 2px;
    }

        .courselisting1 div:nth-child(2) > span[b-f2tz6cn39j] {
            font-size: 12px;
            margin-right: 5px;
        }

        .courselisting1 div:nth-child(2) > img[b-f2tz6cn39j] {
            width: 14px;
            height: 14px;
        }

    .enrollnow[b-f2tz6cn39j] {
        font-size: 10px;
        width: 90px;
        padding: 8px 12px;
    }

    .courselisting2 div[b-f2tz6cn39j] {
        margin: 15px 10px 10px 10px;
        flex-wrap: wrap;
    }

        .courselisting2 div > span[b-f2tz6cn39j] {
            font-size: 12px;
            width: 100%;
            margin-bottom: 5px;
            text-align: center;
        }

        .courselisting2 div > .enrollnow[b-f2tz6cn39j] {
            font-size: 10px;
            width: 100%;
            padding: 8px 12px;
        }

    .taketest[b-f2tz6cn39j] {
        font-size: 10px;
        width: 90px;
        padding: 8px 12px;
    }

    .courselistspacing[b-f2tz6cn39j] {
        padding: 10px 10px 10px 20px !important;
    }

    .completed[b-f2tz6cn39j] {
        font-size: 10px;
        width: 100%;
        padding: 8px 12px;
    }

    .resumelearn[b-f2tz6cn39j] {
        width: 100%;
    }

    .startLearn[b-f2tz6cn39j] {
        width: 100%;
    }

    .courselisting1 div:nth-child(2) > p[b-f2tz6cn39j] {
        font-size: 10px;
        text-align:center;
    }

    .learningpath[b-f2tz6cn39j] {
        height: 100%;
        /*padding-bottom: 80px;*/
        margin-bottom:20px;
    }

    .enrollnow1[b-f2tz6cn39j] {
        width: 90px;
        font-size: 10px;
        padding: 8px 12px;
    }

    .distributed1[b-f2tz6cn39j] {
        padding: 0px;
    }

    .courselisting1 div:nth-child(1) > .courselisthead[b-f2tz6cn39j] {
        font-size: 12px;
        width: 40px;
        height: 40px;
    }

    .courselisthead[b-f2tz6cn39j] {
        left: -22px;
    }

    .arrowdown[b-f2tz6cn39j]:after {
        top: 30px;
        left: 5px;
    }

    .enhancecourse div:nth-child(1) > span:nth-child(2)[b-f2tz6cn39j] {
        font-size: 12px !important;
        margin-left: 7px !important;
        margin-right: 3px !important;
    }

    .enhancecourse[b-f2tz6cn39j] {
        padding: 10px 20px 10px 20px !important;
        border-radius: 2px !important;
    }

        .enhancecourse div:nth-child(2) > span[b-f2tz6cn39j] {
            font-size: 12px !important;
            margin-right: 5px !important;
        }

        .enhancecourse div:nth-child(2) > img[b-f2tz6cn39j] {
            width: 14px !important;
            height: 14px !important;
        }

        .enhancecourse div:nth-child(1) > .courselisthead[b-f2tz6cn39j] {
            font-size: 12px !important;
            width: 40px !important;
            height: 40px !important;
        }

        .enhancecourse div:nth-child(2) > p[b-f2tz6cn39j] {
            font-size: 12px !important;
        }

    .enhancecourse1 div[b-f2tz6cn39j] {
        margin: 15px 10px 10px 10px !important;
        flex-wrap: wrap !important;
    }

        .enhancecourse1 div > span[b-f2tz6cn39j] {
            font-size: 12px !important;
            width: 100% !important;
            margin-bottom: 5px !important;
            text-align: center !important;
        }

        .enhancecourse1 div > .enrollnow[b-f2tz6cn39j] {
            font-size: 10px !important;
            width: 100% !important;
            padding: 8px 12px !important;
        }
}

.learnAnytime[b-f2tz6cn39j] {
    font-size: 18px !important;
}

.enhancecourse[b-f2tz6cn39j] {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
    justify-content: space-between;
}

    .enhancecourse.active .courselisthead > img[b-f2tz6cn39j] {
        transform: rotate(45deg);
    }


    .enhancecourse div:nth-child(1)[b-f2tz6cn39j] {
        display: flex;
        align-items: center;
    }

        .enhancecourse div:nth-child(1) > .courselisthead[b-f2tz6cn39j] {
            box-shadow: 0px 1px 2px #00000029;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            color: #808386;
            font-size: 18px;
            font-weight: 600;
            border: 7px solid #2E7FB8;
        }

        .enhancecourse div:nth-child(1) > span:nth-child(2)[b-f2tz6cn39j] {
            color: #3F3F3F;
            font-weight: bold;
            font-size: 15px;
            margin-left: 30px;
        }

    .enhancecourse div:nth-child(2)[b-f2tz6cn39j] {
        display: flex;
        align-items: center;
    }

        .enhancecourse div:nth-child(2) > p[b-f2tz6cn39j] {
            color: #222222;
            font-size: 14px;
            font-weight: 500;
        }

        .enhancecourse div:nth-child(2) > span[b-f2tz6cn39j] {
            font-size: 15px;
            margin-right: 10px;
            color: #439C46;
            font-weight: 500;
        }

        .enhancecourse div:nth-child(2) > img[b-f2tz6cn39j] {
            width: 18px;
            height: 18px;
        }


.enhancecourse1[b-f2tz6cn39j] {
    /*margin: 15px 20px 10px 60px;*/
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


    .enhancecourse1 div[b-f2tz6cn39j] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        margin: 15px 20px 10px 60px;
    }

        .enhancecourse1 div > .enrollnow[b-f2tz6cn39j] {
            background-color: #FFCBB6;
            font-size: 12px;
            padding: 8px 14px;
            color: #222222;
            text-align: center;
            border-radius: 2px;
            font-weight: 500;
            width: 125px;
        }

            .enhancecourse1 div > .enrollnow:hover[b-f2tz6cn39j] {
                opacity: 0.7;
            }


        .enhancecourse1 div > span[b-f2tz6cn39j] {
            font-size: 14px;
            font-weight: 500;
            color: #3F3F3F;
        }

        @media only screen and (max-width:576px){
            .generalhead div:nth-child(2) > img[b-f2tz6cn39j]{
                width:50%;
            }
        }
/* /Pages/Playlist/PlayerPage.razor.rz.scp.css */
/* /Pages/Subscription/ChoosePackagePage.razor.rz.scp.css */

.Package[b-2dub6ba1zv] {
    background-color: #F8F8F8;
    padding:70px 0px;
}

.SubscriptioForm[b-2dub6ba1zv] {
    margin-bottom: 35px;
}

    .SubscriptioForm h1[b-2dub6ba1zv] {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }

.plain-card[b-2dub6ba1zv] {
    background-color: #fff;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 10px;
    border: none;
    padding: 0px 20px 0px 20px;
}

.plain-card-head p[b-2dub6ba1zv] {
    color: #757575;
    font-size:14px !important;
    margin-top:15px;
    margin-bottom:0px;
}

.strikePrice[b-2dub6ba1zv] {
    color: #F05E23 !important;
    margin:0px !important;
}

.validDays[b-2dub6ba1zv] {
    font-size: 13px;
    color: #8C8C8C;
    font-weight:normal !important;
}

.plain-card .plain-card-head[b-2dub6ba1zv]{
    border:none;
}

.plain-card-body[b-2dub6ba1zv] {
    background-color: #EEF5F7;
}

    .plain-card-body div:nth-child(1) > span[b-2dub6ba1zv] {
        color: #494B47;
        font-weight:bold;
        font-size:13px;
        margin-bottom:15px;
    }

.plain-card-body[b-2dub6ba1zv] {
    padding: 20px 15px 15px 15px;
}

.plain-card-check[b-2dub6ba1zv] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plain-card .plain-card-body .plain-card-check img[b-2dub6ba1zv] {
    width: 80%;
}

.plain-card-body p[b-2dub6ba1zv] {
    font-size: 12px;
    margin-bottom: 5px;
    color: #747572;
}

.Buycard-footer button[b-2dub6ba1zv] {
    border: 1px solid #F05E23;
    color: #F05E23;
    transition:all 0.3s ease;
}

    .Buycard-footer button:hover[b-2dub6ba1zv] {
        background-color: #F05E23;
        color:#fff;
    }

.plain-card-head > span[b-2dub6ba1zv]{
    font-weight:bold;
}

.SubConfirmationfooter[b-2dub6ba1zv] {
    text-align: center;
}

.SubConfirmationfooter .subCancel[b-2dub6ba1zv] {
    border: 1px solid lightgrey;
    background-color: transparent;
    color: #747572;
    padding: 5px 20px;
    font-size: 14px;
    margin-right: 10px;
}

.SubConfirmationfooter .subConfirm[b-2dub6ba1zv] {
    background-color: #F05E23;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
}

.SubConfirmation .SubConfirmationbody[b-2dub6ba1zv] {
    text-align: center;
    padding: 10px;
    background-color: #F5F5F5;
    width: 50%;
    margin: 14px auto;
}

.SubConfirmation .SubConfirmationtitle h6[b-2dub6ba1zv] {
    text-align: center;
    color: #494B47;
    font-size: 15px;
    font-weight: bold;
}
.SubConfirmation[b-2dub6ba1zv] {
    padding: 20px 10px;
}

.package[b-2dub6ba1zv] {
    font-weight: bold;
    color: #757575;
    font-size:14px;
}

.packageValid[b-2dub6ba1zv] {
    font-size: 12px;
    color: #8C8C8C;
}

.package1[b-2dub6ba1zv] {
    color: #757575;
    font-size:14px;
}

.package1 > span[b-2dub6ba1zv] {
    color: #2f445c;
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (max-width:576px){
    .Package[b-2dub6ba1zv]{
        padding:30px 0px;
    }

    .SubscriptioForm[b-2dub6ba1zv]{
        margin-bottom:20px;
    }

    .Buycard-footer button[b-2dub6ba1zv]{
        font-size:14px;
    }
}
/* /Pages/Subscription/SubscriptionVerification.razor.rz.scp.css */
.Buy-subscription[b-hvhq43poay]{
    margin-bottom:0px;
    padding:80px 0px;
}

.SubscriptioForm[b-hvhq43poay] {
    margin-bottom: 10px;
}

.SubscriptioForm img[b-hvhq43poay] {
    margin: auto;
    padding-bottom:10px;
}

.SubscriptioForm h1[b-hvhq43poay] {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.subscriptionPlan[b-hvhq43poay] {
    margin: auto;
    width: 25%;
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subscriptionPlanBody[b-hvhq43poay] {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

.subscriptionPlanHeader[b-hvhq43poay] {
    background-color: #03579C;
    padding: 25px 15px;
    border-radius:8px 8px 0px 0px;
}

    .subscriptionPlanHeader p[b-hvhq43poay]{
        color:#fff;
        font-size:15px;
        text-align:center;
    }

.subscriptionPlanBody div[b-hvhq43poay]{
    margin-bottom:15px;
}

.subscriptionPlanBody div > label[b-hvhq43poay] {
    width: 100%;
    color: #334856;
    font-weight: bold;
    margin-bottom: 5px;
    font-size:14px;
}

.SubConfirmation[b-hvhq43poay]{
    padding:20px 10px;
}

.SubscriptionNotes[b-hvhq43poay] {
    text-align: center;
    margin-top: 20px;
}

    .SubscriptionNotes span[b-hvhq43poay] {
        color: #334856;
        font-weight:bold;
        font-size:13px;
    }

    .SubscriptionNotes p[b-hvhq43poay] {
        color: #8493A0;
        font-size: 13px;
    }

.SubConfirmation .SubConfirmationtitle h6[b-hvhq43poay] {
    text-align: center;
    color: #494B47;
    font-size:15px;
    font-weight:bold;
}

.SubConfirmation .SubConfirmationbody[b-hvhq43poay] {
    text-align: center;
    padding: 10px;
    background-color: #F5F5F5;
    width:50%;
    margin:14px auto;
}

    .SubConfirmation .SubConfirmationbody div > label[b-hvhq43poay] {
        color: #898989;
        font-size:14px;
        font-weight:500;
    }

    .SubConfirmation .SubConfirmationbody div > span[b-hvhq43poay] {
        color: #292727;
        font-size:14px;
        font-weight:500;
    }

.SubConfirmationfooter[b-hvhq43poay]{
    text-align:center;
}

    .SubConfirmationfooter .subCancel[b-hvhq43poay] {
        border: 1px solid lightgrey;
        background-color: transparent;
        color: #747572;
        padding: 5px 20px;
        font-size: 14px;
        margin-right:10px;
    }

    .SubConfirmationfooter .subConfirm[b-hvhq43poay] {
        background-color: #F05E23;
        color: #fff;
        padding: 5px 20px;
        font-size: 14px;
    }

    @media only screen and (max-width:576px){
        .Buy-subscription[b-hvhq43poay]{
            padding:30px 0px;
        }

        .subscriptionPlan[b-hvhq43poay]{
            width:100%;
        }

        .SubscriptioForm h1[b-hvhq43poay]{
            font-size:20px;
        }

        .subscriptionPlanHeader p[b-hvhq43poay]{
            font-size:14px;
        }
    }
/* /Pages/Subscription/ThankYouPage.razor.rz.scp.css */
.thankYou[b-ra6iqvfl4h]{
    height:87vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.thankYou1 .thankYousub[b-ra6iqvfl4h] {
    margin: auto;
}

.thankYou1 p[b-ra6iqvfl4h] {
    color: #334856;
    font-size:16px;
    font-weight:bold;
}

.thankYou1 div[b-ra6iqvfl4h] {
    width: 150px;
    font-size: 14px;
    margin: 30px auto 0px auto;
}

    .thankYou1 div > a[b-ra6iqvfl4h] {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #F05E23;
        border-radius: 4px;
        padding: 7px;
    }

        .thankYou1 div > a > img[b-ra6iqvfl4h] {
            margin-right: 10px;
            width: 18px;
        }


.thankYou1 div:hover[b-ra6iqvfl4h]{
    opacity:0.7;
}

@media only screen and (max-width:576px) {
    .thankYou[b-ra6iqvfl4h] {
        height: calc(100vh - 130px);
    }
}
/* /Shared/LearningPathLayout.razor.rz.scp.css */

/* Header Starts */

.header-section[b-zrymraxqdl] {
    box-shadow: none;
    height: 68px;
}

.header[b-zrymraxqdl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.logo[b-zrymraxqdl] {
    display: flex;
    align-items: center;
}

.logo1[b-zrymraxqdl] {
    width: 120px;
}

.logo img[b-zrymraxqdl] {
    display: block;
    width: 100%;
}

.logo input[b-zrymraxqdl] {
    padding: 7px 15px;
    background-image: url();
    width: 70%;
    border-radius: 4px;
    font-size: var(--f3);
}

    .logo input:hover[b-zrymraxqdl] {
        border: 1px solid black;
    }

.menu-listing[b-zrymraxqdl] {
    display: flex;
    align-items: center;
    margin: 0;
}

    .menu-listing .list-items[b-zrymraxqdl] {
        /*padding: 0px 15px;*/
    }

        .menu-listing .list-items.active .nav-page[b-zrymraxqdl] {
            color: #f05e23;
        }

        .menu-listing .list-items .nav-page[b-zrymraxqdl] {
            color: var(--header-txt);
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
        }

        .menu-listing .list-items .nav-icons > img[b-zrymraxqdl] {
            margin: 0 auto;
        }

        .menu-listing .list-items > a[b-zrymraxqdl] {
            padding: 6px 20px 6px 20px;
            display: block;
            text-align: center;
        }

.user-profile[b-zrymraxqdl] {
    display: flex;
    align-items: center;
}

.notification img[b-zrymraxqdl] {
    width: 50%;
    margin: 0 auto;
}

.back-button[b-zrymraxqdl] {
    width: 8%;
    display: none;
}

#More[b-zrymraxqdl] {
    display: none !important;
}

/* Header ends */
/* Footer Starts */
.footer[b-zrymraxqdl] {
    background-color: #f7f7f7;
    padding: 30px 0px;
    width: 100%;
}


.footer1 img[b-zrymraxqdl] {
    padding: 10px 0px;
}

.footer1 p[b-zrymraxqdl] {
    margin: 0px;
    font-size: 15px;
    color: #535353;
    width: 85%;
}

.footer-company .footer-list .footer-items[b-zrymraxqdl] {
    padding: 0px 0px 5px 0px;
}

    .footer-company .footer-list .footer-items .company[b-zrymraxqdl] {
        font-weight: 500;
        font-size: var(--f4);
    }

    .footer-company .footer-list .footer-items a[b-zrymraxqdl] {
        font-weight: var(--fw-medium);
        color: #1c1a1a;
        font-size: 13px;
    }

        .footer-company .footer-list .footer-items a:hover[b-zrymraxqdl] {
            text-decoration: underline;
            color: #1c1a1a;
        }

.footer-teaching .footer-items[b-zrymraxqdl] {
    padding: 0px 0px 5px 0px;
}

.footer-teaching .teaching[b-zrymraxqdl] {
    font-weight: var(--fw-medium);
    font-size: var(--f4);
}

.footer-teaching .footer-items a[b-zrymraxqdl] {
    font-weight: var(--fw-medium);
    color: #1c1a1a;
    font-size: 13px;
}

    .footer-teaching .footer-items a:hover[b-zrymraxqdl] {
        text-decoration: underline;
        color: #1c1a1a;
    }

.download-store .footer-items[b-zrymraxqdl] {
    padding: 0px 0px 20px 0px;
}

    .download-store .footer-items a > img[b-zrymraxqdl] {
        width: 70%;
    }

.copyrights .copyright-list[b-zrymraxqdl] {
    display: flex;
    align-items: center;
    margin: 0px;
}

    .copyrights .copyright-list .footer-items .rights[b-zrymraxqdl] {
        font-size: 13px;
        color: #1c1a1a;
    }

    .copyrights .copyright-list .footer-items a[b-zrymraxqdl] {
        font-size: 13px;
        color: #535353;
        padding: 0px 15px;
    }

        .copyrights .copyright-list .footer-items a:hover[b-zrymraxqdl] {
            text-decoration: underline;
            color: #535353;
        }

.social-media[b-zrymraxqdl] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-media img[b-zrymraxqdl] {
        padding: 0px 20px 0px 0px;
        display: block;
        width: 95%;
    }

/* Footer ends */

@media only screen and (max-width:576px){
    .header[b-zrymraxqdl] {
        justify-content: center;
        border-radius: 20px 20px 0px 0px;
        box-shadow: 3px 0 23px 0 rgb(0 0 0 / 20%);
        display: block;
    }

    .header-section[b-zrymraxqdl] {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 66px;
        z-index: 9999;
        border-radius: 20px 20px 0px 0px;
    }

    .logo[b-zrymraxqdl] {
        display: none;
    }

    .menu-listing[b-zrymraxqdl] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #Home[b-zrymraxqdl] {
        order: 1;
        -webkit-order: 1;
    }

    .menu-listing .list-items[b-zrymraxqdl] {
        padding: 9px 9px;
    }

        .menu-listing .list-items .nav-page[b-zrymraxqdl] {
            font-size: 8px;
        }

    #Explore[b-zrymraxqdl] {
        order: 2;
        -webkit-order: 2;
    }

    #Mylearning[b-zrymraxqdl] {
        order: 4;
        -webkit-order: 4;
    }

    #Pro[b-zrymraxqdl] {
        order: 3;
        -webkit-order: 3;
    }

    #More[b-zrymraxqdl] {
        display: unset;
        order: 5;
        -webkit-order: 5;
    }
    .learningPathMobhide[b-zrymraxqdl]{
        display:none !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kx46obgnuy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kx46obgnuy] {
    flex: 1;
}

.sidebar[b-kx46obgnuy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kx46obgnuy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kx46obgnuy]  a, .top-row[b-kx46obgnuy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kx46obgnuy]  a:hover, .top-row[b-kx46obgnuy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kx46obgnuy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kx46obgnuy] {
        display: none;
    }

    .top-row.auth[b-kx46obgnuy] {
        justify-content: space-between;
    }

    .top-row[b-kx46obgnuy]  a, .top-row[b-kx46obgnuy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kx46obgnuy] {
        flex-direction: row;
    }

    .sidebar[b-kx46obgnuy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kx46obgnuy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kx46obgnuy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kx46obgnuy], article[b-kx46obgnuy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-58ml5lx255] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-58ml5lx255] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-58ml5lx255] {
    font-size: 1.1rem;
}

.oi[b-58ml5lx255] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-58ml5lx255] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-58ml5lx255] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-58ml5lx255] {
        padding-bottom: 1rem;
    }

    .nav-item[b-58ml5lx255]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-58ml5lx255]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-58ml5lx255]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-58ml5lx255] {
        display: none;
    }

    .collapse[b-58ml5lx255] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuMobile.razor.rz.scp.css */
.navbar-toggler[b-895n2bj6jw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-895n2bj6jw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-895n2bj6jw] {
    font-size: 1.1rem;
}

.oi[b-895n2bj6jw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-895n2bj6jw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-895n2bj6jw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-895n2bj6jw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-895n2bj6jw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-895n2bj6jw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-895n2bj6jw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-895n2bj6jw] {
        display: none;
    }

    .collapse[b-895n2bj6jw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
