.nowrap {
  white-space: nowrap;
}

a[aria-label="hidden"] {
  display: none;
}

.icon-chevronright::before,
.icon-chevronright::after {
  content: "";
}

.compare-modal .device-content ul {
  text-align: right;
}

.compare-modal .device-content li::before {
  padding-right: 0;
  padding-left: 0.5em;
}

.template-dropdown .selector-element::before {
  right: unset;
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    #fff 100%
  );
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html.hide-acmi [data-toggle-bts-2023="acmi"] {
  display: block !important;
}
