@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap";
.component-ProgressBar *{box-sizing:border-box;border:0;outline:none;margin:0;padding:0}.component-ProgressBar{background-color:#e8eaed;border-radius:4px;width:100%;max-width:312px;height:8px;overflow:hidden}.component-ProgressBar .progress{background-color:#3ab54a;width:0%;height:100%;transition:all .2s linear}
