.gpuTable {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.gpuTable-wrapper {
  padding: 1.5rem 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gpuTable-inner {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gpuTable-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  border-left: none;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .gpuTable-table {
    width: 640px;
  }
}
.gpuTable-tr {
  height: 50px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
tbody .gpuTable-tr:hover {
  background-color: #f2f4ff;
  font-weight: 500;
}
.gpuTable-tr + .gpuTable-tr {
  border-top: 1px solid #000000;
}
.gpuTable-fixed {
  background-color: #ffffff;
  position: sticky;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gpuTable-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  z-index: -1;
  pointer-events: none;
}
.gpuTable-fixed tbody .gpuTable-tr {
  text-align: center;
}
tbody .gpuTable-tr:hover .gpuTable-fixed {
  background-color: #f2f4ff;
  font-weight: 500;
}
.gpuTable-th {
  width: 150px;
  font-weight: bold;
  border-bottom: thin solid #000000;
  background-color: #d3d3d3;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .gpuTable-th {
    font-size: 94%;
  }
}
@media screen and (max-width: 991px) {
  .gpuTable-th {
    font-size: 94%;
  }
}
.gpuTable-th + .gpuTable-th {
  border-right: 1px solid #000000;
}
.gpuTable-th:last-child {
  border-right: none;
}
.gpuTable-th:not(:first-child) {
  position: relative;
}
.gpuTable-th:nth-child(3) {
  width: 250px;
}
.gpuTable-th[aria-sort=descending] span {
  width: 16px;
  height: 8px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #00629f;
}
.gpuTable-th[aria-sort=ascending] span {
  width: 16px;
  height: 8px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #00629f;
}
.gpuTable-th:not([aria-sort]) span div:first-child {
  width: 16px;
  height: 8px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #00629f;
}
.gpuTable-th:not([aria-sort]) span div:last-child {
  width: 16px;
  height: 8px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #00629f;
  margin-top: 1px;
}
.gpuTable-btn {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #d3d3d3;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-right: 22px;
  color: #242325;
}
.gpuTable-btn:hover {
  opacity: 0.7;
}
.gpuTable-btn span {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gpuTable-td {
  vertical-align: middle;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .gpuTable-td {
    font-size: 90%;
  }
}
@media screen and (max-width: 991px) {
  .gpuTable-td {
    font-size: 86%;
    padding: 7px 5px;
  }
}
.gpuTable-td + .gpuTable-td {
  border-right: 1px solid #000000;
}
.gpuTable-td:last-child {
  border-right: none;
}
.gpuTable-td_pos {
  position: relative;
}
.gpuTable-td_bar {
  height: 40px;
  background-color: #6aabfb;
  background-color: #b9d5f7;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: linear-gradient(90deg, #ef65f6 0%, #6aabfb 100% 100%);
  background: linear-gradient(90deg, rgba(106, 171, 251, 0.6) 0%, rgba(239, 101, 246, 0.6) 100%);
  position: relative;
}
.gpuTable-td_num {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  min-width: 100px;
  text-align: left;
  white-space: normal;
}

.gpulink {
  position: relative;
  z-index: 10;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  text-decoration: underline;
  color: #00629f;
}
.gpulink:hover {
  text-decoration: none;
}

/*# sourceMappingURL=gpuTable.css.map */
