.slds-path__nav .slds-is-complete{
    background: rgb(46, 132, 74) !important;
}

.slds-path__nav .slds-is-complete .slds-path__stage {
    display: none !important;
}

.slds-path__nav .slds-is-complete .slds-path__title {
    display: block !important;
    transform: unset !important;
}

.slds-path__nav .slds-is-complete:before, .slds-path__nav .slds-is-complete:after {
    background: rgb(46 132 74) !important;
}

.my-pill .slds-pill{
    margin: 2px 0px !important;
}

.hideReq .slds-required{
    display: none !important;
}

.hideReq .slds-form-element__help{
    display: none !important;
}
