.steps-indicator{display:flex;width:100%}.steps-indicator .step{align-items:center;align-self:stretch;display:flex;flex-direction:column;flex-grow:1;justify-content:baseline}.steps-indicator .step .step-icon{background-color:var(--bs-secondary-bg);border-radius:50%;color:#111;font-size:20px;height:50px;line-height:50px;text-align:center;transition:background 1s ease-in-out;width:50px}.steps-indicator .step.active .step-icon{background-color:#237bd5;color:#fff}.steps-indicator .step p{margin-bottom:auto;margin-top:auto;text-align:center;word-break:keep-all}.steps-indicator .line{align-self:flex-start;height:4px;margin-top:25px;width:100%}@media screen and (max-width:500px){.steps-indicator .step .step-icon{height:30px;line-height:30px;width:30px}.steps-indicator .step p{font-size:.8rem}}
