.delete-button {
  cursor: pointer;
  width: 20px;
}

#chatWindow {
  height: 70vh;
  overflow-y: scroll;
  padding: 10px;
}

#documentList {
  max-height: 70vh;
  overflow-y: scroll;
}

menu,
ol,
ul {
  list-style: disc !important;
  margin: 1em 0 !important;
  padding-left: 40px !important;
}

flowise-fullchatbot div {
  height: 75dvh;
}
