/* public/app.css */
.sidebar {
  width: 240px;
}

.sidebar .nav-link.active {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.row-over {
  outline: 2px solid rgba(220, 53, 69, 0.25);
}

.fc .fc-day-sat,
.fc .fc-day-sun {
  background: rgba(220, 53, 69, 0.08);
}

.day-over-8 {
  box-shadow: inset 0 0 0 9999px rgba(255, 193, 7, 0.15);
}

#calendar {
  min-height: 700px;
}

/* colonna azioni: compatta e allineata */
.actions-cell {
  width: 92px;
  white-space: nowrap;
  text-align: right;
}

/* pulsanti solo icona */
.btn-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* icone centrali */
.btn-icon .bi {
  font-size: 1rem;
  line-height: 1;
}

/* hover più “moderno” */
.btn-icon:hover {
  filter: brightness(0.97);
}