#modal-cadastro-produto-sugerido .modal-dialog {
  width: 30%;
}

.titulo-input {
  color: var(--preto-300) !important;
  font-weight: bold;
}

.titulo-input-idioma {
  color: var(--preto-300) !important;
  background-color: var(--cinza-400) !important;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

i {
  cursor: pointer;
}