.bounce-loader{width:24px;height:24px;display:inline-block;position:relative}.bounce-loader:after,.bounce-loader:before{content:"";box-sizing:border-box;width:24px;height:24px;border-radius:50%;background:#fff;position:absolute;left:0;top:0;animation:animloader 2s linear infinite}.bounce-loader:after{animation-delay:1s}@keyframes animloader{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}