.mgm-progress{display:flex;flex-direction:column;width:34.4rem;height:12rem;background:var(--bg-4);border-radius:8px;overflow:hidden}[data-theme=dark] .mgm-progress{background:#262626}[data-theme=light] .mgm-progress{background:#fafafa}.mgm-progress[data-steps="4"]{width:34.4rem}.mgm-progress[data-steps="5"]{width:43rem}.mgm-progress[data-steps="6"]{width:51.6rem}.mgm-progress__container{isolation:isolate;flex:1}.mgm-progress__container,.mgm-progress__steps{position:relative;display:flex;align-items:center;width:100%;height:8.6rem}.mgm-progress__steps{z-index:1}.mgm-progress__step{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:8.6rem;height:8.6rem}.mgm-progress__step--active{z-index:2}.mgm-progress__step--completed{z-index:3}.mgm-progress__step-bg{position:absolute;inset:0;z-index:0}.mgm-progress__step-bg,[data-theme=dark] .mgm-progress__step-bg{background:linear-gradient(180deg,rgba(0,198,148,0),rgba(0,198,148,.4))}[data-theme=light] .mgm-progress__step-bg{background:linear-gradient(180deg,rgba(0,198,148,.3),rgba(0,198,148,0))}.mgm-progress__step-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;width:8.6rem;height:8.2rem;flex:1}.mgm-progress__step-icon{width:2.8rem;height:2.8rem}.mgm-progress__icon{width:100%;height:100%;color:#737373;--icon-primary:#737373;--icon-accent:#737373}.mgm-progress__icon--active{--icon-primary:var(--text);--icon-accent:var(--text)}.mgm-progress__icon--user{margin-left:.3rem}[data-theme=dark] .mgm-progress__icon{color:#737373;--icon-primary:#737373;--icon-accent:#737373}[data-theme=dark] .mgm-progress__icon--active{--icon-primary:#00c694;--icon-accent:#fff}[data-theme=light] .mgm-progress__icon{color:#a3a3a3;--icon-primary:#a3a3a3;--icon-accent:#a3a3a3}[data-theme=light] .mgm-progress__icon--active{--icon-primary:#00c694;--icon-accent:#00c694}.mgm-progress__step-number{font-weight:400;font-size:1rem;line-height:1.2rem;color:var(--text-2)}.mgm-progress__step--active .mgm-progress__step-number{color:var(--text);font-weight:700}[data-theme=dark] .mgm-progress__step--active .mgm-progress__step-number{color:#fff}[data-theme=light] .mgm-progress__step--active .mgm-progress__step-number{color:#00c694}[data-theme=dark] .mgm-progress__step-number{color:#525252}[data-theme=light] .mgm-progress__step-number{color:#a3a3a3}.mgm-progress__step-bar{margin:0 auto;width:8.6rem;height:.4rem}.mgm-progress__step-bar:last-child{border-radius:0 8px 8px 0}.mgm-progress__track{position:absolute;left:0;top:7.8rem;width:100%;height:.8rem;background:var(--bg-1);z-index:4}[data-theme=dark] .mgm-progress__track{background:#171717}[data-theme=light] .mgm-progress__track{background:#d4d4d4}.mgm-progress__fill{height:.8rem;min-width:.6rem;border-radius:0 8px 8px 0;transition:width .3s ease-in-out}.mgm-progress__fill,[data-theme=dark] .mgm-progress__fill{background:linear-gradient(90deg,#006048,#00c694)}[data-theme=light] .mgm-progress__fill{background:linear-gradient(90deg,#47ffd0,#00c694)}.mgm-progress__fill--completed{border-radius:0}.mgm-progress__status{display:flex;justify-content:center;align-items:center;padding:.8rem 1.6rem;gap:1rem;width:100%;height:3.4rem;background:var(--bg-2)}[data-theme=dark] .mgm-progress__status{background:#3a3a3a}[data-theme=light] .mgm-progress__status{background:#a3a3a3}.mgm-progress__status--completed,[data-theme=dark] .mgm-progress__status--completed{background:linear-gradient(90deg,#00c694,#006048)}[data-theme=light] .mgm-progress__status--completed{background:linear-gradient(90deg,#02b88a,#00c694)}.mgm-progress__status span{font-weight:400;font-size:1.2rem;line-height:1.8rem;text-align:center;color:#fff}.mgm-progress__remaining{font-weight:700;color:var(--primary)}[data-theme=dark] .mgm-progress__remaining{color:#00c694}[data-theme=light] .mgm-progress__remaining{color:#fff}