.loading-bar-container{z-index:9999;width:100%;height:3px;position:fixed;top:0;left:0}.loading-bar{background:var(--bs-primary,#0d6efd);height:100%;box-shadow:0 0 8px var(--bs-primary,#0d6efd);animation:8s cubic-bezier(.25,.8,.25,1) forwards loading-progress}@keyframes loading-progress{0%{width:0%}10%{width:30%}30%{width:60%}60%{width:80%}to{width:95%}}
