#dify-chatbot-bubble-button {
  background-color: #37AB9D !important;
  left: 20px !important;
  right: auto !important;
}

#dify-chatbot-bubble-window {
  width: 24rem !important;
  height: 40rem !important;
  left: 20px !important;
  right: auto !important;
}

@media screen and (max-width: 768px) {
  #dify-chatbot-bubble-window {
    width: 85vw !important;
    height: 70vh !important;
    max-height: 500px !important;
    left: 10px !important;
    bottom: 80px !important;
  }
}