.chat-composer {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.chat-composer-textarea {
  scrollbar-width: none;
}

.chat-composer-textarea::-webkit-scrollbar {
  display: none;
}
