  #hubspot-messages-iframe-container{
    display: none !important;
  }
  .coze-messages-iframe-container{
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
  }
  .coze-icon{
    width: 60px;
    height: 60px;
    transition: transform 100ms ease-in-out;
    border-radius: 50%;
    background-image: linear-gradient(92.06deg, rgb(94, 106, 184) 42.78%, rgb(43, 122, 191) 100%);
    }
  .coze-svg{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    }
  .coze-messages-iframe-container:hover{
    transform: scale(1.1);
  }
  .coze-chat-sdk{
   max-height: 700px !important;
   min-height: 200px !important; 
   height: calc(100% - 80px) !important;
  }