.chat-bubble-left{position:relative}.chat-bubble-left:before{content:"";position:absolute;top:0;left:-8px;width:20px;height:20px;background-color:#fff;clip-path:polygon(100% 0,0 0,100% 100%)}.chat-bubble-right{position:relative}.chat-bubble-right:before{content:"";position:absolute;top:0;right:-8px;width:20px;height:20px;background-color:#d9fdd3;clip-path:polygon(0 0,0 100%,100% 0)}.animate-spin-slow{animation:spin 20s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}