.tahapan .mt-70{
     margin-top: 70px;
}
.tahapan .mb-70{
     margin-bottom: 70px;
}
.tahapan .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.tahapan .vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.tahapan .vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #0d6efd;
    border-radius: .25rem;
}

.tahapan .vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.tahapan .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.tahapan .vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}

.tahapan .vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.tahapan .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.tahapan .badge:empty {
    display: none;
}


.tahapan .badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.tahapan .vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

.tahapan .vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.tahapan .vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}

.tahapan .vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}