.progress__inner{align-items:center;display:flex}.progress__bar{background-color:#cfeaca;border-radius:10px;height:6px;position:relative;width:100%}.progress__bar--border{border:4px solid #fff;border-radius:10px}.progress__bar--green{background-color:#aedca5}.progress__bar--green .progress__fill{background-color:#6bc05b}.progress__bar--blue{background-color:#98caf9}.progress__bar--blue .progress__fill{background-color:#3799f4}.progress__bar--red{background-color:#fce0e0}.progress__bar--red .progress__fill{background-color:#f48282}.progress__fill{animation:slideInPoints 2s ease-in-out forwards;background-color:#6bc05b;border-radius:10px;bottom:0;left:0;position:absolute;top:0;width:var(--progress)}@keyframes slideInPoints{0%{width:0}}.progress__content{color:#89837a;font-size:.75rem;margin:.5rem 0}.progress__content span{font-weight:800}.progress__indicator{color:#d3cdc1;font-size:.75rem;margin-left:1.25rem;white-space:nowrap}
