.container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  opacity: 0.9;
  z-index: 999999;
}

.toolsArea {
  position: absolute;
  bottom: 0;
  top: 5px;
  width: 100%;
}
.toolsArea > div {
  height: 100%;
}
.toolsArea > div :global .ms-Pivot {
  user-select: none;
}
.toolsArea > div > div + div {
  padding: 0 5px 5px 5px;
  height: calc(100% - 50px);
  position: absolute;
  width: calc(100% - 10px);
}
.toolsArea > div > div + div > div {
  height: 100%;
}

.resizeBar {
  background-color: darkslategray;
  width: 100%;
  height: 5px;
  cursor: ns-resize;
}

.closeButton {
  position: absolute !important;
  right: 0;
  top: 0;
}