@media (max-width: 1023px) {
  .ids-desktop,
  .ids-desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .ids-mobile,
  .ids-mobile-only {
    display: none !important;
  }
}

@media (max-width: 639px), (min-width: 1024px) {
  .ids-tablet-only {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .ids-tablet-hide {
    display: none !important;
  }
}

@media (max-width: 1023px), (min-width: 1280px) {
  .ids-desktop-small-only {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .ids-desktop-small-hide {
    display: none !important;
  }
}

@media (max-width: 1279px), (min-width: 1440px) {
  .ids-desktop-medium-only {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .ids-desktop-medium-hide {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .ids-desktop-medium-up {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .ids-desktop-large-up {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .ids-desktop-extra-large-up {
    display: none !important;
  }
}

.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);
}

table.ids-data-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER-COLOR);
  border-radius: var(--IDS-DATA-TABLE__BORDER-RADIUS);
  overflow: visible;
}
table.ids-data-table caption {
  font-style: normal;
  color: var(--IDS-DATA-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: 0.875rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
}
table.ids-data-table .ids-control-button {
  display: inline-flex;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
table.ids-data-table th,
table.ids-data-table td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER-COLOR);
  border-right: none;
  line-height: 1.25rem;
}
table.ids-data-table th:first-child,
table.ids-data-table td:first-child {
  padding-left: 1rem;
}
table.ids-data-table th:last-child,
table.ids-data-table td:last-child {
  padding-right: 1rem;
}
table.ids-data-table th.ids-data-table__col--wide,
table.ids-data-table td.ids-data-table__col--wide {
  width: 30em;
}
table.ids-data-table th .ids-data-table__sort-button,
table.ids-data-table td .ids-data-table__sort-button {
  background: transparent;
  border: var(--IDS-BUTTON__BORDER-THICKNESS) solid var(--IDS-BUTTON--TERTIARY__BORDER-COLOR);
  border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
  color: var(--IDS-BUTTON--TERTIARY__COLOR);
  background-color: var(--IDS-BUTTON--TERTIARY__BACKGROUND-COLOR);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 0.0938rem;
}
table.ids-data-table th .ids-data-table__sort-button:hover,
table.ids-data-table td .ids-data-table__sort-button:hover {
  color: var(--IDS-BUTTON--HOVER__COLOR) !important;
  background-color: var(--IDS-BUTTON--HOVER__BACKGROUND-COLOR) !important;
  border: var(--IDS-BUTTON__BORDER-THICKNESS) solid var(--IDS-BUTTON--HOVER__BORDER-COLOR) !important;
}
table.ids-data-table th .ids-data-table__sort-button:active, table.ids-data-table th .ids-data-table__sort-button.ids-button--active,
table.ids-data-table td .ids-data-table__sort-button:active,
table.ids-data-table td .ids-data-table__sort-button.ids-button--active {
  color: var(--IDS-BUTTON--ACTIVE__COLOR) !important;
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR) !important;
  border: var(--IDS-BUTTON__BORDER-THICKNESS) solid var(--IDS-BUTTON--ACTIVE__BORDER-COLOR) !important;
}
table.ids-data-table th .ids-data-table__sort-button:focus-visible,
table.ids-data-table td .ids-data-table__sort-button:focus-visible {
  border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
table.ids-data-table th .ids-data-table__sort-button.ids-button--disabled, table.ids-data-table th .ids-data-table__sort-button[disabled],
table.ids-data-table td .ids-data-table__sort-button.ids-button--disabled,
table.ids-data-table td .ids-data-table__sort-button[disabled] {
  color: var(--IDS-BUTTON--DISABLED__COLOR) !important;
  border: var(--IDS-BUTTON__BORDER-THICKNESS) solid transparent !important;
  background-color: transparent !important;
  pointer-events: none;
}
table.ids-data-table th .ids-data-table__sort-button [class^=ids-icon-]::before,
table.ids-data-table th .ids-data-table__sort-button [class*=" ids-icon-"]::before,
table.ids-data-table td .ids-data-table__sort-button [class^=ids-icon-]::before,
table.ids-data-table td .ids-data-table__sort-button [class*=" ids-icon-"]::before {
  position: absolute;
}
table.ids-data-table th .ids-data-table__sort-button,
table.ids-data-table td .ids-data-table__sort-button {
  border-radius: 100%;
  text-decoration: none !important;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
table.ids-data-table th .ids-data-table__sort-button:focus-visible,
table.ids-data-table td .ids-data-table__sort-button:focus-visible {
  border-radius: 100%;
}
table.ids-data-table thead tr {
  border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
  border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
}
table.ids-data-table thead tr th {
  white-space: nowrap;
  font-weight: 700;
  border-bottom: 0.125rem solid var(--IDS-DATA-TABLE__CELL-BORDER-COLOR);
  background-color: var(--IDS-DATA-TABLE__HEAD-BACKGROUND-COLOR);
  font-family: var(--IDS-FONT-FAMILY-HEADING);
  line-height: 1.5rem;
  vertical-align: middle;
  color: var(--IDS-DATA-TABLE__HEAD-COLOR);
}
table.ids-data-table thead tr th:not(:first-child):not(:last-child) {
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
}
table.ids-data-table thead tr th:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: -0.313rem !important;
  z-index: var(--IDS-Z-RAISED);
}
table.ids-data-table thead tr th:first-child {
  border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
}
table.ids-data-table thead tr th:last-child {
  border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
}
table.ids-data-table tbody tr {
  border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER-COLOR);
}
table.ids-data-table tbody tr th,
table.ids-data-table tbody tr td {
  color: var(--IDS-DATA-TABLE__CELL-COLOR);
  font-size: 0.875rem;
  vertical-align: middle;
}
table.ids-data-table tbody tr th.ids-data-table__td--flex,
table.ids-data-table tbody tr td.ids-data-table__td--flex {
  display: flex;
  align-items: center;
}
table.ids-data-table tbody tr th.ids-data-table__td--align-top,
table.ids-data-table tbody tr td.ids-data-table__td--align-top {
  vertical-align: top;
}
table.ids-data-table tbody tr[selected] td {
  background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
}
table.ids-data-table tbody tr th {
  font-family: var(--IDS-FONT-FAMILY-HEADING);
}
table.ids-data-table tbody tr:last-child {
  border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
  border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
}
table.ids-data-table tbody tr:last-child th,
table.ids-data-table tbody tr:last-child td {
  border-bottom: none;
}
table.ids-data-table tbody tr:last-child th:first-child,
table.ids-data-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
}
table.ids-data-table tbody tr:last-child th:last-child,
table.ids-data-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
}
table.ids-data-table tbody tr td {
  background-color: var(--IDS-DATA-TABLE__CELL-BACKGROUND-COLOR);
}
table.ids-data-table tbody tr td.ids-table__sub-row {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  border-left: 0.5rem solid var(--ids-color-surface-border-default);
}
table.ids-data-table.ids-data-table--interactive tbody tr:hover {
  position: relative;
  z-index: var(--IDS-Z-RAISED);
  cursor: pointer;
}
table.ids-data-table.ids-data-table--interactive tbody tr:hover td {
  background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
}
table.ids-data-table.ids-data-table--interactive tbody tr:focus-within:last-child {
  border-radius: 0 0 var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS) var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
}
table.ids-data-table.ids-data-table--empty td {
  padding: 1em;
}
@media (max-width: 1023px) {
  table.ids-data-table {
    width: 100%;
  }
}
@media (max-width: 639px) {
  table.ids-data-table .ids-data-table__col--wide {
    width: auto;
  }
}