/* ── Bressol – Custom styles ────────────────────────────────────────────── */

:root {
  --color-primary: #007bff;
  --color-sidebar: #343a40;
}

/* Sidebar personalitzat */
.main-sidebar {
  background-color: var(--color-sidebar);
}

.brand-link {
  background-color: rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.brand-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff !important;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

/* Taules */
.table th {
  background-color: #f4f6f9;
  border-top: none;
}

/* Badge d'estat */
.badge { font-size: 0.85em; padding: 0.4em 0.6em; }

/* Cards d'accions */
.card-outline.card-warning .card-header {
  border-top: 3px solid #ffc107;
}

/* DataTables botons */
.dt-buttons .btn { margin-right: 4px; }

/* Formularis */
.form-group label { font-weight: 500; }
.required::after  { content: " *"; color: #dc3545; }

/* Missatges flash */
.alert { border-radius: 4px; }

/* Login */
.login-page { background: #f4f6f9; }
.login-logo  { text-align: center; margin-bottom: 1rem; }
.login-logo b { font-size: 1.5rem; color: #343a40; }
