.chat-bubble{background-color:#e6f8f1;padding:16px 28px;-webkit-border-radius:20px;-webkit-border-bottom-left-radius:2px;-moz-border-radius:20px;-moz-border-radius-bottomleft:2px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block}.typing{align-items:center;display:flex;height:17px}.typing .dot{animation:mercuryTypingAnimation 1.8s ease-in-out infinite;background-color:#6cad96;border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.typing .dot:first-child{animation-delay:.2s}.typing .dot:nth-child(2){animation-delay:.3s}.typing .dot:nth-child(3){animation-delay:.4s}.typing .dot:last-child{margin-right:0}@keyframes mercuryTypingAnimation{0%{transform:translateY(0);background-color:#6cad96}28%{transform:translateY(-7px);background-color:#9ecab9}44%{transform:translateY(0);background-color:#b5d9cb}}.container{font-family:sans-serif;color:#3c3c3c;display:flex;align-items:center;justify-content:center;flex-direction:column}@keyframes textShine{0%{background-position:0 50%}to{background-position:100% 50%}}p{font-size:clamp(2.8rem,1.5vw,3rem);font-weight:700;margin:5px;background:linear-gradient(90deg,#7953cd 20%,#00affa 30%,#0190cd 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 2s ease-in-out infinite alternate}