/*
Theme Name: Behind The Volt
Author URI: https://alphacreative.vn/
Version: 1.0.0
*/

/* .dt-container .dt-layout-row {
  display: none !important;
}

.dt-container .dt-layout-row {
  display: none !important;
} */

.dt-container .dt-column-title {
  text-transform: uppercase;
}

.tablepress {
  border: 1px solid #fff !important;
}

.tablepress thead {
  text-transform: uppercase !important;
}

.tablepress > :where(tbody) > tr > * {
  color: #fff !important;
  background-color: transparent !important;
}

.tablepress > :where(thead, tfoot) > tr > * {
  color: #fff !important;
  background-color: transparent !important;
}

.tablepress thead tr th {
  border-right: 1px solid #fff !important;
}

.tablepress thead tr th:last-child {
  border-right: none !important;
}

.tablepress tr td {
  border-right: 1px solid #fff !important;
}

.tablepress tr td:last-child {
  border-right: none !important;
}

.tablepress > :not(caption) > * > * {
  padding: 20px !important;
}

.tablepress caption {
  display: none !important;
}

.content-detail.insight .content-detail-center ul li {
  padding-left: 0;
}

.content-detail.insight .content-detail-center ul li::before {
  display: none;
}

.content-detail-center-content {
  margin-bottom: 24px;
}

.content-detail-top-bottom-description ul,
.content-detail-bottom-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: disc;
  padding-left: 16px;
  margin-top: 24px;
}

.content-detail-bottom-content ul {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tablepress-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: 19px;
  }

  .tablepress {
    width: 100%;
    min-width: 600px;
    table-layout: auto;
  }
}

.tablepress {
  --head-active-bg-color: transparent;
  --head-active-text-color: #fff;
  --head-sort-arrow-color: #fff;
  --text-color: #fff;
  --border-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: #fff;
  --even-bg-color: #fff;
  --odd-bg-color: #fff;
  --odd-text-color: #fff;
  --head-text-color: #fff;
  --head-bg-color: #fff;
}
