/* Personalización adicional para el dashboard de cliente */
#sidebar-wrapper {
    background-color: #0d6efd !important;
}

.list-group-item.bg-primary {
    background-color: #0d6efd !important;
    border-color: #0b5ed7;
}

.list-group-item.bg-primary:hover {
    background-color: #0b5ed7 !important;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header.bg-primary {
    background-color: #0d6efd !important;
}