.custom-loader{animation:loader 1s infinite;display:flex}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}