@media (max-width: 767.98px) {
  html.mobile-sidebar-closed .sidebar {
    width: 0 !important;
    overflow: hidden;
  }

  .sidebar {
    width: 14rem !important;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sidebar .nav-item .nav-link {
    width: 100% !important;
    text-align: left !important;
    padding: 0.8rem 1rem !important;
  }

  .sidebar .nav-item .nav-link i {
    margin-right: 0.35rem;
  }

  .sidebar .nav-item .nav-link span {
    display: inline !important;
    font-size: 0.82rem !important;
    line-height: 1.25;
    white-space: normal;
  }

  html.mobile-sidebar-closed .sidebar .nav-item,
  html.mobile-sidebar-closed .sidebar .sidebar-brand,
  html.mobile-sidebar-closed .sidebar hr,
  html.mobile-sidebar-closed .sidebar .sidebar-heading,
  html.mobile-sidebar-closed .sidebar .sidebar-card {
    display: none;
  }

  .container-fluid {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .content-wrapper {
    background: #f8f9fc;
  }

  .card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
    overflow: hidden;
    margin-bottom: 0.9rem;
  }

  .card-header,
  .card-body {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .card-header {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border-bottom: 1px solid rgba(90, 92, 105, 0.08);
  }

  .card-header h1,
  .card-header h2,
  .card-header h3,
  .card-header h4,
  .card-header h5,
  .card-header h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .card-header .btn,
  .card-header a.btn,
  .card-header button.btn {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    border-radius: 999px;
  }

  .btn {
    font-size: 0.8rem;
    padding: 0.36rem 0.6rem;
    border-radius: 0.45rem;
  }

  .btn-sm {
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
  }

  .table,
  table.dataTable {
    font-size: 0.78rem;
  }

  .table-responsive,
  .dataTables_scrollBody {
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table td,
  .table th,
  table.dataTable td,
  table.dataTable th {
    white-space: nowrap;
    padding: 0.42rem 0.5rem;
    vertical-align: middle;
  }

  .table thead th,
  table.dataTable thead th {
    background: #eef2ff;
    color: #4e73df;
    font-weight: 700;
    border-bottom: 0;
  }

  .category-mobile-table th:nth-child(4),
  .category-mobile-table td:nth-child(4) {
    display: none;
  }

  .category-mobile-table th:nth-child(2),
  .category-mobile-table td:nth-child(2) {
    width: 48px;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .category-mobile-table .category-mobile-image {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px;
    object-fit: cover;
  }

  .category-mobile-table .category-mobile-name {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    line-height: 1.15;
    min-width: 0;
  }

  .category-mobile-table .category-mobile-primary {
    font-weight: 700;
    color: #3a3b45;
    font-size: 0.84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-mobile-table .category-mobile-secondary {
    font-size: 0.72rem;
    color: #858796;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-mobile-table .category-mobile-action {
    display: inline-flex;
    justify-content: flex-end;
  }

  .category-mobile-table .category-mobile-action .dropdown-toggle {
    min-width: 76px;
    border-radius: 999px;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .category-mobile-table .dropdown-menu {
    min-width: 9rem;
    padding: 0.35rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 28px rgba(58, 59, 69, 0.16);
  }

  .category-mobile-table .dropdown-item {
    border-radius: 0.6rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.78rem;
  }

  .category-mobile-table .dropdown-item:active {
    background: #eaecf4;
    color: #3a3b45;
  }

  .category-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .category-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .category-mobile-table td.dtr-control:before,
  .category-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .category-mobile-table td,
  .category-mobile-table th {
    overflow: visible;
  }

  .category-mobile-table td:last-child,
  .category-mobile-table th:last-child {
    width: 88px;
    text-align: right;
  }

  .games-mobile-table th:nth-child(2),
  .games-mobile-table td:nth-child(2) {
    width: 48px;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .games-mobile-table .games-mobile-image {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px;
    object-fit: cover;
  }

  .games-mobile-table .games-mobile-name {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    line-height: 1.15;
    min-width: 0;
  }

  .games-mobile-table .games-mobile-primary {
    font-weight: 700;
    color: #3a3b45;
    font-size: 0.84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .games-mobile-table .games-mobile-secondary {
    font-size: 0.72rem;
    color: #858796;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .games-mobile-table .games-mobile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.7rem;
    color: #6c757d;
    align-items: center;
  }

  .games-mobile-table .games-mobile-meta .badge {
    white-space: nowrap;
  }

  .games-mobile-table .games-mobile-action {
    display: inline-flex;
    justify-content: flex-end;
  }

  .games-mobile-table .games-mobile-action .dropdown-toggle {
    min-width: 76px;
    border-radius: 999px;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .games-mobile-table .dropdown-menu {
    min-width: 9rem;
    padding: 0.35rem;
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 12px 28px rgba(58, 59, 69, 0.16);
  }

  .games-mobile-table .dropdown-item {
    border-radius: 0.6rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.78rem;
  }

  .games-mobile-table .dropdown-item:active {
    background: #eaecf4;
    color: #3a3b45;
  }

  .games-mobile-table td:last-child,
  .games-mobile-table th:last-child {
    width: 88px;
    text-align: right;
  }

  .deposit-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .deposit-mobile-table thead {
    display: none;
  }

  .deposit-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .deposit-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .deposit-mobile-table td.dtr-control:before,
  .deposit-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .deposit-mobile-table tbody tr.child {
    display: none !important;
  }

  .deposit-mobile-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .deposit-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .deposit-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .deposit-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .deposit-mobile-table tbody td:nth-child(2)::before {
    content: 'Name';
  }

  .deposit-mobile-table tbody td:nth-child(3)::before {
    content: 'Phone';
  }

  .deposit-mobile-table tbody td:nth-child(4)::before {
    content: 'Transection Id';
  }

  .deposit-mobile-table tbody td:nth-child(5)::before {
    content: 'Amount';
  }

  .deposit-mobile-table tbody td:nth-child(6)::before {
    content: 'Mode';
  }

  .deposit-mobile-table tbody td:nth-child(7)::before {
    content: 'Status';
  }

  .deposit-mobile-table tbody td:nth-child(8)::before {
    content: 'Date';
  }

  .deposit-mobile-table tbody td:nth-child(9)::before {
    content: 'Action';
  }

  .deposit-mobile-table tbody td:last-child {
    grid-column: 1 / -1;
  }

  .deposit-mobile-table tbody td:nth-child(9) {
    grid-column: 1 / -1;
  }

  .deposit-mobile-table .badge {
    width: fit-content;
    white-space: nowrap;
  }

  .deposit-mobile-table .btn {
    width: 100%;
  }

  .bid-history-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .bid-history-mobile-table thead {
    display: none;
  }

  .bid-history-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .bid-history-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .bid-history-mobile-table td.dtr-control:before,
  .bid-history-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .bid-history-mobile-table tbody tr.child {
    display: none !important;
  }

  .bid-history-mobile-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .bid-history-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .bid-history-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .bid-history-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .bid-history-mobile-table tbody td:nth-child(2)::before {
    content: 'User';
  }

  .bid-history-mobile-table tbody td:nth-child(3)::before {
    content: 'Game';
  }

  .bid-history-mobile-table tbody td:nth-child(4)::before {
    content: 'Game Type';
  }

  .bid-history-mobile-table tbody td:nth-child(5)::before {
    content: 'Digit';
  }

  .bid-history-mobile-table tbody td:nth-child(6)::before {
    content: 'Amount';
  }

  .bid-history-mobile-table tbody td:nth-child(7)::before {
    content: 'Time';
  }

  .bid-history-mobile-table tbody td:nth-child(8)::before {
    content: 'Action';
  }

  .bid-history-mobile-table tbody td:last-child {
    grid-column: 1 / -1;
  }

  .bid-history-mobile-table .btn {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .bid-history-mobile-table .btn:last-child {
    margin-bottom: 0;
  }

  .notification-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .notification-mobile-table thead {
    display: none;
  }

  .notification-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .notification-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .notification-mobile-table td.dtr-control:before,
  .notification-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .notification-mobile-table tbody tr.child {
    display: none !important;
  }

  .notification-mobile-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .notification-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .notification-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .notification-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .notification-mobile-table tbody td:nth-child(2)::before {
    content: 'Title';
  }

  .notification-mobile-table tbody td:nth-child(3)::before {
    content: 'Message';
  }

  .notification-mobile-table tbody td:nth-child(4)::before {
    content: 'Created At';
  }

  .notification-mobile-table tbody td:nth-child(5)::before {
    content: 'Action';
  }

  .notification-mobile-table .btn {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .notification-mobile-table .btn:last-child {
    margin-bottom: 0;
  }

  .setting-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .setting-mobile-table thead {
    display: none;
  }

  .setting-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .setting-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .setting-mobile-table td.dtr-control:before,
  .setting-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .setting-mobile-table tbody tr.child {
    display: none !important;
  }

  .setting-mobile-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .setting-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .setting-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .setting-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .setting-mobile-table tbody td:nth-child(2)::before {
    content: 'Module';
  }

  .setting-mobile-table tbody td:nth-child(3)::before {
    content: 'Text';
  }

  .setting-mobile-table tbody td:nth-child(4)::before {
    content: 'Image';
  }

  .setting-mobile-table tbody td:nth-child(5)::before {
    content: 'Action';
  }

  .setting-mobile-table tbody td:nth-child(4) img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
  }

  .setting-mobile-table .btn {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .setting-mobile-table .btn:last-child {
    margin-bottom: 0;
  }

  .payment-gateway-mobile-table,
  .payment-info-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .payment-gateway-mobile-table thead,
  .payment-info-mobile-table thead {
    display: none;
  }

  .payment-gateway-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .payment-gateway-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .payment-gateway-mobile-table td.dtr-control:before,
  .payment-gateway-mobile-table th.dtr-control:before,
  .payment-info-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .payment-info-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .payment-info-mobile-table td.dtr-control:before,
  .payment-info-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .payment-gateway-mobile-table tbody tr.child,
  .payment-info-mobile-table tbody tr.child {
    display: none !important;
  }

  .payment-gateway-mobile-table tbody tr,
  .payment-info-mobile-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .payment-gateway-mobile-table tbody td,
  .payment-info-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .payment-gateway-mobile-table tbody td::before,
  .payment-info-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .payment-gateway-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .payment-gateway-mobile-table tbody td:nth-child(2)::before {
    content: 'Name';
  }

  .payment-gateway-mobile-table tbody td:nth-child(3)::before {
    content: 'Client Id';
  }

  .payment-gateway-mobile-table tbody td:nth-child(4)::before {
    content: 'Client Secret';
  }

  .payment-gateway-mobile-table tbody td:nth-child(5)::before {
    content: 'CallBack URL';
  }

  .payment-gateway-mobile-table tbody td:nth-child(6)::before {
    content: 'Action';
  }

  .payment-info-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .payment-info-mobile-table tbody td:nth-child(2)::before {
    content: 'Image';
  }

  .payment-info-mobile-table tbody td:nth-child(3)::before {
    content: 'Gateway Name';
  }

  .payment-info-mobile-table tbody td:nth-child(4)::before {
    content: 'UPI ID';
  }

  .payment-info-mobile-table tbody td:nth-child(5)::before {
    content: 'Action';
  }

  .payment-info-mobile-table tbody td:nth-child(2) img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
  }

  .payment-gateway-mobile-table .btn,
  .payment-info-mobile-table .btn {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .payment-gateway-mobile-table .btn:last-child,
  .payment-info-mobile-table .btn:last-child {
    margin-bottom: 0;
  }

  .admin-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .admin-mobile-table thead {
    display: none;
  }

  .admin-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .admin-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .admin-mobile-table td.dtr-control:before,
  .admin-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .admin-mobile-table tbody tr.child {
    display: none !important;
  }

  .admin-mobile-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .admin-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .admin-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .admin-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .admin-mobile-table tbody td:nth-child(2)::before {
    content: 'First Name';
  }

  .admin-mobile-table tbody td:nth-child(3)::before {
    content: 'Last Name';
  }

  .admin-mobile-table tbody td:nth-child(4)::before {
    content: 'Email';
  }

  .admin-mobile-table tbody td:nth-child(5)::before {
    content: 'Pseudo Name';
  }

  .admin-mobile-table tbody td:nth-child(6)::before {
    content: 'Role';
  }

  .admin-mobile-table tbody td:nth-child(7)::before {
    content: 'Action';
  }

  .admin-mobile-table .btn {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .admin-mobile-table .btn:last-child {
    margin-bottom: 0;
  }

  .withdraw-mobile-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
  }

  .withdraw-mobile-table thead {
    display: none;
  }

  .withdraw-mobile-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .withdraw-mobile-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
  .withdraw-mobile-table td.dtr-control:before,
  .withdraw-mobile-table th.dtr-control:before {
    display: none !important;
    content: none !important;
  }

  .withdraw-mobile-table tbody tr.child {
    display: none !important;
  }

  .withdraw-mobile-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.65rem;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(58, 59, 69, 0.08);
  }

  .withdraw-mobile-table tbody td {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 0;
    padding: 0.45rem 0.5rem;
    border-radius: 12px;
    background: #f8f9fc;
  }

  .withdraw-mobile-table tbody td::before {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4e73df;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .withdraw-mobile-table tbody td:nth-child(1)::before {
    content: 'Sr.';
  }

  .withdraw-mobile-table tbody td:nth-child(2)::before {
    content: 'Name';
  }

  .withdraw-mobile-table tbody td:nth-child(3)::before {
    content: 'Phone';
  }

  .withdraw-mobile-table tbody td:nth-child(4)::before {
    content: 'Transection Id';
  }

  .withdraw-mobile-table tbody td:nth-child(5)::before {
    content: 'Amount';
  }

  .withdraw-mobile-table tbody td:nth-child(6)::before {
    content: 'Mode';
  }

  .withdraw-mobile-table tbody td:nth-child(7)::before {
    content: 'UPI/Account';
  }

  .withdraw-mobile-table tbody td:nth-child(8)::before {
    content: 'IFSC';
  }

  .withdraw-mobile-table tbody td:nth-child(9)::before {
    content: 'Status';
  }

  .withdraw-mobile-table tbody td:nth-child(10)::before {
    content: 'Date';
  }

  .withdraw-mobile-table tbody td:nth-child(11)::before {
    content: 'Action';
  }

  .withdraw-mobile-table tbody td:nth-child(11) {
    grid-column: 1 / -1;
  }

  .withdraw-mobile-table .badge {
    width: fit-content;
    white-space: nowrap;
  }

  .withdraw-mobile-table .btn {
    width: 100%;
  }

  .dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    margin-top: 0.45rem;
  }

  .dataTables_wrapper .dataTables_filter input,
  .dataTables_wrapper .dataTables_length select {
    width: 100%;
    max-width: 100%;
    border-radius: 0.5rem;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.24rem 0.5rem;
    margin-left: 0.08rem;
  }

  .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .form-control,
  .custom-select {
    font-size: 0.95rem;
    border-radius: 0.5rem;
  }

  .form-group {
    margin-bottom: 0.8rem;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 0.7rem 0.9rem;
  }

  .topbar-blue,
  .topbar-blue .nav-link,
  .topbar-blue .nav-link:hover,
  .topbar-blue .nav-link:focus,
  .topbar-blue .dropdown-toggle,
  .topbar-blue .dropdown-toggle:hover,
  .topbar-blue .dropdown-toggle:focus,
  .topbar-blue #sidebarToggleTop,
  .topbar-blue #sidebarToggleTop:hover,
  .topbar-blue #sidebarToggleTop:focus,
  .topbar-blue #sidebarToggleTop i,
  .topbar-blue .fa,
  .topbar-blue .fas,
  .topbar-blue .far,
  .topbar-blue .fab {
    color: #ffffff !important;
  }

  .topbar-blue #sidebarToggleTop {
    box-shadow: none !important;
  }

  .topbar-blue .img-profile {
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
  }

  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.45rem;
  }


  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    position: static !important;
    left: auto !important;
    top: auto !important;
    z-index: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapsing .collapse-inner {
    width: calc(100% - 1rem) !important;
    min-width: 0 !important;
    margin: 0.25rem 0.5rem 0.5rem !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none !important;
  }

  .sidebar .nav-item .collapse-item {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }
  .sidebar .nav-item .collapse-item {
    padding: 0.55rem 0.7rem;
    border-radius: 0.45rem;
    margin-bottom: 0.2rem;
  }

  .sidebar .nav-item .collapse-item:last-child {
    margin-bottom: 0;
  }

  .sidebar .nav-item .collapse-inner {
    border-radius: 0.8rem;
    box-shadow: 0 6px 20px rgba(58, 59, 69, 0.08);
  }

  .sidebar-brand {
    min-height: 4.4rem;
  }
}

:root {
  --sidebar-bg-top: #0f1729;
  --sidebar-bg-bottom: #111a31;
  --sidebar-text: #f5f7ff;
  --sidebar-muted: rgba(245, 247, 255, 0.72);
  --sidebar-hover: #6e63ff;
  --sidebar-hover-2: #5c55f6;
}

#accordionSidebar,
#accordionSidebar.bg-gradient-custom,
.sidebar.bg-gradient-custom {
  background: linear-gradient(180deg, var(--sidebar-bg-top) 0%, var(--sidebar-bg-bottom) 100%) !important;
  background-color: var(--sidebar-bg-top) !important;
  background-image: linear-gradient(180deg, var(--sidebar-bg-top) 0%, var(--sidebar-bg-bottom) 100%) !important;
}

#accordionSidebar .sidebar-brand {
  color: var(--sidebar-text) !important;
}

#accordionSidebar .sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#accordionSidebar .nav-item .nav-link {
  color: var(--sidebar-muted) !important;
  border-radius: 10px;
  margin: 0.18rem 0.5rem;
  display: flex;
  align-items: center;
  transition: background-color 0.18s ease, color 0.18s ease;
}

#accordionSidebar .nav-item .nav-link i,
#accordionSidebar .nav-item .nav-link[data-toggle="collapse"]::after {
  color: var(--sidebar-muted) !important;
}

#accordionSidebar .nav-item .nav-link span {
  color: var(--sidebar-text) !important;
}

#accordionSidebar .nav-item .nav-link:hover,
#accordionSidebar .nav-item .nav-link:focus,
#accordionSidebar .nav-item.active > .nav-link {
  color: #ffffff !important;
  background: linear-gradient(90deg, var(--sidebar-hover) 0%, var(--sidebar-hover-2) 100%);
  box-shadow: 0 8px 18px rgba(110, 99, 255, 0.32);
}

.sidebar-dark .nav-item .nav-link,
.sidebar-dark .nav-item .nav-link span,
.sidebar-dark .nav-item .nav-link i,
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: var(--sidebar-text) !important;
}

.sidebar-dark .nav-item .nav-link:hover,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item.active > .nav-link {
  color: #ffffff !important;
  background: linear-gradient(90deg, var(--sidebar-hover) 0%, var(--sidebar-hover-2) 100%) !important;
}

.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item.active > .nav-link i,
.sidebar-dark .nav-item .nav-link:hover[data-toggle="collapse"]::after,
.sidebar-dark .nav-item .nav-link:focus[data-toggle="collapse"]::after,
.sidebar-dark .nav-item.active > .nav-link[data-toggle="collapse"]::after {
  color: #ffffff !important;
}

#accordionSidebar .nav-item .nav-link:hover i,
#accordionSidebar .nav-item .nav-link:focus i,
#accordionSidebar .nav-item.active > .nav-link i,
#accordionSidebar .nav-item .nav-link:hover[data-toggle="collapse"]::after,
#accordionSidebar .nav-item .nav-link:focus[data-toggle="collapse"]::after,
#accordionSidebar .nav-item.active > .nav-link[data-toggle="collapse"]::after {
  color: #ffffff !important;
}

#accordionSidebar .nav-item .collapse .collapse-inner,
#accordionSidebar .nav-item .collapsing .collapse-inner,
#accordionSidebar .nav-item .collapse .collapse-inner.bg-white,
#accordionSidebar .nav-item .collapsing .collapse-inner.bg-white {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

#accordionSidebar .nav-item .collapse-item {
  color: var(--sidebar-text) !important;
  border-radius: 8px;
}

#accordionSidebar .nav-item .collapse-item:hover,
#accordionSidebar .nav-item .collapse-item:focus,
#accordionSidebar .nav-item .collapse-item.active {
  color: #ffffff !important;
  background: linear-gradient(90deg, var(--sidebar-hover) 0%, var(--sidebar-hover-2) 100%);
}
