
.mindsidebar {
  border-right: 1px solid #232833;
  height: 100vh;
}
.mindchat-header {
  border-bottom: 1px solid #232833;
}
.mindmessages {
  overflow-y: auto;
  flex: 1;
  padding: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mindmsg {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.mindavatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #a0a6b1;
  border: 1px solid #232833;
}
.mindbubble {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  max-width: 70%;
  background-color: #e9e9e980;
  padding: 10px;
  font-size: 14px;
}
.mindbubble.user {
  background: transparent;
  border-color: #2a3140;
}
.mindcomposer {
  border-top: 1px solid #232833;
  padding: 0.75rem;
}
.mindtextarea {
  resize: none;
  background: transparent;
  color: #e8eaf0;
}
.mindlist-group-item {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.mindlist-group-item:hover {
  background-color: #171a21 !important;
}