@keyframes pulse{0%{transform:scale(.8);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(.8);opacity:1}}.pulsating-marker{background-color:#00d1ff80;border-radius:50%;width:20px;height:20px;animation:pulse 1.5s infinite}
