.ecg-container{background-color:transparent;overflow:hidden;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1}.ecg-container,.ecg-svg{width:100%;height:100%}.ecg-path{stroke:rgb(255,20,147);stroke-width:2;fill:none;filter:drop-shadow(0 0 3px rgb(255,20,147))}.cursor{height:90%;fill:#101424;stroke:#101424;stroke-width:15;animation:moveCursor 10s linear infinite;filter:drop-shadow(0 0 5px rgba(16,20,36,1))}@keyframes moveCursor{0%{transform:translateX(0)}to{transform:translateX(100%)}}.ecg-fade .ecg-path{animation:fadeEffect 5s linear infinite}@keyframes fadeEffect{0%,to{opacity:.5}50%{opacity:1}}.ecg-pulse .ecg-path{animation:pulseEffect 5s linear infinite}@keyframes pulseEffect{0%,to{stroke-width:1;filter:drop-shadow(0 0 1px rgb(255,20,147))}50%{stroke-width:3;filter:drop-shadow(0 0 5px rgb(255,20,147))}}.ecg-color-shift .ecg-path{animation:colorShift 5s linear infinite}@keyframes colorShift{0%{stroke:rgb(255,20,147)}33%{stroke:#00ffff}66%{stroke:#ff00ff}to{stroke:rgb(255,20,147)}}.ecg-zoom .ecg-path{animation:zoomEffect 5s linear infinite}@keyframes zoomEffect{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.2)}}@media (max-width:600px){.ecg-container{display:none}}
/*# sourceMappingURL=f3864175bb721794.css.map*/