.holcim-loading-indicator{text-align:center;border-radius:4px;justify-content:center;align-items:center;display:flex}.holcim-loading-indicator--center{width:100%;height:100%}.holcim-loading-indicator--inline{display:inline-flex}.holcim-loading-indicator--overlay{z-index:1000;background:var(--holcim-loading-overlay);position:absolute;inset:0}.holcim-loading-indicator--fullscreen{z-index:9999;background:var(--holcim-loading-fullscreen);position:fixed;inset:0}.holcim-loading-indicator__logo{animation:1.2s linear infinite holcimLoadingIndicatorSpin}@keyframes holcimLoadingIndicatorSpin{0%,16.6667%{transform:rotate(0)}to{transform:rotate(360deg)}}.animated-route{filter:drop-shadow(0 0 8px var(--holcim-route-shadow-medium));animation:2s ease-in-out infinite routePulse}@keyframes routePulse{0%{opacity:.6;filter:drop-shadow(0 0 4px var(--holcim-route-shadow-low)) brightness(1) saturate(1)}50%{opacity:1;filter:drop-shadow(0 0 12px var(--holcim-route-shadow-high)) brightness(1.2) saturate(1.2)}to{opacity:.6;filter:drop-shadow(0 0 4px var(--holcim-route-shadow-low)) brightness(1) saturate(1)}}.web-click-effect{transition:all .2s ease-in-out;position:relative;overflow:hidden}.web-click-effect:before{content:"";background:var(--holcim-click-ripple);pointer-events:none;z-index:1;border-radius:50%;width:0;height:0;transition:width .3s ease-out,height .3s ease-out,opacity .3s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.web-click-effect:active:before{opacity:0;width:200px;height:200px}.web-scale-effect{transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.web-scale-effect:active{transform:scale(.98)}.web-glow-effect{transition:box-shadow .2s ease-in-out}.web-glow-effect:active{box-shadow:0 0 20px var(--holcim-glow-color)}.web-focus-effect:focus-visible{outline:2px solid var(--holcim-focus-color);outline-offset:2px;border-radius:4px}
