/* SalesPro Custom Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* تحسين شكل الـ Badges في الداشبورد */
.small-box .inner h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0;
}

/* دعم RTL للجداول */
.table-responsive {
    direction: rtl;
}

/* تنسيق شاشات الدفع */
#vodafone_accounts_div, #instapay_accounts_div {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}