.timeline {
  padding: 1rem 0;
}
.timeline .item {
  width: 100%;
  margin-left: 12px;
  border-left: 1px solid #ccc;
  display: inline-block;
}
.timeline .item:last-child .detail {
  padding-bottom: 10px;
}
.timeline .item .date {
  margin-left: -7px;
  margin-top: -14px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.timeline .item .date .point {
  width: 13px;
  height: 13px;
  background-color: #0d6efd;
  border-radius: 100%;
}
.timeline .item .date p {
  margin: 0;
  margin-left: 24px;
  font-size: 1rem;
}
.timeline .item .detail {
  color: #666;
  font-size: 0.875rem;
  padding: 0.5rem 1.8rem;
  text-align: justify;
  margin-bottom: 1rem;
}
.timeline.middle .item:nth-child(even) {
  margin-left: 50%;
  width: 50%;
}
.timeline.middle .item:nth-child(odd) {
  margin-right: 50%;
  margin-left: 0;
  width: 50%;
  border-right: 1px solid #ccc;
  border-left: none;
}
.timeline.middle .item:nth-child(odd) .date {
  margin-left: 0;
  position: relative;
  display: block;
}
.timeline.middle .item:nth-child(odd) .date .point {
  position: absolute;
  right: -7px;
  top: 6px;
}
.timeline.middle .item:nth-child(odd) .date p {
  text-align: right;
  padding-right: 1.8rem;
}
.timeline.middle .item:nth-child(odd) .detail {
  text-align: right;
  padding-right: 1.8rem;
}
.timeline.dateleft .item {
  margin-left: 120px;
  width: calc(100% - 120px);
}
.timeline.dateleft .item .date {
  margin-left: 0;
  position: relative;
  display: block;
}
.timeline.dateleft .item .date .point {
  position: absolute;
  left: -7px;
  top: 6px;
}
.timeline.dateleft .item .date p {
  text-align: right;
  position: absolute;
  width: 120px;
  left: -170px;
}
.timeline.dateleft .item .detail {
  padding: .15rem 1.8rem 1.5rem;
}

/*# sourceMappingURL=timeline.css.map */