.loader{background:linear-gradient(#e3a47f,#ca428c,#6741e8);border-radius:50%;width:72px;height:72px;animation:.5s linear infinite animate;position:relative}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader span{background:linear-gradient(#e3a47f,#ca428c,#6741e8);border-radius:50%;width:100%;height:100%;position:absolute}.loader span:first-child{filter:blur(5px)}.loader:after{content:"";background:#240229;border-radius:50%;position:absolute;inset:8px}
