/* css/style.css */
body {
    padding-top: 70px; /* Offset for fixed navbar */
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.table tbody tr.bg-success {
    --bs-table-bg-active: #d4edda;
}

.table tbody tr.bg-danger {
    --bs-table-bg-active: #f8d7da;
}

.table tbody tr.bg-warning {
    --bs-table-bg-active: #fff3cd;
}

.table tbody tr.bg-secondary {
    --bs-table-bg-active: #e2e3e5;
}