.loading{display:inline-flex;justify-content:center;align-items:center;position:relative}.loading span{display:block;width:4px;height:4px;background-color:#636363;border-radius:50%;margin:0 2px;animation:l 3s infinite}.loading span:nth-child(1){animation-delay:0s}.loading span:nth-child(2){animation-delay:.5s}.loading span:nth-child(3){animation-delay:1s}.custom-popup .maplibregl-popup-content{border-radius:12px!important;padding:12px!important;background-color:#fff;box-shadow:0 4px 10px #0003}@keyframes l{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}
