/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/table.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-table {
  font-size: 1.125rem;
}
.content-table caption {
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.content-table td, .content-table th {
  line-height: 2rem;
  padding: 1rem 1.25rem;
}
@media (min-width: 992px) {
  .content-table td, .content-table th {
    padding: 1rem 2.5rem;
  }
}
.content-table th {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
}
.content-table tfoot td {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
}
.content-table:not(.content-table-striped):not(.content-table-bordered) tr th, .content-table:not(.content-table-striped):not(.content-table-bordered) tr td {
  padding: 0.5rem 1.25rem 0.5rem 0;
}
.content-table:not(.content-table-striped):not(.content-table-bordered) tr th:first-child, .content-table:not(.content-table-striped):not(.content-table-bordered) tr td:first-child {
  padding-left: 0;
}

.content-table-striped:not(.content-table-header-left):has(:not(thead)) tbody tr:nth-child(even) td,
.content-table-bordered:not(.content-table-header-left):has(:not(thead)) tbody tr:nth-child(even) td {
  background-color: var(--color-background);
}
.content-table-striped:not(.content-table-header-left):has(thead) tbody tr:nth-child(even) td,
.content-table-bordered:not(.content-table-header-left):has(thead) tbody tr:nth-child(even) td {
  background-color: transparent;
}
.content-table-striped:not(.content-table-header-left):has(thead) tbody tr:nth-child(odd) td,
.content-table-bordered:not(.content-table-header-left):has(thead) tbody tr:nth-child(odd) td {
  background-color: var(--color-background);
}
.content-table-striped.content-table-header-left tr:nth-child(even) th, .content-table-striped.content-table-header-left tr:nth-child(even) td,
.content-table-bordered.content-table-header-left tr:nth-child(even) th,
.content-table-bordered.content-table-header-left tr:nth-child(even) td {
  background-color: var(--color-background);
}

.content-table-bordered {
  border: 1px solid var(--color-background);
}
.content-table-bordered caption {
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .content-table-bordered caption {
    padding-left: 2.5rem;
  }
}
