.container{--uib-size:80px;--uib-color:#1c90d3;--uib-speed:3s;--uib-bg-opacity:0.09;height:var(--uib-size);overflow:visible;transform-origin:center;width:var(--uib-size)}.car{fill:none;stroke:var(--uib-color);stroke-dasharray:15,85;stroke-dashoffset:0;stroke-linecap:round;animation:travel var(--uib-speed) linear infinite;transition:stroke 1.5s ease;will-change:stroke-dasharray,stroke-dashoffset}.track{stroke:var(--uib-color);opacity:var(--uib-bg-opacity);transition:stroke .5s ease}.loader-wrapper{align-items:center;display:flex;height:100svh;justify-content:center;width:100svw}@keyframes travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}