table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  display: block;
  max-height: 950px;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
}
table::-webkit-scrollbar {
  display: none !important;
}
table thead {
  position: sticky;
  top: 0;
  z-index: 4;
  border-left: none;
}
table thead tr th {
  border-right: 3px solid white;
  padding: 10px;
  text-align: left;
  background: #ffffff;
  padding: 5px;
  color: #879FD6;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #90A4AF;
  white-space: nowrap;
}
table tr th {
  border-right: 3px solid white;
  padding: 10px;
  text-align: left;
  background: #ffffff;
  padding: 5px;
  color: #879FD6;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #90A4AF;
  white-space: nowrap;
}
table thead tr th span {
  display: flex;
  position: relative;
}
table tbody tr th {
  background-color: #ffffff;
}
table tbody tr:nth-child(odd) {
  background-color: #F3F4F8;
}
table tbody tr td {
  padding: 5px 10px;
  text-align: start;
  vertical-align: middle;
  border-bottom: 1px solid #90A4AF;
  margin-right: 3px;
  color: #253238;
  min-width: 100px;
  width: fit-content;
  font-size: 18px;
}
table tbody tr td:not(:last-of-type) {
  border-right: 3px solid white;
}
table tbody tr td span,
table tbody tr td p {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1239px) {
  table thead tr th {
    font-size: 16px;
  }
  table thead tr th span,
  table thead tr th p {
    font-size: 16px;
  }
  table tr th {
    font-size: 16px;
  }
  table tr th span,
  table tr th p {
    font-size: 16px;
  }
  table tbody tr td {
    font-size: 16px;
  }
  table tbody tr td span,
  table tbody tr td p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  table thead tr th {
    font-size: 14px;
  }
  table thead tr th span,
  table thead tr th p {
    font-size: 14px;
  }
  table tr th {
    font-size: 14px;
  }
  table tr th span,
  table tr th p {
    font-size: 14px;
  }
  table tbody tr td {
    font-size: 14px;
  }
  table tbody tr td span,
  table tbody tr td p {
    font-size: 14px;
  }
}