.adpanda-dashboard {
    max-width: 650px;
    margin: 30px auto;
    background: #ffb3d1;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.adpanda-dashboard h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #1f2937;
}

.adpanda-table {
    width: 100%;
    border-collapse: collapse;
}

.adpanda-table th,
.adpanda-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
}

.adpanda-table th {
    width: 40%;
    background: #f3f4f6;
    color: #374151;
    font-weight: 600;
}

.adpanda-table td {
    color: #111827;
}

.wallet-row th,
.wallet-row td {
    background: #ecfdf5;
    color: #047857;
    font-weight: bold;
}

.adpanda-logout {
    display: block;
    margin-top: 25px;
    text-align: center;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #ffffff;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}

.adpanda-logout:hover {
    opacity: 0.9;
}
/* =========================
   Withdraw History UI
========================= */

.adpanda-table {
    width: 100%;
    border-collapse: collapse;
    background: #80ffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.adpanda-table th {
    background: #66ff66;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.adpanda-table td {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.adpanda-table tr:hover {
    background: #66ff66;
}

/* Badges */
.badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.badge-pending {
    background: #fff4e5;
    color: #d97706;
}

.badge-approved {
    background: #ecfdf5;
    color: #059669;
}

.badge-rejected,
.badge-cancelled {
    background: #fef2f2;
    color: #dc2626;
}

/* Buttons */
.btn-cancel {
    background: #ef4444;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.btn-cancel:hover {
    background: #dc2626;
}

/* ===== Icon Input Style ===== */

.adpanda-input-group {
    position: relative;
    margin-bottom: 15px;
}

.adpanda-input-group i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #0d6efd;
    font-size: 16px;
}

.adpanda-input-group input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

.adpanda-input-group input:focus {
    border-color: #0d6efd;
    outline: none;
}

/* Phone special */
.adpanda-phone-box input:first-child {
    padding-left: 12px;
}
.adpanda-btn {
    width: 100%;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.adpanda-btn:hover {
    opacity: 0.9;
}
.adpanda-success-message {
    background: #ecfdf5;
    border-left: 5px solid #10b981;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #065f46;
    border-radius: 6px;
}

.adpanda-error {
    background: #fee2e2;
    border-left: 5px solid #ef4444;
    padding: 12px;
    margin-bottom: 15px;
    color: #7f1d1d;
}

.adpanda-referral-box {
    margin-top: 30px;
    padding: 20px;
    background: #f4fbff;
    border: 1px dashed #4da3ff;
    border-radius: 10px;
}

.adpanda-referral-box h4 {
    margin-bottom: 10px;
    color: #0073aa;
}

.referral-table {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.referral-table input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.referral-table button {
    padding: 10px 16px;
    background: #4da3ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.referral-table button:hover {
    background: #1e88e5;
}
