@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-header-1177-admin-nav-item-dropdown-link ::slotted(a) {
  color: var(--IDS-HEADER-1177-ADMIN-NAV-DROPDOWN-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none !important;
}
.ids-header-1177-admin-nav-item-dropdown-link ::slotted(a:active) {
  color: var(--IDS-HEADER-1177-ADMIN-NAV-DROPDOWN-ITEM__ACTIVE-COLOR);
}
.ids-header-1177-admin-nav-item-dropdown-link ::slotted(a:hover),
.ids-header-1177-admin-nav-item-dropdown-link ::slotted(a:active:hover) {
  color: var(--IDS-HEADER-1177-ADMIN-NAV-DROPDOWN-ITEM__HOVER-COLOR);
}
.ids-header-1177-admin-nav-item-dropdown-link ::slotted(a:focus-visible) {
  outline-offset: -0.25rem !important;
}
.ids-header-1177-admin-nav-item-dropdown-link:has(::slotted(a:active)):before {
  background-color: var(--IDS-HEADER-1177-ADMIN-NAV-ITEM__SELECTED-COLOR);
}