html, body {
    padding-top: 0
}

section {
    display: flex;
    width: 100%;
    height: 100vh;
}

.left-box {
    /* width: 35%; */
    width: 100%;
    height: 100%;
    background: rgb(237 241 251);
}

.right-box {
    /* width: 65%; */
    display: none;
    height: 100%;
    background:rgb(237 241 251);;
    border-left: 200px solid rgb(237 241 251);
    border-bottom: 100vh solid transparent;
}

.right-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.left-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.layout .main-share {
    /* box-shadow: 0 25px 30px #d9d9f126; */
    /* padding: 50px 80px; */
    position: absolute;
    transform: translate(-50%,0);
    width: 342px;
    /* width:55%; */
    /* padding: 5px; */
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    left: 50%;
    top: 10%;
    /* margin-bottom: 10px; */
    /* max-height: 700px; */
    font-family: 'PingFang SC';
}

.sign-share {
    position: absolute;
    bottom: -20%;
    padding: 26px;
    text-align: center;
    color: #666666;
    font-family: 'PingFang SC';
    font-size: 11px;
}



/* Start Share Dialog */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0E0D24;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    align-items: center;
}

.header img {
    width: 32px;
    height: 32px;
    display: none;
}

.header .big-img {
    display: block;
}

@media (max-width: 390px) {

    .layout .main-share {
        width: 85% !important;
    }

    .shape-1 {
        width: 110% !important; 
    }

    .header {
        justify-content: center;
        background-color: transparent;
        top: 3%;
        position: absolute;
    }
    .header div {
        color: #000000 !important;
    }
    .header .small-img {
        display: block;
    }
    .header .big-img {
        display: none;
    }
}
.header div {
    margin-left: 10px;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bolder;
    font-size: 20px;
}

.shape-1 {
    border:4px solid #4446EA ;
    border-radius: 20px;
    background-color: #0E0D24; 
    width: 106%;
    padding: 10px;
    position: absolute;
}

.shape-2 {
    background-color: #FAFAFA;
    height: 676px;
    width: 342px;
    position: absolute;
    z-index: 2;
    top: 14px;
    position: relative;
    box-shadow: inset 0px 16px 12px -11px rgba(68, 70, 234, 0.3);
}

.shape-2::after , .shape-2::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    top: 33%;
    position: absolute;
}

.shape-2::after {
    left: 0;
    transform: translate(-50%,0);
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #edf1fb 50% , #edf1fb 100%);
}

.shape-2::before {
    right: 0;
    transform: translate(50%,0);
    background-image: linear-gradient(to right,  #edf1fb 0% , #edf1fb 50% , transparent 50%, transparent 100%);
    z-index: 1;
}

.text-message {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin-top: 16px;
}

.inv-code-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:16px 10px;
    padding: 6px;
    row-gap: 16px;
    border: 1px solid #DFDFDF; /* Border width */
    border-style: dashed; /* Apply dashed effect */
}

.inv-title {
    font-size: 15px;
    color: #000000;

}

.inv-code {
    font-size: 25px;
    color: #070707;
}
.inv-copy-code {
    font-size: 15px;
    color: #6061FF;
}

.inv-des {
    font-size: 13px;
    color: #666666;
}

.inv-des span {
    color: #FE7062;
}

.shape-3 {
    background-image: linear-gradient(to bottom , #ECECEC 0% , #FFFFFF 11%) ;
    width: 100%;
    height: 449px;
    margin-top: 24px;
    font-family: 'PingFang SC';
}

.shape-3::before , .shape-3::after {
    content: "";
    width: 33px;
    height: 31px;
    border-radius: 50%;
    /* background-color: #FFFFFF; */
    position: absolute;
    top: 33.7%;
}

.shape-3::before {
    left: -16.5px;
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #FFFFFF 50% , #FFFFFF 100%);
}

.shape-3::after {
    right: -16.5px;
    background-image: linear-gradient(to right,  #FFFFFF 0% , #FFFFFF 50% , transparent 50%, transparent 100%);
    z-index: 0;
}


.shape-3-title {
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    color: #000000;
}
.shape-3-title  span{
    color: #6061FF;
}

.shape-3-list {
    display: flex;
    justify-content: space-between;
    padding:0px 16px;
}

.shape-3-list .item {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 13px;
}

.shape-3-list .item img {
    margin-right: 3px;
    margin-bottom: 3px;
}


.download-btn {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0,.25);
    font-family: 'PingFang SC';
    background-color: #6061FF;
    display: flex;
    outline: none;
    border: none;
    text-align: center;
    margin: 16px auto;
    align-items: center;
    padding: 10px;
    width: 70%;
    justify-content: center;
    border-radius: 50px;
}

.download-btn p {
    color: #FFFFFF;
    font-size: 19px;
    margin-left: 5px;
}

.download-btn span {
    color: #FFFFFF;
    font-size: 19px;
}

.go-to-our-website {
    font-family: 'PingFang SC';
    font-size: 15px;
    
    text-align: center;
}

.go-to-our-website .link {
    color: #6061FF;
}

a {
    cursor: pointer;
    color: #6061FF;
    text-decoration: none !important;
}

.share-img {
    text-align: center;
}

.support-icon {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 1%;
    background-color: rgba(14, 13, 36,.5);
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
    /* width: 20px; */
    /* height: 20px; */

}

.layout-share {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 0;
    opacity: 0;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    transition: all 80ms ease-in;
}

.layout-share-open {
    z-index: 1;
    opacity: 1;
}

.dialog-share-list {
    font-family: 'PingFang SC';
    display: flex;
    background-color: #FFFFFF;
    width: 340px;
    height: 490px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    position: relative;
}

.dialog-share-list .title {
    font-size: 19px;
    color: #000000;
    font-weight: 900;
    margin-top: 5px;
}

.dialog-share-list .des {
    margin: 10px 0;
    font-size: 13px;
    color: #666666;
}

.dialog-share-list .list {
   width: 100%;
}

.dialog-share-list .list .item {
    background-color: #F9F9F9;
    display: flex;
    margin-top: 16px;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
}



.dialog-share-list .list .item .item-text {
    display: flex;
}

.dialog-share-list .list .item .item-text span {
    margin-left: 10px;
}

.dialog-share-list .list .item .item-text span .item-title {
    font-size: 15px;
    color: #000000;
}

.dialog-share-list .list .item .item-text span .link {
    font-size: 13px;
    color: #666666;
}

.dialog-share-list .list .item .item-btn {
    align-self: flex-start;
    outline: none;
    border: none;
    background-color: #6061FF;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px 7px;
}

.dialog-share-list .close-btn {
    position: absolute;
    top: 3%;
    right: 4%;
    cursor: pointer;
}


/* End Share Dialog */

/* .right-box img {
    margin-bottom: 40px;
}


.right-box p {
    color: #fff;
    padding: 35px;
    text-align: center;
    font-size: 22px;
}

.register-submit {
    margin-top: 60px;
    font-size: 24px;
    color: #fff;
    border: none;
    outline: none;
    letter-spacing: 5px;
    width: 100%;
    height: 64px;
    background: linear-gradient(
90deg
, #3F61FF 0%, #6681FF 100%);
    border-radius: 32px;
}


.icofont-eye-blocked {
    font-size: 25px;
    width: 30px;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    color: gray;
}

.share-title p {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sms-code {
    width: 100px;
    text-align: center;
    background: #DDEFF6;
    color: #14313E !important;
    border-radius: 5px;
    bottom: 10px !important;
}

.layout .main-share .input-box label {
    width: 100%;
}

.layout .main-share .input-box label span {
    float: right;
}
 */



/* @media (max-width:768px) { 
    section {
        flex-direction: column-reverse;
        height: 100%;
    } */
    
    /* .right-box {
        width: 100%;
        border: 1px solid #2A2E60;
    }

    .left-box 
    {
        width: 100%;
        background:#2A2E60;
        border-top: 1px solid #2A2E60;
    }
    .left-box::before
    {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200%;
        background: rgb(237 241 251);
        clip-path: polygon(100% 50%,-50% 100%,100% 100%);
    } */

    /* .right-box img {
        width: 350px;
        height: auto;
        margin: 30px 0
    }

    .right-box p {
        margin: 0 40px;
        padding: 10px 30px;
        font-size: 20px;
    }    

    .layout .main-share {
        position: relative;
        left: 0;
        top: 20px;
        /* padding: 30px; */
    /* }  */

    /* .right-box__content,  .left-box__content {
        height: 100%;
    }
} */


/* @media screen and (max-width: 512px) { 
    .layout .main-share {
        max-width: 362px;
    }

    .right-box img {
        width: 250px;
        height: auto;
        margin: 20px 0;
    }

    .right-box p {
        font-size: 14px;
        margin: 0 30px;
    }

    .share-title p {
        font-size: 16px;
    }

    .right-box, .left-box {
        border: none;
    }
} */