#dify-chatbot-bubble-button { 
  background-color: #1C64F2 !important; 
  position: fixed !important;
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
}

#dify-chatbot-bubble-window { 
  width: 24rem !important; 
  height: 40rem !important; 
  position: fixed !important;
  left: 18px !important;
  right: auto !important;
  /* place window above the bubble button */
  bottom: 90px !important;
}

