.header_menuItem {
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
  color: #fff;
  margin: 0px 8px;
  scrollbar-color: transparent transparent;
}

.header_menuItem--text {
  word-break: keep-all;
  width: max-content;
  padding: 1em;
}

.header_menu {
  display: flex;
  overflow-x: scroll;
}

.header_menuItem:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
}

.header_login {
  flex-wrap: wrap;
  align-items: center;
}

.user-status-info {
  color: #fff;
  text-align: center;
  width: 100%;
}

ul.nav.nav-pills {
  display: none;
}

.table1024,
.table1024 tbody,
.table1024 tr,
.table1024 td {
  display: block;
}

.table1024 td {
  margin: 1em 0;
}
