.lecm{background:#fff;border:.5px solid #e5e5e5;border-radius:4.00332px;box-shadow:0 9px 15px #c4c4c433;margin:0 auto;position:relative;margin-inline:1rem;max-width:360px;width:100%}.pulse-container{position:relative;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.center-dot{width:10px;height:10px;background:red;border-radius:50%;z-index:2;position:relative}.pulse1,.pulse2,.pulse3{position:absolute;width:12px;height:12px;border-radius:50%;z-index:0;background:red;animation:pulse1 3s infinite}.pulse2{animation-delay:1s}.pulse3{animation-delay:2s}@keyframes pulse1{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}