  @media (max-width: 768px) {

        .history-card table {
            font-size: 13px;
        }

        .history-card th,
        .history-card td {
            padding: 8px 6px;
            white-space: nowrap;
        }


        .history-card td:last-child {
            min-width: 110px;
        }


        .history-card .btn-pay {
            font-size: 13px;
            padding: 6px 10px;
            width: 100%;
            display: block;
            text-align: center;
            white-space: nowrap;
        }


        .table-responsive {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
    }

    .bank-history-header {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 18px;
        font-weight: 600;
        color: var(--color-primary);
    }

    .btn-outline-secondary {
        border-radius: 10px;
    }

    .payment-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: transparent;

        color: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }


    .card .border-bottom span {
        color: var(--color-primary);
        font-weight: 600;
    }

    .deposit-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #111;
    }





    .empty-history {
        padding: 40px 0;
        text-align: center;
        color: #999;
    }

    .empty-history i {
        font-size: 40px;
        margin-bottom: 10px;
        color: var(--color-primary-border);
    }

    .content {
        padding: 20px;
    }

    .deposit-history table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .deposit-history thead {
        background: var(--color-primary-soft);
    }

    .deposit-history th,
    .deposit-history td {
        padding: 14px;
    }

    .deposit-card {
        background: #fff;
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
        transition: .2s;
    }


    .deposit-card h5 {
        font-weight: 600;
        margin-bottom: 15px;
        color: var(--color-primary);
    }

    .deposit-history {
        background: #fff;
        padding: 20px;
        border-radius: 14px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    }

    .deposit-history thead {
        background: var(--color-primary-soft);
    }

    .deposit-history th {
        font-weight: 600;
        border-bottom: 1px solid var(--color-primary-border);
    }

    .deposit-history td {
        border-bottom: 1px solid #f1f1f1;
    }

    .deposit-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #111;
    }

    .payment-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: var(--color-primary-soft);
        color: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
     .deposit-limit {
    color: var(--color-primary) !important;
}