.timeline-slider {
  height: 1.5rem;
  cursor: pointer;
}

.timeline-slider::-webkit-slider-runnable-track {
  height: 0.7rem;
  border-radius: 1rem;
}

.timeline-slider::-webkit-slider-thumb {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.55rem;
}

.timeline-slider::-moz-range-track {
  height: 0.7rem;
  border-radius: 1rem;
}

.timeline-slider::-moz-range-thumb {
  width: 1.8rem;
  height: 1.8rem;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background-color: var(--bs-border-color);
}

.timeline-item {
  position: relative;
  padding-bottom: 30px;
}

.timeline-dot {
  position: absolute;
  left: -28px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  border: 3px solid var(--bs-body-bg);
  box-shadow: 0 0 0 2px var(--bs-primary);
}

.timeline-date {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
  margin-bottom: 3px;
}

.timeline-content h5 {
  margin-bottom: 4px;
}

.timeline-content p {
  color: var(--bs-secondary-color);
  margin-bottom: 0;
}

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