.stepnumber{border:1px solid gray;border-radius:100%;height:30px;width:30px;color:gray;display:flex;align-items:center;justify-content:center;font-weight:600}.stepnumber.filled{background-color:#fff;color:#000}.stepbar{display:inline-flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center;margin:auto}.stepbar .step{display:flex;flex-direction:row;align-items:center;gap:8px}.stepbar .step-label{font-size:18px;font-weight:600;color:#fff}.navbar{display:flex;align-items:center;padding:20px;width:100%;flex-direction:row}@media(max-width:762px){.navbar{flex-direction:column;gap:20px;padding:5px}}