.loader{width:40px;margin:0 auto;padding:10px}.loader .spinner{width:56px;height:56px;border:8px solid #10069f;border-right-color:rgba(0,0,0,0);border-radius:50%;position:relative;animation:loader-rotate 1s linear infinite}.loader .spinner:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:-1px;left:33px}@keyframes loader-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}