.msg-texto{
    white-space: pre-wrap;
}

.qr-code-ajustes {
  text-align:center; 
  margin-top:10px;
}

#recarregar-qr-btn{
  display:none;
}

/* Exibe o modal como flex (substitui modal.style.display = 'flex') */
.exibir-flex {
  display: flex !important;
}

/* Exibe botão inline (substitui style.display = 'inline-block') */
.exibir-inline {
  display: inline-block !important;
}

/* Estilo opcional para alinhar os botões */
.qr-code-botoes {
  text-align: center;
  margin-top: 10px;
}

.qr-code-botoes button {
  margin: 0 0.5rem;
}

.msg-erro {
  color: #d32f2f;
  background-color: #ffecec;
  border-left: 4px solid #d32f2f;
  padding: 10px;
  margin: 10px 0;
  font-weight: bold;
  border-radius: 4px;
}

.oculto {
  display: none !important;
}

.espacamento {
  margin-top: 10px;
}

.centralizado {
  text-align: center;
}

.qr-botoes {
  text-align: center;
  margin-top: 10px;
}
