.loader-item{width:20px;height:20px;border:2px solid #fff;border-bottom-color:rgba(0,0,0,0)!important;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}