.progressBarBase{margin-top:var(--charging-step-comp-progress-bar-padding);position:relative}.progressBarBase__steps{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;z-index:2}.progressBarBase__base{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-box-sizing:border-box;box-sizing:border-box;height:var(--charging-step-comp-progress-bar-height);justify-content:flex-start!important;padding-left:calc(100% - 37px)}.progressBarBase__base,.progressBarBase__step{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progressBarBase__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.progressBarBase__progress{background-color:var(--charging-step-comp-progress-bar-color);position:absolute;top:0;width:calc(100% - 45px)}.progressBarBase__bar,.progressBarBase__progress{border-radius:20px;height:var(--charging-step-comp-progress-bar-height)}.progressBarBase__bar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;width:0}.progressBarBase__bar.filled{background-color:var(--progress-bar-fill);max-width:100%}.progressBarBase__counting{bottom:0;color:#6e16b1;font-family:Roboto,sans-serif;font-size:.7142857143rem;left:6px;line-height:9pt;margin:2px 8px 2px 0;position:absolute}.progressBarBase__counting .done{font-weight:800}.progressBarBase__label{color:var(--charging-step-comp-progress-bar-label-color);font-family:Roboto,sans-serif;font-size:.8571428571rem;font-weight:400;line-height:var(--charging-step-comp-progress-bar-labels-line-height);text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}.progressBarBase__max{color:var(--charging-step-comp-progress-bar-max-color);font-family:Roboto,sans-serif;font-size:var(--charging-step-comp-progress-bar-max-font-size);font-weight:700;line-height:var(--charging-step-comp-progress-bar-max-line-height)}