    #dify-chatbot-bubble-button { /* Đây là nút tròn nhỏ để mở cửa sổ chat */
            background-color: #ff0000 !important;
            z-index: 1001 !important;
       
            width: 70px !important;
            height: 70px !important;
            bottom: 30px !important;
            right: 30px !important;
                  position: fixed !important;
      /* Ghim nút bấm vào một vị trí cố định trên màn hình */
      z-index: 9999 !important;
        }

    #dify-chatbot-bubble-window {
      width: 24rem !important;
      height: 40rem !important;
    }

    /* Tìm đến phần tử chứa logo "Powered by Dify" và ẩn nó đi */
    div[class*="copyright_"] {
      display: none !important;
    }



    /* Sửa lỗi cho cửa sổ chat chính */
    #dify-chatbot-bubble-window {
      position: fixed !important;
      /* Ghim cửa sổ chat vào một vị trí cố định trên màn hình */
      z-index: 9999 !important;
      /* Đảm bảo nó nổi lên trên cùng tất cả các phần tử khác */
      width: 24rem !important;
      height: 40rem !important;
    }