body {
    background-color: #f4f6f9;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}

.kpi-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.table thead th {
    background-color: #eef1f6;
}

/* Estilo básico para los inputs del formulario de login (AuthenticationForm) */
input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
