:root{--progress-bar-color:#00945e;--progress-bg-color:#f0f0f0;--text-color:#666;--current-step-color:#00945e}.cf7msm-progress{margin:20px 0;max-width:100%;width:100%}.cf7msm-progress-bar{background-color:#f0f0f0;background-color:var(--progress-bg-color);border-radius:10px;height:10px;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.cf7msm-progress-fill{background-color:#00945e;background-color:var(--progress-bar-color);border-radius:10px;height:100%;left:0;position:absolute;top:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;width:0}