._ix3k070-2-0-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: var(--dt-borders-radius-field-default, 8px);
  touch-action: none;
}
._ix3k071-2-0-1 {
  touch-action: none;
  background: var(--dt-colors-border-neutral-default, #dadbe4);
  cursor: col-resize;
  transition: height var(--dt-timings-base-default, 300ms) var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
  height: var(--dt-spacings-size-36, 36px);
  left: 3px;
  border-radius: var(--dt-borders-radius-field-default, 8px);
  background-color: var(--dt-colors-border-neutral-accent, #595a7d);
  width: 2px;
}
._ix3k071-2-0-1:focus-within {
  width: 100%;
}
._ix3k071-2-0-1:hover._ix3k071-2-0-1:focus-within {
  width: 2px;
}
._ix3k071-2-0-1:focus, ._ix3k071-2-0-1:hover {
  height: var(--dt-spacings-size-48, 48px);
  background-color: var(--dt-colors-border-neutral-accent-hover, #434465);
}
._ix3k071-2-0-1:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
}
._ix3k072-2-0-1 {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: var(--dt-spacings-size-16, 16px);
}
._ix3k072-2-0-1:focus {
  outline: none;
}
.no-sidebar > ._flgwqx2-2-0-1 ._ix3k072-2-0-1 {
  display: none;
}
.no-details > ._flgwqx3-2-0-1 ._ix3k072-2-0-1 {
  display: none;
}