.list-map-switch-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.85);z-index:9999;display:none;align-items:center;justify-content:center;flex-direction:column}.list-map-switch-loading.active{display:flex}.list-map-switch-loading .list-map-switch-spinner{border:4px solid #f3f3f3;border-top:4px solid #4f961a;border-radius:50%;width:40px;height:40px;animation:list-map-switch-spin 1s linear infinite;margin-bottom:10px}@keyframes list-map-switch-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}