.iservice-table {
  width: 100%;
  table-layout: fixed;
  position: relative;
  border-collapse: collapse;
}

.iservice-table.sticky {
  z-index: 99999;
}

.iservice-table thead {
  color: #5e5873;
  background-color: #e7edf6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}

.iservice-table thead.sticky-header {
  position: fixed;
  top: 0;
  box-sizing: border-box;
}

.iservice-table th:first-child {
  border-top-left-radius: 10px;
}

.iservice-table th:last-child {
  border-top-right-radius: 10px;
}

.iservice-table thead th {
  padding: 12px;
}

.iservice-table thead th:first-child {
  padding-left: 16px;
  padding-bottom: 10px;
}

.iservice-table tbody td {
  height: 45px;
  padding: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.iservice-table tbody td:first-child {
  padding-left: 16px;
}

.iservice-table tbody tr {
  color: #4b4b4b;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
}

.iservice-table tbody tr:nth-child(odd) {
  background: #fff;
}

.iservice-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.iservice-table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.iservice-table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.iservice-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.iservice-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
