
.yd-step {
    font-size: 13px;
}

.demo-pitch {
    margin-top: .5rem;
}

.yd-step-theme1 .yd-step-content {
    padding: 10px 0 42px;
}


.yd-step-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ol, ul {
    list-style: none;
}

.yd-step-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.yd-step-item:not(:first-child):before {
    content: "";
    height: 2px;
    position: absolute;
    top: -1px;
    background-color: #ccc;
}
.yd-step-theme1 .yd-step-item:not(:first-child):before {
    width: 70%;
    left: -35%;
}


.yd-step-theme1 .yd-step-item-current:before, .yd-step-theme1 .yd-step-item-current>em {
    background-color: currentColor;
}
.yd-step-theme1 .yd-step-item-top {
    bottom: 18px;
}


.yd-step-item-bottom, .yd-step-item-top {
    position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 4px;
}
.yd-step-theme1 .yd-step-item-current .yd-step-item-bottom {
    color: currentColor;
}

.yd-step-theme1 .yd-step-item-bottom {
    top: 18px;
}

.yd-step-item-bottom {
    color: #333;
}

.yd-step-item-bottom, .yd-step-item-top {
    position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 4px;
}
.yd-step-theme1 .yd-step-item-current:before, .yd-step-theme1 .yd-step-item-current>em {
    background-color: currentColor;
}


.yd-step-theme1 .yd-step-item>em {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.yd-step-item>em {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ccc;
}
.yd-step-theme1 .yd-step-item-current>em.yd-step-checkmark:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 8px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
}


*, :after, :before {
    box-sizing: border-box;
    outline: 0;
}