#caixaTexto {
  width: calc(100% - 30px);
  max-width: 350px;
  min-width: auto;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#caixaTexto .mdl-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#caixaTexto .mdl-card__supporting-text {
  padding: 1rem;
}
.botoes-enviar-dados {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 8px;
  button {
    width: 100%;
  }
}
.campo-municipio-selecionado.erro {
  color: rgb(213, 0, 0);
}
