table[style*="background-color:#414141"] td,
table[style*="background-color:#414141"] th,
table[style*="background-color:#ff3700"] td,
table[style*="background-color:#ff3700"] th,
table[style*="background-color:#0072ce"] td,
table[style*="background-color:#0072ce"] th {
  color: #FFFFFF;
  --bs-table-color: #FFFFFF;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-bg-state: transparent;
  --bs-table-bg-type: transparent;
}

table[style*="background-color:#840d81"] td:not([style*="background-color"]),
table[style*="background-color:#840d81"] th:not([style*="background-color"]) {
  color: #FFFFFF;
  --bs-table-color: #FFFFFF;
  --bs-table-bg-state: transparent;
  --bs-table-bg-type: transparent;
  background: linear-gradient(90deg, #840d81, #fe6b45) !important;
  box-shadow: none !important;
}

table[style*="border-color:#414141"] td,
table[style*="border-color:#414141"] th,
table[style*="border-color:#ff3700"] td,
table[style*="border-color:#ff3700"] th,
table[style*="border-color:#0072ce"] td,
table[style*="border-color:#0072ce"] th {
  border-color: inherit;
}

td[style*="background-color:#414141"],
th[style*="background-color:#414141"],
td[style*="background-color:#ff3700"],
th[style*="background-color:#ff3700"],
td[style*="background-color:#0072ce"],
th[style*="background-color:#0072ce"] {
  color: #FFFFFF;
  --bs-table-color: #FFFFFF;
  --bs-table-bg-state: transparent;
  --bs-table-bg-type: transparent;
  --bs-table-accent-bg: transparent;
  box-shadow: none !important;
}

td[style*="background-color:#840d81"],
th[style*="background-color:#840d81"] {
  color: #FFFFFF;
  --bs-table-color: #FFFFFF;
  --bs-table-bg-state: transparent;
  --bs-table-bg-type: transparent;
  --bs-table-accent-bg: transparent;
  background: linear-gradient(90deg, #840d81, #fe6b45) !important;
  box-shadow: none !important;
}

table[style*="border-color:#414141"] td,
table[style*="border-color:#414141"] th,
table[style*="border-color:#ff3700"] td,
table[style*="border-color:#ff3700"] th,
table[style*="border-color:#0072ce"] td,
table[style*="border-color:#0072ce"] th,
table[style*="border-color:#ffffff"] td,
table[style*="border-color:#ffffff"] th {
  border-color: inherit;
  border-style: solid;
  border-width: var(--bs-border-width);
}

td[style*="border-color:#414141"],
th[style*="border-color:#414141"],
td[style*="border-color:#ff3700"],
th[style*="border-color:#ff3700"],
td[style*="border-color:#0072ce"],
th[style*="border-color:#0072ce"],
td[style*="border-color:#ffffff"],
th[style*="border-color:#ffffff"] {
  border-style: solid;
  border-width: var(--bs-border-width);
}
