#liveToggleBtn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}