ul.QC_timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.QC_timeline > li.qc-item {
  position: relative;
  min-height: 80px;
  margin-bottom: 10px;
  padding-left: 10px;
}

ul.QC_timeline > li.qc-item::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 25px;
  bottom: -22px;
  width: 2px;
  background-color: #ccc;
  z-index: 1;
}

ul.QC_timeline > li.last-item::before {
  display: none !important;
}

.QC_circle {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #2196f3;
  border-radius: 50%;
  z-index: 2;
}

.QC_content {
  margin-left: 30px;
}

ul.QC_timeline.card-content {
  overflow: visible !important;
  position: relative;
}
.qclevel{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #cccccc1a !important;
    width: 5.5rem !important;
    height: 100%;
}

.logdateTime{
  font-family: 'system-ui' !important;
}

.status-1 {
  background-color: #4caf50; /* green */
}
.status-2 {
  background-color:#f44336 ; /* orange */
}
.status-3 {
  background-color: #ff9800 ; /* red */
}
