body {
    background-color: #0F0202;
    color: #ffdad8;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #1e0707;
}

::-webkit-scrollbar-thumb {
    background: #4b2d2b;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5c403c;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-active-item {
    background-color: rgba(191, 6, 23, 0.1);
    border-left: 3px solid #bf0617;
}

.game-card-hover:hover .game-overlay {
    opacity: 1;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
}

.accordion-content.open {
    max-height: 800px;
    opacity: 1;
}

.accordion-content-002 {
    max-height: 800px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 1;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Collapsible Sidebar Styles */
#main-sidebar {
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 72px;
}

#main-sidebar.expanded {
    width: 300px;
}

#main-content {
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 72px;
}

#main-sidebar.expanded+#main-content {
    margin-left: 300px;
}

.sidebar-label {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    display: none;
}

#main-sidebar.expanded .sidebar-label {
    opacity: 1;
    display: inline;
}

#main-sidebar.expanded .dropdown-icon {
    display: block;
}

.dropdown-icon {
    display: none;
}

/* Adjusting items in narrow mode */
.sidebar-item-container {
    justify-content: center;
}

#main-sidebar.expanded .sidebar-item-container {
    justify-content: space-between;
}

.live-chat-text {
    display: none;
}

#main-sidebar.expanded .live-chat-text {
    display: inline;
}

.live-chat-btn {
    width: 48px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.support_btn_aera_menu {
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}

.promo_img_menu_nav_bar {
    display: none;
}

.live-chat-btn-text {
    display: none;
}


#main-sidebar.expanded .live-chat-btn {
    width: 150px;
}

#main-sidebar.expanded .live-chat-btn-text {
    display: block;
}

#main-sidebar.expanded .promo_img_menu_nav_bar {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    /* margin-left: 16px; */
    /* margin-right: 16px; */
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #222424d4;
}

#main-sidebar.expanded .phone_menu_back_home_close_aera {
    display: flex;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#main-sidebar {
    width: 80px;
    transition: width 0.3s;
}

.sub_item {
    width: 100%;
    background-color: #222424;
}

.main_container_aera_home {
    max-width: 1200px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0 15px;
}

.gm_cus_container_aera_home {
    width: 100%;
    background-color: #141414;
    display: block;
}

.gm_cus_container_aera_sub_01 {
    max-width: 1200px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0 15px;
}


.promotion_link_aa {
    font-size: 14px;
    text-decoration: underline;
    margin-right: 6px;
    display: none;
}

.promo_con_main_aera_pp {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #222424d4;
}

.promo_con_main_aera {
    height: 150px;
    width: calc(100% - 20px);
    overflow-x: scroll;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.promo_con_main_aera_img_aera {
    width: 200px;
    height: 120px;
    margin-left: 10px;
}


.btn_aa_op_120 {
    display: flex;
}

.sub_menu_color {
    /* background-color: #222424; */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    gap: 10px;
}

.phone_hide_com {
    display: flex;
}

.app_install_banner_aera {
    width: 100%;
    height: fit-content;
    margin-top: 20px;
    border-radius: 10px;
}

.phone_hide_container {
    display: flex;
}

.pc_hide_container {
    display: none;
}

#bjProfileWidget {
    display: flex;
}

#Contact_Us-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #211f1f;
    padding: 12px;
}

#Contact_Us-content .sub_item {
    flex: 0 1 calc(50% - 10px);
    background-color: #117d5e;
}

#Contact_Us-content i {
    font-size: 15px;
}

#Contact_Us-content span {
    font-size: 10px;
}

.phone_menu_back_home_close_aera {
    display: none;
}

.phone_menu_back_home_btn_01 {
    width: 40px;
    margin-right: 12px;
}

.phone_menu_back_home_btn_01 i {
    font-size: 18px;
}

.phone_menu_back_home_btn_02 {
    width: 40px;
}

.phone_menu_back_home_btn_02 i {
    font-size: 18px;
}

#m-banner-status-text{
    height: 35px;
    display: flex;
    align-items: center;
    background-color: #f7003ed9;
    padding: 0 16px;
    border-radius: 5px;
}

/* ================================= Home start =========================== */

:root {
    --bg-dark: #0b0f0d;
    /* Main background */
    --baji-green: #0d613b;
    /* Theme Sobuj */
    --baji-green-hover: #117d4d;
    /* Hover Sobuj */
    --baji-red: #e62e2d;
    /* Theme Lal */
    --baji-white: #ffffff;
    /* Theme Sada */
    --text-muted: #a3a9a6;
    /* Dull text */
}


/* Slider Wrapper Container */
.slider-wrapper {
    position: relative;
    width: 100%;
    /* max-width: calc(100% - 60px); */
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    /* border-radius: 12px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    /* border: 2px solid #141a16; */
    margin-bottom: 30px;
}

/* Inner Slides Track */
.slides-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    /* Smooth transition */
}

/* Individual Slide Card */
.slide-item {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
}

/* Slide Content Overlay */
.slide-content {
    max-width: 500px;
    z-index: 2;
    animation: fadeInUp 0.8s ease-in-out;
}

/* Dark overlay for better text visibility */
.slide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(11, 15, 13, 0.95) 30%, rgba(11, 15, 13, 0.4) 100%); */
    z-index: 1;
}

/* Slide Typography */
.slide-tag {
    display: inline-block;
    background-color: var(--baji-red);
    color: var(--baji-white);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slide-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--baji-white);
}

.slide-title span {
    color: var(--baji-green-hover);
}

.slide-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Promotional Action Button */
.slide-btn {
    display: inline-block;
    background-color: var(--baji-green);
    color: var(--baji-white);
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s, transform 0.1s;
    box-shadow: 0 4px 15px rgba(13, 97, 59, 0.3);
}

.slide-btn:hover {
    background-color: var(--baji-green-hover);
    transform: translateY(-2px);
}

.slide-btn:active {
    transform: translateY(0);
}

/* Navigation Arrows (Prev / Next) */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(20, 26, 22, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--baji-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.nav-arrow:hover {
    background-color: var(--baji-green);
    border-color: var(--baji-green);
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

.nav-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

/* Dots Pagination Bottom Indicator */
.dots-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1e2521;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: var(--baji-green);
    width: 28px;
    /* Beautiful pill shape when active */
    border-radius: 6px;
}

/* Simple fadeInUp animation on slide load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Breakpoints for Mobile Phones */
@media (max-width: 768px) {
    .slider-wrapper {
        height: 320px;
        border-radius: 8px;
        border: none;
    }

    .slide-item {
        padding: 0 40px;
    }

    .slide-title {
        font-size: 26px;
    }

    .slide-desc {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .slide-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .nav-arrow {
        width: 35px;
        height: 35px;
    }

    .prev-arrow {
        left: 10px;
    }

    .next-arrow {
        right: 10px;
    }
}

/* ================================= Home end =========================== */


/* ================================= Profile Drop Down Start =========================== */

:root {
    --bj-primary: #1e0707;
    /* প্রাইমারি ডার্ক ব্রাউন-লাল */
    --bj-secondary: #0f0202;
    /* সেকেন্ডারি গভীর ডার্ক ব্ল্যাক */
    --bj-text-white: #ffffff;
    /* সাদা টেক্সট কালার */
    --bj-text-muted: rgba(255, 255, 255, 0.6);
    --bj-brand-green: #1cd481;
    /* বাজি গ্রিন গ্লো */
    --bj-alert-red: #ff3333;
    /* রেড নোটিফিকেশন ব্যাজ */
}

/* সমস্ত এলিমেন্ট স্কোপড রাখতে parent ক্লাস হিসেবে .bj-profile-widget ব্যবহার করা হয়েছে */
.bj-profile-widget {
    position: relative;
    display: inline-block;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    text-align: left;
}

.bj-profile-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.2s ease;
    user-select: none;
}

.bj-trigger-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6bdb9, #0f0202);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.bj-trigger-avatar svg {
    width: 14px;
    height: 14px;
    fill: var(--bj-secondary);
}

.bj-trigger-text {
    color: var(--bj-text-white);
    font-size: 0.75rem;
}

.bj-dropdown-window {
    position: absolute;
    top: 50px;
    left: 0;
    width: 360px;
    background-color: var(--bj-primary);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px) scaleY(0.95);
    transform-origin: top;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.3s;
}

.bj-profile-widget.bj-active .bj-dropdown-window {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
}

/* ড্রপডাউনের একেবারে মাথায় সবুজ অ্যাকসেন্ট স্ট্রিপ */
.bj-dropdown-window::before {
    content: '';
    display: block;
    width: 77px;
    height: 3px;
    background-color: var(--bj-brand-green);
}

/* ভেতরের মূল স্ক্রোল কন্টেইনার */
.bj-dropdown-body {
    padding: 16px;
    max-height: 85vh;
    overflow-y: auto;
}

/* কাস্টম সূক্ষ্ম স্ক্রোলবার */
.bj-dropdown-body::-webkit-scrollbar {
    width: 4px;
}

.bj-dropdown-body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.bj-user-card {
    border-bottom: 1px solid #fff;
    padding: 14px;
    margin-bottom: 14px;
}

.bj-user-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* সবুজ গ্লোয়িং এভাটার */
.bj-user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d613b, #1cd481);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.bj-user-avatar svg {
    width: 28px;
    height: 28px;
    fill: var(--bj-text-white);
    opacity: 0.9;
}

.bj-user-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    flex-grow: 1;
}

.bj-grid-col {
    overflow: hidden;
}

.bj-grid-col-left_br {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 15px;
}

.bj-col-label {
    font-size: 13px;
    color: var(--bj-text-muted);
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
}

.bj-col-val-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bj-col-value {
    font-size: 11px;
    color: var(--bj-text-white);
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}

/* কপি বাটন */
.bj-copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.bj-copy-btn:hover {
    color: var(--bj-text-white);
}

.bj-copy-btn svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* সাইনআপ ডেট সেকশন */
.bj-signup-date-row {
    margin-top: 12px;
    font-size: 11px;
    color: var(--bj-text-muted);
    font-weight: 500;
    width: calc(100% - 56px);
    margin-left: auto;
}

.bj-signup-date-row span {
    color: rgba(255, 255, 255, 0.9);
}

/* লিস্ট অপশন মেনুসমূহ */
.bj-menu-list {
    display: flex;
    flex-direction: column;
}

.bj-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    color: var(--bj-text-white);
}

.bj-menu-item:hover {
    background-color: var(--bj-secondary);
}

.bj-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bj-item-left svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 2;
}

.bj-item-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* নোটিফিকেশন রেড ব্যাজ */
.bj-badge {
    background-color: var(--bj-alert-red);
    color: var(--bj-text-white);
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 10px;
    line-height: 1;
    margin-left: 4px;
}

/* রাইট চ্যাপেল অ্যারো */
.bj-item-chevron {
    color: rgba(255, 255, 255, 0.3);
}

/* আউটলাইনড লগআউট বাটন */
.bj-logout-btn-container {
    margin-top: 16px;
    padding-top: 8px;
}

.bj-logout-btn {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 12px;
    font-size: 13.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.bj-logout-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--bj-text-white);
}

.bj-logout-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* ইন্টিগ্রেটেড কপি টোস্ট সিস্টেম */
.bj-toast-alert {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: var(--bj-brand-green);
    color: var(--bj-secondary);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 24px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
    opacity: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bj-toast-alert.bj-show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* ================================= Profile Drop Down End =========================== */


/* ================================= notification start =========================== */

/* Color Palette */
:root {
    --primary-color: #e6bdb9;
    --secondary-color: #0f0202;
    --text-color: #fff;
    --muted-text: rgba(255, 255, 255, 0.6);
    --border-color: rgba(255, 255, 255, 0.1);
    --unread-dot: #00cc76;
}

.notifications-wrapper {
    color: var(--text-color);
    font-family: sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Styling */
.noti-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.noti-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.noti-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hidden-actions {
    display: none;
    gap: 10px;
}

.hidden-actions.active {
    display: flex;
}

/* Button Styling */
.btn-secondary {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

.btn-primary-outline {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-danger {
    background: #ff4d4d;
    border: none;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
}

/* --- ALDA SCROLL CONTAINER --- */
.noti-scroll-container {
    max-height: calc(100vh - 235px);
    overflow-y: auto;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.01);
}

/* Custom Scrollbar Styling */
.noti-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.noti-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

/* List Item Styling */
.noti-list {
    display: flex;
    flex-direction: column;
}

.noti-item {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 20px;
    background: transparent;
    position: relative;
    transition: background 0.2s;
}

.noti-item:last-child {
    border-bottom: none;
}

.noti-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.noti-date {
    font-size: 12px;
    color: var(--muted-text);
}

.unread-dot {
    width: 10px;
    height: 10px;
    background-color: var(--unread-dot);
    border-radius: 50%;
    display: inline-block;
}

.noti-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.noti-text-container {
    flex: 1;
    cursor: pointer;
}

.noti-item-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: var(--text-color);
}

/* Truncate Body text before click (১ লাইনে কলাপ্সড থাকবে) */
.noti-item-desc {
    font-size: 14px;
    color: var(--muted-text);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Arrow Icon Styling */
.arrow-icon {
    font-size: 14px;
    color: var(--muted-text);
    cursor: pointer;
    padding: 4px 8px;
    transition: transform 0.2s ease;
    user-select: none;
}

/* --- EXPANDED STATE (When arrow or text clicked) --- */
.noti-item.expanded {
    background: rgba(255, 255, 255, 0.03);
}

.noti-item.expanded .noti-item-desc {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.noti-item.expanded .arrow-icon {
    transform: rotate(180deg);
    color: var(--primary-color);
}

/* Loader */
.loading-spinner {
    text-align: center;
    padding: 15px;
    color: var(--muted-text);
    font-size: 14px;
    display: none;
}

/* ================================= notification End =========================== */

/* ================================= Coin and taka start =========================== */

.wallet-header-container {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    padding: 10px;
    user-select: none;
}

/* Main Widget Box */
.balance-widget {
    display: flex;
    align-items: center;
    background-color: #212121;
    /* Dark Slate Gray */
    border-radius: 6px;
    padding: 6px 14px;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.balance-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-coin {
    width: 20px;
    height: 20px;
}

.balance-val {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Divider */
.wallet-divider {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.15);
}

/* Action Icons */
.wallet-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
}

.icon-btn {
    background: none;
    border: none;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s, transform 0.1s;
}

.icon-btn:hover {
    color: #ffffff;
}

.icon-btn:active {
    transform: scale(0.92);
}

.action-svg {
    width: 16px;
    height: 16px;
}

.action-svg.hidden {
    display: none;
}

/* Buttons Style */
.btn-wallet {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s, transform 0.1s;
}

.btn-wallet:active {
    transform: scale(0.97);
}

.btn-withdrawal {
    background-color: #2c2c2c;
    color: #ffffff;
}

.btn-deposit {
    background-color: #008955;
    /* Premium Green */
    color: #ffffff;
}

.btn-wallet:hover {
    opacity: 0.9;
}

/* ================================= Coin and taka End =========================== */


/* ================================= Profile start =========================== */

:root {
    --pf-primary: #e6bdb9;
    --pf-secondary: #0f0202;
    --pf-text: #ffffff;
    --pf-bg-card: #151515;
    --pf-bg-input: #212121;
    --pf-muted: rgba(255, 255, 255, 0.6);
    --pf-border: rgba(255, 255, 255, 0.08);
    --pf-green: #008955;
    --pf-danger: #ff4d4d;
}

.profile-dashboard {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    color: var(--pf-text);
    font-family: sans-serif;
}

.profile-sidebar {
    width: 250px;
    flex-shrink: 0;
}

.profile-title-main {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile-menu-box {
    background-color: transparent;
    border: 1px solid var(--pf-border);
    border-radius: 4px;
    overflow: hidden;
}

.menu-step-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 14px 18px;
    color: var(--pf-muted);
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease;
    border-bottom: 1px solid var(--pf-border);
}

.menu-step-btn:last-child {
    border-bottom: none;
}

.menu-step-btn.active,
.menu-step-btn:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--pf-text);
    font-weight: 500;
}

.profile-content-window {
    flex: 1;
    background-color: transparent;
    /* border: 1px solid var(--pf-border); */
    border-radius: 4px;
    padding: 24px;
    min-height: 400px;
}

#input-dob{
  display: block;
}

.content-panel-view {
    display: none;
}

.content-panel-view.active {
    display: block;
}

.panel-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.panel-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--pf-text);
}

.btn-edit-trigger {
    background: transparent;
    border: 1px solid var(--pf-border);
    color: var(--pf-primary);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-edit-trigger:hover {
    background: rgba(255, 255, 255, 0.05);
}

.profile-data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--pf-border);
}

.profile-data-row:last-child {
    border-bottom: none;
}

.data-label {
    color: var(--pf-muted);
    font-size: 15px;
}

.data-value-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.data-value-txt {
    font-size: 15px;
    color: var(--pf-text);
}

.action-icon-svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--pf-muted);
    stroke-width: 2;
    cursor: pointer;
}

.action-icon-svg:hover {
    stroke: var(--pf-primary);
}

.verified-badge-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #00cc76;
    stroke-width: 2.5;
}

.arrow-nav-svg {
    width: 16px;
    height: 16px;
    stroke: var(--pf-muted);
    stroke-width: 2;
    fill: none;
}

.sub-view-panel {
    display: none;
}

.sub-view-panel.active {
    display: block;
}

.back-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    cursor: pointer;
    user-select: none;
}

.back-header-row h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.input-group-field {
    margin-bottom: 20px;
    max-width: 480px;
}

.input-group-field label {
    display: block;
    font-size: 14px;
    color: var(--pf-muted);
    margin-bottom: 8px;
}

.pf-input {
    width: 100%;
    background-color: #1a1a1a!important;
    border-radius: 12px!important;;
    padding: 14px 20px!important;;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    user-select: none;
    outline: none;
    border: 1px solid var(--pf-border);
}

.pf-input:focus {
    border-color: var(--pf-border)!important;
    outline: none !important;
    box-shadow: none !important;
}

.pass-rules-list {
    margin: 15px 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rule-item-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--pf-muted);
}

.rule-item-check.valid {
    color: #00cc76;
}

.rule-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid var(--pf-muted);
    font-size: 10px;
    font-weight: bold;
}

.rule-item-check.valid .rule-icon {
    border-color: #00cc76;
    background-color: rgba(0, 204, 118, 0.1);
}

.btn-submit-action {
    /* background-color: var(--pf-green);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    max-width: 480px;
    width: 100%; */

    width: 100%;
    background-color: #0d3624;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: auto;
    letter-spacing: 0.5px;
    margin-top: 10px;
    max-width: 480px;

}

.verification-warning-box {
    background-color: rgba(0, 137, 85, 0.08);
    border: 1px solid rgba(0, 137, 85, 0.2);
    border-radius: 6px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.warning-shield-icon {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #00cc76;
    stroke-width: 2;
}

.warning-box-desc {
    font-size: 13.5px;
    color: var(--pf-text);
    line-height: 1.5;
    margin: 0;
}

/* ===== Mobile Responsive (added, nothing above changed) ===== */
@media (max-width: 768px) {
    .profile-dashboard {
        flex-direction: column;
        gap: 16px;
        padding: 10px;
    }

    .profile-sidebar {
        width: 100%;
    }

    .profile-title-main {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .profile-menu-box {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .menu-step-btn {
        flex: 1;
        white-space: nowrap;
        text-align: center;
        padding: 12px 14px;
        font-size: 14px;
        border-bottom: none;
        border-right: 1px solid var(--pf-border);
    }

    .menu-step-btn:last-child {
        border-right: none;
    }

    .profile-content-window {
        padding: 16px;
        min-height: unset;
    }

    .panel-heading-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 18px;
    }

    .panel-heading {
        font-size: 18px;
    }

    .btn-edit-trigger {
        padding: 6px 12px;
        font-size: 13px;
    }

    .profile-data-row {
        flex-wrap: wrap;
        padding: 12px 0;
        gap: 6px;
    }

    .data-label {
        font-size: 14px;
    }

    .data-value-txt {
        font-size: 14px;
        word-break: break-word;
    }

    .input-group-field {
        max-width: 100%;
    }

    .pf-input {
        font-size: 14px;
        padding: 11px 12px;
    }

    .btn-submit-action {
        max-width: 100%;
        font-size: 14px;
        padding: 12px 18px;
    }

    .back-header-row {
        margin-bottom: 20px;
    }

    .back-header-row h3 {
        font-size: 18px;
    }

    .verification-warning-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px;
    }

    .warning-box-desc {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .profile-title-main {
        font-size: 18px;
    }

    .profile-content-window {
        padding: 12px;
    }

    .panel-heading {
        font-size: 17px;
    }

    .menu-step-btn {
        font-size: 13px;
        padding: 10px 12px;
    }

    .data-value-wrapper {
        gap: 8px;
    }

    .rule-item-check {
        font-size: 13px;
    }
}

/* ================================= Profile end =========================== */

/* ================================= translation start =========================== */

/* গ্লোবাল ভ্যারিয়েবল এবং থিম কালার স্কিম */
:root {
    --tx-primary: #e6bdb9;
    --tx-secondary: #0f0202;
    --tx-bg-surface: #121212;
    --tx-bg-card: #1c1c1e;
    --tx-bg-input: #2a2a2e;
    --tx-text: #ffffff;
    --tx-muted: rgba(255, 255, 255, 0.6);
    --tx-border: rgba(255, 255, 255, 0.08);
    --tx-green: #00cc76;
    --tx-danger: #ff4d4d;
    --tx-warning: #ffaa00;
}

.tx-dashboard-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--tx-text);
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    overflow-x: hidden;
}

.tx-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.tx-main-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.tx-main-title i{
    display: none;
}

.tx-action-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chip-filter-btn {
    background-color: var(--tx-bg-card);
    border: 1px solid var(--tx-border);
    color: var(--tx-text);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-icon-trigger {
    background-color: transparent;
    border: 1px solid var(--tx-border);
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-trigger svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--tx-text);
    stroke-width: 2;
}

.tx-date-group-title {
    font-size: 13px;
    color: var(--tx-muted);
    margin: 20px 0 10px 0;
    text-transform: capitalize;
}

/* ট্রানজেকশন আইটেম লিস্ট ডিজাইন */
.tx-list-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tx-item-card {
    background-color: var(--tx-bg-card);
    border: 1px solid var(--tx-border);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s;
    margin-bottom: 12px;
}

.tx-left-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-badge.rejected {
    background-color: rgba(255, 77, 77, 0.1);
    color: var(--tx-danger);
}

.status-badge.approved {
    background-color: rgba(0, 204, 118, 0.1);
    color: var(--tx-green);
}

.status-badge.processing {
    background-color: rgba(255, 170, 0, 0.1);
    color: var(--tx-warning);
}

.tx-meta-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tx-title-text {
    font-size: 15px;
    font-weight: 500;
}

.tx-subtitle-text {
    font-size: 14px;
    color: var(--tx-muted);
}

.tx-date-text {
    font-size: 12px;
    color: var(--tx-muted);
    margin-top: 4px;
}

.tx-right-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tx-amount-value {
    font-size: 16px;
    font-weight: 600;
}

.tx-amount-value.positive {
    color: var(--tx-green);
}

.tx-amount-value.negative {
    color: var(--tx-text);
}

.btn-details-view {
    background-color: transparent;
    border: 1px solid var(--tx-border);
    color: var(--tx-muted);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-details-view:hover {
    border-color: var(--tx-primary);
    color: var(--tx-text);
}

/* ফিল্টার সাইড প্যানেল ড্রয়ার */
.filter-drawer-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.filter-drawer-sidebar {
    position: fixed;
    top: 0;
    right: -340px;
    bottom: 0;
    width: 340px;
    background-color: #161618;
    border-left: 1px solid var(--tx-border);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    /* padding: 24px; */
}

.filter-drawer-sidebar.active {
    right: 0;
}

.filter-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
    padding: 15px;
    border-bottom: 1px solid #ffffff1f;
}

.filter-sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.close-drawer-btn {
    background: transparent;
    border: none;
    color: var(--tx-text);
    font-size: 24px;
    cursor: pointer;
}

.filter-section-block {
    margin-bottom: 24px;
}

.filter-section-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
}

.filter-options-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(100% - 12px);
    margin-left: 12px;
}

.checkbox-label-row,
.radio-label-row {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    color: #ffffff6b;
}

.checkbox-label-row input,
.radio-label-row input {
    width: 18px;
    height: 18px;
    accent-color: var(--tx-green);
    cursor: pointer;
}

.checkbox-label-row input[type="checkbox"][name="filter_status"]:checked::before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  height: 100%;
}

.checkbox-label-row input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #383838;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}

.checkbox-label-row input[type="checkbox"]:focus,
.checkbox-label-row input[type="checkbox"]:active {
  outline: none !important;
  box-shadow: none !important;
}

.checkbox-label-row input[type="checkbox"]:checked {
  background-color: #0d8a6a; /* সবুজ/টিয়াল ব্যাকগ্রাউন্ড */
}


.radio-label-row input[type="radio"]:checked {
  background-color: #0d8a6a;
}


.radio-label-row input[type="radio"]:focus,
.radio-label-row input[type="radio"]:active {
  outline: none !important;
  box-shadow: none !important;
}



.filter-footer-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.btn-filter-clear {
    background-color: transparent;
    border: 1px solid var(--tx-border);
    color: var(--tx-text);
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn-filter-apply {
    background-color: var(--tx-green);
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

/* ডিটেইলস পপআপ মোডাল */
.details-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.details-modal-box {
    background-color: #161618;
    border: 1px solid var(--tx-border);
    border-radius: 12px;
    width: 100%;
    max-width: 460px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-main-scroll {
    padding: 24px;
    max-height: 85vh;
    overflow-y: auto;
}

.modal-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-header-title {
    font-size: 18px;
    font-weight: 600;
}

.modal-amount-hero {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--tx-green);
    margin: 10px 0 4px 0;
}

.modal-gateway-sub {
    text-align: center;
    font-size: 13px;
    color: var(--tx-muted);
    margin-bottom: 12px;
}

.modal-status-banner {
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.modal-status-banner.rejected {
    background-color: rgba(255, 77, 77, 0.1);
    color: var(--tx-danger);
}

.modal-status-banner.approved {
    background-color: rgba(0, 204, 118, 0.1);
    color: var(--tx-green);
}

/* টাইমলাইন ট্র্যাকার ডিজাইন */
.timeline-tracker-flow {
    border-left: 2px solid var(--tx-border);
    margin: 0 0 24px 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.timeline-node-item {
    position: relative;
}

.timeline-node-item::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--tx-bg-card);
    border: 2px solid var(--tx-border);
}

.timeline-node-item.active::before {
    border-color: var(--tx-green);
    background-color: var(--tx-green);
}

.node-status-msg {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.node-timestamp-txt {
    font-size: 12px;
    color: var(--tx-muted);
}

/* ডিটেইলস গ্রিড টেবিল */
.details-table-sheet {
    background-color: var(--tx-bg-card);
    border-radius: 8px;
    border: 1px solid var(--tx-border);
    padding: 8px 16px;
}

.details-sheet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--tx-border);
    font-size: 14px;
}

.details-sheet-row:last-child {
    border-bottom: none;
}

.sheet-label {
    color: var(--tx-muted);
}

.sheet-value {
    font-weight: 500;
    text-align: right;
    word-break: break-all;
    max-width: 65%;
}

.modal-action-footer {
    padding: 16px 24px;
    background-color: var(--tx-bg-card);
    border-top: 1px solid var(--tx-border);
}

.btn-modal-close-action {
    width: 100%;
    background-color: var(--tx-green);
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

/* পেজিনেশন ফুটার */
.pagination-footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--tx-border);
    color: var(--tx-muted);
    font-size: 14px;
}

.btn-page-nav {
    background-color: var(--tx-bg-card);
    border: 1px solid var(--tx-border);
    color: var(--tx-text);
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-page-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.phone_tr_area_tt{
    display: none;
}

.phone_vv_tr_gg_01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tr_aa_op_side_bar_2112{
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: stretch;
}

/* ================================= translation end =========================== */

/* ================================= Bet translation start =========================== */

:root {
    --bet-primary: #e6bdb9;
    --bet-secondary: #0f0202;
    --bet-bg-surface: #0f0202;
    --bet-bg-card: #161618;
    --bet-bg-input: #222224;
    --bet-text: #ffffff;
    --bet-muted: rgba(255, 255, 255, 0.6);
    --bet-border: rgba(255, 255, 255, 0.08);
    --bet-green: #00cc76;
    --bet-danger: #ff4d4d;
    --bet-warning: #ffaa00;
}

.bet-dashboard-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--bet-text);
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* টপ বার ও টাইটেল */
.bet-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.bet-main-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.bet-action-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chip-filter-trigger {
    background-color: var(--bet-bg-card);
    border: 1px solid var(--bet-border);
    color: var(--bet-text);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.btn-filter-icon {
    background-color: transparent;
    border: 1px solid var(--bet-border);
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-filter-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--bet-text);
    stroke-width: 2;
}

/* সামারি ম্যাট্রিক্স উইজেট গ্রিড */
.bet-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.stat-card-item {
    background-color: var(--bet-bg-card);
    border: 1px solid var(--bet-border);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-card-label {
    font-size: 13px;
    color: var(--bet-muted);
    font-weight: 500;
}

.stat-card-value {
    font-size: 20px;
    font-weight: 700;
}

.stat-card-value.profit-plus {
    color: var(--bet-green);
}

.stat-card-value.profit-minus {
    color: var(--bet-danger);
}

/* ডেট গ্রুপিং এবং লিস্ট */
.bet-date-group-title {
    font-size: 13px;
    color: var(--bet-muted);
    margin: 20px 0 10px 0;
    text-transform: capitalize;
}

.bet-list-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bet-item-card {
    background-color: var(--bet-bg-card);
    border: 1px solid var(--bet-border);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
    margin-bottom: 14px;
}

.bet-left-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bet-status-badge {
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.bet-status-badge.win {
    background-color: rgba(0, 204, 118, 0.1);
    color: var(--bet-green);
}

.bet-status-badge.lose {
    background-color: rgba(255, 77, 77, 0.1);
    color: var(--bet-danger);
}

.bet-meta-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bet-title-text {
    font-size: 15px;
    font-weight: 500;
}

.bet-subtitle-text {
    font-size: 13px;
    color: var(--bet-muted);
}

.bet-right-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bet-amount-value {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.bet-amount-value.win-text {
    color: var(--bet-green);
}

.bet-amount-value.lose-text {
    color: var(--bet-text);
}

.btn-bet-details {
    background-color: transparent;
    border: 1px solid var(--bet-border);
    color: var(--bet-muted);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-bet-details:hover {
    border-color: var(--bet-primary);
    color: var(--bet-text);
}

/* ফিল্টার ড্রয়ার ইন্টারফেস */
.drawer-overlay-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.drawer-sidebar-panel {
    position: fixed;
    top: 0;
    right: -340px;
    bottom: 0;
    width: 340px;
    background-color: #141416;
    border-left: 1px solid var(--bet-border);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 24px;
}

.drawer-sidebar-panel.active {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.drawer-title {
    font-size: 20px;
    font-weight: 600;
}

.btn-close-drawer {
    background: transparent;
    border: none;
    color: var(--bet-text);
    font-size: 26px;
    cursor: pointer;
}

.drawer-section {
    margin-bottom: 24px;
}

.drawer-section-title {
    font-size: 14px;
    color: var(--bet-muted);
    margin-bottom: 14px;
    font-weight: 500;
}

.options-vertical-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-label-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    cursor: pointer;
}

.input-label-row input {
    width: 18px;
    height: 18px;
    accent-color: var(--bet-primary);
    cursor: pointer;
}

.drawer-footer-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.btn-action-clear {
    background-color: transparent;
    border: 1px solid var(--bet-border);
    color: var(--bet-text);
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn-action-apply {
    background-color: var(--bet-primary);
    border: none;
    color: var(--bet-secondary);
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

/* ডিটেইলস পপআপ মোডাল */
.modal-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content-box {
    background-color: #141416;
    border: 1px solid var(--bet-border);
    border-radius: 12px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
}

.modal-body-scroll {
    padding: 24px;
}

.modal-hero-amount {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 14px 0 4px 0;
}

.modal-hero-amount.win-color {
    color: var(--bet-green);
}

.modal-hero-amount.lose-color {
    color: var(--bet-text);
}

.modal-subtitle-hero {
    text-align: center;
    font-size: 13px;
    color: var(--bet-muted);
    margin-bottom: 24px;
}

/* ডিটেইলস গ্রিড শিট */
.sheet-table-box {
    background-color: var(--bet-bg-card);
    border-radius: 8px;
    border: 1px solid var(--bet-border);
    padding: 6px 16px;
}

.sheet-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--bet-border);
    font-size: 14px;
}

.sheet-row-item:last-child {
    border-bottom: none;
}

.sheet-node-label {
    color: var(--bet-muted);
}

.sheet-node-value {
    font-weight: 500;
}

.modal-footer-area {
    padding: 16px 24px;
    background-color: var(--bet-bg-card);
    border-top: 1px solid var(--bet-border);
}

.btn-modal-dismiss {
    width: 100%;
    background-color: var(--bet-primary);
    border: none;
    color: var(--bet-secondary);
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

/* পেজিনেশন কন্ট্রোলস */
.bet-pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--bet-border);
    color: var(--bet-muted);
    font-size: 14px;
}

.bet-pagination-buttons {
    display: flex;
    gap: 8px;
}

.btn-nav-step {
    background-color: var(--bet-bg-card);
    border: 1px solid var(--bet-border);
    color: var(--bet-text);
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-nav-step:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ================================= Bet translation end =========================== */

/* ================================= Vip uu start =========================== */

:root {
    --vip-primary: #e6bdb9;
    --vip-secondary: #0f0202;
    --vip-text: #ffffff;
    --vip-muted: rgba(255, 255, 255, 0.4);
    --vip-border: rgba(230, 189, 185, 0.2);
}

/* মেইন কার্ড কন্টেইনার */
.vip-card-wrapper {
    background-color: var(--vip-secondary);
    color: var(--vip-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 30px;
    border-radius: 12px;
    max-width: 750px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* টপ স্প্লিট লেআউট (টেক্সট এবং থ্রিডি স্ফেয়ার) */
.vip-main-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .vip-main-split {
        flex-direction: column-reverse;
        text-align: left;
        align-items: flex-start;
    }

    .vip-graphic-zone {
        margin: 0 auto 20px auto;
    }
}

.vip-info-zone {
    flex: 1;
    width: 100%;
}

.vip-main-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.vip-lbl-sm {
    font-size: 13px;
    color: var(--vip-muted);
    margin: 0 0 6px 0;
}

.vip-balance-hero {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

/* প্রগ্রেস বার ও মাইলস্টোন এরিয়া */
.vip-progress-container {
    margin-top: 15px;
}

.vip-progress-stats {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.vip-stats-current {
    color: var(--vip-primary);
}

.vip-stats-total {
    color: var(--vip-muted);
}

.vip-bar-track {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 12px;
}

.vip-bar-fill {
    height: 100%;
    background-color: var(--vip-primary);
    width: 77.3%;
    /* আপনার স্ক্রিনশটের রেশিও অনুযায়ী */
}

.vip-milestones-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* মেটালিক ব্যাজ স্টাইল */
.vip-badge-node {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vip-badge-node.pro-iii {
    background: transparent;
    border: none;
    color: var(--vip-muted);
}

.badge-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle, #e6bdb9 0%, #7d5b58 100%);
}

/* ডান পাশের কাস্টম মেটালিক গোলক (Sphere) */
.vip-graphic-zone {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* অ্যাকশন বাটন গ্রুপ */
.vip-action-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-vip-core {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    border: none;
}

.btn-vip-solid {
    background-color: var(--vip-primary);
    color: var(--vip-secondary);
    font-weight: 700;
}

.btn-vip-solid:hover {
    opacity: 0.9;
}

.btn-vip-outline {
    background-color: transparent;
    color: var(--vip-text);
    border: 1px solid var(--vip-border);
}

.btn-vip-outline:hover {
    background-color: rgba(230, 189, 185, 0.05);
    border-color: var(--vip-primary);
}


/* ================================= Vip cc 01 start =========================== */

.vipbdg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.vipbdg-card {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    /* বাইরের মেটালিক ক্রোম বর্ডার */
    background: conic-gradient(#555, #fff, #555, #111, #555, #fff, #555, #111, #555);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7), inset 0 0 5px rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
}

/* ড্যাশড LED রিং - অ্যানিমেশন যুক্ত */
.vipbdg-led-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: repeating-conic-gradient(#fff 0 4deg, transparent 4deg 12deg);
    -webkit-mask: radial-gradient(transparent 64%, #000 65%, #000 68%, transparent 69%);
    mask: radial-gradient(transparent 64%, #000 65%, #000 68%, transparent 69%);
    opacity: 0.9;
    animation: vipbdg-spin 8s linear infinite;
}

/* Keyframes for Rotating LED */
@keyframes vipbdg-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ভেতরের কালো বর্ডার রিং */
.vipbdg-inner-bezel {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#333, #777, #111, #777, #333);
    padding: 5px;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}

/* মূল ব্যাকগ্রাউন্ড */
.vipbdg-core {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #262626;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* বাঁকানো সোনালী অংশ */
.vipbdg-gold-curve {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 75%;
    background: radial-gradient(circle at center 20%, #ffe87a, #d4a017, #8b6914);
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* চকচকে গ্লাস রিফ্লেকশন */
.vipbdg-glass-glare {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    height: 45%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.05));
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    pointer-events: none;
    z-index: 4;
}

/* মুকুট (Crown) Container */
.vipbdg-crown-wrapper {
    position: absolute;
    top: 7%;
    z-index: 2;
    width: 68px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.6));
}

/* VIP Text Styling */
.vipbdg-title-text {
    position: absolute;
    top: 56%;
    z-index: 3;
    font-family: 'Arial Black', sans-serif;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #ffffff 0%, #b3b3b3 40%, #f0f0f0 60%, #7a7a7a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #B58815;
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.8));
}

/* ================================= Vip cc 01 end =========================== */


/* ================================= Vip uu end =========================== */


/* ================================= Reffer start =========================== */

    :root {
        --pref-bg-body: #121418;
        --pref-bg-card: #1e222aba;
        --pref-bg-card-light: #282d37;
        --pref-color-primary: #079867;
        --pref-color-primary-dark: #056a47;
        --pref-text-main: #ffffff;
        --pref-text-muted: #9ea8b6;
        --pref-border-color: #2e3542;
        --pref-accent-yellow: #f5b041;
    }

    .pref-wrapper {
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    .pref-header-banner {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 200px !important;
        object-fit: cover;
    }

    @media (min-width: 768px) {
        .pref-header-banner {
            height: 250px !important;
        }
    }

    .pref-tabs-container {
        display: flex;
        background-color: #171a21;
        border-bottom: 1px solid var(--pref-border-color);
        /* position: sticky;
        top: 0;
        z-index: 100; */
    }

    .step-icon {
    position: absolute;
    right: 15px;
    bottom: -10px;
    font-size: 60px;
    color: rgba(7, 152, 103, 0.2);
}

    .pref-tab-btn {
        flex: 1;
        padding: 14px 5px;
        background: transparent;
        border: none;
        color: var(--pref-text-muted);
        font-size: 14px;
        /* font-weight: 600; */
        font-family: inherit;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        transition: all 0.25s ease;
        text-align: center;
        white-space: nowrap;
    }

    .pref-tab-btn.pref-active {
        /* color: #00e676; */
        border-bottom-color: #00e676;
        /* background: rgba(0, 230, 118, 0.05); */
    }

    .pref-tab-btn:hover {
        color: var(--pref-text-main);
    }

    .pref-content-area {
        max-width: 1000px;
        margin: 0 auto;
        padding: 15px;
        position: relative;
        min-height: 500px;
    }

    @media (min-width: 768px) {
        .pref-content-area {
            padding: 20px;
        }
    }

    /* Tab Slide Animations */
    .pref-tab-pane {
        display: none;
        width: 100%;
        animation-duration: 0.35s;
        animation-fill-mode: forwards;
    }

    .pref-tab-pane.pref-active {
        display: block;
    }

    @keyframes prefSlideLeft {
        from { transform: translateX(-20px); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    @keyframes prefSlideRight {
        from { transform: translateX(20px); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    .pref-slide-left { animation: prefSlideLeft 0.35s ease-out forwards; }
    .pref-slide-right { animation: prefSlideRight 0.35s ease-out forwards; }

    /* Card & Button Components */
    .pref-card {
        background-color: var(--pref-bg-card);
        border: 1px solid var(--pref-border-color);
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 16px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    @media (min-width: 768px) {
        .pref-card {
            padding: 20px;
            margin-bottom: 20px;
        }
    }

    .pref-btn-outline {
        background: transparent;
        color: var(--pref-text-muted);
        border: 1px solid var(--pref-border-color);
        padding: 8px 14px;
        border-radius: 6px;
        cursor: pointer;
        transition: 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-decoration: none;
        font-size: 13px;
        font-family: inherit;
    }

    .pref-btn-outline:hover {
        border-color: var(--pref-text-main);
        color: var(--pref-text-main);
    }

    .pref-btn-primary {
        background-color: var(--pref-color-primary);
        color: #fff;
        border: none;
        padding: 12px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        /* font-weight: 600; */
        font-family: inherit;
        transition: 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-decoration: none;
    }

    .pref-btn-primary:hover {
        background-color: var(--pref-color-primary-dark);
    }

    .pref-btn-claim {
        background: linear-gradient(135deg, #f5b041, #e67e22);
        color: #000;
        font-weight: 700;
        font-family: inherit;
        border: none;
        padding: 10px 22px;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(245, 176, 65, 0.4);
        transition: transform 0.2s, box-shadow 0.2s;
        animation: pulseGlow 1.8s infinite;
    }

    .pref-btn-claim:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 15px rgba(245, 176, 65, 0.6);
    }

    @keyframes pulseGlow {
        0% { box-shadow: 0 0 0 0 rgba(245, 176, 65, 0.6); }
        70% { box-shadow: 0 0 0 10px rgba(245, 176, 65, 0); }
        100% { box-shadow: 0 0 0 0 rgba(245, 176, 65, 0); }
    }

    /* Info Tab Styles */
    .pref-info-header-flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }

    .pref-info-header-flex h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .pref-info-header-flex p {
        font-size: 13px;
        color: var(--pref-text-muted);
        line-height: 1.5;
    }

    .pref-ratio-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--pref-bg-card-light);
        padding: 12px;
        border-radius: 8px;
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .pref-steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
        margin-top: 20px;
    }

    .pref-step-item {
        background: #232731;
        padding: 20px;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        border: 1px solid var(--pref-border-color);
    }

    .pref-step-number {
        font-size: 38px;
        color: var(--pref-accent-yellow);
        font-weight: 700;
        line-height: 1;
        margin-bottom: 8px;
    }

    .pref-step-item h4 {
        font-size: 15px;
        margin-bottom: 5px;
        color: #ffca28;
    }

    .pref-step-item p {
        font-size: 12px;
        color: var(--pref-text-muted);
    }

    .pref-leaderboard-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    @media (min-width: 768px) {
        .pref-leaderboard-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    /* Details Tab Styles */
    .pref-details-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    @media (min-width: 850px) {
        .pref-details-grid {
            grid-template-columns: 300px 1fr;
            gap: 20px;
        }
    }

    @media (max-width: 440px) {
        .pref-details-grid {
           display: flex;
           flex-direction: column;
           gap: 0px;
        }

        .pref-timeline-steps{
            flex-direction: column;
            min-width: auto!important;
        }

        .pref-timeline-steps::before{
            display: none;
        }

        .pref-timeline-step{
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .pref-status-boxes{
            display: flex;
            gap: 0px;
            flex-direction: column;
        }

        .pref-content-area{
            padding: 10px;
        }

    }

    .pref-qr-card {
        text-align: center;
        padding: 20px;
        height: fit-content;
    }

    .pref-qr-placeholder {
        width: 140px;
        height: 140px;
        background: #fff;
        margin: 0 auto 12px;
        padding: 8px;
        border-radius: 8px;
    }

    .pref-qr-placeholder img {
        width: 100%;
        height: 100%;
    }

    .pref-copy-actions {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 15px;
    }

    .pref-status-card {
        background-color: #0d382d;
        border: 1px solid #145847;
        padding: 16px;
    }

    @media (min-width: 768px) {
        .pref-status-card {
            padding: 20px;
        }
    }

    .pref-status-header {
        border-left: 4px solid #00e676;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 600;
    }

    .pref-status-boxes {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .pref-status-box {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 8px;
        text-align: center;
    }

    .pref-status-box p {
        font-size: 11px;
        color: #b5d5cb;
        margin-bottom: 4px;
    }

    .pref-status-box h3 {
        font-size: 16px;
        color: #fff;
    }

    @media (min-width: 600px) {
        .pref-status-box p { font-size: 12px; }
        .pref-status-box h3 { font-size: 20px; }
    }

    .pref-timeline-container {
        background: #14171d;
        padding: 15px 10px;
        border-radius: 8px;
        margin-top: 15px;
        position: relative;
        overflow-x: auto;
    }

    .pref-timeline-header {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
        border-bottom: 1px solid #2e3542;
        padding-bottom: 8px;
    }

    .pref-timeline-steps {
        display: flex;
        justify-content: space-between;
        min-width: 360px;
        position: relative;
    }

    .pref-timeline-steps::before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2e3542;
        z-index: 1;
    }

    .pref-timeline-step {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .pref-timeline-dot {
        width: 12px;
        height: 12px;
        background: #444;
        border-radius: 50%;
        margin: 8px auto;
    }

    .pref-timeline-step p {
        font-size: 11px;
        color: var(--pref-text-muted);
    }

    .pref-timeline-step.pref-active .pref-timeline-dot {
        background: #00e676;
        box-shadow: 0 0 0 4px rgba(0, 230, 118, 0.25);
    }

    .pref-timeline-step.pref-active p {
        color: #00e676;
    }

    /* Rewards Tab & Responsive Table Styles */
    .pref-rewards-filter-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--pref-border-color);
        padding-bottom: 12px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .pref-rewards-filter-bar h3 {
        font-size: 16px;
    }

    .pref-empty-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 10px;
        color: var(--pref-text-muted);
    }

    .pref-empty-state i {
        font-size: 48px;
        color: #2e3542;
        margin-bottom: 10px;
    }

    .pref-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px;
        border: 1px solid var(--pref-border-color);
        background: var(--pref-bg-card-light);
    }

    .pref-data-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        white-space: nowrap;
    }

    .pref-data-table th,
    .pref-data-table td {
        padding: 12px 14px;
        font-size: 13px;
        border-bottom: 1px solid var(--pref-border-color);
    }

    .pref-data-table th {
        background: #191c23;
        color: var(--pref-text-muted);
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .pref-data-table tbody tr {
        transition: background 0.2s ease;
    }

    .pref-data-table tbody tr:hover {
        background: rgba(255, 255, 255, 0.02);
    }

    .pref-badge {
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        text-transform: capitalize;
    }

    .pref-badge-pending { 
        background: rgba(245, 176, 65, 0.15); 
        color: #f5b041; 
        border: 1px solid rgba(245, 176, 65, 0.3); 
    }
    .pref-badge-claimed { 
        background: rgba(0, 230, 118, 0.15); 
        color: #00e676; 
        border: 1px solid rgba(0, 230, 118, 0.3); 
    }
    .pref-badge-complete { 
        background: rgba(52, 152, 219, 0.15); 
        color: #3498db; 
        border: 1px solid rgba(52, 152, 219, 0.3); 
    }
    .pref-badge-rejected { 
        background: rgba(231, 76, 60, 0.15); 
        color: #e74c3c; 
        border: 1px solid rgba(231, 76, 60, 0.3); 
    }

    .pref-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .pref-page-link {
        padding: 6px 12px;
        background: var(--pref-bg-card-light);
        color: var(--pref-text-main);
        border: 1px solid var(--pref-border-color);
        border-radius: 6px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .pref-page-link:hover {
        border-color: #00e676;
        color: #00e676;
    }

    .pref-page-link.pref-active {
        background: var(--pref-color-primary);
        border-color: var(--pref-color-primary);
        color: #fff;
    }

    .pref-select-filter {
        background: #171a21;
        color: #fff;
        border: 1px solid var(--pref-border-color);
        padding: 6px 10px;
        border-radius: 6px;
        outline: none;
        font-size: 13px;
        font-family: inherit;
        cursor: pointer;
    }

    .pref-select-filter:focus {
        border-color: var(--pref-color-primary);
    }

    /* Modal & Toast Overlay */
    .pref-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.82);
        z-index: 1000;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        padding: 15px;
    }

    .pref-modal-overlay.pref-show {
        display: flex;
        opacity: 1;
    }

    .pref-modal-box {
        background: var(--pref-bg-card);
        border: 1px solid var(--pref-border-color);
        border-radius: 12px;
        width: 100%;
        max-width: 520px;
        padding: 20px;
        position: relative;
        transform: translateY(-20px);
        transition: transform 0.3s ease;
    }

    .pref-modal-overlay.pref-show .pref-modal-box {
        transform: translateY(0);
    }

    .pref-modal-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        color: var(--pref-text-muted);
        font-size: 20px;
        cursor: pointer;
    }

    .pref-modal-close:hover {
        color: #fff;
    }

    .pref-toast {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 30px);
        background: #191c23;
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        border: 1px solid var(--pref-color-primary);
        box-shadow: 0 8px 20px rgba(0,0,0,0.6);
        z-index: 9999;
        opacity: 0;
        transition: all 0.3s ease;
        pointer-events: none;
        font-size: 13px;
        white-space: nowrap;
    }

    .pref-toast.pref-toast-show {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .pref-text-green { color: #00e676; }



/* ================================= Reffer end =========================== */


/* ================================= Promotion end =========================== */


:root {
    --promo-primary: #e6bdb9;
    --promo-secondary: #0f0202;
    --promo-text: #ffffff;
    --promo-card-bg: #160a0a;
    --promo-border: rgba(230, 189, 185, 0.15);
    --promo-muted: rgba(255, 255, 255, 0.6);
}

.promo-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--promo-text);
    width: 100%;
    box-sizing: border-box;
    background-color: #0f0202;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.promo-container-view {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--promo-text);
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #0f0202;
    padding: 20px;
}

.promo-container-sub {
    max-width: 1200px;
    margin: 0 auto;
}

.promo-page-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--promo-text);
}

/* গ্রিড লেআউট (ঠিক ইমেজের মতো ৩টি কলাম) */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .promo-grid {
        grid-template-columns: 1fr;
    }
}

/* প্রমোশন কার্ড ডিজাইন */
.promo-card {
    background-color: var(--promo-card-bg);
    border: 1px solid var(--promo-border);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.promo-card:hover {
    border-color: var(--promo-primary);
}

.promo-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 52%;
    /* Aspect ratio matching the banners */
    background-color: #221414;
    overflow: hidden;
}

.promo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #261515, var(--promo-secondary));
    color: var(--promo-primary);
}

.promo-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* ট্যাগ ক্লাস্টার */
.promo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.promo-tag-badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--promo-muted);
}

.promo-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: var(--promo-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.promo-date-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--promo-muted);
    margin-bottom: 16px;
}

.promo-readmore {
    color: var(--promo-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    width: fit-content;
}

.promo-readmore:hover {
    text-decoration: underline;
}

.promo-detail-card {
    background-color: var(--promo-card-bg);
    /* border: 1px solid var(--promo-border); */
    border-radius: 8px;
    padding: 24px;
}

.promo-detail-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.promo-detail-body {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
}

.btn-back {
    background: transparent;
    color: var(--promo-text);
    border: 1px solid var(--promo-border);
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 20px;
}

.btn-back:hover {
    background: rgba(230, 189, 185, 0.1);
}

/* ঠিক ইমেজ এর মত ফুটার পেজিনেরেশন লেআউট */
.promo-footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--promo-border);
    padding-top: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: var(--promo-muted);
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 4px;
}

.page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #221414;
    border: 1px solid var(--promo-border);
    color: var(--promo-text);
    text-decoration: none;
    border-radius: 4px;
}

.page-btn.active {
    background-color: rgba(230, 189, 185, 0.1);
    color: var(--promo-primary);
    border-color: var(--promo-primary);
}

.page-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}


/* ================================= Promotion end =========================== */

/* ================================= Withdraw start =========================== */

:root {
    --wd-primary: #e6bdb9;
    --wd-secondary: #0f0202;
    --wd-text: #ffffff;
    --wd-card-bg: #160a0a;
    --wd-border: rgba(230, 189, 185, 0.15);
    --wd-muted: rgba(255, 255, 255, 0.6);

    --status-pending: #f39c12;
    --status-approved: #2ecc71;
    --status-rejected: #e74c3c;
}

.wd-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--wd-text);
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}


.wd-card {
    width: 100%;
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

.wd-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    /* border-bottom: 1px solid var(--wd-border); */
    padding-bottom: 10px;
}

.wd-title i {
    margin-right: 15px;
}

/* ফর্ম এলিমেন্ট স্টাইল */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--wd-muted);
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    background-color: var(--wd-secondary);
    border: 1px solid var(--wd-border);
    border-radius: 6px;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
}

.form-control:focus {
    outline: none;
    border-color: var(--wd-primary);
}

/* কাস্টম পেমেন্ট মেথড সিলেক্টর */
.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.method-option {
    position: relative;
}

.method-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.method-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    background-color: var(--wd-secondary);
    border: 1px solid var(--wd-border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-align: center;
}

.method-option input[type="radio"]:checked+.method-box {
    background-color: rgba(230, 189, 185, 0.15);
    border-color: var(--wd-primary);
    color: var(--wd-primary);
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: var(--wd-primary);
    color: var(--wd-secondary);
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-submit:hover {
    opacity: 0.9;
}

/* টেবিল ডিজাইন */
.table-responsive {
    overflow-x: auto;
}

.wd-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.wd-table th,
.wd-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--wd-border);
    font-size: 14px;
}

.wd-table th {
    color: var(--wd-primary);
    font-weight: 600;
    background-color: rgba(230, 189, 185, 0.03);
}

/* স্ট্যাটাস ব্যাজ */
.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.status-pending {
    background-color: rgba(243, 156, 18, 0.15);
    color: var(--status-pending);
    border: 1px solid rgba(243, 156, 18, 0.3);
}

.status-approved {
    background-color: rgba(46, 204, 114, 0.15);
    color: var(--status-approved);
    border: 1px solid rgba(46, 204, 114, 0.3);
}

.status-rejected {
    background-color: rgba(231, 76, 60, 0.15);
    color: var(--status-rejected);
    border: 1px solid rgba(231, 76, 60, 0.3);
}

/* অ্যালার্ট মেসেজ */
.wd-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.wd-alert-success {
    background-color: rgba(46, 204, 114, 0.15);
    color: var(--status-approved);
    border: 1px solid rgba(46, 204, 114, 0.3);
}

.wd-alert-error {
    background-color: rgba(231, 76, 60, 0.15);
    color: var(--status-rejected);
    border: 1px solid rgba(231, 76, 60, 0.3);
}

/* পেজিনেরেশন ফুটার */
.wd-footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin-top: 15px;
    font-size: 13px;
    color: var(--wd-muted);
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--wd-secondary);
    border: 1px solid var(--wd-border);
    color: var(--wd-text);
    text-decoration: none;
    border-radius: 4px;
}

.page-btn.active {
    background-color: rgba(230, 189, 185, 0.15);
    color: var(--wd-primary);
    border-color: var(--wd-primary);
}

.page-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}


/* ================================= Withdraw end =========================== */


/* ================================= Diposit start =========================== */

:root {
    --dp-primary: #e6bdb9;
    --dp-secondary: #0f0202;
    --dp-text: #ffffff;
    --dp-card-bg: #160a0a;
    --dp-border: rgba(230, 189, 185, 0.15);
    --dp-muted: rgba(255, 255, 255, 0.6);

    --status-pending: #f39c12;
    --status-approved: #2ecc71;
    --status-rejected: #e74c3c;
}

.dp-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--dp-text);
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.dp-card {
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

.dp-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    /* border-bottom: 1px solid var(--dp-border); */
    padding-bottom: 10px;
}

.dp-title i {
    margin-right: 15px;
}

/* পেমেন্ট মেথড বাটন গ্রিড */
.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.method-option {
    position: relative;
}

.method-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.method-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    background-color: var(--dp-secondary);
    border: 1px solid var(--dp-border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.method-option input[type="radio"]:checked+.method-box {
    background-color: rgba(230, 189, 185, 0.15);
    border-color: var(--dp-primary);
    color: var(--dp-primary);
}

/* ইন্সট্রাকশন বক্স */
.instruction-box {
    background-color: rgba(15, 2, 2, 0.8);
    border: 1px dashed var(--dp-border);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
}

.ins-panel {
    display: none;
}

.ins-panel.active {
    display: block;
}

.admin-number-highlight {
    background-color: rgba(230, 189, 185, 0.1);
    padding: 6px 10px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
    color: var(--dp-primary);
    display: inline-block;
    margin: 5px 0;
    word-break: break-all;
}

/* ফর্ম কন্ট্রোলসমূহ */
.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--dp-muted);
}

.form-control {
    width: 100%;
    padding: 12px 14px;
    background-color: var(--dp-secondary);
    border: 1px solid var(--dp-border);
    border-radius: 6px;
    color: var(--dp-text);
    box-sizing: border-box;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    border-color: var(--dp-primary);
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: var(--dp-primary);
    color: var(--dp-secondary);
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-submit:hover {
    opacity: 0.9;
}

.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
}

.status-pending {
    background-color: rgba(243, 156, 18, 0.15);
    color: var(--status-pending);
    border: 1px solid rgba(243, 156, 18, 0.3);
}

.status-approved {
    background-color: rgba(46, 204, 114, 0.15);
    color: var(--status-approved);
    border: 1px solid rgba(46, 204, 114, 0.3);
}

.status-rejected {
    background-color: rgba(231, 76, 60, 0.15);
    color: var(--status-rejected);
    border: 1px solid rgba(231, 76, 60, 0.3);
}

.dp-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.dp-alert-success {
    background-color: rgba(46, 204, 114, 0.15);
    color: var(--status-approved);
    border: 1px solid rgba(46, 204, 114, 0.3);
}

.dp-alert-error {
    background-color: rgba(231, 76, 60, 0.15);
    color: var(--status-rejected);
    border: 1px solid rgba(231, 76, 60, 0.3);
}

.dp-footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin-top: 15px;
    font-size: 13px;
    color: var(--dp-muted);
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--dp-secondary);
    border: 1px solid var(--dp-border);
    color: var(--dp-text);
    text-decoration: none;
    border-radius: 4px;
}

.page-btn.active {
    background-color: rgba(230, 189, 185, 0.15);
    color: var(--dp-primary);
    border-color: var(--dp-primary);
}

.page-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}


/* ================================= Diposit end =========================== */



/* ================================= Home game list custom start =========================== */

.sh-panel-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    box-sizing: border-box;
}

/* .sh-panel-wrapper *, .sh-panel-wrapper *::before, .sh-panel-wrapper *::after {
        box-sizing: border-box;
    } */

.sh-menu-scroller {
    display: flex;
    gap: 12px;
    padding: 10px 5px;
    position: relative;
    align-items: flex-end;
    height: 90px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sh-menu-scroller::-webkit-scrollbar {
    display: none;
}

.sh-menu-tab {
    width: 80px;
    height: 50px;
    background-color: #1a1a1a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #b0b0b0;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-align: center;
    overflow: visible;
    flex-shrink: 0;
}

.sh-tab-text {
    margin-top: 15px;
    font-weight: 500;
}

.sh-tab-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.sh-menu-tab.sh-tab-active {
    height: 60px;
    background-color: #117d5e;
    color: white;
}

.sh-menu-tab.sh-tab-active .sh-tab-icon {
    width: 36px;
    height: 36px;
}

.sh-menu-tab.sh-tab-active .sh-tab-text {
    margin-top: 20px;
}

.sh-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.sh-items-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
    width: 100%;
}

.sh-card-item {
    background-color: #1e2024;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1.15;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.sh-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 12px rgba(17, 125, 94, 0.3);
}

.sh-item-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(45deg, #2c3e50, #000000);
}

.sh-item-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9) 70%);
    padding: 10px 8px 6px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sh-item-title {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sh-item-studio {
    font-size: 9px;
    color: #a0a5ad;
    text-transform: uppercase;
}

.sh-item-tag {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}

.sh-action-trigger {
    background-color: #117d5e;
    color: white;
    border: none;
    padding: 12px 45px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 10px;
}

.sh-action-trigger:hover {
    background-color: #169b75;
}

.sh-action-trigger:disabled {
    background-color: #2c3e50;
    color: #7f8c8d;
    cursor: not-allowed;
}

/* ========== */

.sg-section {
    width: 100%;
    margin-top: 30px;
}

.sg-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.sg-title {
    display: flex;
    align-items: center;
    background: #16233b;
    border-radius: 6px;
    overflow: hidden;
}

.sg-title_02 {
    margin-left: auto;
}


.sg-title .sg-bar {
    width: 6px;
    align-self: stretch;
    background: #2ecc71;
}

.sg-title span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 16px;
}

.sg-viewall {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #4fd1c5;
    font-size: 14px;
    font-weight: 600;
    background: #16233b;
    border: 1px solid #24344f;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    text-decoration: none;
}

.sg-grid {
    display: grid;
    /* grid-template-columns: repeat(8, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

@media (max-width: 900px) {
    .sg-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

.sg-card {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* padding: 10px 6px; */
    text-align: center;
}

.sg_bottom_name {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.sg-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.sg-name {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.sg-provider {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    margin-top: 2px;
}

.sg-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #0d1420;
    z-index: 1000;
    overflow-y: auto;
    padding: 16px;
}

.sg-modal.sg-open {
    display: block;
}

.sg-modal-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sg-back {
    background: #16233b;
    border: 1px solid #24344f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.sg-back:hover {
    background: #1e2f4d;
}

.sg-modal-body {
    max-width: 1000px;
    margin: 0 auto;
}

/* ========== */

/* ========== */

/* ইউনিক মেইন কন্টেইনার */
.cb-steps-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

/* ইউনিক প্রধান শিরোনাম */
.cb-steps-main-title {
    font-size: 2.5rem;
    color: #ff9f43;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.cb-steps-main-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #ff9f43;
}

/* ইউনিক উপ-শিরোনাম */
.cb-steps-subtitle {
    font-size: 1rem;
    color: #cbd5e1;
    margin-top: 15px;
    margin-bottom: 50px;
    font-weight: 400;
}

/* ইউনিক গ্রিড লেআউট */
.cb-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ইউনিক কার্ড স্টাইল */
.cb-steps-card {
    background-color: #1e324a;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: left;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cb-steps-card:hover {
    transform: translateY(-5px);
}

/* ইউনিক সার্কেল নাম্বার */
.cb-steps-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

/* ইউনিক কালার ভ্যারিয়েন্ট */
.cb-steps-bg-orange {
    background-color: #fca311;
}

.cb-steps-bg-blue {
    background-color: #00b4d8;
}

.cb-steps-bg-green {
    background-color: #00b489;
}

.cb-steps-bg-pink {
    background-color: #d65db1;
}

/* ইউনিক কার্ড টাইটেল ও ডেসক্রিপশন */
.cb-steps-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.cb-steps-card-desc {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.7;
}

/* রেসপনসিভ ব্রেকপয়েন্ট */
@media (max-width: 1024px) {
    .cb-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .cb-steps-grid {
        grid-template-columns: 1fr;
    }

    .cb-steps-main-title {
        font-size: 2rem;
    }
}

/* ========== */

/* ========== */

.pvs-main-wrapper {
    padding: 20px;
    color: #a0a7ae;
    /* টেক্সট কালার */
    margin-top: 30px;
}

/* টাইটেল হেডার */
.pvs-title-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pvs-header-indicator {
    display: inline-block;
    width: 4px;
    height: 22px;
    background-color: #24b873;
    /* টাইটেল বার */
    margin-right: 12px;
    border-radius: 2px;
}

.pvs-title-text {
    font-size: 1.25rem;
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans Bengali', sans-serif;
}

/* প্রোভাইডার গ্রিড */
.pvs-providers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* ৫টি কলাম */
    gap: 12px;
}

/* কার্ডের স্টাইল */
.pvs-card {
    background-color: #2a2d33;
    /* কার্ড ব্যাকগ্রাউন্ড */
    border-radius: 8px;
    padding: 15px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: background-color 0.3s;
    min-height: 70px;
    /* কার্ডের উচ্চতা সমন্বয় */
}

.pvs-card:hover {
    background-color: #31353b;
    cursor: pointer;
}

/* লোগোর স্টাইল */
.pvs-card-logo-img {
    width: 35px;
    /* লোগোর আকার সমন্বয় */
    height: 35px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* প্রোভাইডার নামের স্টাইল */
.pvs-card-provider-name {
    font-size: 0.95rem;
    flex-grow: 1;
    text-align: left;
    color: #fff;
    /* প্রোভাইডার নাম টেক্সট কালার */
}

/* মিডিয়া কুয়েরি রেসপন্সিভনেসের জন্য */
@media (max-width: 900px) {
    .pvs-providers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .pvs-providers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pvs-title-text {
        font-size: 1.1rem;
    }
}

/* ========== */


/* ========== */

:root {
    --wjw-primary: #e6bdb9;
    --wjw-secondary: #0f0202;
    --wjw-text: #fff;
    --wjw-muted: #9c8d8b;
    --wjw-line: rgba(230, 189, 185, 0.12);
    --wjw-card: #17090a;
    --wjw-gold: #ffce54;
}

.wjw-root,
.wjw-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wjw-root {
    background: var(--wjw-secondary);
    font-family: "Segoe UI", "Noto Sans Bengali", sans-serif;
    color: var(--wjw-text);
    padding: 32px 16px;
}

.wjw-page {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 24px;
    align-items: start;
}

/* ============ WINNERS TICKER ============ */

.wjw-winners {
    background: var(--wjw-card);
    border: 1px solid var(--wjw-line);
    border-radius: 14px;
    overflow: hidden;
}

.wjw-winners-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--wjw-line);
    font-size: 13px;
    font-weight: 700;
    color: var(--wjw-primary);
    letter-spacing: .3px;
}

.wjw-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ddc71;
    box-shadow: 0 0 0 0 rgba(61, 220, 113, .6);
    animation: wjw-pulse 1.6s infinite;
}

@keyframes wjw-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(61, 220, 113, .55);
    }

    70% {
        box-shadow: 0 0 0 7px rgba(61, 220, 113, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(61, 220, 113, 0);
    }
}

.wjw-win-list {
    max-height: 240px;
    overflow: hidden;
    position: relative;
}

.wjw-win-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    animation: wjw-slide-in .45s ease;
}

@keyframes wjw-slide-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wjw-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.wjw-mid {
    flex: 1;
    min-width: 0;
}

.wjw-user {
    font-size: 13px;
    font-weight: 700;
    color: var(--wjw-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wjw-sub {
    font-size: 12px;
    color: var(--wjw-muted);
}

.wjw-game {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--wjw-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wjw-amount {
    text-align: right;
    flex-shrink: 0;
}

.wjw-amount b {
    display: block;
    color: var(--wjw-gold);
    font-size: 14px;
    font-weight: 800;
}

.wjw-jackpot {
    position: relative;
    width: 100%;
    aspect-ratio: 2520 / 638;
    background-image: url('../com_img/jackpot-bg.0c3b573.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    container-type: inline-size;
}

.wjw-jackpot-numbers {
    position: absolute;
    top: 42%;
    bottom: 10%;
    left: 4%;
    right: 4%;
    display: flex;
    justify-content: center;
    gap: 0.5cqw;
    align-items: center;
}

.wjw-tile {
    position: relative;
    height: 80%;
    aspect-ratio: 0.62;
    border-radius: 1.3cqw;
    background: linear-gradient(180deg, #ffe9a8 0%, #ffc233 45%, #ff9f0a 100%);
    box-shadow:
        inset 0 0.25cqw 0 rgba(255, 255, 255, .6),
        inset 0 -0.5cqw 0.7cqw rgba(140, 60, 0, .4),
        0 0.3cqw 0.4cqw rgba(0, 0, 0, .5);
    overflow: hidden;
}

.wjw-scroll {
    list-style: none;
    height: 1000%;
    transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.wjw-scroll li {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.2cqw;
    font-weight: 900;
    color: #7a2b00;
    text-shadow: 0 0.1cqw 0 rgba(255, 255, 255, .4);
    font-family: 'Arial Black', Arial, sans-serif;
}

.wjw-point {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 2.2cqw;
    color: var(--wjw-gold);
    font-size: 5.6cqw;
    font-weight: 900;
}

.wjw-jackpot-caption {
    text-align: center;
    font-size: 11px;
    color: var(--wjw-muted);
    letter-spacing: .5px;
    margin-top: 10px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
    .wjw-page {
        grid-template-columns: 1fr;
    }
}

/* ========== */



/* ========== */

:root {
    --evc-primary: #e6bdb9;
    --evc-secondary: #0f0202;
    --evc-text: #fff;
    --evc-muted: #a89592;
    --evc-card: #16090a;
    --evc-line: rgba(230, 189, 185, 0.14);
}

.evc-root,
.evc-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.evc-root {
    background: var(--evc-secondary);
    font-family: "Segoe UI", "Noto Sans Bengali", sans-serif;
    color: var(--evc-text);
    padding: 28px 16px;
}

.evc-section {
    max-width: 1280px;
    margin: 0 auto;
}

.evc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.evc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
}

.evc-title .evc-bar {
    width: 4px;
    height: 20px;
    border-radius: 3px;
    background: linear-gradient(180deg, #3ddc71, #1c9b4a);
}

.evc-nav {
    display: flex;
    gap: 8px;
}

.evc-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--evc-card);
    border: 1px solid var(--evc-line);
    color: var(--evc-primary);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease, opacity .2s ease;
}

.evc-nav-btn:hover {
    background: var(--evc-primary);
    color: var(--evc-secondary);
}

.evc-nav-btn:active {
    transform: scale(.92);
}

.evc-nav-btn:disabled {
    opacity: .35;
    cursor: default;
    background: var(--evc-card);
    color: var(--evc-primary);
}

.evc-viewport {
    position: relative;
    overflow: hidden;
}

.evc-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    /* hide native scrollbar, buttons + drag are the intended controls */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.evc-track::-webkit-scrollbar {
    display: none;
}

.evc-card {
    position: relative;
    flex: 0 0 auto;
    width: 31.8%;
    aspect-ratio: 452 / 224;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    cursor: pointer;
    background: #1c1c1c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.evc-card img,
.evc-card .evc-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evc-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, .55);
    font-size: clamp(11px, 1.6cqw, 14px);
    text-align: center;
    padding: 12px;
}

.evc-fallback .evc-ph-icon {
    font-size: clamp(22px, 4cqw, 34px);
    opacity: .6;
}

.evc-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    backdrop-filter: blur(2px);
    z-index: 2;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
    .evc-card {
        width: 48%;
    }
}

@media (max-width: 560px) {
    .evc-card {
        width: 82%;
    }

    .evc-title {
        font-size: 16px;
    }
}

/* ========== */


/* ========== */

:root {
    --ftr-primary: #e6bdb9;
    --ftr-secondary: #0f0202;
    --ftr-text: #fff;
    --ftr-muted: #b8a9a7;
    --ftr-line: rgba(230, 189, 185, 0.15);
    --ftr-pill-bg: rgba(230, 189, 185, 0.08);
}

.ftr-root,
.ftr-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ftr-root {
    background: var(--ftr-secondary);
    font-family: "Segoe UI", "Noto Sans Bengali", sans-serif;
    color: var(--ftr-text);
    margin-top: 25px;
}

.ftr-root a {
    color: inherit;
    text-decoration: none;
}

.ftr-footer {
    background: linear-gradient(180deg, #140505 0%, var(--ftr-secondary) 100%);
    padding: 24px 24px 24px;
    border-top: 1px solid var(--ftr-line);
}

.ftr-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------- Link columns ---------- */
.ftr-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    /* padding-bottom: 32px; */
    /* border-bottom: 1px solid var(--ftr-line); */
}

.ftr-col h4 {
    color: var(--ftr-primary);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: .3px;
}

.ftr-col ul {
    list-style: none;
}

.ftr-col li {
    margin-bottom: 11px;
}

.ftr-col a {
    color: var(--ftr-muted);
    font-size: 13.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .2s ease, transform .2s ease;
}

.ftr-col a:hover {
    color: var(--ftr-primary);
    transform: translateX(3px);
}

.ftr-ext-icon {
    font-size: 11px;
    opacity: .7;
}

/* ---------- Mobile accordion (hidden on desktop) ---------- */
.ftr-accordion {
    display: none;
}

/* ---------- Trust / partner badges row ---------- */
.ftr-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 28px 0;
    border-bottom: 1px solid var(--ftr-line);
}

.ftr-trust-block h5 {
    color: var(--ftr-primary);
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ftr-badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ftr-badge {
    background: var(--ftr-pill-bg);
    border: 1px solid var(--ftr-line);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px;
    color: var(--ftr-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.ftr-badge b {
    color: var(--ftr-primary);
}

/* ---------- Socials ---------- */
.ftr-social-row {
    display: flex;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid var(--ftr-line);
}

.ftr-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ftr-pill-bg);
    border: 1px solid var(--ftr-line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--ftr-primary);
    transition: background .2s ease, transform .2s ease;
}

.ftr-social-icon:hover {
    background: var(--ftr-primary);
    color: var(--ftr-secondary);
    transform: translateY(-3px);
}

/* ---------- SEO text block ---------- */
.ftr-seo-block {
    padding: 28px 0;
    /* border-bottom: 1px solid var(--ftr-line);  */
}

.ftr-seo-block h2 {
    color: var(--ftr-primary);
    font-size: 15px;
    /* margin-bottom: 12px; */
}

.ftr-seo-text-wrap {
    max-height: 84px;
    overflow: hidden;
    transition: max-height .4s ease;
    position: relative;
}

.ftr-seo-text-wrap.ftr-expanded {
    max-height: 600px;
}

.ftr-seo-block p {
    color: var(--ftr-muted);
    font-size: 13px;
    line-height: 1.8;
}

.ftr-read-more-btn {
    margin-top: 16px;
    background: var(--ftr-pill-bg);
    border: 1px solid var(--ftr-primary);
    color: var(--ftr-primary);
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.ftr-read-more-btn:hover {
    background: var(--ftr-primary);
    color: var(--ftr-secondary);
}

/* ---------- Bottom bar ---------- */
.ftr-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
}

.ftr-brand-mark {
    font-size: 22px;
    font-weight: 800;
    color: var(--ftr-primary);
    letter-spacing: 1px;
}

.ftr-legal-text {
    font-size: 12px;
    color: var(--ftr-muted);
    line-height: 1.6;
}

.ftr-legal-text a {
    color: var(--ftr-primary);
}

/* ================= MOBILE ================= */
@media (max-width: 860px) {
    .ftr-link-grid {
        display: none;
    }

    .ftr-accordion {
        display: block;
        padding-bottom: 8px;
    }

    .ftr-acc-item {
        border-bottom: 1px solid var(--ftr-line);
    }

    .ftr-acc-header {
        width: 100%;
        background: none;
        border: none;
        color: var(--ftr-primary);
        font-size: 15px;
        font-weight: 700;
        padding: 16px 4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-family: inherit;
    }

    .ftr-acc-header .ftr-arrow {
        transition: transform .25s ease;
        font-size: 13px;
        color: var(--ftr-primary);
    }

    .ftr-acc-item.ftr-open .ftr-acc-header .ftr-arrow {
        transform: rotate(180deg);
    }

    .ftr-acc-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .ftr-acc-item.ftr-open .ftr-acc-panel {
        max-height: 500px;
    }

    .ftr-acc-panel ul {
        list-style: none;
        padding: 0 4px 16px;
    }

    .ftr-acc-panel li {
        margin-bottom: 12px;
    }

    .ftr-acc-panel a {
        color: var(--ftr-muted);
        font-size: 13.5px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .ftr-trust-row {
        flex-direction: column;
        gap: 20px;
    }

    .ftr-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .ftr-payment-icons {
        gap: 8px;
    }

    .ftr-pay-item {
        font-size: 12px;
        padding: 7px 12px;
    }
}

/* ========== */
/* ========== */

.cb-footer {
    background-color: #0f0202;
    /* Secondary Color */
    position: relative;
    overflow: hidden;
    color: #ffffff;
    /* Text Color */
    padding: 70px 20px 30px;
    border-top: 2px solid #0f0202;
}

/* Ambient Light Beams on Background */
.cb-footer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 50%;
    height: 200%;
    background: linear-gradient(105deg, rgba(230, 189, 185, 0.15) 0%, rgba(230, 189, 185, 0.05) 30%, transparent 60%);
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1;
}

.cb-footer::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -5%;
    width: 30%;
    height: 150%;
    background: linear-gradient(100deg, rgba(230, 189, 185, 0.1) 0%, transparent 50%);
    transform: rotate(-10deg);
    pointer-events: none;
    z-index: 1;
}

.cb-footer__container {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* 1. Logo Column */
.cb-footer__col-logo {
    flex: 1.2;
    min-width: 280px;
    display: flex;
    align-items: center;
}

.cb-footer__logo-box {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-decoration: none;
}

.cb-footer__logo-top {
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -1px;
    display: flex;
    align-items: baseline;
}

.cb-footer__logo-click {
    color: #01653c;
    margin-right: 12px;
}

.cb-footer__logo-baji {
    color: #e6bdb9;
    /* Primary Color Accent */
    position: relative;
}


.cb-footer__logo-baji::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: -15px;
    width: 12px;
    height: 12px;
    background-color: #e6bdb9;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(230, 189, 185, 0.6);
}

.cb-footer__logo-bottom {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 5px;
    letter-spacing: 1px;
}

/* 2. Contact Column */
.cb-footer__col-contact {
    flex: 1;
    min-width: 250px;
}

.cb-footer__heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #ffffff;
}

.cb-footer__description {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 90%;
}

.cb-footer__socials {
    display: flex;
    gap: 15px;
}

.cb-footer__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(230, 189, 185, 0.1);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 189, 185, 0.2);
}

.cb-footer__social-btn:hover {
    background-color: #e6bdb9;
    /* Primary Color */
    color: #0f0202;
    /* Secondary Color */
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(230, 189, 185, 0.3);
}

/* 3. Countries Column */
.cb-footer__col-countries {
    flex: 1.2;
    min-width: 300px;
}

.cb-footer__country-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
    column-gap: 10px;
}

.cb-footer__country-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Flags Styling */
.cb-footer__flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.cb-footer__flag--bd {
    background: #006a4e;
}

.cb-footer__flag--bd::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #f42a41;
    border-radius: 50%;
}

.cb-footer__flag--in {
    background: linear-gradient(to bottom, #ff9933 33%, #ffffff 33%, #ffffff 66%, #138808 66%);
}

.cb-footer__flag--in::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #000080;
    border-radius: 50%;
}

.cb-footer__flag--pk {
    background: #01411c;
}

.cb-footer__flag--pk::after {
    content: '☾';
    color: white;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}

.cb-footer__flag--np {
    background: #dc143c;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 40%, 40% 40%, 100% 100%, 0 100%);
    width: 15px;
    height: 20px;
}

.cb-footer__flag--sa {
    background: #006c35;
}

.cb-footer__flag--sa::after {
    content: '≈';
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}

.cb-footer__flag--ae {
    background: linear-gradient(to bottom, #00732f 33%, #ffffff 33%, #ffffff 66%, #000000 66%);
    border-left: 5px solid #ff0000;
}

.cb-footer__flag--om {
    background: linear-gradient(to bottom, #ffffff 33%, #ff0000 33%, #ff0000 66%, #008000 66%);
    border-left: 6px solid #ff0000;
}

/* Bottom Copyright Section */
.cb-footer__bottom {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(230, 189, 185, 0.15);
}

.cb-footer__terms-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.cb-footer__terms-link:hover {
    color: #e6bdb9;
    /* Primary Color */
}

.cb-footer__copyright {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    font-weight: 400;
}

/* ================= Responsive Queries ================= */
@media (max-width: 992px) {
    .cb-footer__container {
        gap: 50px;
    }

    .cb-footer__col-logo {
        flex-basis: 100%;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .cb-footer__logo-top {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cb-footer {
        padding: 50px 5% 20px;
    }

    .cb-footer__col-contact,
    .cb-footer__col-countries {
        flex-basis: 100%;
        text-align: center;
    }

    .cb-footer__description {
        max-width: 100%;
        margin: 0 auto 20px auto;
    }

    .cb-footer__socials {
        justify-content: center;
    }

    .cb-footer__country-grid {
        max-width: 400px;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .cb-footer__logo-top {
        font-size: 40px;
    }

    .cb-footer__logo-bottom {
        font-size: 22px;
    }

    .cb-footer__country-grid {
        gap: 15px;
        justify-content: center;
        text-align: center;
        justify-items: start;
    }

    .cb-footer__country-item {
        justify-content: center;
    }
}

@media (max-width: 295px) {
    .cb-footer__country-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        justify-content: center;
        text-align: center;
    }
}

/* ========== */
/* ========== */


/* ========== */


/* ========== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700;900&display=swap');

.cb-unique-main-wrapper {
    /* background: radial-gradient(circle at top center, #152238 0%, #050810 70%); */
    /* padding: 40px 20px; */
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    position: relative;
}

.cb-unique-main-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/stardust.png');
    opacity: 0.15;
    pointer-events: none;
}

.cb-unique-promo-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

/* Glassmorphism Columns */
.cb-unique-column {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(145deg, rgba(30, 40, 60, 0.7), rgba(15, 20, 30, 0.9)); */
    /* border: 1px solid rgba(255, 215, 0, 0.15); */
    border-radius: 20px;
    padding: 25px 20px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 215, 0, 0.05); */
    backdrop-filter: blur(15px);
}

.cb-unique-center-column {
    flex: 1.3;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.cb-unique-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: #ffdf00;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(255, 223, 0, 0.3);
}

.cb-unique-section-title .cb-unique-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #00ff66, #009933);
    border-radius: 50%;
    display: inline-flex;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.6);
    position: relative;
    border: 2px solid #fff;
}

.cb-unique-section-title .cb-unique-icon::after {
    content: "★";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}

/* Scroll Containers */
.cb-unique-scroll-container {
    flex-grow: 1;
    height: 480px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
}

.cb-unique-scroll-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: cbUniqueScrollUp 40s linear infinite;
}

.cb-unique-scroll-container:hover .cb-unique-scroll-list {
    animation-play-state: paused;
}

@keyframes cbUniqueScrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Winner Cards */
.cb-unique-winner-card {
    background: rgb(75 33 33 / 8%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.cb-unique-winner-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 255, 102, 0.4);
    transform: translateX(10px) scale(1.02);
}

.cb-unique-winner-card img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #2a3446;
}

.cb-unique-winner-info {
    flex: 1;
}

.cb-unique-winner-name {
    font-size: 1rem;
    font-weight: 700;
    color: #e2e8f0;
}

.cb-unique-winner-game {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 4px;
}

.cb-unique-winner-amount {
    color: #00ff66;
    font-weight: 800;
    font-size: 1.2rem;
}

/* Offer Cards */
.cb-unique-offer-card {
    width: 100%;
    height: 140px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s ease;
}

.cb-unique-offer-card:hover {
    transform: scale(1.05);
    border-color: rgba(255, 223, 0, 0.5);
    z-index: 10;
}

.cb-unique-offer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =======================================
           JACKPOT SECTION SPECIFIC STYLES
           ======================================= */
.cb-unique-jackpot-wrapper {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cb-unique-main-jackpot-img {
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.cb-unique-watermark-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    opacity: 0.15;
    filter: blur(3px) grayscale(50%);
    z-index: 3;
    pointer-events: none;
}

/* Perfectly Positioned Jackpot Amount Overlay */
.cb-unique-jackpot-amount-overlay {
    position: absolute;
    bottom: 8.5%;
    /* খয়েরি বক্সের ঠিক মাঝখানে বসানোর জন্য */
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    /* باکسের বাইরে যেন না যায় */
    text-align: center;
    justify-content: center;
    font-size: clamp(1.6rem, 3.2vw, 2.7rem);
    /* পারফেক্ট ফিট সাইজ */
    font-weight: 900;
    color: #ffe600;
    text-shadow:
        3px 3px 0 #4a2500,
        -2px -2px 0 #4a2500,
        2px -2px 0 #4a2500,
        -2px 2px 0 #4a2500,
        0 0 25px rgba(255, 215, 0, 0.9);
    white-space: nowrap;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    transition: all 0.4s ease-out;
    /* স্মুথ স্কেল আপ */
}

/* Animation class when numbers are rolling */
.cb-unique-rolling-active {
    transform: translateX(-50%) scale(1.15);
    /* লেখা বড় হবে */
    color: #ffffff;
    text-shadow:
        4px 4px 0 #4a2500,
        0 0 35px #ffdf00,
        0 0 55px #ffffff;
}

/* Coin Rain Container */
.cb-unique-coin-rain-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    pointer-events: none;
    overflow: hidden;
    border-radius: 20px;
}

/* Dynamic CSS Coins */
.cb-unique-css-coin {
    position: absolute;
    top: -10%;
    /* ইমেজ এর ওপর থেকে শুরু হবে */
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at 30% 30%, #fff7b0, #ffdf00, #b8860b);
    border-radius: 50%;
    border: 2px solid #ffd700;
    box-shadow: inset 0 0 5px rgba(184, 134, 11, 0.8), 0 5px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #b8860b;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    animation: cbUniqueFallDrop linear forwards;
}

.cb-unique-css-coin::after {
    content: '৳';
}

/* রেস্পন্সিভ কয়েন ড্রপ এনিমেশন (ঠিক লেখার ওপর এসে পড়বে) */
@keyframes cbUniqueFallDrop {
    0% {
        top: -10%;
        transform: rotateY(0deg) scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    75% {
        top: 78%;
        transform: rotateY(720deg) scale(1.1);
        opacity: 1;
    }

    /* ঠিক লেখার ওপর পড়বে */
    100% {
        top: 88%;
        transform: rotateY(1080deg) scale(0.5);
        opacity: 0;
    }

    /* নিচে গিয়ে মিলিয়ে যাবে */
}

@media (max-width: 1024px) {
    .cb-unique-center-column {
        order: -1;
        flex: 100%;
        margin-bottom: 30px;
    }

    .cb-unique-jackpot-wrapper {
        max-width: 500px;
    }
}

@media (max-width: 600px) {


    .cb-unique-scroll-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cb-unique-winner-card {
        flex-direction: column;
    }

    .cb-unique-winner-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


/* ========== */

/* ================================= Home game list custom start =========================== */


/* ================================= Profile taka cover start =========================== */

.badge-status{
    font-size: 13px;
    background-color: #180c0c;
    color: #fff9;
    padding: 2px 10px;
    border-radius: 5px;
    height: 24px;
}

.wc-card {
    width: 100%;
    padding: 18px 18px 14px;
    border-radius: 16px;
    background:
        radial-gradient(120% 140% at 15% 0%, rgba(46, 196, 140, 0.35) 0%, rgba(20, 60, 45, 0.0) 45%),
        linear-gradient(155deg, #17362a 0%, #0e1f19 45%, #0a1512 100%);
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04); */
    color: #eaf2ee;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.wc-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.wc-row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wc-label {
    font-size: 13px;
    font-weight: 600;
    color: #cfe8dd;
    letter-spacing: 0.2px;
}

.wc-icon-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wc-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #9fd8bf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    opacity: 0.85;
    transition: opacity .15s ease, transform .15s ease;
}

.wc-icon-btn:hover {
    opacity: 1;
}

.wc-icon-btn:active {
    transform: scale(0.9);
}

.wc-icon-btn svg {
    width: 17px;
    height: 17px;
}

.wc-refresh-btn.wc-spinning svg {
    animation: wc-spin 0.6s linear;
}

@keyframes wc-spin {
    to {
        transform: rotate(360deg);
    }
}

.wc-balance-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.wc-coin-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
}

.wc-coin-icon.wc-taka {
    background: radial-gradient(circle at 35% 30%, #7be3b0, #17b876 70%);
    color: #08301f;
}

.wc-coin-icon.wc-vip {
    background: radial-gradient(circle at 35% 30%, #ffe37a, #e8a916 70%);
    color: #4a2c00;
    font-size: 10px;
    letter-spacing: 0.3px;
}

.wc-balance-value {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f4f8f6;
    user-select: none;
}

.wc-vip-section {
    margin-top: 16px;
}

.wc-vip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.wc-vip-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wc-pro-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #4b3f8f, #7a5fc9);
    padding: 5px 8px 5px 5px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(90, 60, 200, 0.35);
    transition: transform .15s ease;
}

.wc-pro-badge:hover {
    transform: translateY(-1px);
}

.wc-pro-badge:active {
    transform: scale(0.96);
}

.wc-pro-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, #ffd6f0, #b57bff 60%, #6a3fc9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.wc-pro-text {
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.wc-chevron {
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
}

.wc-chevron svg {
    width: 14px;
    height: 14px;
}

.phone_profile_top_header {
    width: 100%;
    display: flex;
    padding: 0 16px;
    margin-top: 15px;
}

.phone_profile_top_header_text {
    font-size: 22px;
    flex: 1;
    display: flex;
}

.phone_profile_top_header_close_button {
    font-size: 28px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* ================================= Profile taka cover end =========================== */


/* ================================= Coin phone aera start =========================== */
.bp-widget {
    display: none;
    align-items: center;
    gap: 8px;
    background: #1b201e;
}

.bp-widget-cc-02 {
    display: flex;
    align-items: center;
    padding: 5px 6px 5px 8px;
    gap: 8px;
}

.bp-coin {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 35% 30%, #ffe066, #d99a12 75%);
    flex-shrink: 0;
}

.bp-coin svg {
    width: 12px;
    height: 12px;
}

.bp-amount {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.bp-refresh-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #9aa39d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    opacity: 0.9;
    transition: opacity .15s ease, transform .15s ease;
}

.bp-refresh-btn:hover {
    opacity: 1;
}

.bp-refresh-btn:active {
    transform: scale(0.9);
}

.bp-refresh-btn svg {
    width: 15px;
    height: 15px;
}

.bp-refresh-btn.bp-spinning svg {
    animation: bp-spin 0.6s linear;
}

@keyframes bp-spin {
    to {
        transform: rotate(360deg);
    }
}

.bp-plus-btn {
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    background: linear-gradient(180deg, #20c07e, #0e9a63);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .15s ease, filter .15s ease;
}

.bp-plus-btn:hover {
    filter: brightness(1.08);
}

.bp-plus-btn:active {
    transform: scale(0.9);
}

.bp-plus-btn svg {
    width: 14px;
    height: 14px;
}

/* ===== overlay panel (Withdrawal / Deposit) ===== */
.bp-overlay {
    position: fixed;
    top: 64px;
    left: -12px;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.bp-overlay.bp-open {
    opacity: 1;
    pointer-events: auto;
}

.bp-action-row {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    display: flex;
    gap: 6px;
    padding: 0 16px;
    transform: translateY(-8px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.bp-overlay.bp-open .bp-action-row {
    transform: translateY(0);
    opacity: 1;
}

.bp-action-btn {
    flex: 1;
    padding: 16px 0;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: transform .15s ease, filter .15s ease;
}

.bp-action-btn:hover {
    filter: brightness(1.08);
}

.bp-action-btn:active {
    transform: scale(0.97);
}

.bp-withdrawal-btn {
    background: #4a4d4c;
    color: #fff;
}

.bp-deposit-btn {
    background: linear-gradient(135deg, #1fbf7c, #128f5f);
    color: #fff;
}

/* ================================= Coin phone aera end =========================== */