.circle-node-blue {
  background: #2680ee;
}

.circle-node-green {
  background: #37f128;
}

.circle-node-start {
  margin-bottom: -6px;
  margin-left: -21px;
}

.circle-node-rightText {
  color: #484848;
  text-align: right;
  padding-right: 11px;
  padding-top: 5px;
}

.circle-node-outside {
  margin-right: 8px;
  background: #dae8f9;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  z-index: 110;
  box-shadow: 3px 4px 6px 0px;
  margin-bottom: -5px;
}

.circle-node-align {
  margin-left: -26px;
  margin-bottom: 0px;
  margin-top: -4px;
  position: relative;
  display: flex;
}

.circle-node-inner {
  font-size: 16px;
  text-decoration: none;
  margin-right: 8px;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  z-index: 110;
  padding-left: 2px;
  padding-top: 3px;
  box-shadow: inset 2px 2px 4px 2px #6a6a6a;
}

.v-progressbar-bottom-divider {
  border-bottom: 2px solid #3e8ce4;
  box-shadow: 0px 1px 9px 1px #9fcbff;
}

.timeline-paragraph-head {
  font-size: 22px;
  text-align: left;
}

.timeline-paragraph-text {
  line-height: 2;
  font-size: 16px;
  color: #4f4f4f;
  text-align: start;
}

