.stepper-step-list{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
 }   
.stepper-step-list-item {
    border-radius: 96px;
    padding: 10px 16px;
    margin: 0px 20px;
    width: 8px;
    height: 18.5px;
    font-size: 16px;
    background-color: #D4DDE0;
    display: inline-flex;
    border: none;
    line-height: normal;
}   

.stepper-step-list-item-active {
    background-color: transparent;
    border: 1px solid black;
}
.stepper-step-list-item-completed {
    background-color: black;
    color: white;
}
.stepper-step-list-item span, .stepper-step-list-item svg  { margin-left: -3px; }
.stepper-step-list li span { text-align: center;}
.stepper-steps-container {
    padding: 10px;
    border: 1px solid #D4DDE0;
}
.stepper-step {

}

.stepper-connector {
    width: 10%;
    height: 10px;
    background-color: #D4DDE0;
    vertical-align: middle;
    display: inline-flex;
    margin-top: -18px;
    
}
.stepper-connector-highlight {
    background-color: black;
}


.stepper-button-container{
    margin-top: 20px;
    background-color: #F2F2F2;
    padding: 10px;
}

.stepper-button {
    padding: 8px 16px;
    margin-left: 5px;
    background-color: #F2F2F2;
}
.stepper-primary {
    background-color: #3C7AAE;
    color: white;
}

@media screen and (max-width: 500px) {
    .stepper-step-list{
        padding-left: 5px;
     }   
     .stepper-step-list-item {
        margin: 0px 5px;
    }  
        
}
