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

.ids-progressbar .ids-progressbar__bar {
  border: var(--IDS-PROGRESSBAR__BORDER-THICKNESS) solid var(--IDS-PROGRESSBAR__BORDER-COLOR);
  height: var(--IDS-PROGRESSBAR__HEIGHT);
  box-sizing: border-box;
  border-radius: 0.75rem;
  position: relative;
}
@media (max-width: 1023px) {
  .ids-progressbar .ids-progressbar__bar {
    height: var(--IDS-PROGRESSBAR__HEIGHT--TABLET);
    border-radius: 0.5rem;
  }
}
.ids-progressbar .ids-progressbar__progress {
  position: absolute;
  left: 0;
  background-color: var(--IDS-PROGRESSBAR__PROGRESS-COLOR);
  width: 15%;
  display: block;
  height: 0.75rem;
  border-radius: 0.75rem;
  transition: width 0.3s ease;
  margin-top: -0.063rem;
  margin-left: -0.063rem;
}
@media (max-width: 1023px) {
  .ids-progressbar .ids-progressbar__progress {
    height: 0.5rem;
    border-radius: 0.5rem;
  }
}
.ids-progressbar .ids-progressbar__progress--none {
  display: none;
}
.ids-progressbar .ids-progressbar__label {
  color: var(--IDS-FORM-LABEL__COLOR);
  font-family: var(--IDS-FORM-LABEL__FONT-FAMILY);
  font-size: var(--IDS-FORM-LABEL__FONT-SIZE);
  font-style: normal;
  font-weight: var(--IDS-FORM-LABEL__FONT-WEIGHT);
  letter-spacing: var(--IDS-FORM-LABEL__LETTER-SPACING);
  line-height: var(--IDS-FORM-LABEL__HEIGHT);
  display: inline !important;
  padding: 0;
}
.ids-progressbar .ids-progressbar__label.ids-label--clickable {
  cursor: pointer !important;
}
.ids-progressbar .ids-progressbar__label.ids-label--disabled, .ids-input:has(.ids-input__input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-time:has(.ids-time__input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-darkmode-toggle:has(input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-radio:has(input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-range:has(input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-checkbox:has(input[disabled]) .ids-progressbar .ids-progressbar__label, .ids-select-multiple:has(.ids-select-multiple__select[disabled]) .ids-progressbar .ids-progressbar__label, .ids-textarea:has(textarea[disabled]) .ids-progressbar .ids-progressbar__label, .ids-select:has(.ids-select__select[disabled]) .ids-progressbar .ids-progressbar__label {
  font-style: italic;
  color: var(--IDS-FORM-LABEL--DISABLED-COLOR);
  cursor: default !important;
}
.ids-progressbar .ids-progressbar__label.ids-label--read-only, .ids-input:has(.ids-input__input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-time:has(.ids-time__input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-darkmode-toggle:has(input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-radio:has(input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-range:has(input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-checkbox:has(input[readonly]) .ids-progressbar .ids-progressbar__label, .ids-select-multiple:has(.ids-select-multiple__select[readonly], .ids-select-multiple__select[aria-disabled=true]) .ids-progressbar .ids-progressbar__label, .ids-textarea:has(textarea[readonly]) .ids-progressbar .ids-progressbar__label, .ids-select:has(.ids-select__select[readonly], .ids-select__select[aria-disabled=true]) .ids-progressbar .ids-progressbar__label {
  color: var(--IDS-FORM-LABEL--READ-ONLY-COLOR);
  cursor: default !important;
}