.progress{background:hsla(0,0%,100%,.1);justify-content:flex-start;border-radius:100px;align-items:center;position:relative;padding:0 5px;display:flex}.progress-value{animation:load 2s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#000}@keyframes load{0%{width:0}to{width:100%}}