.table-ai-table-container {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  box-shadow: none !important;
}
.table-ai-table-container th,
.table-ai-table-container td {
  padding: 10px;
  text-align: left;
  width: 300px;
}
.tableai-rating-bar-container {
  width: 100%;
  height: 20px;
  background-color: #e2e2e2;
  border-radius: 4px;
}
.tableai-rating-bar-fill {
  height: 100%;
  background-color: var(--tableai-button-bg-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  padding-right: 10px;
  color: var(--tableai-button-text-color);
}
.table-ai-table-container tbody tr:not(:first-child) td:first-child {
  font-weight: 700;
}
.table-ai-table-container tbody tr:not(:first-child) {
  border-top: 1px solid var(--tableai-border-color);
}
.table-ai-striped-table tr:nth-child(2n) {
  background-color: var(--tableai-striped-row-color);
}
.table-ai-table-container tbody tr.table-ai-table-filters-row {
  display: none !important;
}
.table-ai-align-bottom {
  vertical-align: bottom !important;
}
.table-ai-align-middle {
  vertical-align: middle !important;
}
@media (max-width: 768px) {
  .table-ai-table-container thead td:first-child {
    display: none !important;
  }
  .table-ai-table-container tbody tr {
    position: relative !important;
    display: block !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .table-ai-table-container tbody tr:first-child td:first-child {
    display: none !important;
  }
  .table-ai-table-container tbody tr:not(:first-child) td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .table-ai-table-container tbody tr td:not(:first-child) {
    display: inline-block !important;
    width: 160px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .table-ai-table-container thead tr td {
    width: 160px !important;
  }
  .tableai-rating-container {
    margin-top: -5px;
  }
  .table-ai-table-container tbody tr.table-ai-table-filters-row {
    display: table-row !important;
    border-top: 0px !important;
    padding-bottom: 10px !important;
  }
  .table-ai-table-container
    tbody
    tr.table-ai-table-filters-row
    td.table-ai-table-filters-row-cell {
    font-weight: 400 !important;
    position: relative !important;
  }
  .tableai-product-item {
    padding-bottom: 6px !important;
  }
  .table-ai-align-middle {
    vertical-align: top !important;
  }
}
.table-ai-dynamic-table thead tr {
  background-color: transparent !important;
}
.table-ai-dynamic-table thead td,
.table-ai-dynamic-table thead td:hover {
  border: none !important;
}
.table-ai-dynamic-table .table-ai-column-selector {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--tableai-border-color);
  border-radius: 4px;
  background-color: #fff;
  outline: none;
}
.table-ai-dynamic-table tbody tr:first-child td {
  border: none;
}
.tableai-product-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding-bottom: 12px;
}
.tableai-product-item > img,
.tableai-product-item > p,
.tableai-product-item > a {
  margin: 0 !important;
}

.tableai-product-item p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.tableai-product-item img {
  width: 100%;
  max-width: 100%;
}
.tableai-product-item a {
  text-decoration: none !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 5px 15px;
  background-color: var(--tableai-button-bg-color);
  color: var(--tableai-button-text-color) !important;
  border-radius: 20px;
  font-size: 12px !important;
}
.tableai-rating-container {
  font-size: 20px;
  color: #de7921;
}
.table-ai-table-container tbody tr:not(:first-child) a {
  color: #0079e3;
  text-decoration: underline;
}
.table-ai-table-container {
  display: block !important;
  overflow-x: auto !important;
  width: 100% !important;
  scrollbar-width: thin !important;
}
.table-ai-table-container table {
  display: table !important;
  border: none !important;
  border-spacing: 0px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  width: 100% !important;
  white-space: normal !important;
}
.table-ai-table-container tbody {
  display: table-row-group !important;
  vertical-align: top !important;
  unicode-bidi: isolate !important;
  border: none !important;
}
.table-ai-table-container tr {
  display: table-row !important;
  vertical-align: inherit !important;
  unicode-bidi: isolate !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.table-ai-table-container td {
  display: table-cell !important;
  border: none !important;
}
.table-ai-table-container th {
  display: table-cell !important;
  width: 200px !important;
}
.table-ai-tooltip img {
  width: 15px;
  cursor: pointer;
}
.table-ai-tooltip {
  display: flex;
  align-items: center;
}
.table-ai-column-with-tooltip {
  display: flex;
  gap: 10px;
  align-items: center;
}

.table-ai-table-container p {
  margin: 0;
}

.table-ai-highlight-diff {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 10px;
}
.table-ai-highlight-diff input {
  cursor: pointer;
}
.table-ai-highlighted-row {
  background-color: #fff0c5;
}
.table-ai-check-icon circle {
  fill: var(--tableai-button-bg-color) !important;
  stroke: var(--tableai-button-bg-color) !important;
}
.table-ai-us-vs-them-table tbody > tr > td:nth-child(2) {
  background: var(--tableai-column-bg-color);
  color: var(--tableai-column-text-color);
}
.table-ai-us-vs-them-table tbody > tr > td .tableai-check-wrong-container {
  display: flex;
  justify-content: center;
}
.table-ai-us-vs-them-table tbody > tr > td:not(:first-child) {
  text-align: center;
}
.table-ai-us-vs-them-table tbody > tr {
  border: none !important;
}
.table-ai-us-vs-them-table tbody > tr > td {
  border: none !important;
  width: 200px !important;
}
.table-ai-us-vs-them-table tbody > tr:first-child > td:not(:first-child) {
  padding-top: 25px !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.table-ai-us-vs-them-table tbody > tr:last-child > td:nth-child(2) {
  padding-bottom: 25px !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.react-tooltip {
  font-weight: 400 !important;
}
.table-ai-us-vs-them-table tbody > tr:first-child > td {
  font-weight: 700;
}
.table-ai-us-vs-them-table
  tbody
  > tr
  > td:nth-child(2)
  .table-ai-check-icon
  circle {
  fill: var(--tableai-column-bg-color) !important;
  stroke: var(--tableai-column-text-color) !important;
}
.table-ai-us-vs-them-table td:not(:nth-child(2)) .table-ai-check-icon circle {
  fill: var(--tableai-column-bg-color) !important;
  stroke: var(--tableai-column-bg-color) !important;
}
.table-ai-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.table-ai-tooltip-container {
  max-width: 300px;
}
