.map-container{width:100%;height:calc(100vh - 140px)}.map-container-local{width:100%;height:100vh}.mapboxgl-marker path{fill:#db7500}.map-loader-spinner{border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;margin-bottom:12px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-loader{color:#333;flex-direction:column;align-items:center;font-size:1.2rem;display:flex}.marker{cursor:pointer;background-color:#00f;border-radius:50%;width:15px;height:15px}.marker:before,.marker:after{content:"";border:1px solid #00f;border-radius:50%;display:block;position:absolute;inset:0}.marker:before{animation:2s linear infinite ripple}.marker:after{animation:2s linear 1s infinite ripple}@keyframes ripple{0%{transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:0;transform:scale(1.6)}}