.progress{background:rgba(255,255,255,.1);justify-content:flex-start;align-items:center;position:relative;margin-bottom:10px;display:flex;height:.2rem;width:100%}.progress-value{animation:load 5s normal forwards;box-shadow:0 10px 40px -10px #3498db;background:#3498db;height:.3rem;width:0}@keyframes load{0%{width:0}to{width:100%}}