#loading-bar-left{animation:loading-bar-morph 1s linear .1s infinite;transform-origin:center}#loading-bar-middle{animation:loading-bar-morph 1s linear .2s infinite;transform-origin:center}#loading-bar-right{animation:loading-bar-morph 1s linear .4s infinite;transform-origin:center}.paused-animation{animation-play-state:paused!important}@keyframes loading-bar-morph{0%{transform:scaleY(1)}25%{transform:scaleY(.3)}50%{transform:scaleY(.7)}75%{transform:scaleY(.15)}}.typingIndicatorContainer{display:flex;flex:none;align-items:flex-end;margin:0}.typingIndicatorBubble{display:flex;align-items:center;justify-content:center;width:52px;height:30px;margin:0 8px;background-color:#f4f4f4;border-radius:12px}.typingIndicatorBubbleDot{width:4px;height:4px;margin-right:4px;background-color:#8c8c8d;border-radius:50%;animation-name:bounce;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.typingIndicatorBubbleDot:first-of-type{margin:0 4px}.typingIndicatorBubbleDot:nth-of-type(2){animation-delay:.15s}.typingIndicatorBubbleDot:nth-of-type(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}
