.timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative;
  font-weight: 300;
}
.timeline::before {
  border-radius: 0.25rem;
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  left: 1.6rem;
  margin: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.timeline>div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}
.timeline>div::after, .timeline>div::before {
  content: "";
  display: table;
}
.timeline>.time-label>span {
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
  font-size: .85rem;
}
.timeline>div>.fa,
.timeline>div>.fab,
.timeline>div>.fad,
.timeline>div>.fal,
.timeline>div>.far,
.timeline>div>.fas,
.timeline>div>.ion,
.timeline>div>.svg-inline--fa {
  border-radius: 50%;
  font-size: 16px;
  height: 36px;
  left: calc( .8rem - 1px);
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 34px;
  color: white;
}
.timeline>div>.fa::before,
.timeline>div>.fa::after {
  display: none;
}
.timeline>div:not(.time-label):nth-child(odd) >.fa,
.timeline>div:not(.time-label):nth-child(odd) >.fab,
.timeline>div:not(.time-label):nth-child(odd)>.fad,
.timeline>div:not(.time-label):nth-child(odd)>.fal,
.timeline>div:not(.time-label):nth-child(odd)>.far,
.timeline>div:not(.time-label):nth-child(odd)>.fas,
.timeline>div:not(.time-label):nth-child(odd)>.ion,
.timeline>div:not(.time-label):nth-child(odd)>.svg-inline--fa {
  background-color: #000;
}
.timeline>div:not(.time-label):nth-child(even) >.fa,
.timeline>div:not(.time-label):nth-child(even) >.fab,
.timeline>div:not(.time-label):nth-child(even)>.fad,
.timeline>div:not(.time-label):nth-child(even)>.fal,
.timeline>div:not(.time-label):nth-child(even)>.far,
.timeline>div:not(.time-label):nth-child(even)>.fas,
.timeline>div:not(.time-label):nth-child(even)>.ion,
.timeline>div:not(.time-label):nth-child(even)>.svg-inline--fa {
  background-color: #adb5bd;
}
.timeline>div>.timeline-item {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: 0.25rem;
  background-color: #fff;
  color: #495057;
  margin-left: calc( 1.6rem + 36px );
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.timeline>div>.timeline-item>.time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px;
  margin-top: 4px;
}
.timeline>div>.timeline-item>.timeline-header {
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: #495057;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px;
}
.timeline>div>.timeline-item>.timeline-header>a {
  font-weight: 600;
}
.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
  padding: 10px;
}
.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
  padding: 10px;
}
.timeline>div>.timeline-item>.timeline-footer>a {
  color: #fff;
  font-weight: 300;
}
.timeline .bg-red {
  background-color: #dc3545!important;
  color: white;
}