.spinner{width:80px;height:80px;display:inline-block;position:relative}.spinner div{box-sizing:border-box;border:8px solid #0000;border-top-color:#1d70b8;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite spinner;display:block;position:absolute}.spinner div:first-child{animation-delay:-.45s}.spinner div:nth-child(2){animation-delay:-.3s}.spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-ellipsis{width:80px;height:20px;display:inline-block;position:relative}.loading-ellipsis div{background:#b1b4b6;border-radius:50%;width:13px;height:13px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:10px}.loading-ellipsis div:first-child{animation:.6s infinite loading-ellipsis1;left:8px}.loading-ellipsis div:nth-child(2){animation:.6s infinite loading-ellipsis2;left:8px}.loading-ellipsis div:nth-child(3){animation:.6s infinite loading-ellipsis2;left:32px}.loading-ellipsis div:nth-child(4){animation:.6s infinite loading-ellipsis3;left:56px}@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(24px)}}
