._container_1ce40_1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

._header_1ce40_8 {
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-secondary-alpha);
  width: 100%;
}

._title_1ce40_19 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._title_1ce40_19 svg {
    color: var(--icon-secondary);
  }

._title_1ce40_19 h1 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

._content_1ce40_36 {
  flex-grow: 1;
  width: 100%;
  padding-inline: 32px;

  overflow-y: auto;
}

._content_1ce40_36 a {
    text-decoration: underline !important;
  }

._chatMessage_1ce40_48 {
  margin-bottom: 40px;
}

._chatMessageRequest_1ce40_52 {
  justify-self: flex-end;
  background: var(--default-button-background);
  max-width: fit-content;
  border-radius: 5px;
}

._chatMessageRequest_1ce40_52 p {
    padding: 5px 8px;
  }

._relatedChunks_1ce40_63 {
  margin-top: 20px;
  opacity: 0.8;
}

._messageFormWrapper_1ce40_68 {
  padding-top: 40px;
}

._messageForm_1ce40_68 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-top: 1px solid gray;
}

._messageField_1ce40_79,
._messageFieldWrapper_1ce40_80 {
  flex: 1;
  width: 100%;
  background: #fbfafa;
  color: black !important;
}

._submitButton_1ce40_87 {
  margin: 20px;
}