#chat-box {
  scroll-behavior: smooth;
}

#chat-box::-webkit-scrollbar {
  width: 6px;
}

#chat-box::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 999px;
}

input[type="range"].accent-maia-teal::-webkit-slider-thumb {
  background: #0e3b36;
}
