.chatbox-loader{background-color:#fff;border-radius:2rem;display:inline-block;margin:0 auto;padding:.8rem 2rem;text-align:center}@keyframes loading{0%{background-color:red;transform:scale(1) translateY(0)}80%{background-color:blue}to{background-color:blue;transform:scale(1.2) translateY(-.5rem)}}.chatbox-loader span{animation:loading .5s infinite alternate;background:blue;display:inline-block;height:.6rem;margin:0 .5rem;transform-origin:center;vertical-align:middle;width:.6rem}.chatbox-loader span:nth-of-type(2){animation-delay:.2s}.chatbox-loader span:nth-of-type(3){animation-delay:.3s}.chatbox-loader span:nth-of-type(4){animation-delay:.4s}.chatbox-loader span:nth-of-type(5){animation-delay:.5s}