/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.user-profile_link{
    text-decoration: none;
    color: inherit;
}

.user-profile_link_active{
    background-color: #161616;
}

/* ===================================================
Login Page Start
=================================================== */

.login_body {
    background-color: #000000;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Wrapper to hold the logo and card together */
.main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 960px;
}

/* Floating Green Logo */
.floating-logo {
    background-color: #00E65B;
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(0, 230, 91, 0.4);
}

/* Main Login Card */
.login-card {
    background-color: #111111;
    border: 1px solid #1f1f1f;
    border-radius: 24px;
    display: flex;
    width: 100%;
    overflow: hidden;
    min-height: 520px;
}

/* Left Panel Styles */
.left-panel {
    background: linear-gradient(135deg, #072a18 0%, #0c1a12 100%);
    width: 45%;
    display: flex;
    align-items: center;
    padding: 50px;
}

.left-content {
    max-width: 340px;
}

.welcome-tag {
    color: #00E65B;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.left-panel h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.description {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.features-list {
    list-style: none;
}

.features-list li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.features-list i {
    color: #056a36;
    font-size: 16px;
}

.right-panel {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.login-form {
    width: 100%;
    max-width: 380px;
}

.input-group {
    margin-bottom: 22px;
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group label {
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.forgot-link {
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.2s;
}

.forgot-link:hover {
    color: #00E65B;
}

.input-group input {
    width: 100%;
    background-color: #0a0a0a;
    border: 1px solid #222222;
    border-radius: 12px;
    padding: 14px 16px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 8px;
    outline: none;
    transition: border-color 0.2s;
}

/* Custom border highlight when typing */
.input-group input:focus {
    border-color: #00E65B;
}

.input-group input::placeholder {
    color: #444444;
}

/* Remember Me Checkbox */
.remember-me {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.remember-me input[type="checkbox"] {
    accent-color: #00E65B;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.remember-me label {
    color: #aaaaaa;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

/* Login Button */
.btn-login {
    width: 100%;
    background-color: #00E65B;
    color: #000000;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    box-shadow: 0 4px 15px rgba(0, 230, 91, 0.2);
}

.btn-login:hover {
    background-color: #00cc52;
}

.btn-login:active {
    transform: scale(0.99);
}

/* Bottom Signup Text */
.signup-text {
    color: #666666;
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
}

.signup-text a {
    color: #00E65B;
    text-decoration: none;
    font-weight: 500;
}

.signup-text a:hover {
    text-decoration: underline;
}

/* ===================================================
Login Page End
=================================================== */


/* ===================================================
Dashboard Page Start
=================================================== */

.badge-paid {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(0, 230, 91, 0.15);
    color: #00E65B;
    border: 1px solid rgba(0, 230, 91, 0.3);
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 230, 91, 0.1);
}

.badge-failed {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(255, 71, 87, 0.15);
    color: #FF4757; /* গাঢ় লাল টেক্সট */
    border: 1px solid rgba(255, 71, 87, 0.3);
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.1);
}

.dashboard_body {
    background-color: #F8F9FA;
    color: #000000;
    min-height: 100vh;
    padding: 0px;
}

/* Dashboard Container Layout */
.dashboard-container {
    display: flex;
    min-height: 100vh;
}

/* Mobile Header (Hidden on Desktop) */
.mobile-header {
    display: none;
    background-color: #0A0A0A;
    color: #ffffff;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}

.menu-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

.mobile-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
}

.mobile-avatar {
    width: 35px;
    height: 35px;
    background-color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ccc;
}

/* ==================== 
   Sidebar Styles 
==================== */
.sidebar {
    width: 260px;
    background-color: #0A0A0A;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 90;
    transition: transform 0.3s ease;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-left: 10px;
}

.logo-box {
    background-color: #00E65B;
    color: #000000;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #888888;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.menu-item:hover, .menu-item.active {
    color: #ffffff;
}

.menu-item.active {
    background-color: rgba(0, 230, 91, 0.08);
    color: #00E65B;
}

.sidebar-footer {
    border-top: 1px solid #1F1F1F;
    padding-top: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 8px 12px;
    border-radius: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    background-color: #1F1F1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #cccccc;
    border: 1px solid #ffffff1a;
}

.user-details h4 {
    font-size: 14px;
    font-weight: 600;
}

.user-details p {
    font-size: 12px;
    color: #666666;
}

.logout-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888888;
    text-decoration: none;
    font-size: 14px;
    padding-left: 10px;
}

/* ==================== 
   Main Content Styles 
==================== */
.main-content {
    flex-grow: 1;
    margin-left: 260px;
    padding: 40px;
    
}

.main_con_sub_aera {
    display: block;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* 2-Column Grid Layout */
.dashboard-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 30px;
    align-items: start;
}

.left-column, .right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Stats Row */
.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.green-icon { 
    background-color: rgb(0 214 50 / 0.1); 
    color: #00E65B; 
}

.blue-icon { 
    background-color: rgba(59, 130, 246, 0.15); 
    color: #3b82f6;
}

.home_svg_size_aera{
    width: 1.5rem;
    height: 1.5rem;
}

.stat-card h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}

.card-footer-text {
    color: #666666;
    font-size: 13px;
}

/* Recent Activity Card */
.activity-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.activity-title h3 { font-size: 18px; font-weight: 700; }
.activity-title p { color: #888888; font-size: 13px; margin-top: 4px; }

.btn-history {
    background-color: #F8F9FA;
    border: 1px solid #EEEEEE;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

/* Custom Minimal Table List */
.table-labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAFA;
}

.text-center{
    display: flex;
    justify-content: center;
}

.text-right{
    display: flex;
    justify-content: flex-end;
}

.table-row_dashboard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
}

.tx-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tx-icon {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 230, 91, 0.1);
    color: #00E65B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.tx-amount { font-size: 15px; font-weight: 600; }

.tx-status {
    display: flex;
    justify-content: center;
}

.badge-pending {
    background-color: #FFF9E6;
    color: #F5A623;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

.tx-time {
    color: #888888;
    font-size: 13px;
    text-align: right;
}

/* Quick Link Card */
.quick-link-card {
    background-color: #0A0A0A;
    color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-link-card span {
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-copy {
    background-color: #00E65B;
    color: #000000;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-preview {
    background-color: #161616;
    color: #ffffff;
    border: 1px solid #222222;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

/* QR Card Styles */
.qr-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    text-align: center;
}

.qr-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.qr-box {
    background-color: #000000;
    color: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.qr-box h4 { font-size: 20px; font-weight: 700; }
.qr-url { color: #666666; font-size: 11px; margin-top: 5px; margin-bottom: 25px; word-break: break-all; }

.qr-code-wrapper {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
}

.qr-code-wrapper img {
    display: block;
    width: 160px;
    height: 160px;
}

.qr-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00E65B;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 3px solid #ffffff;
}

.btn-download {
    width: 100%;
    background-color: #F8F9FA;
    border: 1px solid #EEEEEE;
    color: #000000;
    border-radius: 12px;
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Overlay for Mobile Sidebar drawer */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 85;
}


/* ===================================================
Dashboard Page End
=================================================== */

/* ===================================================
Transactions Page Start
=================================================== */

.history-card {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.015);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.header-left h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.header-left p {
    font-size: 14px;
    color: #888888;
    margin-top: 4px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.search-box {
    position: relative;
    width: 260px;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
    font-size: 14px;
}

.search-box input {
    width: 100%;
    background-color: #F8F9FA;
    border: 1px solid #EAEAEA;
    border-radius: 14px;
    padding: 12px 16px 12px 42px;
    font-size: 13px;
    color: #000000;
    outline: none;
    transition: border-color 0.2s;
}

.search-box input:focus {
    border-color: #00E65B;
}

.search-box input::placeholder {
    color: #BBBBBB;
}

.filter-group {
    background-color: #F8F9FA;
    padding: 4px;
    border-radius: 12px;
    display: flex;
    border: 1px solid #EAEAEA;
}

.filter-btn {
    border: none;
    background: none;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    color: #888888;
    transition: all 0.2s;
}

.filter-btn.active {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.transactions-list {
    width: 100%;
    margin-bottom: 30px;
}

.table-headings {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAFA;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #F6F6F6;
}


.col-tx {
    display: flex;
    align-items: center;
    gap: 14px;
}

.icon-down {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 230, 91, 0.12);
    color: #00E65B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.amount {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}


.badge-pending {
    background-color: #FFF8E7;
    color: #F5A623;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
}

.col-checked {
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-checked input[type="checked"] {
    width: 16px;
    height: 16px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    appearance: none;
    background-color: #F8F9FA;
}

.col-checked label {
    color: #CCCCCC;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cash-check-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.cash-check-btn .icon-container {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background-color: rgba(0, 230, 91, 0.1);
    color: #00E65B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cash-check-btn .icon-container svg {
    width: 18px;
    height: 18px;
}

.cash-check-btn .btn-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #00E65B;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}


/*.cash-check-btn:hover .icon-container {*/
/*    background-color: #fef2f2;*/
/*    color: #f87171;*/
/*}*/

/*.cash-check-btn:hover .btn-label {*/
/*    color: #f87171;*/
/*}*/


.icon-container_inch {
    background-color: #fef2f2!important;
    color: #f87171!important;
}

.btn-label_inch {
    color: #f87171!important;
}



@media (max-width: 768px) {
    .cash-check-btn .btn-label {
        display: none;
    }
    .cash-check-btn .icon-container {
        width: 32px;
        height: 32px;
    }
}

/* Account Code and Hash Style */
.acc-code {
    background-color: #F4F5F6;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
}

.col-hash {
    color: #CCCCCC;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: monospace;
}

/* Date and Time Column */
.col-date {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.date-main {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.time-sub {
    font-size: 11px;
    color: #888888;
}


.text-right { text-align: right; }


.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.results-count {
    color: #A0A0A0;
    font-size: 13px;
}

.pagination {
    display: flex;
    align-items: center;
}

.page-btn {
    background: none;
    border: none;
    color: #888888;
    background-color: #0A0A0A;
    width: fit-content;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    margin-right: 10px;
}

.page-btn:hover {
    color: #ffffff;
    background-color: #1A1A1A;
}

.page-btn.active {
    background-color: #1A1A1A;
    color: #ffffff;
}

/* ===================================================
Transactions Page End
=================================================== */


/* ===================================================
Withdrawals Page Start
=================================================== */

.withdraw-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: start;
}

.card-box {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
}

.card-header-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.card-header-row h2 {
    font-size: 22px;
    font-weight: 700;
}

.icon-box-green {
    width: 38px;
    height: 38px;
    background-color: #E6F9EE;
    color: #00E65B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.balance-display {
    background-color: #F8F9FA;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
}

.balance-display span {
    color: #888888;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 6px;
}

.balance-display h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    color: #888888;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.form-group input {
    width: 100%;
    background-color: #F8F9FA;
    border: 1px solid #F0F0F0;
    border-radius: 14px;
    padding: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input:focus {
    border-color: #00E65B;
}

.form-group input::placeholder {
    color: #BBBBBB;
}


.max-btn {
    position: absolute;
    right: 16px;
    color: #00E65B;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}

.input-hint {
    display: block;
    color: #BBBBBB;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.btn-withdraw {
    width: 100%;
    background-color: #0A0A0A;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-withdraw:hover {
    background-color: #1A1A1A;
}

.btn-withdraw:active {
    transform: scale(0.99);
}

.history-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.history-header p {
    font-size: 14px;
    color: #888888;
    margin-top: 4px;
    margin-bottom: 35px;
}

.empty-table-container {
    width: 100%;
}

.table-labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAFA;
}

.no-data-msg {
    color: #A5A5A5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 120px 0;
}

.text-center { text-align: center; }
.text-right { text-align: right; }


/* ===================================================
Withdrawals Page End
=================================================== */

/* ===================================================
Subusers Page Start
=================================================== */

.btn-add-subuser {
    background-color: #00E65B;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 230, 91, 0.25);
    transition: background-color 0.2s, transform 0.1s;
    margin-bottom: 25px;
}

.btn-add-subuser:hover {
    background-color: #00cc52;
}

.btn-add-subuser:active {
    transform: scale(0.98);
}

.subusers-card {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.table-labels {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
}

.empty-state-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 0;
}

.empty-icon-box {
    color: #CCCCCC;
    font-size: 36px;
    margin-bottom: 18px;
}

.empty-state-container h3 {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.empty-state-container p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}

.text-center { text-align: center; }
.text-right { text-align: right; }


/* ===================================================
Subusers Page End
=================================================== */



/* ===================================================
subuser-withdrawals Page Start
=================================================== */


.team-card {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
}

.card-info-header {
    margin-bottom: 35px;
}

.card-info-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.card-info-header p {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    font-weight: 400;
    max-width: 1000px;
}

.table-block {
    width: 100%;
    overflow: hidden;
}

.table-headings_02 {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1.8fr 1.2fr 1.2fr 1fr;
    background-color: #FBFBFB;
    padding: 16px 24px;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #F5F5F5;
}

.empty-table-msg {
    color: #BBBBBB;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 110px 0;
    background-color: #ffffff;
}

.text-right {
    text-align: right;
}

/* ===================================================
subuser-withdrawals Page End
=================================================== */


/* ===================================================
Profile Page Start
=================================================== */

.profile-card {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
    margin-bottom: 30px;
}

.card-header_003 {
    margin-bottom: 25px;
}

.card-header_003 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.card-header_003 p {
    font-size: 14px;
    color: #6B7280;
    font-weight: 400;
}

.profile-form {
    max-width: 580px;
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1F2937;
    outline: none;
    transition: all 0.2s;
}

.form-group input:focus {
    border-color: #00E65B;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 230, 91, 0.1);
}

.btn-save {
    background-color: #1F2937;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 5px;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-save:hover {
    background-color: #111827;
}

.btn-save:active {
    transform: scale(0.98);
}


/* ===================================================
Profile Page End
=================================================== */