.loader{display:flex;align-items:center;justify-content:center;height:100%}#wave{height:50px;width:50px;fill:#e94560}#Line_1{animation:pulse 1s infinite;animation-delay:.15s}#Line_2{animation:pulse 1s infinite;animation-delay:.3s}#Line_3{animation:pulse 1s infinite;animation-delay:.45s}#Line_4{animation:pulse 1s infinite;animation-delay:.6s}#Line_5{animation:pulse 1s infinite;animation-delay:.75s}#Line_6{animation:pulse 1s infinite;animation-delay:.9s}#Line_7{animation:pulse 1s infinite;animation-delay:1.05s}#Line_8{animation:pulse 1s infinite;animation-delay:1.2s}#Line_9{animation:pulse 1s infinite;animation-delay:1.35s}@keyframes pulse{0%{transform:scaleY(1);transform-origin:50% 50%}50%{transform:scaleY(.7);transform-origin:50% 50%}to{transform:scaleY(1);transform-origin:50% 50%}}
