.demo-ball-loading{width:20px;height:10px;position:relative}.demo-ball-loading:before,.demo-ball-loading:after{border-radius:50%;width:10px;height:10px;animation-name:demo-ball-spin;animation-duration:.8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.demo-ball-loading:before{content:"";background-color:#3ad1ac}.demo-ball-loading:after{content:"";background-color:#7741ff;animation-delay:.4s}@keyframes demo-ball-spin{0%{left:0}25%{transform:scale(1)}50%{left:10px}75%{transform:scale(1)}to{left:0}}
@keyframes fadeOpacity{0%{opacity:.6}to{opacity:1}}.message-animation{animation:.6s ease-in fadeOpacity}
