.step-tracker{display:flex;overflow:hidden;width:100%}.step-tracker .step{align-items:center;clip-path:polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, -8px 100%, 11px 50%, -8px 0);display:flex;flex-basis:100%;font-size:14px;font-weight:600;justify-content:center;padding:8px 12px;position:relative;text-align:center}.step-tracker .step:first-child{clip-path:polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, 0 100%, 0 0)}.step-tracker .step:last-child{clip-path:polygon(100% 0%, 100% 100%, -8px 100%, 11px 50%, -8px 0)}.step-tracker .step:not(:first-child)::before{content:"";height:100%;position:absolute;right:100%;top:0;width:11px}.step-tracker .step:not(:last-child)::after{content:"";height:100%;left:100%;position:absolute;top:0;width:11px}.step-tracker .step.active{background-color:#a1e7cc;color:#26966b}.step-tracker .step.active:not(:first-child)::before,.step-tracker .step.active:not(:last-child)::after{background-color:#a1e7cc}.step-tracker .step.active .step-label{color:currentColor}.step-tracker .step.completed{background-color:#3ccd95;color:#fff}.step-tracker .step.completed:not(:first-child)::before,.step-tracker .step.completed:not(:last-child)::after{background-color:#3ccd95}.step-tracker .step.completed .step-label{color:currentColor}.step-tracker .step.inactive{background-color:#fff;color:#a7a9bc}.step-tracker .step.inactive:not(:first-child)::before,.step-tracker .step.inactive:not(:last-child)::after{background-color:#fff}.step-tracker .step.inactive .step-label{color:currentColor}.step-tracker .step .step-label{color:#a7a9bc}@media screen and (max-width: 1024px){.step-tracker{flex-wrap:wrap}.step-tracker .step{clip-path:none !important}.step-tracker .step::before{display:none}.step-tracker .step::after{background:none !important;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid currentColor;height:0 !important;left:calc(50% - 6px) !important;top:100% !important;z-index:1}}/*# sourceMappingURL=step_tracker.css.map */
