
body {
    background-color: #f4f6f9;
    color: #333;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.stat-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 2rem;
    color: #0d6efd;
    opacity: 0.8;
}

.content-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.text-muted {
    font-size: 14px;
}