<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes hidePreloader {
    0% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 0;
        height: 0;
    }
}

body&gt;div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.loaded)&gt;div.preloader {
    opacity: 1;
}

body:not(.loaded) {
    overflow: hidden;
}

body.loaded&gt;div.preloader {
    animation: hidePreloader .5s linear .5s forwards;
}

.btn_right {
    margin-left: auto;
}

/* Subscription Toggle Styling */
.subscription-toggle {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    /* Adjust the height as needed */
}

.toggle-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8FA;
    /* Light grey background */
    border-radius: 8px;
    position: relative;
    padding: 2px;
    width: 336px;
    height: 46px;
    /* Height of the toggle background */
    font-size: 14px;
}

.toggle-slider {
    background-color: #008AFF;
    /* Slider color */
    border-radius: 8px;
    /* Slightly less than half of the height to make it circular */
    position: absolute;
    transition: left 0.3s ease;
    width: 160px;
    height: 38px;
    /* Slider height */
}

.toggle-button {
    background-color: transparent;
    border: none;
    color: #000;
    /* Text color */
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 8px 20px;
    width: 160px;
    position: relative;
    z-index: 2;
    /* To raise above the slider */
    outline: none;
    /* Removes the outline */
}

.toggle-button.active {
    color: #0F0D18;
    /* Active button text color */
}

/* Active button styling for when JavaScript adds the class */
.toggle-button.active {
    transition: color 0.3s ease;
}


.user-card {
    width: 450px;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);

}

.user-avatar {
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    /* background-color: #02a7ff; */
}

.user-details {
    color: #333;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
}

.subscription-status {
    font-size: 16px;
    color: #fff;
    width: 150px;
    height: 28px;
    font-size: 16px;
    border-radius: 14px;
    background-color: #1E90FF;
    text-align: center;

}

.loading_animate {
    display: none;
    width: 30px;
    height: 30px;
}

.subscription-date {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 20px;
}

.user-points {
    font-size: 14px;
    padding: 5px;

}

.points-used {
    font-size: 14px;
    padding: 5px;
}

.unsubscribe-button {
    background-color: #1E90FF;
    color: #FFF;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.unsubscribe-button:hover {
    background-color: #007ACC;
}

.titleview {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    margin: 0px 15px;
}

.titlemail {
    /*color: rgba(228, 233, 254, 1);*/
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 41.6px */
}

.titlewelcome {
    color: rgba(166, 162, 181, 1);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.backveiw {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 140px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
}

.backimg {
    width: 16px;
    height: 16px;
}

.backcontent {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.backbutton {
    display: flex;
    align-items: center;
    color: rgba(14, 11, 41, 1);
}

.progress-container {
    width: 422px;
    background-color: #e1e1e1;
    border-radius: 5px;
    margin: 25px 36px;
    height: 10px;
    /* margin-left: 36px; */
}

.progress-bar {
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(104.59deg, #9731EF 10.33%, #885EFE 89.4%);
    width: 0%;
    transition: width 0.4s ease;
}

.resultview {
    display: flex;
    width: 836px;
    padding: 24px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid var(---divider_light, rgba(29, 29, 29, 0.08));
    background: #FFF;
    position: relative;
    bottom: 60px;
}

.creditCard {
    width: 500px;
    height: 150px;
    border-radius: 16px;
    gap: 8px;
    border: 1px solid #495057;
}

.earnCard {
    margin: 0px 10px;
}

.basicCard {
    width: 325px;
    height: 150px;
    padding: 12px 36px 24px 36px;
    border-radius: 16px;
    gap: 8px;
    border: 1px solid #495057;
    margin-right: 12px;
}

.updataButton {
    width: 250px;
    height: 34px;
    border-radius: 17px;
    border: none;



    color: #fff;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        position: relative;
        left: 50px !important;
    }

    .navbar-brand {
        position: relative;
        right: 50px !important;
    }
}

@media (min-width: 1650px) {
    .navbar-collapse {
        left: 200px !important;
    }

    .navbar-brand {
        right: 200px !important;
    }
}

@media (max-width: 600px) {
    .titlemail {
        font-size: 24px;
        /* margin: auto; */
    }

    .basicCard {
        width: 100%;
        margin: 5px;
    }

    .updataButton {
        margin: auto;
    }

    .creditCard {
        width: 98%;
        margin: 5px;
    }

    .progress-container {
        width: 80%;
        background-color: #EDEDED;
        border-radius: 5px;
        margin: 25px 36px;
        height: 10px;
        /* margin-left: 36px; */
    }

    .progress-bar {
        height: 10px;
        border-radius: 5px;
        background: linear-gradient(104.59deg, #9731EF 10.33%, #885EFE 89.4%);
        width: 0%;
        transition: width 0.4s ease;
    }

    .earnCard {
        display: none;
    }

    .resultview {
        display: none;
    }

    .backveiw {
        display: flex;
        width: 100%;
        height: 60px;
        /* padding: 0px 140px; */
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: flex-start; */
        gap: 10px;
        padding: 0px 15px;
        flex-shrink: 0;
    }

    .backbutton {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(14, 11, 41, 1);
    }
}

.account_all {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.account_titleh1 {
    text-align: center;
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    color: #0E0B29;
    margin-top: 53px;
}

.account_titlep {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #718096;
}

.account_msg {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 36px;
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    min-width: 364px;
    gap: 19px;
    justify-content: center;
}

.account_msg_item {
    display: flex;
    gap: 6px;
    width: 364px;
    align-items: center;
}

.account_msg_item_1 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #0E0B29;
}

.account_msg_item_2 {
    font-size: 18px;
    line-height: 23px;
    color: #0F0D18;
}

.account_msg_item_3 {
    display: none;
    background: linear-gradient(95deg, #9D3CEA 0%, #6D5AF8 48%, #6D5AF8 98%);
    border-radius: 24px;
    border: none;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
}
.account_msg_item_3:hover {
    opacity: 0.9;
}

.account_msg_cancel {
    font-size: 15px;
    color: #495057;
    text-decoration: underline;
}

.account_time {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 36px;
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    min-width: 364px;
    margin-top: 27px;
    width: 100%;
    margin-bottom: 120px;
}

.account_time_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.account_time_words {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2F3031;
}

.account_time_words_d {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.account_time_words_1 {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0E0B29;
}

.account_time_words_2 {
    padding: 7px 50px;
    background: linear-gradient(90.03deg, #B725DF 52.31%, #513CEA 64.96%, #62B9FF 83.68%);
    border-radius: 24px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
}

.account_time_pro {
    width: 100%;
    background-color: #e1e1e1;
    border-radius: 5px;
    margin: 25px 0;
    height: 6px;
}

.account_time_2 {
    width: 100%;
}

.account_time_pro_1 {
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(90.03deg, #B725DF 52.31%, #513CEA 64.96%, #62B9FF 83.68%);
    width: 0;
    transition: width 0.4s ease;
}

@media (max-width: 364px) {
    .account_msg {
        padding: 10px 12px;
        min-width: 300px;
    }

    .account_msg_item {
        width: 330px;
    }

    .account_time_words_2 {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 576px) {
    .account_msg {
        width: 95%;
        min-width: 95%;
    }

    .account_time {
        width: 95%;
        min-width: 95%;
    }

    .account_time_words_2 {
        padding: 7px 20px;
    }
}</pre></body></html>