.stepperContainer{margin-top:20px;display:flex;width:100%;height:10%;padding:0;height:auto;border:none;border-radius:0;background:transparent}.stepper-tabs{display:flex;justify-content:space-between;width:100%;background:#f5f5f5;gap:18px;box-shadow:inset 9px 9px 18px #ccc,inset -9px -9px 18px #f4f4f4;padding:10px}.stepper-tab{cursor:pointer;width:33%;padding:12px;border-radius:5px;border:none;color:#999999;font-size:18px;transition:all .3s ease;outline:none;text-align:center}.stepper-tab.active{width:33%;background:#3D3D3D;color:#F9C917;box-shadow:0 2px 8px rgba(0,0,0,.2)}@media screen and (max-width:1076px){.stepper-tab{font-size:14px}}@media screen and (max-width:767px){.stepper-tab{font-size:6px}}