.msg {
  display: flex;
  justify-content: flex-end;
}

.query {
  background: #c9dfff;
  box-shadow: 0 4px 10px rgba(51, 113, 242, 10%);
  border-radius: 8px;
  padding: 8px 16px;
  max-width: calc(100% - 100px);
  word-break: break-all;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #1d2129;
}

.newButton {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 8px;
  color: var(--primary-color);
  font-size: 14px;
  background: rgba(135, 59, 244, 14.5%);
  border-radius: 6px;
  line-height: 22px;
  margin: 12px auto;
}

.newButtonContainer {
  display: flex;
  justify-content: center;
}

.chatContainer {
  height: 100%;
  overflow: auto;
}
