.cn-chat-container {
    position: fixed;
    width: 320px;
    height: 500px;
    bottom: 20px;
    right: 10px;
    background: white;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 14px 14px 14px 14px;
    box-shadow: 5px 5px 10px rgb(102, 102, 102);
    z-index: 9999999;
    box-sizing: content-box;
}
.cn-hide {
    display: none !important;
}
.cn-floating-button-container {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9999;
}