.formStepper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:760px){.formStepper .MuiSelect-select{justify-content:center}}.formStepper.multi-line-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(33.33% - 10px),1fr));grid-gap:10px;gap:10px;align-items:center}@media screen and (max-width:768px){.formStepper.multi-line-steps{display:flex}}.formStepper .step{font-size:18px;font-weight:600;color:#a1a1a1;border:none;background-color:#f5f5f5;transition:.3s;height:60px}@media screen and (max-width:1770px){.formStepper .step{font-size:14px;height:50px;min-width:-moz-fit-content;min-width:fit-content}}.formStepper .step.active{border:1px solid #565656;color:1px solid #565656;transition:.3s}.formStepper .step.completed{color:#7eb434;background-color:rgba(126,180,52,.2);transition:.3s}.formStepper .completed+.stepIcon{color:#7eb434}.formStepper .stepIcon{transform:rotate(-90deg);margin:0 20px;color:#a1a1a1;height:7px;min-height:7px;width:12px;min-width:12px}