.base-layout header {
  flex-shrink: 0;
  width: 100%;
  z-index: 10;
  position: relative;
}

.lobby-base-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  background-color: #282b30;
  border-bottom: 1px solid #313843;
  width: 100%;
}

.lobby-base-header-left {
  position: absolute;
  left: 0;
  min-width: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #787878;
  font-size: 1rem;

}

.lobby-base-header-center {
  width: 100%;
  color: #fff;
  text-align: center;
}

.main {
  position: relative;
  padding-bottom: 0;
  height: 100%;
}

.service-root {
  padding: .5rem .5rem 0;
  padding-top: 0;
  margin-top: .5rem;
  overflow-x: scroll;
  height: calc(16px * 100 - 2.5rem - 2rem - .5rem);
}

.online-customers-wrapper {
  padding: 1rem;
  background-color: #1a1a1a;
  border-radius: .5rem;
  box-shadow: 0 .03rem .09rem rgba(0, 0, 0, .06);
}

.online-customers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.inner-online-customers {
  display: flex;
  flex: 1;
}

.inner-online-customers img {
  width: 2.5rem;
}

.literal-tools {
  margin-left: .5rem;
}

.default-title {
  font-size: .9rem;
  color: #787878;
}

.default-describe {
  margin-top: .3rem;
  color: #b4b0b0;
  font-size: .7rem;

}

.button-mobile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: .5rem;
  margin-left: 3rem;
}

.other-customers {
  margin-top: .5rem;
  background-color: #1a1a1a;
  border-radius: .5rem;
  box-shadow: 0 .5rem .2rem rgba(0, 0, 0, .06);
  padding: 0;
}

.ui-tabs {
  padding-left: .2rem;
  min-height: .6rem;
  overflow: hidden;
  position: relative;
  /* height: .7rem; */
  border-bottom: 1px solid #787878;
}

.ui-tabs__nav {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: content-box;
  height: 100%;
  padding-bottom: .5rem;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: start;
  background: transparent;
  user-select: none;
  scrollbar-width: none;
}

.ui-tab {
  padding: .5rem 1rem 5px 1rem;
  color: #787878;
  flex: none;
  font-weight: 400;
  line-height: 1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.tab-btn {
  display: flex;
  align-items: center;
  font-size: .8rem;
  /* line-height: .24rem; */
}

.tab-btn img {
  width: 1.5rem;
}

.ui-tabs__content {
  overflow: hidden;
}

.announcementbox {
  width: 100%;
  padding: .8rem .2rem .8rem .2rem;
  background-color: #202329 !important;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.announcement {
  background-color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  border-radius: 1rem;
  padding: .5rem;
}

.submit-btn {
  position: relative;
  height: 5rem;
  margin: 0 -.2rem;
  padding: .5rem .5rem .6rem;
  font-size: .8rem;
  background-color: #282b30;
  box-shadow: 0 -.3rem .5rem rgba(0, 0, 0, .1);

}

.feedback-form {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}