tbody > tr {
  border: 0;
  min-height: 40px;
}

tbody > tr button {
  margin: 0 !important;
}

tr {
  background-color: #ffffff;
}

th {
  white-space: nowrap;
  text-align: left;
  padding: 8px 8px 4px 8px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  background-color: #e4f2f7;
}

td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

.p-column-filter-element input {
  height: 34px;
  padding: 8px;
  outline: none;
  min-width: 168px;
  max-width: 360px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  border-radius: 6px;
}

.p-column-filter-menu-button,
.p-column-filter-clear-button {
  border: 0;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #4b5563;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}

.p-column-filter-element input :focus {
  outline: 1px solid #2684ff;
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #4b5563;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 12.5rem;
}

.p-column-header-content {
  text-align: left !important;
  padding-left: 10px !important;
}

.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
}

thead :nth-child(1) .p-filter-column {
  padding-left: 0 !important;
}
