.breadcrumb {
padding: 0px;
background: transparent;
list-style: none;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 4px;
}
.breadcrumb>li {
display: table-cell;
vertical-align: top;
width: 1%;
}
.breadcrumb>li+li:before {
padding: 0;
}
.breadcrumb li a {
color: white;
text-decoration: none;
padding: 10px 0 10px 45px;
position: relative;
display: inline-block;
width: calc( 100% - 10px );
background-color: hsla(0, 0%, 83%, 1);
text-align: center;
text-transform: capitalize;
}
.breadcrumb li.completed a {
background: brown;
background: hsla(153, 57%, 51%, 1);
}