.bootstrap_chat {
  background-color: var(--bs-primary);
  min-height: 25vh;
}

.text-small {
  font-size: 0.9rem;
}

.messages-box, .chat-box {
  height: 510px;
  overflow-y: scroll;
}

