
.production-flow-card[data-v-1b390c53] {
  border-radius: 12px;
}
.timeline[data-v-1b390c53] {
  position: relative;
  padding: 20px 0;
  list-style: none;
}
.timeline[data-v-1b390c53]::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 20px;
  width: 2px;
  background: #e0e0e0;
}
.timeline-item[data-v-1b390c53] {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.timeline-dot[data-v-1b390c53] {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #e0e0e0;
  background: #fff;
  transition: all 0.3s ease;
}
.timeline-content[data-v-1b390c53] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.timeline-item.completed .timeline-dot[data-v-1b390c53] {
  background-color: #4caf50;
  border-color: #4caf50;
}
.timeline-item.completed .timeline-content[data-v-1b390c53] {
  color: #4caf50;
}
.timeline-item.active .timeline-dot[data-v-1b390c53] {
  background-color: #1976d2;
  border-color: #1976d2;
  transform: translateY(-50%) scale(1.2);
}
.timeline-item.active .timeline-content[data-v-1b390c53] {
  background-color: #e3f2fd;
  color: #1976d2;
  font-weight: 600;
}
.timeline-item.future .timeline-dot[data-v-1b390c53] {
  background-color: #f5f5f5;
  border-color: #bdbdbd;
}
.timeline-item.future .timeline-content[data-v-1b390c53] {
  color: #757575;
}
.stage-name[data-v-1b390c53] {
  font-size: 0.95rem;
}
