.neon-loader{gap:12px;width:150px;height:90px}.candle,.neon-loader{display:flex;align-items:center;justify-content:center}.candle{width:10px;height:60px;flex-direction:column;animation:bounce-candle 2.5s infinite}.candle .wick{width:2px;height:100%;background-color:#4a5568}.candle .body,.candle .wick{transition:all .3s cubic-bezier(.4,0,.2,1)}.candle .body{--glow-color:#059669;width:100%;height:0}.candle:nth-child(2){animation-delay:-.5s}.candle:nth-child(3){animation-delay:-1s}.candle:nth-child(4){animation-delay:-1.5s}@keyframes bounce-candle{0%,to{transform:scaleY(.2);opacity:.7}25%{transform:scaleY(1);opacity:1}50%{transform:scaleY(.2);opacity:.7}75%{transform:scaleY(1);opacity:1}}