.custom-loader,.custom-loader2{border-radius:100%;width:100px;height:100px;position:absolute}.custom-loader{border-bottom:9px dashed #2563eb;border-left:7px solid #0000;animation:3s linear infinite spin}.custom-loader2{border-top:9px dashed #2563eb;border-right:9px solid #0000;animation:3s linear infinite spinReverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glow-line{background:#2563eb;border-radius:100%;width:250px;height:4px;animation:2s infinite alternate glow-pulse;box-shadow:0 0 10px #683bda,0 0 20px #2612d5,0 0 40px #163337,0 0 60px #00e5ff}@keyframes glow-pulse{0%{opacity:.7}to{opacity:.9}}
