﻿:root {
    --top-bar-height: 48px;
    --color-wedate-purple: rgb(59, 50, 105); /* #3b3269 */
    --color-wedate-pink: rgb(255, 116, 139);
    --color-bg-paymentplan-row: rgb(240, 235, 247);/* #f0ebf7 */
    --color-bg-paymentplan-msg: rgb(135, 95, 157);
    --color-font-paymentplan: rgb(56, 39, 94);
    --color-bg-yellow: rgb(255, 215, 58);
}        

/* base */
* {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
}

body {
    background-color: #3f2761;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0;
    background-position: center;
}

.bg, .fg{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    /*margin-bottom: -100vh;*/
}

.bg {
    z-index: -1;
}

.fg {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* link */
a:link, a:visited, a:hover, a:active {
    color: #9f9f9f;
    font-size: 12px;
    text-decoration: none;
}

/* Caption text */
/*.textBG {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(rgba(255,255,255,0), 50%, rgba(255,255,255,1));
    height: 50%;
}*/

/* Caption text */
/*.text {
    color: #3b3269;
    font-size: 30px;
    padding: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}*/
        
.articleList {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.categoryName {
    opacity: 0.7;
}

    .categoryName:hover {
        opacity: 1;
    }

    .categoryName.active {
        opacity: 1;
        border-bottom: 2px solid #fff;
        padding-bottom: 3px;
    }

.carousel-indicators {
    bottom: 0px;
}

    .carousel-indicators li {
        border: 1px solid #3b3269;
    }

    .carousel-indicators .active {
        background-color: #3b3269;
    }
            
.center-display {
    min-width: 300px;
    max-width: 800px;
    width: 90%;
    text-align: center;
    margin: 5px auto;
}

.ContactImages {
    width: 50%;
    margin: auto;
    max-width: 140px;
    padding: 2px;
    padding-bottom: 4px;
}

hr.line {
    border-bottom: 2px solid white;
 	width: 90%;
	height: 50px;
    box-shadow: 0 20px 20px -22px black;
    border-top: none;
    margin: -40px auto 7px;
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3f2761;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        /*background: rgba(255, 255, 255, 0.3);*/
    }

.scroll {
    overflow: auto;
}
    .scroll::-webkit-scrollbar {
        width: 7px;
    }

    .scroll .hideScrollBar::-webkit-scrollbar {
        width: 0px;
    }
    .scroll::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 15px rgb(35 35 35 / 100%);
    }
    .scroll::-webkit-scrollbar-corner {
            opacity:0
    }
            
.section {
    padding-top: var(--top-bar-height, 48px);
}

.top-menu {
    display: flex;
    text-align: center;
    height: var(--top-bar-height, 48px);
    background-color: rgb(57, 40, 94);
}

    .top-menu .left {
        flex: 1;
        text-align: left;
        min-width: 50px;
        z-index: 1100;
    }

    .top-menu .mid {
        flex: 10;
    }

        .top-menu .mid a img {
            height: 90%;
        }

    .top-menu .right {
        flex: 1;
        min-width: 50px;
    }
            
.logo-div {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 10px auto 10px auto;
}

.app-dl-div {
    font-weight: 700;
    margin: 15px auto 10px auto;
}

.footer {
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 10px auto 10px auto;
}

.index-dl {
    width: 60%;
    max-width: 250px;
    border-radius: 40px;
}

.content-dl {
    width: 90%;
    max-width: 250px;
    border-radius: 10px;
}

.info-header {
    width: 100%;
    height: initial;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: rgba(242,238,255,1);
}
        
.info-section-list {
    height: 70%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.promote-section {
    width: 100%;
    padding: 5px 15px;
    text-align: center;
}

.promote-section-container {
    width: 100%; 
    display: flex;
    align-items: center;
    text-align: left;
    margin: 10px 0px;
}

.promote-section-pic {
    flex: 1;
    min-width: calc(max(10%, 60px));
}

.promote-section-text {
    flex: 11;
    padding-left: 5px;
}
        
.fixed-at-top {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 1000;
}

.cat-button {
    flex: 1;
    height: 50px;
    background-color: rgb(106, 90, 205);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 5px 0;
    margin: 0 0 -9px 0;
}

    .cat-button:hover {
        /*opacity: 1;*/
        background-color:rgb(106, 90, 205);
    }

    .cat-button.active {
        /*opacity: 1;*/
        border-bottom: 2px solid #fff;
        padding-bottom: 5px;
        background-color: #f3e6f7;
        color: #3b3269;
    }
    
.round-img {
    border-radius: 50%;
}

.article-content {
    width: 80%;
    max-width: 700px;
    margin: auto;
}

.article-content-img {
    width: 100%;
    height: auto;
}

.container {
    max-width: 750px;
    width: 83%;
    position: relative;
}

@media screen and (min-width: 900px) {
    .containerrow {
        margin-right: -10px;
    }
}

.MultiCarousel {
    overflow: scroll;
    width: 95%;
    margin: 0 auto 0 auto;
}

    .MultiCarousel::-webkit-scrollbar 
    {
        visibility: hidden;
        height: 0px;
    }

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }
            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                margin: 5px;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        border-color: snow;
        border-radius: 50%;
        position: absolute;
                
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
        font-size: 20px;
    }
    .MultiCarousel .leftLst {
        left: -20px;
    }
    .MultiCarousel .rightLst {
        right: -20px;
    }

.slide-images {
    width: 100%;
    max-width: 240px;
}

.sonet-top {
    width: 100%;
    color: var(--color-font-paymentplan);
    background-color: var(--color-bg-paymentplan-row);
    padding: 5px;
    text-align: center;
}

.limiter {
    margin: 0 auto;
    max-width: 800px;
    display: grid;
    align-items: center;
    gap: 0px 15px;
}

@media only screen and (min-width: 601px) {
    .limiter {
        grid-template-areas:
            "profile name email"
            "profile name email"
    }
}

@media only screen and (max-width: 600px) {
    .limiter {
        grid-template-areas: 
            "profile name" 
            "profile email";
    }

        .limiter .profile-email prefix {
            display: none;
        }

    /*.hide-mobile {
        display: none;
    } */
}

    .limiter .profile-pic {
        grid-area: profile;
        justify-self: right;
    }

        .limiter .profile-pic img {
            border: 2px solid var(--color-font-paymentplan);
        }

    .limiter .profile-name {
        grid-area: name;
        text-align: left;

        color: var(--color-font-paymentplan);
        font-weight: 900;
        font-size: 1.2rem;
    }

    .limiter .profile-email {
        grid-area: email;
        text-align: left;
        
        color: var(--color-font-paymentplan);
        font-size: 1.2rem;
    }

.vip-star {
    width: clamp(60px, 15.0vw, 170px);
    margin: clamp(15px, 3.0vw, 20px) 0px;
}

.common-title {
    margin: 4px 0;
    font-size: 1.2em;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 900;
}

.payment-title {
    margin: 2px;
    font-size: clamp(1rem, 2.0vw, 1.7rem);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.payment-subtitle {
    margin: 2px;
    font-size: clamp(0.7rem, 2.0vw, 1.3rem);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.sonet-main {
    background-color: white;
    border-radius: 25px;
    margin: clamp(30px, 3vw, 40px) auto 10px auto;
    padding: 10px 10px 10px 10px;
    width: 95%;
}

    .sonet-main .hint {
        color: var(--color-font-paymentplan);
        margin: 5px auto;
        text-align: center;
        font-size: 0.8rem;
    }

    .sonet-main .item {
        width: 98%;
        margin: 10px auto;
        padding: 10px 10px 10px 10px;
        color: var(--color-font-paymentplan);
        background-color: var(--color-bg-paymentplan-row);
        border-radius: clamp(20px, 4.0vw, 50px);
        display: block;
        justify-content: center;
        font-size: clamp(0.7rem, 2.0vw, 1.2rem);
    }

        .sonet-main .item .title {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sonet-main .item .grid {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .sonet-main .item .grid .time {
                max-width: 240px;
                white-space: nowrap;
                text-align: right;
                flex: 1;
                margin: 0 10px 0 0;
                font-size: clamp(1rem, 2.0vw, 1.2rem);
            }

            .sonet-main .item .grid .deal {
                border-radius: 10px;
                padding: 1px;
                background-color: var(--color-bg-yellow);
                flex: 1;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                max-width: 180px;
                font-weight: 500;
                font-size: clamp(1rem, 2.0vw, 1.2rem);
            }

                .sonet-main .item .grid .deal div {
                    text-align: center;
                    flex: 1;
                }

        .sonet-main .item .price {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .sonet-main .item .price * {
                font-family: 'Roboto', sans-serif;
                text-align: center;
            }

            .sonet-main .item .price .no-discount {
                font-size: 0.7rem;
                align-self: center;
            }

            .sonet-main .item .price discount {
                font-weight: 900;
            }

        .sonet-main .item .feature {
            padding: 3px 0 3px 0;
            margin: 5px 0 0 0;
            border-radius: 40px;
            width: 90%;
            text-align: center;
            font-size: clamp(0.7rem, 2.5vw, 1.0rem);
        }

    .sonet-main .payment {
        margin: 10px auto;
        padding: 10px 10px 10px 10px;
        color: var(--color-font-paymentplan);
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: clamp(0.7rem, 2.0vw, 1.2rem);
        text-align: center;
    }

    .sonet-main .credit-card {
        margin: 20px auto;
        text-align: center;
    }

        .sonet-main .credit-card img {
            height: clamp(30px, 2.0vw, 50px);
        }

#sonet-popup { }

        #sonet-popup .popup .message {
            color: var(--color-font-paymentplan, rgb(56, 39, 94));
            background-color: var(--color-bg-paymentplan-row);
            display: flex;
            flex-direction: column;
        }
        
            #sonet-popup .popup .message .content {
                align-self: center;
                padding: 30px 0px;
                font-weight: 700;
            }
        
            #sonet-popup .popup .message .buy {
                color: var(--color-font-paymentplan, rgb(56, 39, 94));
                background-color: var(--color-bg-yellow);
                text-align: center;
                font-weight: 900;
                cursor: pointer;
                font-size: 1.2rem;
                margin: 3px;
            }

.success-story-container {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.download-app-text-button {
    vertical-align: central;
    justify-content: center;
    padding: 2px;
    width:48%;
    border-radius:3px;
    border:2px solid;
    color:#065fd5;
    border-color:#065fd5;
    background-color:#ffffff;
}

.youtube-page-comment {
    text-align: center;
    margin: 10px auto;
    width: 80%;
    max-width: 800px;
    height: 350px;
    z-index: 3;
}

    .youtube-page-comment .header{
        background-color: rgb(251,238,255);
        margin-bottom: -8px;
        padding-bottom: 8px;
    }
        
        .youtube-page-comment .header b {
            line-height: 4.0rem;
            font-size: 2.0rem;
        }

.youtube-article-container {
    width: 100%; 
    display: flex;
    align-items: center;
    text-align: left;
    margin: 5px 0px;
}

.youtube-article-pic {
    width: auto;
    height: 5.9rem;
}

.youtube-article-text {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.youtube-page-like {
    color: rgba(70,70,120,255);
    border-radius: 20px;
    background-color: white;
    width: 80px;
    float: right;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.youtube-page-like svg {
    height: 20px;
    width: 23px;
}
        
.youtube-page-cnc {
    max-width: 900px;
    text-align: center;
    margin: 0px auto 15px;
    z-index: 3;
}

#rating {
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px black;
    font-size: xx-large;
    margin: 0 0 0 10px;
    max-width: 150px;
    white-space: nowrap;
}
   
#web-article-logo {
    border-radius: 17%;
    box-shadow: 0 0 4px 2px white;
    width: 100%;
    max-width:110px;
    display: block;
    margin: auto 8px auto auto; 
}
        
#web-article-title {
    font-weight: bold;
    font-size: clamp(1.35rem, 4vw, 3rem);
    text-shadow: -1px -1px 2px #f5f5f5, 1px -1px 2px #f5f5f5, -1px 1px 2px #f5f5f5, 1px 1px 2px #f5f5f5;
}

#web-article-contact-title {
    width: fit-content;
    border-radius: 10px;
    margin: 5px auto;
}

/* utility class */

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}

.border-round-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.border-r10 {
    border-radius: 10px;
}

.border-r25 {
    border-radius: 25px;
}

.border-r50 {
    border-radius: 50px;
}

.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.clickable {
    cursor: pointer;
}
  
.flex-container {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    justify-content: center;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.flex-align-fend {
    align-items: flex-end;
}

.flex-vflow {
    flex-direction: column;
}
      
.flex1 {
    flex:1;
}

.font-x-sm {
    font-size: 0.8rem;
}
        
.font-small {
    font-size: 1.0rem;
}
        
.font-base {
    font-size: 1.3rem;
}

.font-middle {
    font-size: 1.5rem;
}

.font-large {
    font-size: 1.8rem;
}

.font-x-large {
    font-size: 2.4rem;
}

.hidden {
    display: none;
}

.img60 {
    min-width:60px;
    max-width:60px;
}

.line-clamp {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .line-clamp {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.margin-sm {
    margin: 5px 5px;
}

.margin-md {
    margin: 10px 10px;
}

.no-wrap {
    white-space: nowrap;
}

.overflow-auto {
    overflow: auto;
}

.padding-sm {
    padding: 5px 5px;
}

.padding-mid {
    padding: 10px 10px;
}

.padding-lg {
    padding: 15px 15px;
}

.story {
    text-align: left;
}

.trim-text {
    overflow: hidden;
    line-break: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
        
.trim-text-2 {
    height: 2rem;
}

.width-100 {
    width: 100%;
}

.width-95 {
    width: 95%;
}

.width-90 {
    width: 90%;
}

/* multi line clamp */
/* probably credit to https://css-tricks.com/almanac/properties/l/line-clamp/ author of css-trick */

.line-clamp {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .line-clamp {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* multi line clamp */

/* STRIKETHROUGH START */
/* Credit to https://stackoverflow.com/questions/14593415/how-to-strike-through-obliquely-with-css u/Bojangles */
.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
  
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}
/* STRIKETHROUGH END */

/* for responsive embed youtube video */
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* color class */

.gray {
    color: gray;
}

.lightgray {
    color: lightgray;
}

.pink {
    color: var(--color-wedate-pink, rgb(255, 116, 139));
}

.font-purple {
    color: rgb(135, 95, 157);
}

.purple {
    color: var(--color-wedate-purple, #3b3269);
}

.dark-purple {
    color: var(--color-font-paymentplan);
}

.white {
    color: white;
}

.white-bg {
    background-color: white;
}

.pink-bg {
    background-color: var(--color-bg-paymentplan-row);
}

.purple-bg {
    background-color: var(--color-bg-paymentplan-msg);
}

.yellow-bg {
    background-color: var(--color-bg-yellow);
}
