/* Remove borda e ajusta sombra */
.modal-content {
  --bs-modal-border-width: 0;
  --bs-modal-border-color: transparent;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Remove a linha entre header e body */
.modal-header {
  border-bottom: none;
}