._container_1c77q_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._logoRow_1c77q_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 15px;
  position: relative;
}

._logo_1c77q_7 {
  height: 46px;
  transition: opacity 0.2s ease-in-out;
}

._logoHidden_1c77q_20 {
  opacity: 0;
}

._logoVisible_1c77q_24 {
  opacity: 1;
}

._logoCollapsed_1c77q_28 {
  width: 55%;
  transition: width 0.2s ease-in-out;
}

._searchWrap_1c77q_33 {
  padding: 0 12px 12px 12px;
}
._header_iok9n_1 {
  position: fixed;
  top: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid #eceff3;
  z-index: 1200;
  padding: 0 16px;
}

._left_iok9n_15 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._right_iok9n_21 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._iconBtn_iok9n_27 {
  color: #5e6675;
}

._avatarBtn_iok9n_31 {
  padding: 2px;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  width: 100vw;
  height: 100vh;
}

#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
