.loading-container{justify-content:center;align-items:center;width:100%;height:50px;display:flex}.loading-bar{background-color:#ccc;border-radius:5px;width:200px;height:10px;position:relative;overflow:hidden}.progress{background:linear-gradient(90deg,#05a,#09f);border-radius:5px;width:50px;height:100%;animation:1.5s linear infinite loadingAnimation;position:absolute}@keyframes loadingAnimation{0%{left:-50px}to{left:200px}}
