.tml-breadcrub .multi-step-list {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    height: 45px !important;
}

.multi-step {
    margin: 1em 0;
}

.multi-step-list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.multi-step-list .multi-step-item:first-child {
    margin-left: 0;
}

.multi-step-list .multi-step-item:last-child {
    margin-right: 0;
}

.multi-step-item {
    position: relative;
    width: 100%;
    height: 115%;
    margin: 0 0.33333em;
    z-index: 2;
    border-radius: 0.2em;
    transform: translateY(-45%);
}

@media only screen and (max-width: 786px) {
    .multi-step-item {
        margin: 0 0.33333em;
    }
}

.multi-step-item .item-title,
.multi-step-item .item-subtitle {
    position: relative;
    margin: 0;
    z-index: 2;
}

@media only screen and (max-width: 786px) {
    .multi-step-item .item-subtitle {
        display: none;
    }
}

.multi-step-item .item-title {
    color: #4285f4;
    font-weight: 600;
    margin: 0;
}

.multi-step-item.active:hover {
    cursor: pointer;
}

.multi-step-item.current .item-title,
.multi-step-item.current .item-subtitle {
    color: #fff;
}

.multi-step-item.active.current:hover .item-title,
.multi-step-item.active.current:hover .item-subtitle {
    color: #4285f4;
}

.item-wrap {
    padding: 0;
    position: relative;
    height: 100%;
}

.item-wrap:before,
.item-wrap:after {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    content: ' ';
    width: 100%;
    height: 50.5%;
    z-index: 1;
    background-color: #eee;
}

.item-wrap:before {
    top: 0;
    transform: skew(20deg);
    border-radius: .2em .2em 0 0;
}

.item-wrap:after {
    bottom: 0;
    transform: skew(-20deg);
    border-radius: 0 0 .2em .2em;
}

.current .item-wrap:before,
.current .item-wrap:after {
    background-color: #4285f4;
}

.active:hover .item-wrap:before,
.active:hover .item-wrap:after {
    background-color: #d8f1ff;
}

.multi-step-item.error .item-title,
.multi-step-item.error .item-subtitle {
    padding-right: 2em;
}

.multi-step-item:last-child .item-wrap {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.multi-step-item:first-child .item-wrap {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.multi-step-item:first-child .item-wrap:before,
.multi-step-item:first-child .item-wrap:after,
.multi-step-item:last-child .item-wrap:before,
.multi-step-item:last-child .item-wrap:after {
    width: 50%;
}

.multi-step-item:first-child .item-wrap {
    background: linear-gradient(to right, #eee 95%, transparent 5%);
}

.multi-step-item:first-child .item-wrap:before,
.multi-step-item:first-child .item-wrap:after {
    left: 50%;
}

.active.multi-step-item:first-child:hover .item-wrap {
    background: linear-gradient(to right, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:first-child .item-wrap {
    background: linear-gradient(to right, #4285f4 95%, transparent 5%);
}

.multi-step-item:last-child .item-wrap {
    background: linear-gradient(to left, #eee 95%, transparent 5%);
}

.multi-step-item:last-child .item-wrap:before,
.multi-step-item:last-child .item-wrap:after {
    right: 50%;
}

.active.multi-step-item:last-child:hover .item-wrap {
    background: linear-gradient(to left, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:last-child .item-wrap {
    background: linear-gradient(to left, #4285f4 95%, transparent 5%);
}

.checked .multi-step-item.completed:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: .5em;
    content: "✓";
    color: #54b948;
}

/* brearcrumb-sm */
.tml-breadcrub .breadcrub-goal {
    position: absolute;
    right: 3px;
    top: 48%;
    transform: translate(0, -7%);
    -webkit-transform: translate(0, -7%);
    -o-transform: translate(0, -7%);    
    width: 32px;
    height: 32px;
}

.breadcrumb-sm {
    box-shadow: 0 0 0 3px rgba(33, 149, 243, 0.527);
}


.multi-step-item .mdi{
    font-size: 10px !important;
}
