.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 50px;
    bottom: 177px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #c092ff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border: 1px solid #c092ff;
    border-radius: 7px;
    padding: 20px 5px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 13%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 13%);
}


.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff0;
    border-right: 0 solid #fff0;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #000;
    line-height: 70px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 47%;
    margin-left: -50px;
    background-color: #EBCF72;
    z-index: 100;
    padding: 0 5px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #F0E2B6 !important;
    left: 52% !important;
}

.timeline-badge.success {
    background-color: #D8BE7A !important;
}

.timeline-badge.warning {
    background-color: #DCC9B1 !important;
    left: 52% !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    overflow-wrap: normal;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
