._pageContainer_198q8_1 {
  display: flex;
  flex-grow: 2;
  overflow: hidden;
}

._sidebarContainer_198q8_7 {
  display: flex;
  border-right: 1px solid var(--color-gray-400);
  position: relative;
}

._sidebarHandle_198q8_13 {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  cursor: ew-resize;
}

._sidebarHandle_198q8_13:hover,
._sidebarHandle_198q8_13:active {
  background: rgba(0, 0, 0, 0.05);
}

._transition_198q8_27 {
  transition: 0.3s ease-in-out;
}

._sidebarNavWrapper_198q8_31 {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

._sidebarToggle_198q8_37 {
  color: var(--color-gray-600);
  border: none;
  background: transparent;
  text-align: right;
  padding: 0.75rem;
  width: 100%;
  border-top: 1px solid var(--color-gray-300);
  display: flex;
  justify-content: flex-end;
  border-radius: 0;
}

._sidebarToggleChevron_198q8_50 {
  font-size: 20px;
  color: var(--color-gray-600);
}
