
.candidate-scroll[data-v-2dad632d] {
  max-height: 520px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.workflow-flow-dialog[data-v-2dad632d] {
  overflow: hidden;
}
.workflow-flow-card[data-v-2dad632d] {
  border: 1px solid #e3e8ef;
  margin-bottom: 12px;
}
.workflow-flow-timeline[data-v-2dad632d] .v-timeline-item__dot {
  border: 4px solid #d9e0e8 !important;
  -webkit-box-shadow: 0 0 0 4px #f4f6f8, 0 8px 18px rgba(23, 43, 77, 0.16) !important;
          box-shadow: 0 0 0 4px #f4f6f8, 0 8px 18px rgba(23, 43, 77, 0.16) !important;
}
.workflow-flow-timeline[data-v-2dad632d] .v-timeline-item__inner-dot {
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.workflow-flow-time-grid[data-v-2dad632d] {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.workflow-flow-target-box[data-v-2dad632d],
.workflow-flow-time-box[data-v-2dad632d] {
  background: #f7f9fc;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  height: 100%;
  min-height: 86px;
  padding: 12px 14px;
}
.workflow-flow-time-box[data-v-2dad632d] {
  min-height: 72px;
}
.workflow-flow-timeline[data-v-2dad632d] {
  padding-top: 12px;
}
.workflow-flow-header[data-v-2dad632d] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #263238 0%, #1565c0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
}
.workflow-flow-summary[data-v-2dad632d] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 24px;
}
.workflow-flow-stat[data-v-2dad632d] {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  min-width: 120px;
  padding: 12px 14px;
}
.workflow-flow-canvas[data-v-2dad632d] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  overflow-x: auto;
  padding: 28px 24px;
}
.workflow-flow-step-group[data-v-2dad632d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workflow-flow-node[data-v-2dad632d] {
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 14px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 260px;
  padding: 16px;
}
.workflow-flow-node-top[data-v-2dad632d] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.workflow-flow-node-icon[data-v-2dad632d] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
}
.workflow-flow-node-icon--completed[data-v-2dad632d] {
  background: #2e7d32;
}
.workflow-flow-node-icon--active[data-v-2dad632d] {
  background: #1565c0;
}
.workflow-flow-node-icon--failed[data-v-2dad632d] {
  background: #c62828;
}
.workflow-flow-node-icon--skipped[data-v-2dad632d] {
  background: #757575;
}
.workflow-flow-node-icon--pending[data-v-2dad632d] {
  background: #ef6c00;
}
.workflow-flow-node-title[data-v-2dad632d] {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2px;
  min-height: 40px;
}
.workflow-flow-timing[data-v-2dad632d] {
  background: #f5f7fa;
  border-radius: 10px;
  margin-top: auto;
  padding: 10px;
}
.workflow-flow-timing div[data-v-2dad632d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.workflow-flow-timing div[data-v-2dad632d]:last-child {
  margin-bottom: 0;
}
.workflow-flow-timing strong[data-v-2dad632d] {
  font-size: 0.75rem;
  font-weight: 600;
}
.workflow-flow-connector[data-v-2dad632d] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 56px;
}
@media (max-width: 960px) {
.workflow-flow-header[data-v-2dad632d],
  .workflow-flow-summary[data-v-2dad632d] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.workflow-flow-canvas[data-v-2dad632d] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.workflow-flow-step-group[data-v-2dad632d] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.workflow-flow-connector[data-v-2dad632d] {
    min-height: 42px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.workflow-flow-time-grid[data-v-2dad632d] {
    grid-template-columns: 1fr;
}
}

