@media (max-width: 1200px) {
  .tui-1314 {
    display: none;
  }
}
.tui-1314 > .ui-menu {
  border-bottom: var(--border-width) var(--border-style) var(--border-color);
  z-index: 9;
}
@media (min-width: 1200px) {
  .tui-1315 {
    display: none;
  }
}
.tui-1315 > .ui-menu {
  border-bottom: var(--border-width) var(--border-style) var(--border-color);
  z-index: 9;
}
@media (min-width: 1200px) {
  .tui-1316 .ux-panel > .ui-menu {
    display: none;
  }
}
.tui-1316 .ux-panel {
  height: auto;
}
.tui-1316 .ux-panel > .ui-menu {
  justify-content: start;
  background: none;
  height: auto;
  min-height: auto;
}
.tui-1316 .ux-panel > .ui-menu .ux-list {
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.tui-1316 .ux-panel > .ui-menu .ux-list .ux-item .ux-list-sub {
  position: relative;
  display: flex;
  background: none;
  border: none;
  max-height: none;
  width: auto;
  top: auto;
  left: auto;
  box-shadow: none;
}
.tui-1316 .ux-panel > .ui-menu [js-logout] {
  cursor: pointer;
}
