.order-stepper{display:flex;align-items:center;justify-content:center;width:100%}.order-stepper .step{display:flex;flex-direction:column;align-items:center;position:relative}.order-stepper .step .step-number{width:35px;height:35px;border-radius:50%;border:2px solid #999;color:#999;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:10px;transition:all .3s;text-decoration:none}.order-stepper .step .step-label{font-size:16px;color:#999;font-weight:500;text-align:center}.order-stepper .step.active .step-number{background:#00a3e0;color:#fff;border-color:#00a3e0;box-shadow:0 0 0 4px rgba(52,152,219,.2)}.order-stepper .step.active .step-label{color:#00a3e0;font-weight:600}.order-stepper .step.completed .step-number{background:#004c97;border-color:#004c97;color:#fff!important;text-decoration:none!important}.order-stepper .step.completed .step-label{color:#004c97;font-weight:600}.order-stepper .step-connector{width:150px;height:3px;background:#e0e0e0;margin:0 20px;margin-bottom:35px;position:relative}.order-stepper .step-connector.step-completed{background:#27ae60}