/* Custom Global Styles for Sistem Pembayaran Santri */
:root {
    --primary-color: #198754;
    --primary-dark: #146c43;
    --primary-light: #d1e7dd;
    --sidebar-width: 250px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.badge-lunas {
    background-color: #198754;
    color: white;
}

.badge-belum {
    background-color: #dc3545;
    color: white;
}
