.custom-map-marker{background:transparent}.marker-container{position:relative;width:30px;height:30px}.marker-number{color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 0 0 2px white;z-index:2}.marker-number,.marker-pulse{position:absolute;top:0;left:0;width:30px;height:30px;background-color:var(--primary);border-radius:50%}.marker-pulse{opacity:.4;z-index:1;animation:pulse 2s infinite}.arrow-marker{background:transparent}.arrow{color:var(--primary);font-size:20px;font-weight:700;text-shadow:1px 1px 2px rgba(255,255,255,.8)}@keyframes pulse{0%{transform:scale(1);opacity:.4}70%{transform:scale(2);opacity:0}to{transform:scale(1);opacity:0}}.leaflet-popup-content-wrapper{border-radius:8px;padding:0}.leaflet-popup-content{margin:10px 14px;font-family:inherit}