.wraper-s4e-table {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.s4e-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.header-row {
  background-color: #f8f9fa;
}

.header-row > th {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 500;
}

#scan-table-body {
  text-align: left;
  font-size: 13px;
}

.skeleton-loader {
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
}

.s4e-table th:nth-child(3),
.s4e-table th:nth-child(4),
.s4e-table th:nth-child(5),
.s4e-table th:nth-child(6),
.s4e-table td:nth-child(3),
.s4e-table td:nth-child(4),
.s4e-table td:nth-child(5),
.s4e-table td:nth-child(6) {
  text-align: center;
}
