@keyframes circle7124{0%{top:30px}to{top:0}}#three-circle-loader{.wrapper{width:200px;height:60px;position:relative;z-index:1}.circle{width:20px;height:20px;position:absolute;border-radius:50%;background-color:#000;left:0;transform-origin:50%;animation:circle7124 .7s ease infinite alternate}.circle:nth-child(2){left:25%;animation-delay:.2s}.circle:nth-child(3){left:50%;animation-delay:.3s}}@keyframes circleBtnLoader{0%{top:10px}to{top:0}}#circle-btn-loader{.wrapper{width:100px;height:30px;position:relative;z-index:1}.circle{width:5px;height:5px;position:absolute;border-radius:50%;background-color:#000;left:0;transform-origin:50%;animation:circleBtnLoader .7s ease infinite alternate}.circle:nth-child(2){left:10%;animation-delay:.2s}.circle:nth-child(3){left:20%;animation-delay:.3s}}