.loader-parent{position:fixed;inset:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:99999!important}.container{--uib-size:58px;--uib-color:rgb(18,110,240);--uib-speed:0.9s;--uib-bg-opacity:0.1;height:var(--uib-size);width:var(--uib-size);transform-origin:center;overflow:visible}.car{fill:none;stroke:var(--uib-color);stroke-dasharray:15,85;stroke-dashoffset:0;stroke-linecap:round;animation:travel var(--uib-speed) linear infinite;will-change:stroke-dasharray,stroke-dashoffset}.car,.track{transition:stroke .5s ease}.track{stroke:var(--uib-color);opacity:var(--uib-bg-opacity)}@keyframes travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:100}}