/* Ajustes específicos do app de reservas. */
[data-estatisticas] canvas {
  width: 100%;
  height: 100%;
}

button[disabled] {
  cursor: not-allowed;
}

[data-form-reserva] .opacity-60 {
  transition: opacity 150ms ease-in-out;
}
