.ids--light,
.ids--dark {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Inter";
  --IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
  --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.75rem;
  --IDS-HEADING-XL__MARGIN-BOTTOM: 1.75rem;
  --IDS-HEADING-L__MARGIN-BOTTOM: 1.75rem;
  --IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
  --IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
  --IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
  --IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-PAGE-LIST__FONT-WEIGHT: 700;
  --IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
  --IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
  --IDS-BODY__MARGIN-BOTTOM: 1rem;
}
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin,
.ids--dark.ids--1177-pro,
.ids--dark.ids--1177-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}
.ids--light.ids--inera, .ids--light.ids--inera-general, .ids--light.ids--inera-admin,
.ids--dark.ids--inera,
.ids--dark.ids--inera-general,
.ids--dark.ids--inera-admin {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Poppins";
  --IDS-PAGE-LIST__FONT-WEIGHT: 600;
  --IDS-PAGE-LIST__LETTER-SPACING: 0;
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
  --IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
}
.ids--light.ids--dark,
.ids--dark.ids--dark {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
}
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-general, .ids--light.ids--dark.ids--inera-admin,
.ids--dark.ids--dark.ids--1177-pro,
.ids--dark.ids--dark.ids--1177-admin,
.ids--dark.ids--dark.ids--inera,
.ids--dark.ids--dark.ids--inera-general,
.ids--dark.ids--dark.ids--inera-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}

.ids-table {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-radius: var(--IDS-TABLE__BORDER-RADIUS);
  border-top: var(--IDS-TABLE__BORDER-TOP);
  border-left: var(--IDS-TABLE__BORDER-LR);
  border-right: var(--IDS-TABLE__BORDER-LR);
  border-bottom: var(--IDS-TABLE__BORDER-BOTTOM);
  border-spacing: 0;
  overflow: hidden;
}
.ids-table caption {
  font-style: normal;
  color: var(--IDS-TABLE__CAPTION-COLOR);
  font-family: var(--ids-font-family-body-text);
  font-size: var(--ids-font-size-body-text);
  line-height: var(--ids-font-line-height-body-text);
  font-weight: var(--ids-font-weight-body-text);
  letter-spacing: 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
}
.ids-table thead th {
  background-color: var(--IDS-TABLE__HEAD-BACKGROUND-COLOR);
  text-align: start;
  border-bottom: var(--IDS-TABLE__HEAD-BORDER-BOTTOM);
  font-weight: 700;
  font-family: var(--IDS-FONT-FAMILY-HEADING);
}
.ids-table th,
.ids-table td {
  padding: 0.75rem 1.25rem;
  border-left: var(--IDS-TABLE__CELL-BORDER);
  border-top: var(--IDS-TABLE__CELL-BORDER);
  color: var(--IDS-TABLE__CELL-COLOR);
  overflow-wrap: normal;
}
.ids-table thead tr:first-child th {
  border-top: 0;
}
.ids-table thead tr th:first-child {
  border-top-left-radius: var(--IDS-TABLE__BORDER-TOP-RADIUS);
}
.ids-table thead tr th:last-child {
  border-top-right-radius: var(--IDS-TABLE__BORDER-TOP-RADIUS);
}
.ids-table tbody tr:first-child th,
.ids-table tbody tr:first-child td {
  border-radius: var(--IDS-TABLE__FIRST-ROW-CELL-BORDER-TOP);
}
.ids-table tbody tr td:first-child,
.ids-table thead tr th:first-child {
  border-left: 0;
}
.ids-table tbody tr th {
  border-bottom: 0;
  border-left: 0;
  text-align: left;
  background-color: var(--IDS-TABLE__HEAD-BACKGROUND-COLOR);
  overflow-wrap: normal;
  font-family: var(--IDS-FONT-FAMILY-HEADING);
}
.ids-table tbody tr:last-child th:first-child,
.ids-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--IDS-TABLE__BORDER-TOP-RADIUS);
}
.ids-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--IDS-TABLE__BORDER-TOP-RADIUS);
}
.ids-table tbody td {
  background-color: var(--IDS-TABLE__CELL-BACKGROUND-COLOR);
}