.chatBubble-container{display:flex}.chatBubble{padding:20px;border-radius:40px;box-shadow:0 0 10px 0 rgba(0,0,0,.5);margin:5px 5px 15px;display:block;font-weight:500;max-width:80%}.chatBubble-right{color:white;background-color:rgba(0,128,255,1)}.chatBubble-container:has(>.chatBubble-right){justify-content:right}.chatBubble>:last-child{margin-bottom:0}.chatBubble-typing{background-color:rgb(0,168,3);color:white;text-shadow:0 0 10px rgba(0,0,0,.8);text-indent:.5rem;letter-spacing:.5rem}.chatBubble-bubble0{animation:chatBubble-typingDotAnimation 2s ease-in-out infinite}.chatBubble-bubble1{animation:chatBubble-typingDotAnimation 2s ease-in-out .25s infinite}.chatBubble-bubble2{animation:chatBubble-typingDotAnimation 2s ease-in-out .5s infinite}@keyframes chatBubble-typingDotAnimation{0%{transform:translateY(0) translateZ(0) perspective(100px)}25%{transform:translateY(-10px) translateZ(-50px) perspective(100px)}50%{transform:translateY(4px) translateZ(20px) perspective(100px)}to{transform:translateY(0) translateZ(0) perspective(100px)}}.resizeNone{resize:none}.chatElementsContainer{min-height:80px;max-height:calc(100vh - 86px);overflow-x:hidden;overflow-y:scroll;background-color:aliceblue;padding-left:10px;padding-right:10px}.btn-mine{font-weight:700;color:white;background-color:rgb(0,128,255);box-shadow:0 0 5px 0 black}.chatContainer{max-height:100vh}