.ifx-content-switcher {
  background-color: #ffffff;
  border: 1px solid #bfbbbb;
  border-radius: 9999px;
  height: 36px;
  width: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ifx-content-switcher ::slotted(ifx-content-switcher-item) {
  position: relative;
}
.ifx-content-switcher ::slotted(ifx-content-switcher-item:first-child) {
  left: -1px;
  margin-right: -1px;
}
.ifx-content-switcher ::slotted(ifx-content-switcher-item:last-child) {
  right: -1px;
  margin-left: -1px;
}
.ifx-content-switcher ::slotted(.ifx-content-switcher-divider) {
  width: 1px;
  height: 20px;
  background-color: #8d8786;
  margin: 0px 1px;
  visibility: visible;
}
.ifx-content-switcher ::slotted(.ifx-content-switcher-divider.hidden) {
  visibility: hidden;
}