.progress{background:#ffffff1a;border-radius:9999px;justify-content:flex-start;align-items:center;width:min(90vw,500px);max-width:90%;height:clamp(32px,4.5vh,48px);padding:0 clamp(4px,.4vw,6px);display:flex;position:relative}.progress-value{background:#fff;border-radius:9999px;width:100%;height:75%;animation:1s forwards load;box-shadow:0 10px 40px -10px #fff}@keyframes load{0%{width:0}to{width:95%}}
