.user-detail-table {
  display: flex;
  justify-content: flex-start;
  min-height: 50px;
}

.user-avatar {
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

[data-module=fraud-detection] .ant-table-thead>tr>th,
[data-module=fraud-detection] .ant-table-tbody>tr>td {
  border: 1px solid transparent;
  padding: 5px 10px;
}

[data-module=fraud-detection] .ant-table table {
  border: 1px solid transparent;
}

[data-module=fraud-detection] .ant-table-thead > tr:first-child > th:last-child {
  height: 40px;
}

[data-module=fraud-detection] .ant-table-thead>tr>th {
  border: 1px solid #DCDCE6;
  background: var(--secondary-background);
}

[data-module=fraud-detection] .ant-table-thead>tr>th {
  padding: 15px 5px
}

[data-module=fraud-detection] .ant-table-tbody>tr>td {
  padding: 10px 5px;
  border: 0;
}

[data-module=fraud-detection] .ant-table table {
  border: 0;
}

[data-module=fraud-detection] .ant-table-thead th:not(:first-child) {
  border-left: 0;
}

[data-module=fraud-detection] .ant-table-thead th:not(:last-child) {
  border-right: 0;
}

.user-department-and-position {
  color: #9696A0;
}

.user-fullname {
  font-weight: bold;
}

.table-button {
  height: 30px;
  min-width: 80px;
  border-radius: 5px;
  border-color: #BEBEC8;
  background-color: #F5F5F7;
}

.preview-img-on-table {
  max-width: 100px;
}

.normal-table-row {
  vertical-align: top;
  height: 50px;
}

.normal-table-row.highlight td:not(.permission-action-icon) {
  background-color: var(--base-background);
}

.table-empty-data {
  padding-top: 50px;
  text-align: center;
  font-style: italic;
  color: #BEBEC8;
}