@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;400;700&display=swap";
.fabWidget{z-index:1000;transition:all .3s;position:fixed;bottom:20px;right:20px}.fabTrigger{cursor:pointer;width:80px;height:80px;position:relative}.fabList{background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:10px;display:flex;position:absolute;bottom:100px;right:0;box-shadow:0 4px 20px rgba(0,0,0,.15)}.fabWidget.open .fabList{display:flex}.fabButton{background-color:#007bff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:transform .3s;display:flex}.fabButton:hover{transform:scale(1.1)}.fabButton div svg{width:20px;height:20px}.fabTrigger .background{background-color:#574efa;border-radius:50%;width:60px;height:60px;position:absolute;top:10px;left:10px;box-shadow:0 2.1px 1.3px rgba(0,0,0,.043),0 5.9px 4.2px rgba(0,0,0,.055),0 12.6px 9.5px rgba(0,0,0,.063),0 25px 20px rgba(0,0,0,.1)}.fabList{visibility:hidden;opacity:1;transition:opacity .3s,transform .3s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(20px)}.fabButton{opacity:0;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:12px 6px;padding:10px;transition:transform .3s ease-out,opacity .3s ease-out;display:flex;transform:translateY(50px)}.fabButton:hover{cursor:pointer}.fabButton.active{opacity:1;transform:translateY(0)}.fabButton svg{width:100%;height:100%}.active .fabButton{visibility:visible;opacity:1;transform:translateY(-15px)}.fabOverlay{background:rgba(#000,.1);z-index:100;opacity:0;visibility:hidden;width:100%;height:100%;transition:all .25s;position:absolute;top:0;left:0}.fabOverlay.active{opacity:1;visibility:visible}[data-tooltip]{position:relative}[data-tooltip]:before{opacity:0;visibility:hidden;cursor:default;pointer-events:none}[data-tooltip]:before{content:attr(data-tooltip);text-align:center;color:#fff;white-space:nowrap;background:#574efa;border-radius:4px;padding:7px;font-size:.8em;transition:all .3s ease-in-out;display:block;position:absolute;top:50%;right:100%;transform:translateY(-50%)}[data-tooltip]:hover:before{opacity:1;visibility:visible;right:120%}.chat-bubble{cursor:pointer;position:relative}.chat-bubble .bubble{transform-origin:50%;transition:transform .5s cubic-bezier(.17,.61,.54,.9)}.chat-bubble .line{fill:none;stroke:#fff;stroke-width:2.75px;stroke-linecap:round;transition:stroke-dashoffset .5s cubic-bezier(.4,0,.2,1)}.chat-bubble .line1{stroke-dasharray:60 90;stroke-dashoffset:-20px}.chat-bubble .line2{stroke-dasharray:67 87;stroke-dashoffset:-18px}.chat-bubble .circle{fill:#fff;stroke:none;transform-origin:50%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.active .bubble{transform:translate(24px)translateY(4px)rotate(45deg)}.active .line1{stroke-dashoffset:21px}.active .line2{stroke-dashoffset:30px}.active .circle{transform:scale(0)}
