.loader{display:inline-block;position:relative;width:16px;height:16px;margin-right:10px}.loader--lg{width:60px;height:60px}.loader--lg .loader-lg-div{width:50px;height:50px;border-width:8px}.loader div{box-sizing:border-box;display:block;position:absolute;width:15px;height:15px;margin:3px;border-radius:50%;animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid transparent;border-top-color:#e0e0e0}.loader div:first-child{animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}