.step-counter-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.25rem}.step-counter-container.step-1{margin:0 25px 1.25rem}.step-counter-container.has-background{position:relative;z-index:1}.step-counter-container.has-background:before{content:"";border-bottom:1px solid #1cabe2;position:absolute;top:50%;left:0;width:99%;z-index:-1}.step-counter-container.compact{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.step-counter-container.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.step-counter-container.left.compact .step-counter{margin-right:5px}.step-counter-container.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto}.step-counter-container.center.compact .step-counter{margin-left:2.5px;margin-right:2.5px}.step-counter-container.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.step-counter-container.right.compact .step-counter{margin-left:5px}.step-counter-container .step-counter{display:-webkit-box;display:-ms-flexbox;display:flex}.step-counter-container .step-counter .number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 2.5rem;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;border:1px solid #e3e1dc;background:#fff}.step-counter-container .step-counter .label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px}.step-counter-container .step-counter.active-step .number-wrapper{background:#1cabe2}.step-counter-container .step-counter.active-step .number-wrapper .number{color:#fff}.step-counter-container.has-labels .step-counter{-ms-flex-preferred-size:0;flex-basis:0}
