.source_panel_message {
  display: flex;
  position: absolute;
  max-height: calc(100% - 100px);
  min-width: 320px;
  max-width: 90%;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 8px;
  background-color: #A0D0FF;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  left: 50%;
  transform: translate(-50%, 0);
}
.source_label_message {
  display: block;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 16px;
  font-weight: bold;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}