table td, table th {
  padding: 0 !important;
  border: none !important;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: white;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: white;
}

table.custom-table-outlawz {
  text-align: left !important;
  position: relative !important;
  border-collapse: collapse !important;

}
@media (min-width: 1400px) {
  table.custom-table-outlawz {
    margin-left: -13.3%;
    width: 113.3%;
  }
}
table.custom-table-outlawz th.pink.padding-big.text-white:after {
  content: "Most value";
  position: sticky;
  margin-left: 20px;
  border-radius: 72px;
  padding: 10px 18px;
  background: #0C0E4C;
  transform: translate(50%, 50%);
}
table.custom-table-outlawz .column-padding td:first-child {
  background-color: transparent !important;
}
table.custom-table-outlawz .text-style {
  color: #0C0E4C;
  font-size: 16px;
  font-family: "Gilroy";
  line-height: 24px;
}
table.custom-table-outlawz th {
  font-size: 18px;
  font-family: "Gilroy";
  line-height: 32px;
}
table.custom-table-outlawz tr.sticky-heading {
  color: #0C0E4C;
  font-family: "Gilroy";
  font-size: 18px;
  line-height: 32px;
}
table.custom-table-outlawz .options {
  color: #FFF;
  font-size: 17px;
  font-family: "Gilroy";
  line-height: 24px;
}
table.custom-table-outlawz .options p {
  display: block;
}
table.custom-table-outlawz td {
  vertical-align: middle;
}
table.custom-table-outlawz p {
  margin: 0;
  grid-template-columns: 24px auto;
  display: grid;
  gap: 10px;
}
table.custom-table-outlawz p img, table.custom-table-outlawz p a {
  align-self: center;
}
table.custom-table-outlawz th {
  position: sticky !important;
  top: 0px !important; /* Don't forget this, required for the stickiness */
}
table.custom-table-outlawz tr.sticky-heading {
  position: sticky !important;
  filter: drop-shadow(0px 0px 2px #ededed);
  top: 103px !important;
  background-color: white !important;
  border: 1px solid transparent !important;
}
table.custom-table-outlawz tr.sticky-heading td {
  padding: 25px !important;
  background-color: white !important;
  border: 1px solid transparent !important;
}
table.custom-table-outlawz .dark-blue {
  background: #0C0E4C !important;
}
table.custom-table-outlawz .border-dark-blue {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
table.custom-table-outlawz .light-blue {
  background: #3D21A3 !important;
}
table.custom-table-outlawz .purple {
  background: #9025C1 !important;
}
table.custom-table-outlawz .pink {
  background: #D82AC8 !important;
}
table.custom-table-outlawz .padding-big {
  padding: 35px 25px !important;
}
table.custom-table-outlawz .text-white {
  color: #fff !important;
}
table.custom-table-outlawz .column-padding td:not(:first-child) {
  padding: 25px !important;
  background-color: white;
}
table.custom-table-outlawz .column-padding td:not(:first-child):not(:last-child) {
  border: 1px solid #ededed !important;
}
table.custom-table-outlawz td.light-pink {
  background: #fcf1fc !important;
  border: 1px solid #ededed !important;
}

table.custom-table-outlawz .column-padding td:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}/*# sourceMappingURL=table.css.map */