.ani-loading{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ani-loading-ring{border:4px solid #0000;border-top-color:#b6191e;border-radius:50%;width:25px;height:25px;animation:1s linear infinite neon-spin;position:relative}.ani-loading-ring:before{content:"";filter:blur(5px);opacity:.7;border:4px solid #0000;border-top-color:#b6191e;border-radius:50%;animation:1.5s ease-in-out infinite neon-glow;position:absolute;inset:-4px}@keyframes neon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes neon-glow{0%,to{filter:blur(5px);opacity:.7}50%{filter:blur(10px);opacity:1}}
