.bouncing-loader{display:flex;justify-content:center}.bouncing-loader>div{width:16px;height:16px;margin:3px 6px;border-radius:50%;opacity:1;animation:bouncing-loader .6s infinite alternate}@keyframes bouncing-loader{to{opacity:.1;transform:translateY(-16px)}}.bouncing-loader>div:nth-child(2){animation-delay:.2s}.bouncing-loader>div:nth-child(3){animation-delay:.4s}:root{padding:0;margin:0;box-sizing:border-box}a{all:unset;font-weight:400;cursor:pointer}.leaflet-marker-icon{background:transparent;border:none;box-shadow:none}.loading-dots{display:flex;justify-content:center;align-items:center}.dot{width:15px;height:15px;border-radius:50%;background-color:#757575;margin:0 5px;animation:bounce 1s infinite alternate}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}
