.zap-loader{display:flex;align-items:center;justify-content:center}.zap-icon{stroke:#330033;fill:none;stroke-width:2.5;stroke-dasharray:60;stroke-dashoffset:60;animation:drawZap 1.5s linear infinite}.zap-loader.size-widget{width:80px;height:80px}.zap-loader.size-widget .zap-icon{width:60px;height:60px}.zap-loader.size-page{width:120px;height:120px}.zap-loader.size-page .zap-icon{width:96px;height:96px;stroke-width:3}@keyframes drawZap{0%{stroke-dashoffset:60;opacity:.6}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-60;opacity:.6}}