

body{
    overflow-x: hidden;
    margin-bottom: 0px;
}

.topuser{
    display: flex;
    align-items: center;
    gap: 8px;
}

.topuser p{
    margin: 0;
}

.topbar-container{
    position: fixed;
    top: 0;
    z-index: 8;
}

.content-box{
    margin-top: 80px;
}

/* sponsor img css */
.sponsorTitle{
    color: #5C8CA5;
    font-size: 40px;
    padding-bottom: 3rem;
}

.sponsorBrands{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.sponsorBox{
    display: flex;
    flex-wrap: wrap;
}

.sponsorImg{
    max-height: 250px;
}

/* store*/
.storeTitle{
    color: #5C8CA5;
    font-size: 40px;
}

.commingText{
    color: #5C8CA5;
    letter-spacing: 5;
    font-size: 1.56rem;
}

/* join us card css */
.joinCard{
    position: relative;
    background: #FFE568;
    width: 80%;
    min-height: 350px;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    transform: translateX(9%);
}

/* join us card chick */
.joinCardIcon{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-12.5rem, -5rem);
    height: 450px;
}

/* join us card left */
.joinCard .leftCol{
    width: 70%;
}

.joinCard .leftCol .top{
    height: 70%;
    display: flex;
    align-items: center;
}

.joinCard .leftCol .bottom{
    height: 30%;
    background: #5C8CA5;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
}

.joinCard .leftCol .title{
    color: #5C8CA5;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1.5;
}

.joinCard .leftCol .subtitle{
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 30px;
    letter-spacing: 1.5;
}

.joinCard .leftCol .text{
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 10px;
}

/* join us card right */
.joinCard .rightCol{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joinCard .rightCol .qr{
    width: 100%;
    max-width: 230px;
}

.followbox{
    display: flex;
    align-items: center;
    padding-left: 12rem;
}

.textbox{
    padding-left: 12rem;
}

.followbox .followtext{
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
}

.followbox .socialLink{
    cursor: pointer;
    text-decoration: none;
}

.joinRow{
    display: flex;
    align-items: center;
    gap: 10px;
}

.joinRow .btnJoin{
    background-color: #5c8ca5;
    color: #ffe568;
    border-radius: 30px;
    padding: 8px 20px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.joinRowM{
    display: flex;
    align-items: center;
    justify-content: center;
}

.joinRowM .btnJoin{
    background-color: #5c8ca5;
    color: #ffe568;
    border-radius: 30px;
    padding: 8px 40px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

/* banner css */
.banner{
    width: 100%;
    background: #3D515F;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.starbg{
    height: 750px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bannerBox{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1000px;

}

.bannerBox .innerbox{
    border-radius: 15px;
    padding: 20px;
    background: #5C8CA5;
    width: 100%;
    height: 75%;
    z-index: 3;
    position: relative;
}

.bannerBox .inner{
    border: 2px solid #FFE568;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
}

.moonlg{
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate(-11rem, 0rem);
    /* animation: floatMoon 3s ease-in-out infinite; */
}

@keyframes floatMoon {
    0%, 100% {
        transform: translate(-11rem, 0rem);
    }
    50% {
        transform: translate(-11rem, 0.5rem);
    }
}

.titlebg{
    position: absolute;
    width: 95%;
    transform: translateY(-60%);
    transition: transform 0.3s ease;
}

.titlebg:hover {
    transform: translateY(-60%) scale(1.01); /* Scale the element on hover */
}

.newTitleBg{
    width: 80% !important;
    left: 50% !important;
    transform: translateY(-70%) translateX(-50%);
}

.newTitleBg:hover {
    transform: translateY(-70%) translateX(-50%) scale(1.01)!important;
}

.planetbg{
    position: absolute;
    width: 220px;
    right: 0;
    transform: translate(62%, 40%);
    z-index: 6;
    /* animation: floatAnimation 3s ease-in-out infinite; */
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(62%, 40%);
    }
    50% {
        transform: translate(62%, 46%);
    }
}

.flagbg{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
    transform: translateY(30%);
}

.howbg{
    position: absolute;
    bottom: 0;
    width: 45%;
    max-width: 600px;
    z-index: 4;
    transform: translateY(110%);
}

.rocketbg{
    position: absolute;
    width: 350px;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: translate(-38%, 6%);
}

.moonsm{
    position: absolute;
    width: 450px;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: translate(20rem, 1%);
}

/* collect box */
.collectBox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    padding: 5%;

}

.collectBox .belowBox{
    background: #FBF8E6;
    border-radius: 15px;
    padding: 30px 15px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
    z-index: 5;
    margin-bottom: 80px;
}

.collectBox .stepItem{
    text-align: center;
    width: calc(100%/8);
}


.collectBox .stepItem.inactive .numbering, .collectBox .stepItem.inactive .stepimg, .collectBox .stepItem.inactive .btnCollect{
    opacity: 0.5;
    cursor: default;
}

.disabledCollect{
    width: 100.38px !important;
    pointer-events: none;
}

.stepItem .imgBox .stepimg{
    width: 100%;
}

.stepItem .numbering{
    font-size: 16px;
    font-weight: 600;
    transform: translateY(10px);
}

.numberingM.active{
    color: #41e14e;
}

.stepItem .btnCollect{
    color: #FFE568;
    background: #5C8CA5;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
    font-weight: 600;
    font-size: 15px;
    width: fit-content;
    padding: 3px 25px;
    margin: 0 auto 15px auto;
    display: block;
    text-decoration: none;
}

.timeBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.timeBox .timeFrame{
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeBox .dateText{
    color: #ffffff;
    font-weight: 600;
    padding: 5px 0 20px 0;
    text-align: center;
}

.timeBox .timeText{
    color: #FFE982;
    font-weight: 700;
    font-size: 55px;
}

.mview, .wview{
    display: none;
}

@media only screen and (max-width: 800px){
    .mview{
        display: block;
    }
}

@media only screen and (min-width: 801px){
    .wview{
        display: block;
    }
}


@media only screen and (min-width: 1499px) and (max-width: 1800px){
    .flagbg{
        transform: translateY(32%);
    }
    .starbg{
        height: 850px;
    }
}

@media only screen and (min-width: 1601px){
    .collectBox{
        padding: 3%;
    }
    .timeBox .timeFrame{
        width: 120px;
        height: 120px;
    }
    .bannerBox{
        max-width: 1400px;
    }
    .starbg{
        height: 1050px;
    }
    .bannerBox .innerbox{
        height: 65%;
    }
}

@media only screen and (min-width: 1801px){
    .starbg{
        height: 1200px;
    }
}


@media only screen and (min-width: 800px) and (max-width: 1279px){
    .joinCardIcon{
        width: 300px;
    }

    .textbox, .followbox{
        padding-left: 8rem;
    }
}

@media only screen and (min-width: 1099px) and (max-width: 1299px){
    .bannerBox .innerbox{
        margin-top: 30px;
    }

    .planetbg{
        transform: translate(62%, 35%);
    }


}

@media only screen and (min-width: 801px)  and (max-width: 1023px){
    .joinCard{
        width: 95%;
        transform: unset;
    }
    .joinCardIcon{
        height: 200px;
        left: unset;
        right: 0;
        top: 0;
        transform: translate(7rem, -8rem);
    }
    .textbox, .followbox{
        padding-left: 1.5rem;
    }
    .joinCard .rightCol .qr{
        width: 200px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1099px){
    .joinCardIcon{
        transform: translate(-10.5rem, 3.5rem);
        height: 300px;
    }
}

@media only screen and (min-width: 1099px) and (max-width: 1299px){
    .joinCard .leftCol{
        width: 65%;
    }

    .joinCard .rightCol{
        width: 35%;
    }

    .joinCardIcon{
        transform: translate(-12.5rem, -3rem);
    }
}

@media only screen and (min-width: 801px) and (max-width: 1098px){

    .starbg{
        height: 900px;
    }

    .moonlg{
        transform: translate(-5rem, 0rem);
    }

    .moonsm{
        transform: translate(10rem, 1%);
    }
    .rocketbg{
        transform: translate(-6%, 20%);
    }

    .bannerBox .innerbox{
        margin-top: 30px;
        width: 90%;
        height: 75%;
        margin: auto;
    }

    .planetbg{
        transform: translate(34%, 35%);
    }

    .collectBox .stepItem{
        width: unset;
    }

    .collectBox .stepItem .stepimg{
        width: 100px;
    }

    .titlebg{
        width: 80%;
        /* transform: translateX(3%) translateY(-60%);; */
    }

    .timeBox{
        margin-top: 10%;
    }

}


/* participate section */
.participateBox{
    padding-top: 15rem;

}

.pStepBox{
    display: flex;
    justify-content: center;
    gap: 50px;
    position: relative;
}

.pstep:not(:last-child):before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #5C8CA5;
    transform: translate(2rem, 2.45rem);
    z-index: 1;
}

.pstep{
    text-align: center;
    position: relative;
}

.pstep .ico{
    margin: 0 auto;
    width: 80px;
    height: 80px;
    z-index: 2;
    position: relative;
}

.pstep .pTitle{
    color: #5C8CA5;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 40px;
}

.pstep .pText{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 120px;
}

@media only screen and (min-width: 1499px){
    .pstep .ico{
        width: 100px;
        height: 100px;
    }

    .pstep .pTitle{
        font-size: 24px;
        height: 50px;
        padding-top: 10px;
    }

    .pstep .pText{
        font-size: 16px;
        width: 140px;
    }

    .pstep:not(:last-child):before{
        transform: translate(2rem, 3.1rem);
    }
}

.infoRow{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 5.5rem;
}

.infoRow img{
    width: 20px;
    cursor: pointer;
}

.infoRow p{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}

.showLess{
    text-align: center;
    padding-top: 5rem;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.showLess img{
    position: relative;
    width: 120px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 2;
}

.showLess:before{
    content: '';
    position: absolute;
    height: 2px;
    width: -webkit-fill-available;
    background: #5C8CA5;
    z-index: 1;
    display: flex;
    transform: translateY(1.1rem);
}

.tncBox{
    max-width: 1200px;
    width: 100%;
}

.tncBox .boxDeco{
    border-radius: 15px;
    padding: 20px;
    background: #5C8CA5;
}

.tncBox .boxDeco .innerbox{
    border: 2px solid #FFE568;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
}

.tncBox .boxDeco .innerbox .title{
    font-size: 30px;
    color: #FFE568;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}

.tncBox .boxDeco .innerbox .subtext{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

.highlight{
    color: #FFE568;
    text-align: center;
}

.tncBox .boxDeco .content{
    padding-bottom: 20px;
}

.tncBox .boxDeco .content .contentTitle{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.tncBox .boxDeco .content .contentText{
    color: #ffffff;
    font-size: 14px;
    margin-right: 0.5rem;
}

@media only screen and (min-width: 801px) and (max-width: 1099px){
    .participateBox{
        padding-top: 10rem;
    }
    .pStepBox{
        flex-flow: row wrap;
    }
    .pstep:not(:last-child):before{
        width: 0;
    }
}


/* mobile view */

/* how step */
@media only screen and (min-width: 601px) and (max-width: 800px){
    .participateBox{
        padding-top: 10rem;
    }
    .pStepBox{
        flex-flow: row wrap;
    }
    .pstep:not(:last-child):before{
        width: 0;
    }
}
@media only screen and (max-width: 600px){
    .participateBox{
        padding-top: 10rem;
    }
    .pStepBox{
        flex-flow: column wrap;
    }
    .pstep:not(:last-child):before{
        width: 0;
    }
    .sponsorBox{
        display: grid;
    }

    .sponsorBrands{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sponsorTitle{
        font-size: 6vw;
    }

    .sponsorBox .sponsorImg{
        margin: auto;
        width: 50%;
    }

    .storeTitle{
        font-size: 6vw;
    }

    .commingText{
        font-size: 4vw;
    }
}

/* join card mobile */
.joinM{
    position: relative;
    background: #FFE568;
    width: 90%;
    min-height: 350px;
    border-radius: 30px;
    margin: 0 auto;
}

.joinInfoM{
    text-align: center;
    padding: 15px;
    margin: auto;
}

.joinInfoM .title{
    color: #5C8CA5;
    font-weight: 700;
    font-size: 6vw;
}

.joinInfoM .subtitle{
    color: #000000;
    font-weight: 700;
    font-size: 4vw;
    padding-bottom: 10px;
}

.joinInfoM .text{
    color: #000000;
    font-weight: 700;
    font-size: 3vw;
    padding-bottom: 15px;
}

.joinInfoM .qr{
    width: 90%;
    max-width: 400px;
    padding-bottom: 15px;
    margin: auto;
}

.socialInfoM{
    background-color: #5C8CA5;
    padding: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.socialInfoM p{
    color: #ffffff;
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
}

.socialInfoM .socialboxM{
    justify-content: center;
    padding: 15px 0 12rem 0;
}

.joinIcoM{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(30%);
    /* height: 30vh; */
    height: 200px;
}


/* banner */
.bannerBox .innerboxM{
    border-radius: 15px;
    padding: 20px;
    background: #5C8CA5;
    width: 90%;
    margin: auto;
    margin-top: 7rem;
    height: 75%;
    z-index: 3;
    position: relative;
}

.titlebgM{
    position: absolute;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -65%);
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 399px){
    .innerboxM .timeBox .timeFrame{
        width: 60px !important;
        height: 60px !important;
    }
}

.planetbgM{
    position: absolute;
    width: 180px;
    right: 0;
    transform: translate(72%, 60%);
    z-index: 6;
    /* animation: floatAnimation 3s ease-in-out infinite; */
}

.rocketbgM{
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: translate(-8%, 60%);
}

.innerboxM .timeBox{
    padding: 10% 20px 0 20px;
}

.innerboxM .timeBox .timeFrame{
    width: 80px;
    height: 80px;
}

.innerboxM .timeBox .timeText{
    font-size: 6vw;
}

.flagbgM{
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
    transform: translateY(40%);
}

@media only screen and (max-width: 500px){
    .flagbg{
        display: none;
    }
    .flagbgM{
        display: block;
    }
    .howbg{
        width: 80%;
    }
}

.itemBox{
    background-color: #5C8CA5;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
}

.itemBoxM.active{
    border: 3px solid #41e14e;
}

.itemBox img{
    width: 20px;
    height: 22px;
}

.innerboxM .stepItem .numbering{
    transform: unset;
}

@media only screen and (max-width: 499px){
    .starbg{
        height: 850px !important;
    }
}

@media only screen and (max-width: 800px){
    .starbg{
        height: 1050px !important;
    }
    .bannerBox .innerboxM{
        height: 78%;
    }
    .innerboxM .belowBox{
        flex-direction: column !important;
    }
    .innerboxM .top{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px;
        z-index: 5;
    }
    .innerboxM .current{
        /* width: 80%; */
        margin: auto;
    }
    .btnCollectM{
        color: #FFE568;
        background: #5C8CA5;
        border-radius: 8px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer !important;
        font-weight: 600;
        font-size: 15px;
        width: fit-content;
        padding: 3px 25px;
        margin: 0 auto 15px auto;
        z-index: 5;
    }


}

@media only screen and (max-width: 498px){
    .innerboxM .collectBox{
        justify-content: unset;
    }
    .itemBox{
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .rocketbgM{
        transform: translate(-10%, 30%);
    }
    .moonsm{
        transform: translate(5rem, -30%);
        width: 250px;
    }
    .collectBox .belowBox{
        gap: 5px;
        flex-flow: unset;
    }
    .currentStep{
        width: 60%;
        margin: auto;
    }
}

@media only screen and (min-width: 499px) and (max-width: 800px){
    .titlebgM{
        width: 55%;
    }
    .itemBox{
        width: 50px;
        height: 50px;
        padding: 0;
    }
    .moonsm{
        transform: translate(10rem, 5%);
    }
    .innerboxM .collectBox{
        justify-content: unset;
    }

    .collectBox .belowBox{
        flex-flow: unset;
    }
    .innerboxM .current{
        /* width: 40%; */
        margin: auto;
    }
    .currentStep{
        width: 45%;
        margin: auto;
    }
}


/* modal box css */
/* Style for the backdrop */
.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

/* Style for the modal box */
.main-modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    overflow: hidden;
}

.modal {
    /* display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: #FBF8E6;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9;
    /* overflow: hidden; */
}

.modal-content {
    max-height: 60vh; /* Limit the modal height to 80% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
}

.no-scroll {
    overflow: hidden !important;
}

/* Style for the close button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.close-modal img{
    width: 25px;
}

.modal-title{
    padding-top: 15px;
    color: #5C8CA5;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}

.modal-img img{
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.modal-subtitle{
    color: #5C8CA5;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
}

.modal-text{
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}

.modal-inner{
    max-width: 350px;
}


@media only screen and (max-width: 499px){
    .main-modal{
        width: 90% !important;
    }
}

@media only screen and (max-width: 800px){
    .main-modal{
        width: 70%;
    }
    .modal-inner{
        max-width: 100%;
    }
}


.share-box .share-btn{
    margin: 10px auto;
    background-color: #FFE568;
    color: #5C8CA5;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 6px 40px;
    border-radius: 8px;
    width: fit-content;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.shareM{
    text-align: center;
}

.shareM .share-btn{
    color: #5C8CA5;
    background: #FFE568;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
    font-weight: 600;
    font-size: 15px;
    width: fit-content;
    padding: 5px 30px;
    margin: 0 auto 15px auto;
    z-index: 5;
}


/* sign up page */
.main-content{
    width: 100%;
    min-height: 100vh;
    background: #3D515F;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inmiddle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-box{
    width: 480px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #49697B;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    z-index: 2;
}

.action-box .title{
    color: #5C8CA4;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
}


.action-box .subtitle{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2;
    text-align: center;
    padding-bottom: 10px;
}

.action-box .inputLabel{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.action-box .action-input{
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.action-box .action-input:focus{
    border: 1px solid #efefef;
    outline: none;
    box-shadow: none;
}

.action-box .forgotText{
    display: block;
    color: #5C8CA4;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.action-box .actionRow{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}


.action-box .btnAction{
    background-color: #FFE568;
    color: #5C8CA4;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 100px;
    display: block;
    border-radius: 10px;
    margin: auto;
    width: fit-content;
    cursor: pointer;
}

.textB{
    color: #000000;
}

.textTheme{
    color: #5C8CA4;
}

.action-inline{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 15px;
}

.action-inline .action-text{
    margin: 0;
    color: #000000;
    font-weight: 600;
}

.action-inline .action-link{
    margin: 0;
    color: #5C8CA4;
    text-decoration: none;
    font-weight: 600;
}



/* email verification */
.email-box{
    width: 480px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #49697B;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 100px 10px 100px 10px;
    z-index: 2;
}

.email-box .title{
    color: #5C8CA4;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
}


.email-box .subtitle{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5;
    text-align: center;
    padding-bottom: 10px;
}

.email-box .btnAction{
    background-color: #FFE568;
    color: #5C8CA4;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 60px;
    display: block;
    border-radius: 10px;
    margin: auto;
    width: fit-content;
    cursor: pointer;
}

.email-box .actionRow{
    padding-top: 40px;
}


.email-box .action-text{
    margin: 0;
    color: #d5d5d5;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.email-box .action-link{
    margin: 0;
    color: #5C8CA4;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    display: block;
}

/* signup box css */
.signup-box{
    margin: 40px 0;
    width: 500px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #49697B;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    z-index: 2;
}

.signup-box .title{
    color: #5C8CA4;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 20px;
}


.signup-box .inputLabel{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.signup-box .action-input{
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.signup-box .action-input:focus{
    border: 1px solid #efefef;
    outline: none;
    box-shadow: none;
}

.signup-box .actionRow{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}


.signup-box .btnAction{
    background-color: #FFE568;
    color: #5C8CA4;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 100px;
    display: block;
    border-radius: 10px;
    margin: auto;
    width: fit-content;
    cursor: pointer;
}

.signup-box .btnAction.inactive, .signup-box .btnAction:disabled{
    background-color: #E3E3E3;
    color: #B5B5B5;
    cursor: no-drop;
}

.signup-box .bulletStep{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.signup-box .bulletStep .circle{
    width: 10px;
    height: 10px;
    background-color: #CEDCE4;
    border-radius: 100%;
}

.signup-box .bulletStep .circle.active{
    background-color: #5C8CA4;
}




.signup-box .actionSelect, .signup-box .actionSelect:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fafafa url("../images/png/arrow.png") no-repeat right center;
    background-size: 16px 16px;
    background-position: right 6px center;
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    padding: 10px 11px 10px 10px;
    width: 100%;
    border-radius: 10px;
}

.hide{
    display: none!important;
}

.err, .errPass, .errConPass, .errDistrict, .errEmail, .errMobile{
    color: red;
    font-size: 12px;
    padding-top: 10px;
}

.errModal{
    color: red;
    font-size: 12px;
}

.spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #5C8CA4;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

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

.disabled{
    pointer-events: none;
}

.authbg{
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}

.mascot{
    position: absolute;
    z-index: 1;
    width: 440px;
    transform: translate(70%, -20%);
}

@media only screen and (max-width: 800px){
    .mascot{
        display: none;
    }
}

@media only screen and (max-width: 409px){
    .action-box, .signup-box{
        width: 100%;
    }
}

@media only screen and (min-width: 410px) and (max-width: 499px){
    .action-box, .signup-box{
        width: 400px;
    }
}


@media only screen and (min-width: 500px) and (max-width: 800px){
    .action-box, .signup-box{
        width: 490px;
    }
}

/* ques modal */
.main-modalQ{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    overflow: hidden;
}

.modalQ {
    background-color: #FBF8E6;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.modal-contentQ {
    max-height: 60vh; /* Limit the modal height to 80% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
}

.no-scrollQ {
    overflow: hidden !important;
}

/* Style for the close button */
.close-modalQ {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.close-modalQ img{
    width: 25px;
}

.modal-titleQ{
    padding-top: 15px;
    color: #5C8CA5;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}

.modal-imgQ img{
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.modal-subtitleQ{
    color: #5C8CA5;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;

}

.modal-textQ{
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.modal-innerQ{
    min-width: 550px;
    max-width: 750px;
}


@media only screen and (max-width: 499px){
    .main-modalQ{
        width: 90% !important;
    }
}

@media only screen and (max-width: 800px){
    .main-modalQ{
        width: 70%;
    }
    .modal-innerQ{
        min-width: unset;
        max-width: 100%;
    }
}

.Qbox{
    padding-top: 5px;
}

.Qbox .Qbtn{
    margin: 5px auto;
    background-color: #FFE568;
    color: #5C8CA5;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 6px 40px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}


/* custom radio box */
.series-source {
    display: none;
}
.source {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.625rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(120, 111, 166, .3);
    font-weight: 500;
    background: #ffffff;
}
.source:hover {
    cursor: pointer;
}
.source-title {
    color: #C2C2C2;
    font-size: 0.875rem;
}
.source-provider {
    color: rgba(83, 83, 83, .7);
    font-size: 0.875rem;
}
.source-link {
    font-style: italic;
    color: inherit;
}
.source-link:hover {
    color: #5C8CA5;
    text-decoration: none;
}
input[type="radio"]:checked + .source {
    border-color: #5C8CA5;
    background-color: #5C8CA5;
}

input[type="radio"]:checked + .source .source-title{
    color: #FFE568;
}


input[type="checkbox"]:checked + .source {
    border-color: #5C8CA5;
}

input[type="checkbox"]:checked + .source .source-title{
    color: #446f85;
}

/* reward info mobile */
.innerboxM .current{
    padding-top: 20px;
}
.rewardTitleM{
    color: #5C8CA5;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.rewardSubM{
    color: #5C8CA5;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
}

.rewardTextM{
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}


/* checkbox */
.checkbox-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
    gap: 10px;
    padding: 20px 0px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    /* padding-left: 35px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    letter-spacing: 0.2;
    gap: 10px;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    /* position: absolute;
    top: 0;
    left: 0; */
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #eee;
    border: 1px solid #ccc;
    position: relative;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #6F99AF; /* Change to your desired color */
    border: 1px solid #FFE568;
}



/* Change label color when checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark + span {
    color: #5c8ca5; /* Change to your desired color */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7.5px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid #FFE568;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.checkLabel{
    text-align: left;
}

/* share modal */
.share-modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    overflow: hidden;
}

.share-body {
    background-color: #FBF8E6;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.share-content {
    max-height: 60vh; /* Limit the modal height to 80% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
}

/* Style for the close button */
.close-share {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.close-share img{
    width: 25px;
}

.share-title{
    padding-top: 15px;
    color: #5C8CA5;
    font-size: 28px;
    font-weight: 700;
}

.share-img img{
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.share-subtitle{
    color: #5C8CA5;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;

}

.share-text{
    color: #000000;
    font-size: 14px;
}

.share-text p{
    margin: 0px;
    padding: 10px 0px 20px 0px;
}

.share-inner{
    min-width: 550px;
    max-width: 750px;
}


@media only screen and (max-width: 499px){
    .share-modal{
        width: 90% !important;
    }
}

@media only screen and (max-width: 800px){
    .share-modal{
        width: 70%;
    }
    .share-inner{
        min-width: unset;
        max-width: 100%;
    }
}

.sharebox{
    padding-top: 5px;
}

.sharebox .btnCopy{
    margin: 5px auto;
    background-color: #FFE568;
    color: #5C8CA5;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 6px 40px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.share-action{
    padding-top: 1px;
}

.share-action .sharebtn{
    margin: 5px auto;
    background-color: #5C8CA5;
    color: #FFE568;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 6px 40px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

.footer-ico{
    width: 120px;
    padding: 0px 8px;
}

.tnc-link{
    font-size: 13px;
    text-align: center;
}

.tnc-link a{
    color: #5C8CA4;
    font-weight: 600;
}
