.aichat-speaker{color:#fff;cursor:pointer;background:linear-gradient(90deg,#9e77edb3 10.79%,#1b4aefb3 87.08%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:fixed;bottom:10px;left:10px;box-shadow:0 2px 10px #0000004d}.aichat-speaker svg{width:24px;height:24px}.aichat-speaker svg.aichat-speaker-voice{animation:3s linear infinite aichat-speaker-rotate}.aichat-speaker .aichat-speaker-close{border-radius:50%;width:40px;height:40px;display:none}.aichat-speaker:hover{background:linear-gradient(90deg,#9e77ed 10.79%,#1b4aef 87.08%)}.aichat-speaker:hover svg.aichat-speaker-voice{animation:none;display:none}.aichat-speaker:hover .aichat-speaker-close{display:flex}@keyframes aichat-speaker-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
