.loading-ring{width:64px;height:64px;display:inline-block}.loading-ring:after{content:" ";border:5px solid #777;border-color:#777 #0000;border-radius:50%;width:46px;height:46px;margin:1px;animation:1.2s linear infinite loading-ring;display:block}@keyframes loading-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-ellipsis{width:64px;height:64px;display:inline-block;position:relative}.loading-ellipsis div{background:#777;border-radius:50%;width:11px;height:11px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:27px}.loading-ellipsis div:first-child{animation:.6s infinite loading-ellipsis1;left:6px}.loading-ellipsis div:nth-child(2){animation:.6s infinite loading-ellipsis2;left:6px}.loading-ellipsis div:nth-child(3){animation:.6s infinite loading-ellipsis2;left:26px}.loading-ellipsis div:nth-child(4){animation:.6s infinite loading-ellipsis3;left:45px}@keyframes loading-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loading-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading-ellipsis2{0%{transform:translate(0)}to{transform:translate(19px)}}
