.truck-loader-overlay{z-index:9999;background-color:hsl(var(--background));pointer-events:none;opacity:1;justify-content:center;align-items:center;animation:.4s ease-in .6s forwards truck-fade-out;display:flex;position:fixed;inset:0}@keyframes truck-fade-out{0%{opacity:1}to{opacity:0;visibility:hidden}}.dark .road,.dark .road:before,.dark .road:after{background-color:#aaa!important}.loader{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.truckWrapper{flex-direction:column;justify-content:flex-end;align-items:center;width:200px;height:100px;display:flex;position:relative;overflow-x:hidden}.truckBody{width:130px;height:fit-content;margin-bottom:6px;animation:1s linear infinite truck-motion}@keyframes truck-motion{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.truckTires{justify-content:space-between;align-items:center;width:130px;height:fit-content;padding:0 10px 0 15px;display:flex;position:absolute;bottom:0}.truckTires svg{width:24px}.road{background-color:#282828;border-radius:3px;align-self:flex-end;width:100%;height:1.5px;position:relative;bottom:0}.road:before{content:"";background-color:#282828;border-left:10px solid #0000;border-radius:3px;width:20px;height:100%;animation:1.4s linear infinite truck-road;position:absolute;right:-50%}.road:after{content:"";background-color:#282828;border-left:4px solid #0000;border-radius:3px;width:10px;height:100%;animation:1.4s linear infinite truck-road;position:absolute;right:-65%}.road:before,.road:after{border-left-color:hsl(var(--background))}.lampPost{height:90px;animation:1.4s linear infinite truck-road;position:absolute;bottom:0;right:-90%}@keyframes truck-road{0%{transform:translate(0)}to{transform:translate(-350px)}}
