
    /****************
VERTICAL TIMELINE ( BOOTSTRAP 4)
****************/
.noteTimeline {
	margin-left: 30px;
}

.todo-timeline {
	margin-left: 5px;
}
.todo-timeline .timeline-text {
  display: flex;
  justify-content: space-between;
}
.todo-timeline .timeline-text .timeline-number {
  margin-right: 60px;
}
.todo-timeline .todo-title {
  font-size: 50px;
  color: #0FA3B1;
  font-weight: bold;
  white-space: nowrap;
}
.todo-timeline .v-timeline {
  margin-top: 30px;
}
.todo-timeline .v-timeline ul {
  position: relative;
}
.todo-timeline .v-timeline li {
  list-style-type: none;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.todo-timeline .v-timeline li .top-bold-label {
  font-size: 1.4rem;
  font-weight: bold;
}
.todo-timeline .v-timeline li .mid-paragraph {
  font-size: 1.4rem;
}
.todo-timeline .v-timeline li .bottom-link {
  color: #0FA3B1;
  font-weight: bold;
  font-size: 1.4rem;
}
.todo-timeline .v-timeline .pl-30 {
  padding-left: 30px;
}
.todo-timeline .v-timeline .v-timeline-icon:before {
  content: " ";
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  border-radius: 50%;
  background: #0FA3B1;
}
.todo-timeline .v-timeline .v-timeline-icon:after {
  content: " ";
  border-left: 2px solid #0FA3B1;
  display: inline-block;
  position: absolute;
  left: 12px;
  height: 400px;
  z-index: 400;
  top: 27px;
}

.todo-timeline .v-timeline .v-timeline-icon-last:before {
  content: " ";
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  border-radius: 50%;
  background: #0FA3B1;
}
.todo-timeline .v-timeline .v-timeline-icon-last:after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 12px;
  height: 400px;
  z-index: 400;
  top: 27px;
}

.todo-timeline .v-timeline .v-timeline-icon.v-last:before {
  background: #D9E5D6;
}
.todo-timeline .v-timeline .v-timeline-icon.v-last:after {
  border-left: 2px dashed #D9E5D6;
}

.todo-timeline .v-timeline .v-timeline-icon.v-last-last:before {
  background: #D9E5D6;
}
.todo-timeline .v-timeline .v-timeline-icon.v-last-last:after {
  height: 0;
}

.todo-timeline .v-timeline .v-timeline-icon.v-not:before {
  color: #0FA3B1;
}
.todo-timeline .v-timeline .v-timeline-icon.v-line-color:after {
  border-left: 2px dashed #D9E5D6;
}
  