.page-header-mini {
    padding: 150px 0 150px !important;
}
.dashboard-menu {
    padding: 10px;
    list-style-type: none;
}
.dashboard-menu li a {
    padding: 15px;
    background: linear-gradient(90deg, rgba(113, 48, 195, 0.96) 0%, #070710 24%);
    border-bottom: 1px solid #7130c3;
    font-weight: 550;
}
.dashboard-menu li a.active, .dashboard-menu li a:hover {
    background: linear-gradient(90deg, rgba(113, 48, 195, 0.96) 0%, #070710 100%);
    color: #fff;
}
.dashboard-grids {
    padding-top: 3%;
    padding-left: 5%;
}
.nav_wrapper {
    background: linear-gradient(300deg,rgba(104, 45, 179, 1) 75%, rgba(255, 255, 255, 1) 25%) !important;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #9466d1; /* 👈 make it visible */
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5e2aa3;
}

.input-group-append.btn-default {
    background: #7130c3;
    padding: 17px;
    cursor: pointer;
}

.trade-scrollable {
    margin-bottom: 3%;
    margin-top: 3%;
}
.trade-time-area {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
    background: #070710;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #EC36C4;
    margin-right: 5px;
    margin-bottom: 5px;
}
.trade-time-area:hover, .trade-time-area.active  {
    background: linear-gradient(90deg, rgba(236, 54, 196, 1) 0%, rgba(104, 45, 180, 1) 58%);
    cursor: pointer;
}

.trade-amount-area {
    width: 100px;
    display: inline-block;
    float: left;
    padding: 10px;
    border: 1px solid #682CB3;
    background: #000;
    border-radius: 6px;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
}
.trade-amount-area:hover, .trade-amount-area.active {
    background: #682CB3;
    cursor: pointer;
}

.trade-percentage {
    font-weight: bold;
    font-size: 24px !important;
    margin-top: 10px;
    color: #fff;
}

.btn-up {
    background: #10b981 !important;
}
.btn-down {
    background: #fe5756 !important;
}
.btn-up.active, .btn-down.active {
    border: 1px solid white;
}


.trade-common-area, .trade-countdown-area {
    display: none;
}
.trade-common-area table tr td {
    color: #fff;
}
.trade-common-area table tr td:first-child {
    background-color: #5E1F85;
    color: #fff;
}


.countdown-clock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 90px;
    margin: 20px auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    position: relative;
    /* This creates the "horizontal split" line across the middle */
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0.1) 50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3), inset 0 0 1px 1px rgba(255,255,255,0.1);
}

.countdown-up {
    background-color: #064e3b; /* Deep Forest Green */
    border-bottom: 4px solid #10b981;
}

.countdown-down {
    background-color: #450a0a; /* Deep Wine Red */
    border-bottom: 4px solid #fe5756;
}

.has-submenu .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
    background-color: rgba(0,0,0,0.05);
}

.has-submenu .submenu.open {
    display: block;
}

.has-submenu .submenu li a {
    font-size: 0.9em;
    padding: 6px 16px;
}

.submenu-arrow {
    float: right;
    margin-top: 4px;
    transition: transform 0.2s ease;
}

.has-submenu.open .submenu-arrow {
    transform: rotate(180deg);
}


.table-light tr th {
    background: #682DB3 !important;
    color: #fff !important;
}

.footer-ul {
    margin-top: 20px;
}
.footer-ul li {
    width: 20%;
}
.footer-ul li a {
    width: 100%;
    padding: 20px;
    font-size: 24px;
    background: #682DB3;
    color: #fff;
    border-radius: 15px;
}
.footer-ul li a:hover {
    background: #FF3BD4;
    color: #fff;
}
.footer-ul li a .fa {
    padding: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
}

.backtotop .scroll {
    background: #481652;
    color: #fff;
}
.backtotop .scroll:hover {
    background: #fff;
    color: #481652;
}
.site_header {
    background: #0F1021 !important;
}
.top-marquee {
    width: 100%;
    background: #682DB3;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 18s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.site_header {
    margin-top: 40px;
}
.site_header.sticky {
    margin-top: 0px;
}
.ico_site_footer .pagelist_block {
    margin-bottom: 10px;
    margin-top: 20px;
}


/* Membership */

.membership-card {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    background: linear-gradient(145deg, #5f2c82, #3a1c71);
    border-radius: 18px;
    padding: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: 0.3s ease;
}

.membership-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.membership-pro {
    border-top: 10px solid #8bc88b;
    border-bottom: 10px solid #8bc88b;
}
.membership-elite {
    border-top: 10px solid #7db4cb;
    border-bottom: 10px solid #7db4cb;
}
.membership-vip {
    border-top: 10px solid #ff96cc;
    border-bottom: 10px solid #ff96cc;
}

.membership-wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffcc00;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: bold;
}
.title.pro {
    color: #8BC88B;
}
.title.elite {
    color: #79AFC5;
}
.title.vip {
    color: #FA93C8;
}

.price {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.fee {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffd6ff;
}

.desc {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.btn-join {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    background: #682DB3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}
.btn-join.pro {
    background: #8BC88B;
}
.btn-join.elite {
    background: #79AFC5;
}
.btn-join.vip {
    background: #FA93C8;
}
.btn-join:hover {
    opacity: 0.85;
}

@media screen and (max-width: 992px) {
    .dashboard-menu-btn {
        display: none;
    }
    .nav_wrapper {
        background: linear-gradient(300deg,rgba(104, 45, 179, 1) 50%, rgba(255, 255, 255, 1) 50%) !important;
    }
    .pagelist_block.unordered_list {
        gap: 10px 10px !important;
    }
    .ico_site_footer {
        padding: 0px !important;
    }
    .footer-ul li {
        width: 22%;
        display: block;
        position: relative;
        align-items: center;
        margin: auto;
    }
    .footer-ul li a {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }
    .footer-ul li a .fa {
        padding: 12px;
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

