table.dataTable thead th, table.dataTable thead td{
    padding: 10px 25px !important;
}
table.dataTable.display tbody td{
    cursor: pointer;
}
.table-card .card-body .table tr th:first-child{
    padding-left: 25px !important;
}
.table-responsive table{
    font-size: 13px
}
table.dataTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dataTables_length{
    padding-left: 18px!important
}
.dataTables_info{
    padding: 18px!important
}
.dataTables_paginate {
    padding: 18px!important
}
.table.dataTable tbody th, table.dataTable tbody td{
    padding: 8px 25px
}
table.dataTable.no-footer{
    border-bottom: 1px solid var(--bs-card-border-color) !important;
}
table.dataTable thead th {
    border-bottom: 1px solid var(--bs-card-border-color) !important;
    border-top: 1px solid var(--bs-card-border-color) !important;
}
.dt-select-padding{
    padding: 12px 25px!important;
    width: 90px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}


/* New CheckBox */
.checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }
  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }
  .checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}
.payment-getwaye-list{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 25px 0 20px 0;
}
.custom-header-height{
    min-height:auto;
    padding:70px 0;
}
.custom-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-lg-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-xl-left-border{
    border-left: 1px solid #e7eaee;
}




@media (max-width: 1200px) {
    .custom-xl-left-border{
        border-left: 0;
    }
}
@media (max-width: 992px) {
    .custom-header-height{
        padding:50px 0;
    }
    .custom-lg-left-border{
        border-left: 0;
    }
}
@media (max-width: 768px) {
    .h-md-auto {
      height: auto !important;
    }
    .custom-left-border{
        border-left: 0;
    }
}
@media (max-width: 400px) {
    .login-otp{
        overflow-x: auto;
    }
    .otp-section-inputs{
        width: 450px;
    }
}

/* ============================================================
   DHRU FUSION STYLE - Navigation
   ============================================================ */
.dhru-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.dhru-avatar-lg {
    width: 44px;
    height: 44px;
    font-size: 18px;
}
.dhru-nav-balance {
    background: #28a745;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

/* ============================================================
   DHRU FUSION STYLE - Mobile Menu
   ============================================================ */
.dhru-mob-user-header {
    background: linear-gradient(135deg, var(--bs-primary), #1a3a6a);
    color: #fff;
    padding: 20px;
}
.dhru-mob-user-header .dhru-avatar {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.4);
}
.dhru-mob-user-header h6 { color: #fff; }
.dhru-mob-user-header small { color: rgba(255,255,255,0.7) !important; }
.dhru-mob-balance-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.dhru-mob-balance-badge:hover { background: rgba(255,255,255,0.25); color: #fff; }
.dhru-mob-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.dhru-mob-link {
    display: block;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--bs-border-color, #e9ecef);
    font-size: 14px;
    transition: padding-left 0.2s;
}
.dhru-mob-link:hover { padding-left: 5px; color: var(--bs-primary); }

/* ============================================================
   DHRU FUSION STYLE - Dashboard Balance Cards
   ============================================================ */
.dhru-balance-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    background: var(--bs-card-bg, #fff);
    border: 1px solid var(--bs-border-color, #e9ecef);
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.dhru-balance-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.dhru-bc-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.dhru-bc-primary .dhru-bc-icon { background: rgba(var(--bs-primary-rgb, 70,128,255), 0.12); color: var(--bs-primary); }
.dhru-bc-warning .dhru-bc-icon { background: rgba(255,193,7,0.12); color: #e6a700; }
.dhru-bc-success .dhru-bc-icon { background: rgba(40,167,69,0.12); color: #28a745; }
.dhru-bc-danger .dhru-bc-icon { background: rgba(220,53,69,0.12); color: #dc3545; }
.dhru-bc-content { flex: 1; min-width: 0; }
.dhru-bc-label { font-size: 13px; color: #6c757d; margin-bottom: 4px; }
.dhru-bc-value { font-size: 22px; font-weight: 700; line-height: 1.2; margin-bottom: 4px; }
.dhru-bc-link {
    font-size: 12px;
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 600;
}
.dhru-bc-link:hover { text-decoration: underline; }

/* ============================================================
   DHRU FUSION STYLE - Quick Action Cards
   ============================================================ */
.dhru-action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 10px;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color, #e9ecef);
    background: var(--bs-card-bg, #fff);
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: all 0.2s;
    height: 100%;
}
.dhru-action-card:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.dhru-ac-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.dhru-action-card span {
    font-size: 13px;
    font-weight: 500;
}

/* ============================================================
   DHRU FUSION STYLE - Announcement
   ============================================================ */
.dhru-announcement {
    border-left: 4px solid var(--bs-primary) !important;
}
.dhru-announcement-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* ============================================================
   DHRU FUSION STYLE - Add Funds Page
   ============================================================ */
.dhru-big-balance {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--pc-heading-color, #1a1a2e);
}
.dhru-info-banner {
    background: #e8f4fd;
    border: 1px solid #bee5eb;
    border-radius: 10px;
    padding: 16px 20px;
    color: #1a6c8a;
    font-size: 14px;
}
[data-pc-theme="dark"] .dhru-info-banner {
    background: rgba(23, 162, 184, 0.1);
    border-color: rgba(23, 162, 184, 0.2);
    color: #7ec8e3;
}
.dhru-amount-input {
    font-size: 1.5rem !important;
    text-align: right;
    font-weight: 600;
    padding: 12px 20px !important;
    border-radius: 10px !important;
}
.dhru-gateway-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dhru-gateway-option {
    display: block;
    cursor: pointer;
}
.dhru-gateway-option .checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.dhru-gateway-option .checkbox-tile {
    display: block;
    padding: 14px 18px;
    border: 2px solid var(--bs-border-color, #dee2e6);
    border-radius: 10px;
    transition: all 0.2s;
    background: var(--bs-card-bg, #fff);
}
.dhru-gateway-option .checkbox-input:checked + .checkbox-tile {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 1px var(--bs-primary);
}
.dhru-gateway-option .checkbox-tile:hover {
    border-color: var(--bs-primary);
}
.dhru-gateway-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s;
}
.dhru-gateway-option .checkbox-input:checked + .checkbox-tile .dhru-gateway-radio {
    border-color: var(--bs-primary);
}
.dhru-gateway-option .checkbox-input:checked + .checkbox-tile .dhru-gateway-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-primary);
}
.dhru-gateway-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    background: var(--bs-light, #f0f0f0);
    border-radius: 6px;
    color: var(--bs-secondary, #6c757d);
    font-size: 16px;
    flex-shrink: 0;
}
[data-pc-theme="dark"] .dhru-gateway-icon {
    background: rgba(255,255,255,0.1);
}
.dhru-gateway-option .checkbox-label {
    font-weight: 500;
    color: inherit;
}
.dhru-fee-table {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 10px;
    overflow: hidden;
}
.dhru-fee-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    font-size: 14px;
}
.dhru-fee-row:last-child { border-bottom: none; }
.dhru-fee-total {
    background: var(--bs-light, #f8f9fa);
    font-size: 15px;
}
[data-pc-theme="dark"] .dhru-fee-total {
    background: rgba(255,255,255,0.05);
}

/* ============================================================
   RESPONSIVE - Mobile First
   ============================================================ */
@media (max-width: 576px) {
    .dhru-bc-value { font-size: 18px; }
    .dhru-bc-icon { width: 42px; height: 42px; font-size: 16px; }
    .dhru-balance-card { padding: 14px; gap: 12px; }
    .dhru-big-balance { font-size: 2rem; }
    .dhru-amount-input { font-size: 1.2rem !important; }
    .dhru-action-card { padding: 14px 8px; }
    .dhru-ac-icon { width: 40px; height: 40px; font-size: 16px; }
}
@media (max-width: 768px) {
    .dhru-nav-balance { font-size: 12px; padding: 3px 10px; }
}

/* ============================================================
   Dark Mode Support
   ============================================================ */
[data-pc-theme="dark"] .dhru-balance-card {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-action-card {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-mob-user-header {
    background: linear-gradient(135deg, #1a2332, #0d1b2a);
}
[data-pc-theme="dark"] .dhru-bc-label { color: #adb5bd; }
[data-pc-theme="dark"] .dhru-announcement-text { color: #adb5bd; }
[data-pc-theme="dark"] .dhru-big-balance { color: #e9ecef; }
[data-pc-theme="dark"] .dhru-gateway-option .checkbox-tile {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-fee-table {
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-fee-row {
    border-color: var(--bs-border-color);
}

/* ============================================================
   DHRU FUSION STYLE - Invoice Detail Page
   ============================================================ */
.dhru-invoice-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color, #e9ecef);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.dhru-invoice-header {
    background: var(--bs-card-bg, #fff);
    padding: 20px 24px;
    border-bottom: 1px solid var(--bs-border-color, #e9ecef);
}
.dhru-invoice-totals {
    background: var(--bs-light, #f8f9fa);
    border-top: 1px solid var(--bs-border-color, #e9ecef);
    font-size: 14px;
}
.dhru-invoice-totals .border-top {
    border-color: var(--bs-border-color, #e9ecef) !important;
}
.dhru-invoice-footer {
    padding: 16px 24px;
    background: var(--bs-card-bg, #fff);
    border-top: 1px solid var(--bs-border-color, #e9ecef);
}
.dhru-invoice-card .table {
    margin-bottom: 0;
}
.dhru-invoice-card .table thead th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    border-bottom: 1px solid var(--bs-border-color, #e9ecef);
}
.dhru-invoice-card .table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    vertical-align: middle;
}

/* Dark Mode - Invoice */
[data-pc-theme="dark"] .dhru-invoice-card {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-invoice-header {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-invoice-totals {
    background: rgba(255,255,255,0.03);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-invoice-footer {
    background: var(--bs-card-bg);
    border-color: var(--bs-border-color);
}
[data-pc-theme="dark"] .dhru-invoice-card .table thead th {
    color: #adb5bd;
    border-color: var(--bs-border-color);
}

/* ============================================================
   DHRU FUSION STYLE - Checkout Page
   ============================================================ */
.dhru-checkout-qr {
    border: 3px solid #F0B90B;
    border-radius: 12px;
    padding: 8px;
    display: inline-block;
}
.dhru-checkout-amount {
    background: var(--bs-light, #f8f9fa);
    border: 1px solid var(--bs-border-color, #e9ecef);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}
.dhru-checkout-note {
    background: #fffbeb;
    border: 1px solid #F0B90B;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}
[data-pc-theme="dark"] .dhru-checkout-note {
    background: rgba(240, 185, 11, 0.08);
    border-color: rgba(240, 185, 11, 0.4);
}
[data-pc-theme="dark"] .dhru-checkout-amount {
    background: rgba(255,255,255,0.05);
    border-color: var(--bs-border-color);
}
