
.chat-container{
  display: flex;
  flex-direction: column;
  /*max-height: none;*/
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 5px;
}
 

.text-msg{
  padding-left: 50px;
  color: var(--text-color);
  min-height: 0px; 
  margin-top: 3px;
}


.error {
    color: red;
}
