.relatorio-header {
  background: linear-gradient(90deg, #6a7503 0%, #969e4d 100%);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0;
}

.relatorio-header .modal-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}

.relatorio-header .close {
  color: #fff;
  opacity: 0.8;
}

.relatorio-header .close:hover {
  opacity: 1;
}

#modalRelatorioVendas .modal-content,
#modalRelatorioEntregas .modal-content,
#modalRelatorioMovimentos .modal-content,
#modalRelatorioEntradas .modal-content,
#modalRelatorioLucros .modal-content,
#modalRelatorioEstoque .modal-content,
#modalRelatorioDespesas .modal-content {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
}

