.chat-bubble{width:140px;background-color:#fff;padding:10px 15px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1),0 0 15px hsla(0,0%,100%,.5);position:fixed;right:110px;bottom:45px;font-family:Segoe UI,sans-serif;color:#333;font-size:14px;line-height:20px;display:flex;flex-direction:column;justify-content:center;overflow:visible;opacity:0;-webkit-animation:fadeInRight .3s ease-out forwards;animation:fadeInRight .3s ease-out forwards;z-index:9999!important}@-webkit-keyframes fadeInRight{0%{opacity:0;right:70px}to{opacity:1;right:110px}}@keyframes fadeInRight{0%{opacity:0;right:70px}to{opacity:1;right:110px}}.chat-bubble div{margin-bottom:1px}.chat-bubble:after{content:"";position:absolute;right:-10px;top:50%;width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:23px 0 23px 30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.close-button{position:absolute;top:-8px;left:-8px;width:20px;height:20px;background-color:#292929;color:#fff;text-align:center;line-height:20px;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .3s;font-size:12px;display:flex;align-items:center;justify-content:center}.chat-bubble:hover .close-button{opacity:1}.help-text{font-size:13px;opacity:.8}.online-status{display:flex;align-items:center;gap:5px}.online-dot{width:8px;height:8px;background-color:#2ecc71;border-radius:50%;display:inline-block;box-shadow:0 0 0 2px rgba(46,204,113,.3);-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(46,204,113,.4)}70%{box-shadow:0 0 0 6px rgba(46,204,113,0)}to{box-shadow:0 0 0 0 rgba(46,204,113,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(46,204,113,.4)}70%{box-shadow:0 0 0 6px rgba(46,204,113,0)}to{box-shadow:0 0 0 0 rgba(46,204,113,0)}}@media only screen and (max-width:600px){.chat-bubble{font-size:12px;right:10px;padding:10px;width:140px}}