.dnetor-timeline {
  --line-backgroud-color: var(--e-global-color-accent);
  position: relative;
  display: grid;
  padding-bottom: 30px;
}
.dnetor-timeline .timeline-item {
  position: relative;
  margin-bottom: -30px;
}
.dnetor-timeline .timeline-item .timeline-time {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--e-global-color-accent);
}
.dnetor-timeline .timeline-item .timeline-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 18px;
}
.dnetor-timeline .timeline-line {
  position: absolute;
  height: 100%;
  width: 3px;
  background: var(--line-backgroud-color);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dnetor-timeline .timeline-card {
  position: relative;
  width: 40%;
  padding: 0px 17px;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 40px;
}
.dnetor-timeline .timeline-card.item-left .timeline-triangle {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 25px solid #f9f9f9;
  border-bottom: 20px solid transparent;
}
.dnetor-timeline .timeline-card.item-right {
  left: 60%;
}
.dnetor-timeline .timeline-card.item-right .timeline-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-right: 25px solid #f9f9f9;
  border-bottom: 20px solid transparent;
}
.dnetor-timeline.dnetor-timeline-dot-position-top .timeline-card .timeline-triangle {
  top: 0;
  transform: none;
}
.dnetor-timeline.dnetor-timeline-dot-position-bottom .timeline-card .timeline-triangle {
  bottom: 0;
  top: unset;
  transform: none;
}
.dnetor-timeline .timeline-content p {
  margin-bottom: 0;
}
.dnetor-timeline .timeline-dot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  z-index: 1;
  border: 2px solid var(--e-global-color-accent);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dnetor-timeline .timeline-dot .time-line-dot-cricle {
  background: var(--e-global-color-accent);
  width: 14px;
  height: 14px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.dnetor-timeline .timeline-icon-node {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dnetor-timeline.dnetor-timeline-dot-position-top .timeline-dot,
.dnetor-timeline.dnetor-timeline-dot-position-top .timeline-icon-node {
  top: 0;
}
.dnetor-timeline.dnetor-timeline-dot-position-top.dnetor-timline-style-02 .timeline-time {
  top: 0;
}
.dnetor-timeline.dnetor-timeline-dot-position-center .timeline-dot,
.dnetor-timeline.dnetor-timeline-dot-position-center .timeline-icon-node {
  top: 50%;
  transform: translate(-50%, -50%);
}
.dnetor-timeline.dnetor-timeline-dot-position-center.dnetor-timline-style-02 .timeline-time {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dnetor-timeline.dnetor-timeline-dot-position-bottom .timeline-dot,
.dnetor-timeline.dnetor-timeline-dot-position-bottom .timeline-icon-node {
  bottom: 0;
}
.dnetor-timeline.dnetor-timeline-dot-position-bottom.dnetor-timline-style-02 .timeline-time {
  bottom: 0;
}
.dnetor-timeline.dnetor-timeline-type-dashed .timeline-line {
  background: repeating-linear-gradient(to bottom, transparent, transparent 7px, var(--line-backgroud-color) 7px, var(--line-backgroud-color) 22px);
}
.dnetor-timeline.dnetor-timeline-type-solid .timeline-line {
  background: var(--line-backgroud-color);
}
.dnetor-timeline .timeline-icon-node {
  position: absolute;
  left: 50%;
  font-size: 35px;
  border-radius: 50%;
  background: white;
  z-index: 1;
}
.dnetor-timeline.dnetor-timline-style-02 {
  padding-bottom: 0;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-time {
  position: absolute;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-dot,
.dnetor-timeline.dnetor-timline-style-02 .timeline-icon-node {
  left: 20%;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-line {
  left: 20%;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-item {
  margin-bottom: 20px;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-card {
  width: 70%;
  left: 30%;
}
.dnetor-timeline.dnetor-timline-style-02 .timeline-card.item-left .timeline-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -24px;
  right: unset;
  border-left: unset;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-right: 25px solid #f9f9f9;
  border-bottom: 20px solid transparent;
}

@media (max-width: 767px) {
  .dnetor-timeline {
    padding-bottom: 0;
  }
  .dnetor-timeline .timeline-line {
    left: 7%;
  }
  .dnetor-timeline .timeline-dot,
  .dnetor-timeline .timeline-icon-node {
    left: 7%;
  }
  .dnetor-timeline .timeline-item {
    margin-bottom: 20px;
  }
  .dnetor-timeline .timeline-card {
    width: 80%;
    left: 20% !important;
  }
  .dnetor-timeline .timeline-card.item-left .timeline-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: -24px;
    right: unset;
    border-left: unset;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-right: 25px solid #f9f9f9;
    border-bottom: 20px solid transparent;
  }
  .dnetor-timeline.dnetor-timline-style-02 {
    padding-bottom: 0;
  }
  .dnetor-timeline.dnetor-timline-style-02 .timeline-time {
    left: 2px;
  }
  .dnetor-timeline.dnetor-timline-style-02 .timeline-line {
    left: 20%;
  }
  .dnetor-timeline.dnetor-timline-style-02 .timeline-dot,
  .dnetor-timeline.dnetor-timline-style-02 .timeline-icon-node {
    left: 20%;
  }
  .dnetor-timeline.dnetor-timline-style-02 .timeline-item {
    margin-bottom: 20px;
  }
  .dnetor-timeline.dnetor-timline-style-02 .timeline-card {
    width: 75%;
    left: 25% !important;
  }
}

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