.circle-loader{border:2px solid rgba(255,255,255,.4);border-left-color:white;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}