.fr-loading-progress-tracker.journey-entry-loading{width:100%;margin-top:8px}.fr-loading-progress-tracker .loading-bar-container{width:100%;max-width:280px;margin:0 auto 12px}.fr-loading-progress-tracker .loading-bar{width:100%;height:4px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden}.fr-loading-progress-tracker .loading-bar-fill{height:100%;width:0;background:linear-gradient(90deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,.6));background-size:200% 100%;animation:frShimmerBar 1.5s ease-in-out infinite;border-radius:2px;transition:width .4s ease-out}@keyframes frShimmerBar{0%{background-position:200% 0}to{background-position:-200% 0}}.fr-loading-progress-tracker .loading-status-text{color:hsla(0,0%,100%,.5);font-size:.85rem;margin:0;font-weight:400;text-align:center;font-family:Outfit-SemiBold,sans-serif}