html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.root {
  height: 100%;
}

code {
  font-family:
    source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* https://stackoverflow.com/a/45890842 */
button {
  background: none;
  color: inherit;
  border: none;
  padding: 5px 4px 5px 4px;
  margin: 5px 0 5px 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button:focus {
  outline: solid;
}
._dropdown_1gz9t_1 {
  display: flex;
  align-items: center;
  padding: 5px 4px 0px 0px;
}

._select_1gz9t_7 {
  width: 100%;
}
._dropdown_1gz9t_1 {
  display: flex;
  align-items: center;
  padding: 5px 4px 0px 0px;
}

._select_1gz9t_7 {
  width: 100%;
}
._container_13i3u_1 {
  display: inline-block;
}

._menu_13i3u_5 {
  position: absolute;

  display: none;
}

@media (max-width: 600px) {
  ._menu_13i3u_5 {
    right: 0;
  }
}

._menu_13i3u_5._opened_13i3u_17 {
  display: grid;
}

._menuButton_13i3u_21 {
}
._item_9vuj2_1 {
    display: flex;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
}

._actions_9vuj2_9 {
    display: flex;
    align-items: center;
}

._fold_9vuj2_14 {
    display: inline-block;
    max-height: 40px;
    max-width: 85%;
    overflow: hidden;
}

._unfold_9vuj2_21 {
    display: inline-block;
}

._content_9vuj2_25 {
    display: inline-block;
}
._overview_1ioz5_1 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  ._overview_1ioz5_1 {
    width: calc(var(--rem) * 109);
  }
}

._container_1ioz5_13 {
  overflow: scroll;
}

._items_1ioz5_17 {
}

._item_1ioz5_17 {
}
._input_1c8sq_1 {
    max-width: 45vw;
    margin: 0px 5px 0px 5px;
}

@media (max-width: 600px) {
  ._input_1c8sq_1 {
    max-width: 95vw;
  }
}
._profile_173p0_1 {
  overflow: scroll;
}
._main_1uuq4_1 {
  height: 100%;
  font-family: monospace;
  display: flex;
}

._window_1uuq4_7 {
  height: 100%;
  display: grid;
  grid: auto auto auto 1fr auto / auto;
  padding: 0px 15px 0px 15px;
  z-index: 999998;
  width: 50vw;
}

._window_1uuq4_7._closed_1uuq4_16 {
}

@media (max-width: 600px) {
  ._window_1uuq4_7 {
    width: 100vw;
    z-index: 999998;
  }

  ._window_1uuq4_7._closed_1uuq4_16 {
    display: none;
  }
}

._buttonbar_1uuq4_30 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._buttonbarbig_1uuq4_36 {
  padding-top: 40px;
}

._bottom_1uuq4_40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

._bottombig_1uuq4_47 {
  padding-bottom: 40px;
}

._sticky_1uuq4_51 {
  position: sticky;
  top: calc(var(--rem) * 48);
  padding-left: calc(var(--col) * 2);
  padding-right: calc(var(--col) * 2);
  /* width: calc(var(--col) * 16); */

  overflow-y: auto;
  max-height: 100vh;
}
