@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
    color: #ffffffd1;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --radius: 8px;
    --btn-radius: 38px;
    --card-radius: 8px;
    --padding: 30px;
    --mg: 14px;
    --tabbar-height: 70px;
    --navbar-height: 50px;
    --bg-card: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .12) 100%);
    --bg-weight: hsla(0, 0%, 100%, .08);
    --btn-text: #fff;
    --border-color: hsla(0, 0%, 100%, .08);
    --text-gray: hsla(0, 0%, 100%, .6);
    --text-gray6: hsla(0, 0%, 100%, .5);
    --btn-bg2: linear-gradient(113.99deg, #114fee 6.12%, #b654fd 83.22%);
    --van-image-placeholder-background: hsla(0, 0%, 100%, .1);
    --border-color: hsla(0, 0%, 100%, .08);
    --app-btn-bg: linear-gradient(140deg, #162e6999 33.87%, #7a0d2866);
    --app-element-bg: linear-gradient(140deg, #162e6999 33.87%, #7a0d2866);
    --app-background: var(--pure-black);
    --bs-body-bg: var(--pure-black);
    --pure-black: #000000;
    --soft-black: #0A0A0A;
    --soft-grey: #8D8D93;
    --pure-white: #FFFFFF;
    --olive-green: #4C5F23;
    --olive-green-text: #A4D36C;
    --curve-dark-lines: rgba(255, 255, 255, 0.05);
    --gap-sm: 0.75rem;
    --gap-md: 1rem;
    --gap-lg: 1.5rem;
    --border-light: #ffffff33;
    --app-red: #ff5252;
    --app-green: #4ccf80;
    --app-info: #3fa7ff;
    --app-info-light-bg: #3fa7ff21;
    --bg: #050505;
    --card: #0f0f10;
    --muted: #8a8a8a;
    --text: #ffffff;
    --accent: #a855f7;
    --border: rgba(255, 255, 255, 0.04);
    --pending: #f5a623;
    --approved: #00c96d;
    --rejected: #ff4d4d;
    --club-bonus: #FDD835;
    --reward-bonus: #FF4081;
    --status-size: 12px;
    --pulse-duration: 1.6s;
    --blink-duration: 0.8s;
    --max-spread: 18px;
}

section {
    padding: 0 14px;
}

.card {
    background: transparent;
    border: none;
}

.section-2-info-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.section-2-info-cards.cards-full {
    gap: 10px;
}

.section-2-info-cards.cards-full .card {
    width: calc(100% / 2 - 10px);
}

.section-2-info-cards.cards-full .card-title {
    color: #ffffffd1;
    font-size: 0.9rem;
    font-weight: bolder;
}

.section-2-info-cards .card {
    width: calc(50% - 10px);
    background: var(--app-element-bg);
}

.section-2-info-cards .card .span-card-title {
    font-size: 0.9rem;
    font-weight: bolder;
}

.section-2-info-cards .card h6 {
    font-size: 0.8rem;
    margin: 0;
}

.motal-refer-link {
    font-size: 0.9rem;
    color: var(--app-info);
    width: 100%;
    display: block;
}

.app-element-bg {
    background: var(--app-element-bg) !important;
}

.dashboard-icons-button {
    gap: 10px;
    padding: 20px 0;
    justify-content: space-between;
}

.dashboard-icons-button a {
    font-size: 13px;
    width: calc(90% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    background: var(--app-element-bg);
    padding: 10px;
}

.marqueee {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: transparent;
    border-radius: 1.8rem;
    margin-top: 30px;
    cursor: pointer;
    gap: 8px;
}

.marqueee img {
    width: 18px;
    height: auto;
}

.marqueee marquee {
    font-size: 13px;
    font-weight: bolder;
}

.login-content {
    width: 100%;
    height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.login-content img.logo {
    width: 100%;
    max-width: 85px;
    border-radius: 10px;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: inherit;
}

header .notification {
    position: relative;
}

header .notification .notify {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #f20000e6;
    height: 1.4rem;
    width: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 0.7rem;
}

span.spinner-border.spinner-border-sm {
    margin-right: 8px;
}

.green {
    color: var(--app-green);
}

.red {
    color: var(--app-red);
}

.info {
    color: var(--app-info);
}

.club {
    color: var(--club-bonus);
}

.reward {
    color: var(--reward-bonus);
}


.directs-username {
    color: #A0A0A5;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

.directs-date-time {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 600;
}

.app {
    color: var(--pure-white);
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    max-width: 425px;
    height: 100vh;
    margin: 0 auto 0 auto;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 90px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

section.title-back-bar {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 20px 0;
    background: #000000;
}

section.title-back-bar .back {
    display: inline-block;
    position: relative;
}

section.title-back-bar .back svg,
section.title-back-bar .base_quote_title svg {
    width: 1rem;
    height: 1rem;
    stroke: white;
}

section.title-back-bar .base_quote_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.title-back-bar .base_quote_title svg {
    transform: rotate(30deg);
}

section.title-back-bar .base_quote_title .base,
section.title-back-bar .base_quote_title .quote {
    font-size: 1.2rem;
    font-family: monospace;
    font-weight: lighter;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px 15px 10px;
    position: sticky;
    top: 0;
    z-index: 2026;
    background: #14173E;
    transition: opacity 0.3s ease;
    opacity: 1;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}

header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/assets/profile-bg-d.png) no-repeat top;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

header.sticky::before {
    opacity: 1;
}

header .profile-img {
    display: inline-block;
    height: auto;
    position: relative;
}

.status-profile {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border-radius: 100%;
    bottom: -5px;
    left: 0px;
}

.status-profile.profile-active {
    background: var(--alert-color);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translateZ(0);
    animation: pulseSpread var(--pulse-duration) ease-out infinite, innerBlink var(--blink-duration) step-end infinite;
}

@keyframes pulseSpread {
    0% {
        box-shadow: 0 0 0 0 var(--spread-alert-color-1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 0 var(--max-spread) var(--spread-alert-color-2);
        transform: scale(1.05);
        opacity: 0.95;
    }

    100% {
        box-shadow: 0 0 0 0 var(--spread-alert-color-3);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes innerBlink {
    0% {
        background: var(--alert-color);
        opacity: 1;
    }

    35% {
        background: var(--alert-color);
        ;
        opacity: 0.9;
    }

    70% {
        background: var(--alert-color);
        opacity: 1;
    }

    100% {
        background: var(--alert-color);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .status-profile.profile-active {
        animation: none;
        box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.08);
    }
}

header .profile-img img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

header .text-site-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.slider-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 190px;
}

.slider {
    width: 100%;
    height: auto;
    display: flex;
    opacity: 0;
}

.slider.slick-initialized {
    opacity: 0.8;
    background: transparent;
}

.slider .slide {
    padding: 8px;
    box-sizing: border-box;
}

.slider .slide img {
    width: 100%;
    height: 190px;
    object-fit: fill;
    border-radius: 12px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 4px;
    list-style: none;
}

.slick-dots li {
    height: 0;
}

.slick-dots button {
    height: 5px;
    color: transparent;
    border: none;
    outline: none;
    background: var(--olive-green);
}

.slick-dots .slick-active button {
    background: var(--olive-green-text);
}

.total-label {
    color: var(--soft-grey);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.total-amount {
    font-size: 2.3rem;
    color: var(--pure-white);
    font-weight: 600;
    margin: 5px 0 0 0;
}


.actions {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.our-team-wallet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 10px;
    margin-top: 1.875rem;
}

.our-team-wallet .motal-refer-link-title {
    color: #A0A0A5;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

.our-team-wallet .motal-refer-link {
    color: #5ED294;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 600;
}

.wallet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 10px;
    margin-top: 1.875rem;
}

.wallet-box {
    background: #14161A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.3rem;
    padding: 16px 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.wallet-box .icon {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.125);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-box .icon.icon-copy {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.wallet-box .text h4 {
    color: #A0A0A5;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 600;
}

.wallet-box .text p {
    margin: 3px 0 0;
    font-size: 0.9rem;
    font-weight: 400;
}


.action-box {
    text-align: center;
}

.circle {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #2C2C2E, #1C1C1E);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.action-box p {
    margin: 10px 0 0 0;
    color: #A0A0A5;
    font-size: 1rem;
    font-weight: 500;
}

.circle svg {
    width: 1.8rem;
    height: 1.8rem;
}

.ticker-strip {
    width: 100%;
    pointer-events: none;
}

.chart-footer-buy-sell button {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sell,
.btn-buy {
    padding: 0.55rem 1.6rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.15s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), inset 0 0 4px rgba(255, 255, 255, 0.15);
}

/* SELL BUTTON */
.btn-sell {
    background: linear-gradient(180deg, #ff8686, #ff6767);
    color: rgb(0, 0, 0);
}

/* BUY BUTTON */
.btn-buy {
    background: linear-gradient(180deg, #d6ff7c, #c2ff57);
    color: rgb(0, 0, 0);
}

/* Hover effect */
.btn-sell:hover {
    filter: brightness(1.08);
    color: rgb(0, 0, 0);
}

.btn-buy:hover {
    filter: brightness(1.08);
    color: rgb(0, 0, 0);
}

/* Active click effect */
.btn-sell:active,
.btn-buy:active {
    transform: scale(0.97);
    filter: brightness(0.95);
    color: rgb(0, 0, 0);
}

.page-notifications .notifications {
    border: 1px solid #ffffff36;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    /* background: #000000db; */
    padding: 20px 20px;
    border-radius: 10px;
}

.page-notifications .notifications p {
    font-size: 0.9rem;
    margin: 0;
}

.page-notifications .notifications p.no-notifications {
    width: 100%;
    text-align: center;
}

/* #6b6a6ae0 #6b6a6ae0 383334 1F1F1F
* bottom nav starting
*/
footer {
    z-index: 2026;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    max-height: 70px;
    max-width: 425px;
    display: flex;
    background: linear-gradient(180deg, #120938, #0b0822);
    margin: 0 auto;
}

footer .icon-set {
    width: 20%;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* footer .icon-set a {
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: hsla(0, 0%, 100%, .6);
    position: relative;
} */

footer .icon-set a p {
    margin: 0;
}

footer .icon-set a {
    height: 100%;
    color: #114fee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

footer .icon-set a.active .footer-title {
    position: relative;
    color: #fff;
    font-weight: 700;
}

footer .icon-set a .footer-title {
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
}

/* forex table  */
/* container */
.forex-table {
    margin: 1.875rem 0 0.625rem 0;
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    border: 0.0625rem solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 -2px 10px rgb(255 255 255 / 2%), 0 -1px 3px rgb(0 0 0 / 72%);
}

.forex-table a {
    text-decoration: none;
    color: inherit;
}

/* each row */
.fx-row {
    padding: 1rem 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.07);
    background: #141920a8;
    cursor: pointer;
    transition: background .2s ease;
}

.fx-row:last-child {
    border-bottom: 0;
}

.fx-row:hover {
    background: #161a20;
}

.fx-row.active {
    background: #1e2633;
}

/* left side */
.fx-left {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

/* rounded symbol logo */
.fx-flag {
    background: #1c1f24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
    overflow: hidden;
}

.fx-flag img {
    object-fit: cover;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
}

/* info */
.fx-info .fx-sym {
    font-size: 1rem;
    font-weight: 700;
}

.fx-info .fx-sub {
    font-size: 0.8125rem;
    color: #8e96a4;
    margin-top: 0.1875rem;
}

/* right side */
.fx-right {
    text-align: right;
}

.fx-price {
    font-size: 1rem;
    font-weight: 300;
}

.fx-change {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
}

.tv-ticker {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.tv-box {
    background: #14161A;
    padding: 1rem;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tv-ticker .tv-box .tv-flex img {
    width: 1.5rem;
    height: 1.5rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
}

.tv-chart {
    width: 100%;
    max-width: 130px;
    height: auto;
    background: transparent;
}

/* 
* table section
*/
.account-card {
    margin: 24px auto;
    padding: 0 0;
}

/* table */
.account-table {
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* row */
.row {
    display: flex;
    align-items: center;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

/* last row remove border */
.row:last-child {
    border-bottom: none;
}

/* label & value */
.cell.label {
    flex: 0 0 220px;
    color: var(--muted);
    font-weight: 600;
    font-size: 16px;
}

.cell.value {
    flex: 1;
    text-align: right;
    color: var(--text);
    font-weight: 500;
    font-size: 1rem;
    word-break: break-word;
}

/* responsive */
@media (max-width:540px) {
    .row {
        padding: 16px 14px;
        gap: 12px
    }

    .cell.label {
        flex: 0 0 140px;
        font-size: 14px
    }

    .cell.value {
        font-size: 0.8rem
    }

}

/* status styles */
.status {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    /* min-width: 100px; */
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.box-shadow-none {
    box-shadow: none !important;
}

.status-pending {
    /* background: linear-gradient(180deg, rgba(245, 166, 35, 0.12), rgba(245, 166, 35, 0.06)); */
    color: var(--pending);
    /* border: 1px solid rgba(245, 166, 35, 0.16); */
}

.status-approved,
.status-success,
.status-registered,
.status-active {
    /* background: linear-gradient(180deg, rgba(0, 201, 109, 0.08), rgba(0, 201, 109, 0.04)); */
    color: var(--approved);
    /* border: 1px solid rgba(0, 201, 109, 0.12); */
}

.status-rejected,
.status-invalid {
    /* background: linear-gradient(180deg, rgba(255, 77, 77, 0.08), rgba(255, 77, 77, 0.04)); */
    color: var(--rejected);
    /* border: 1px solid rgba(255, 77, 77, 0.12); */
}

/* 
 * form section 
*/

.form-container {
    padding: 40px 20px;
    border: 1px solid var(--border-light);
    border-radius: 10px;
}

.form-container h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.input-box {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
    margin-bottom: 18px;
    border-radius: 5px;
}

.btn-primary {
    background: linear-gradient(113.99deg, #114fee 6.12%, #b654fd 83.22%);
}

input[name="message"] {
    border: 1px solid #dddddd3b !important;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
}



.input-box input,
.input-box select,
.input-box textarea,
input[name="message"] {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
}

.select-box select option {
    background: #0E0E0E;
    color: #959595;
    padding: 20px 10px;
    border: none;
    outline: none;
}

input[readonly="readonly"],
input[disabled="disabled"],
input[readonly],
input[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}

button[disabled] {
    opacity: 0.6;
    cursor: no-drop;
}

.input-box span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #959595;
    font-size: 15px;
}

.select-box select {
    appearance: none;
    color: #959595;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 18px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}



.submit-btn-green-outline {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg, #1b5bff, #c029ff);
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    backdrop-filter: blur(6px);
}

.settings-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.setting-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 18px 20px;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.setting-box .right {
    color: #8f8f8f;
}

.switch {
    position: relative;
    width: 46px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    border-radius: 24px;
    transition: .3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    /* background: #fff; */
    border-radius: 50%;
    transition: .3s;
}

input:checked+.slider {
    background: #00c96d;
}

input:checked+.slider:before {
    transform: translateX(22px);
}

.logout-btn {
    width: 100%;
    padding: 16px;
    margin: 0;
    background: rgba(255, 0, 0, 0.15);
    border: 1px solid rgba(255, 50, 50, 0.4);
    border-radius: 8px;
    color: #ff4d4d;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

button.logout-btn.svg-with {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    align-items: center;
}

.withdraw.rules p {
    margin: 0;
    color: var(--soft-grey);
    font-size: 1rem;
    margin: 0.8rem 0;
    padding: 0 10px;
}

.withdraw.rules p:first-child {
    color: var(--app-red);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    text-align: start;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
}

.balance-heading-row h2,
.balance-heading-row .balance {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
}

/* 
** table 
**  heading 
    ** body design
    */
.table-section .table-responsive {
    background: #75737338;
    display: block;
    padding: 10px;
    box-shadow: 0 0 8px 0 #75737338;
    border-radius: 4px;
}

table {
    border: none;
    border-collapse: collapse;
}

#table-theme th,
#table-theme td {
    background: transparent;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 8px 15px;
    color: #eee;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    text-align: center;
}

#table-theme tr th:last-child,
#table-theme tr td:last-child {
    border-right: none;
}

.table,
table {
    --bs-table-bg: transparent;
    --bs-table-color: #fff;
    --bs-table-border-color: #ffffff1c;
}

/* 
    *scrollbar 
    *color in desktop
    */

::-webkit-scrollbar {
    height: 6px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #444;
}

::-webkit-scrollbar-track {
    background: #000;
}

.no-record-found {
    font-size: 0.8rem !important;
}

/* 
pagination */
.pagniation {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    margin-top: 10px;
}

.pagniation li a {
    display: inline-block;
    padding: 6px 15px;
    font-size: 0.8rem;
    border: 0.01px solid #ffffff17;
}

.pagniation li.active a {
    color: var(--olive-green-text);
    background: #98989836;
}

/* .pagniation li:last-child a {
    border-radius: 0 3px 3px 0;
}

.pagniation li:first-child a {
    border-radius: 3px 0 0 3px;
} */


/* 
*canvas section* */
section.canva_section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px;
}

.payment-method-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment-method-actions input,
.payment-method-actions p,
.payment-method-actions div {
    width: 100%;
}

.payment-method-actions #addresses {
    margin: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 18px;
    padding: 15px;
    opacity: 0.7;
}

.payment-method-actions .proof_ input[type="file"] {
    opacity: 0.6;
}

.payment-method-actions img#payment_method_scan {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
    margin-bottom: 18px;
}

.notification-slider {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 10px 0;
    color: #aaa;
    font-size: 14px;
}

.notification-slider .slide {
    padding: 8px 10px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
    background: #242222;
    border-radius: 6px;
    margin-bottom: 10px;
}

header .right-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

header .right-icons img {
    width: 20px;
    height: 20px;
}

.notification-slider .slick-center {
    color: #fff;
    opacity: 1;
    font-weight: 500;
}

.video-list .video-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.video-card .video-content .rating {
    display: flex;
}

.video-list .video-list-title h6 {
    margin: 0;
    font-weight: bolder;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3px;
}

.van-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.van-popup-customer {
    background: none !important;
}

.van-popup--center {
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - 16px * 2);
    margin: 0 auto;
    transform: translateY(-50%);
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #fff;
    transition: transform .3s;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.van-popup-close {
    cursor: pointer;
}

.van-safe-area-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.announce-wrap[data-v-83164500] {
    margin: 0 auto;
    /* height: 650px; */
    opacity: 1;
    box-sizing: border-box;
    position: relative;
}

.a-t-1 {
    --radius: 8px;
    --btn-radius: 38px;
    --card-radius: 8px;
    --padding: 30px;
    --mg: 14px;
    --tabbar-height: 70px;
    --navbar-height: 50px;
    --bg-card: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .12) 100%);
    --bg-weight: hsla(0, 0%, 100%, .08);
    --btn-text: #fff;
    --border-color: hsla(0, 0%, 100%, .08);
    --text-gray: hsla(0, 0%, 100%, .6);
    --text-gray6: hsla(0, 0%, 100%, .5);
    --btn-bg2: linear-gradient(113.99deg, #114fee 6.12%, #b654fd 83.22%);
    --van-image-placeholder-background: hsla(0, 0%, 100%, .1);
}

.w-80\% {
    width: 80%;
}

.h-auto {
    height: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

img {
    border: none;
    vertical-align: top;
}

.pt-120px {
    padding-top: 120px;
}

.bg-\#fff,
.bg-white {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}

.rounded-12px {
    border-radius: 12px;
}

.w-100\%,
.w-full {
    width: 100%;
}

.h-450px {
    height: 450px;
}

.mt-\[-120px\] {
    margin-top: -120px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.font-700,
.font-bold {
    font-weight: 700;
}

.text-\#000,
.text-black,
[color~="#000"] {
    --un-text-opacity: 1;
    color: rgb(0 0 0 / var(--un-text-opacity));
}

.text-18px {
    font-size: 18px;
}

.text-center,
[text-center=""] {
    text-align: center;
}

.pt-12px {
    padding-top: 12px;
}

.w-100\%,
.w-full {
    width: 100%;
}

.mb-12px,
[mb-12px=""] {
    margin-bottom: 12px;
}

.z-2 {
    z-index: 2;
}

.top-80px {
    top: 80px;
}

.absolute {
    position: absolute;
}

.announce-wrap .rich-text[data-v-83164500] {
    border: 1px solid #ccc;
    border-radius: 5px;
    direction: var(--86d85970);
    left: 50%;
    transform: translateX(-50%);
}

.announce-wrap img {
    display: block;
}

.mt-290px {
    margin-top: 290px
}

.text-black\! {
    --un-text-opacity: 1 !important;
    color: rgb(0 0 0 / 1) !important;
}

.p-5px {
    padding: 5px;
}

.text-\#000,
.text-black,
[color~="#000"] {
    --un-text-opacity: 1;
    color: rgb(0 0 0 / var(--un-text-opacity));
}

.w-100\%,
.w-full {
    width: 100%;
}

.overflow-y-auto {
    overflow-y: auto;
}

.w-90\% {
    width: 90%;
}

.h-320px {
    height: 320px;
}

.z-1,
[z-1=""] {
    z-index: 1;
}

.top-130px {
    top: 130px;
}

.left-50\% {
    left: 50%;
}

.translate-x-\[-50\%\] {
    left: 50%;
    transform: translateX(-50%);
}

.nav-content {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.nav-content .nav-item a {
    padding: 14px 10px;
    border: 1px solid #474747c2;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.setting-box .right {
    transform: rotate(0);
    transition: all 0.2s linear;
}

.setting-box[aria-expanded="true"] .right {
    transform: rotate(90deg);
}

.content-videos-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px 10px;
    flex-wrap: wrap;
}

.content-videos-items .video-card {
    width: calc(100% / 2 - 10px);
    background: #4141417a;
    border-radius: 8px;
}

.content-videos-items .video-card .video-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 7px;
}

.video-card .video-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
}


.content-videos-items .video-card .video-content .rating {
    display: flex;
}

.content-videos-items .video-card .video-content .rating .points {
    font-size: 0.7rem;
    font-weight: bolder;
    margin: 0;
}

.content-videos-items .video-card .video-content a {
    width: fit-content;
    background: var(--app-btn-bg);
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 5px;
}

.single-video-section .video-card .video-video,
.content-videos-items .video-card .video-video {
    position: relative;
}

.single-video-section .video-card .video-video .video-time-relay,
.content-videos-items .video-card .video-video .video-time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 0.8rem;
    font-weight: bolder;
}

.single-video-section .video-card .video-video .video-time-relay {
    right: 15px;
    bottom: 15px;
}

.single-video-section .video-card .video-video video {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.single-video-section .video-card .video-video .play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.single-video-section .video-card .video-content .card-title {
    font-size: 1.3rem;
    font-weight: bolder;
}

.content-videos-items .video-card .video-video video {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1;
}

.single-video-section .video-card .video-video .play,
.single-video-section .video-card .video-video .pause {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.celebrate {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    max-width: 500px;
    margin: 0 auto;
    transform: translateX(-50%);
}

.celebrate .resultbox {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.celebrate .resultbox .resultSpan {
    font-size: 3rem;
    color: #cacaca;
}

.celebrate #celebrate_vid {
    width: 100%;
    height: 100%;
    background: #000;
}

#spinnermodal svg[data-bs-dismiss] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

#spinnermodal svg[data-bs-dismiss] path {
    fill: #f7f7f7;
}

.modal-backdrop.show {
    opacity: 0.7;
}

[data-bs-dismiss] {
    cursor: pointer;
}

@media (max-width: 426px) {
    .motal-refer-link {
        font-size: small !important;
    }
}

.head-partion {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.bg-overlay-head:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(/assets/profile-header-bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 220px;
    z-index: 0;
    max-width: 425px;
    margin: 0 auto;
}

.tele {
    position: fixed;
    width: 50px;
    height: 60px;
    bottom: 80px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    /*box-shadow:2px 2px 3px #999;*/
    z-index: 100;
    right: 15px;
}

.c-\$btn-text,
.text-\$btn-text {
    color: #fff;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px;
}

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mt-10px {
    margin-top: 10px;
}

.flex-1 {
    flex: 1 1 0%;
}

.w-30px {
    width: 30px;
}

.h-30px {
    height: 30px;
}

.bg-\[rgba\(255\,255\,255\,0\.13\)\] {
    --un-bg-opacity: .13;
    background-color: rgba(255, 255, 255, .13);
}

.border-solid,
[border-solid=""] {
    border-style: solid;
}

.rd-full,
.rounded-full {
    border-radius: 9999px;
}

.border-\[rgba\(255\,255\,255\,0\.3\)\] {
    --un-border-opacity: .3;
    border-color: rgba(255, 255, 255, .3);
}

.vip-wrap .header {
    position: relative;
    z-index: 1;
    top: 0;
    height: 44px;
    padding: 11px 5px;
    background: url(/assets/profile-bg-d.png) no-repeat top;
    background-size: 100% auto;
    font-size: 16px;
    font-weight: 700;
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vip-wrap .level-wrap {
    margin-top: 25px;
    box-shadow: 0 5px 10px #0000000f;
}

.vip-wrap .level-wrap .level-info .name {
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
}

.vip-wrap .level-wrap .level-info .info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vip-wrap .level-wrap .level-info .info .info-item .label {
    width: 100%;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
}

.vip-wrap .level-wrap .level-info .info .info-item .data {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.vip-wrap .level-wrap .level-btn.disabled {
    background: #fff3;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.vip-wrap .level-wrap .level-btn {
    margin-top: 15px;
    min-height: 40px;
    padding: 10px 0;
    border-radius: 40px;
    width: 100%;
    background: linear-gradient(113.99deg, #114fee 6.12%, #b654fd 83.22%);
    cursor: pointer;
}

.vip-wrap .level-wrap .level-info .info .info-item {
    width: 100%;
    text-align: center;
}

.vip-wrap .level-wrap .tag {
    background: url(/assets/tag-bg-tB6ip_Er.png) no-repeat;
    width: 180px;
    height: 31.5px;
    text-align: center;
    background-size: 100% 100%;
    line-height: 31.5px;
    margin: -20px auto 0;
}

.vip-wrap .level-wrap .level-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.vip-wrap .top-info .info-item .num {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.vip-wrap .top-info .info-item .label {
    font-size: 15px;
    color: #ababb2;
    font-weight: 700;
}

.vip-wrap .top-info .info-item:first-child {
    /* border-right: 1px solid hsla(0, 0%, 100%, .08); */
}

.vip-wrap .top-info .info-item {
    width: 100%;
    text-align: center;
}

.vip-wrap .top-info {
    background: url(/assets/profile-header-bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 17px 12px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* margin: 0 var(--mg); */
}

.mx-5px,
[mx-5px=""] {
    margin-left: 5px;
    margin-right: 5px;
}

.w-15px {
    width: 15px;
}

.h-15px {
    height: 15px;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.mt-\$mg {
    margin-top: 14px;
}

.mt-40px {
    margin-top: 40px;
}

.rd-10px {
    border-radius: 10px;
}

.w-164px {
    width: 164px;
}

.h-164px {
    height: 164px;
}

.bg-\#fff,
.bg-white {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}

.shadow-\$box-shadow {
    --un-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 rgb(0 0 0 / 0), 0 0 rgb(0 0 0 / 0), 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

.text-14px {
    font-size: 14px;
}

.p-\$mg {
    padding: 14px;
}

.p-\$yg {
    padding: 14px;
}

.rd-8px,
[rd-8px=""] {
    border-radius: 8px;
}

.bg-\$bg-weight {
    background-color: hsla(0, 0%, 100%, .08);
}

.mt-12px,
[mt-12px=""] {
    margin-top: 12px;
}

.rd-\$card-radius,
.rounded-\[var\(--card-radius\)\],
.rounded-\$card-radius {
    border-radius: 8px;
}

.relative {
    position: relative;
}

.container-card {
    background: hsla(0, 0%, 100%, .08);
}

.w-26\.48px {
    width: 26.48px;
}

.h-26\.48px {
    height: 26.48px;
}

.head-partion .logo img {
    border-radius: 50%;
}

.head-partion .userinfo .email {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
}

.head-partion .userinfo .invite small {
    font-size: 12px;
    color: #ababb3;
}

.head-partion .userinfo .invite a {
    background: linear-gradient(151.48deg, #114fee -12.27%, #17bbb0 120.97%);
    border-radius: 4px;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    border: 0;
}

.infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/assets/bg_us-Bprc_3_f.png) no-repeat;
    background-size: 100% 100%;
    padding: 7px 2px;
    margin: 16px 0;
    color: #fff;
    position: relative;
    flex-wrap: wrap;
}

.infos .def {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infos .def .name {
    width: 100%;
}

.infos .def .name .ti {
    font-size: 12px;
    color: #fff9;
}

.infos .def .name .pr {
    margin-top: 10px;
    height: 15px;
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 100%;
}

.infos .def .name .pr .price {
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.pr {
    padding-right: 1rem;
    display: flex;
}

.profile .lists {
    border-radius: 8px;
    background: #ffffff14;
    margin-bottom: 12px;
    padding: 0 12px;
    position: relative;
}

.profile .lists li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: #fff9;
    font-size: 12px;
    font-style: normal;
}

.profile .lists li div p:first-child {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 14px;
}

.profile .lists li .active {
    color: #1bea8f !important;
}

.profile .lists li div p:last-child {
    line-height: 14px;
}

.profile .lists li:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: #fff9;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    gap: 10px;
}

.profile .lists li:last-child div p:first-child {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 14px;
}

.c-\$btn-text,
.text-\$btn-text {
    color: var(--btn-text);
}

.profile .menu-item {
    border-bottom: .02rem solid hsla(0, 0%, 100%, .08);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile .menu-item .name {
    color: #ababb3;
    margin: 0 10px;
    font-size: 14px;
}

.base-main-btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    height: 44px;
    border-radius: 40px;
}

.base-main-btn-content {
    border-radius: 40px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(113.99deg, #114fee 6.12%, #b654fd 83.22%);
    text-align: center;
    color: #fff;
}

.promotion-wrap .header {
    position: sticky;
    z-index: 1;
    top: 0;
    height: 44px;
    padding: 11px 14px;
    background: url(/assets/bg_1-CXVUQEx-.png) no-repeat top;
    background-size: 100% auto;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promotion-wrap .header div:first-child {
    font-size: 20px;
    font-weight: 700;
}

.px-\$mg {
    padding-left: 14px;
    padding-right: 14px;
}

.gap-10px {
    gap: 10px;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.promotion-wrap .count-card {
    width: 100%;
    border-radius: 8px;
    background: #ffffff14;
    box-shadow: 0 5px 10px #0000000f;
    margin-bottom: 12px;
    padding: 12px;
}

.promotion-wrap .count-card .label {
    font-size: 12px;
}

.promotion-wrap .count-card .value {
    font-size: 18px;
    margin-top: 7px;
    font-weight: 500;
    color: #5bcb9a;
}

/* .promotion-wrap .team-info-wrap {
    margin-top: 12px;
} */

.promotion-wrap .team-info-wrap .title {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #311332, #13164c);
    padding: 12px;
    align-items: center;
    font-weight: 600;
}

.items-center,
[items-center=""] {
    align-items: center;
}

.cursor-pointer,
[cursor-pointer=""] {
    cursor: pointer;
}

.flex,
[flex=""] {
    display: flex;
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.justify-between,
[justify-between=""] {
    justify-content: space-between;
}

.items-center,
[items-center=""] {
    align-items: center;
}

.flex,
[flex=""] {
    display: flex;
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0;
}

.font-700,
.font-bold {
    font-weight: 700;
}

.text-16px,
[font-size~="16px"] {
    font-size: 16px;
}

.c-\$btn-text,
.text-\$btn-text {
    color: #fff;
}

.p-12px\! {
    padding: 12px !important;
}

.p-\$mg {
    padding: 14px;
}

.rd-\$card-radius,
.rounded-\[var\(--card-radius\)\],
.rounded-\$card-radius {
    border-radius: 8px;
}

.relative {
    position: relative;
}

.container-card {
    background: hsla(0, 0%, 100%, .08);
}

.promotion-wrap .team-info-wrap .top-info {
    color: #fff;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

.text-\#5bcb9a {
    --un-text-opacity: 1;
    color: rgb(91 203 154 / var(--un-text-opacity));
}

.promotion-wrap .team-info-wrap .team-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
}

.promotion-wrap .team-info-wrap .team-item .top-title {
    font-weight: 600;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap-y-10px {
    row-gap: 10px;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promotion-wrap .team-info-wrap .team-item-info {
    width: 100%;
    text-align: center;
}

.promotion-wrap .team-info-wrap .team-item-info .value {
    font-size: 16px;
    line-height: 22px;
}

.promotion-wrap .team-info-wrap .team-item-info .label[data-v-1c696b09] {
    font-size: 12px;
    color: var(--text-gray);
}

.promotion-wrap .team-info-wrap .team-item-info .label {
    font-size: 12px;
    color: var(--text-gray);
}

.index-wrap .tools-part {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 0;
}

.index-wrap .tools-part .tool-item {
    width: 100%;
}

.grid-cols-3\! {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.index-wrap .tools-part .tool-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index-wrap .tools-part .tool-item .img-wrap {
    margin-bottom: 4px;
    height: 3.6rem;
    width: 3.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(140deg, #162e6999 33.87%, #7a0d2866);
}

.index-wrap .tools-part .tool-item .img-wrap img {
    width: 35px;
    height: 35px;
}

.index-wrap .tools-part .tool-item .label {
    font-size: 12px;
    text-align: center;
}

.index-wrap .video-part {
    margin-bottom: 20px;
}

.index-wrap .section-title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-wrap .section-title .name {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .75px;
}

.index-wrap .video-part .list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    text-align: center;
    list-style: none;
}

.index-wrap .video-part .list .item {
    width: 32%;
    border-radius: 4px;
    background: linear-gradient(140deg, #162e6999 33.87%, #7a0d2866);
    padding: 20px 10px;
}

.index-wrap .video-part .list .item .ico {
    display: flex;
    justify-content: center;
}

.index-wrap .video-part .list .item .ico img {
    height: 44px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.index-wrap .video-part .list .item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.invite-copy-code-img {
    cursor: pointer;
}

.copy-invite-code,
.cursor-pointer {
    cursor: pointer;
}

.gap-y-30px {
    row-gap: 30px;
}

.app .pagetitle {
    padding: 10px 14px;
}

.app .pagetitle h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.app .pagetitle nav {
    list-style: none;
}

.app .pagetitle nav ol li,
.app .pagetitle nav ol li a {
    color: #a09c9c;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(245 245 245 / 75%);
}

.main .row {
    padding: 0;
}

.table>:not(caption)>*>* {
    white-space: nowrap;
}

.table>:not(caption)>*>th {
    color: #cec9c9d1;
}

.pagi-fixed {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.pagi-fixed .pagination {
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
}

.pagi-fixed .page-item {
    min-width: 40px;
    text-align: center;
}

.pagination {
    --bs-pagination-bg: transparent;
}

.disabled>.page-link,
.page-link.disabled {
    color: rgb(255 255 255 / 75%);
    background-color: transparent;
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-link {
    color: rgb(255 255 255 / 75%);
}