.rowdetail[data-v-8e7446aa] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.rowdetail[data-v-8e7446aa]:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2000;
}
.selfTable[data-v-8e7446aa] {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.selfTable.horizontal[data-v-8e7446aa] {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.horizontal-table[data-v-8e7446aa] {
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.table-row[data-v-8e7446aa] {
  display: flex;
}
.table-row.header-row[data-v-8e7446aa] {
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  border-bottom: 2px solid #e8e8e8;
  font-weight: 600;
}
.table-row.data-row[data-v-8e7446aa] {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}
.table-row.data-row[data-v-8e7446aa]:hover {
  background: #fafafa;
}
.table-row.data-row[data-v-8e7446aa]:last-child {
  border-bottom: none;
}
.table-cell[data-v-8e7446aa] {
  flex: 1;
  position: relative;
  border-right: 1px solid #f0f0f0;
}
.table-cell[data-v-8e7446aa]:last-child {
  border-right: none;
}
.table-cell.header-cell[data-v-8e7446aa] {
  min-height: 60px;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}
.table-cell.data-cell[data-v-8e7446aa] {
  min-height: 48px;
}
.cell-content[data-v-8e7446aa] {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header-text[data-v-8e7446aa] {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
  line-height: 1.4;
}
.measure-text[data-v-8e7446aa] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
}
.simple-text[data-v-8e7446aa] {
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.4;
}
.split-content[data-v-8e7446aa] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.split-item[data-v-8e7446aa] {
  text-align: center;
  padding: 2px 4px;
  background: rgba(64, 150, 255, 0.05);
  border-radius: 4px;
  font-size: 13px;
}
.splice2-content[data-v-8e7446aa] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.main-text[data-v-8e7446aa] {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
}
.sub-content[data-v-8e7446aa] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sub-item[data-v-8e7446aa] {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  padding: 1px 4px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.coloriconFlag[data-v-8e7446aa] {
  width: 4px;
  height: 24px;
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table_content[data-v-8e7446aa] {
  width: 100%;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.tableHover[data-v-8e7446aa]:hover {
  background: #fafafa;
}
@media (max-width: 768px) {
.horizontal-table[data-v-8e7446aa] {
    font-size: 12px;
}
.cell-content[data-v-8e7446aa] {
    padding: 8px 12px;
}
.table-cell.header-cell[data-v-8e7446aa] {
    min-height: 50px;
}
.table-cell.data-cell[data-v-8e7446aa] {
    min-height: 40px;
}
}
