table.gridjs-table.table-body {
  border-spacing: 0;
  border-collapse: collapse;
  width: auto;
}

th.gridjs-th-fixed {
  box-shadow: 0 0 0 0 #e5e7eb;
}

.gridjs-container {
  color: #fff;
  padding: 0em;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gridjs-loading-bar {
  background-color: #272742;
}

input.gridjs-input:focus {
  border-color: none;
  box-shadow: none;
}
.gridjs-search {
  margin-left: auto;
  float: right;
  /* width: 30em; */
}
.gridjs-search-input {
  width: 100%;
}
input.gridjs-input {
  border: none;
  background-color: #272742;
  border-radius: 0.8em;
}
input.gridjs-input::placeholder {
  color: #e5e4fa;
}

.gridjs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2em 4em 2.4em;
}

.gridjs-head:before {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 120%;
  margin-right: 1em;
}

#stakes .gridjs-head:before {
  content: "Tier 1";
}

#strikes .gridjs-head:before {
  content: "Strikes";
}

.gridjs-thead {
  /* display: none; */
}
th.gridjs-th {
  background-color: #252540;
  border: none;
}
/* .gridjs-tbody {
    width: 100%;
  } */
.gridjs-td {
  width: auto;
}

th[data-column-id="rank"] {
  padding-left: 0em;
}
th[data-column-id="ambasador"] {
  text-align: left;
  padding-left: 0em;
  padding-right: 5em;
}
th[data-column-id="totalpoints"] {
  text-align: left;
  padding-left: 0em;
  padding-right: 5em;
}
/* td[data-column-id="s-name"] {
    width: 100%;
  } */

.gridjs-tbody,
td.gridjs-td {
  background-color: #fff0;
  padding: 0px;
  border: 0px;
  /* padding-bottom: 0.7em;
    padding-top: 0.7em; */
}

.gridjs-wrapper {
  background: linear-gradient(180deg, #272742 0%, rgba(39, 39, 66, 0) 100%);
  padding: 2.5em;
  padding-top: 0em;
  box-shadow: none;
  border-radius: 0px !important;
  /* max-height: 400px; */
  font-size: 1.6em;
  height: 100%;
}

.gridjs-tr {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 3em;
}
.gridjs-thead .gridjs-tr {
  height: 3em;
  border-bottom-color: transparent;
}

table.gridjs-table {
  line-height: 120%;
}

.gridjs-wrapper::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.gridjs-wrapper::-webkit-scrollbar-track {
  background: #e6e6e600;
}

/* Handle */
.gridjs-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  height: 90px;
  border-radius: 2px;
}

.gridjs-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}
