.p-Widget {
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  position: relative;
}
.p-Widget.p-mod-hidden {
  display: none !important;
}
.p-CommandPalette {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-CommandPalette-search {
  flex: 0 0 auto;
}
.p-CommandPalette-content {
  flex: 1 1 auto;
  list-style-type: none;
  margin: 0;
  min-height: 0;
  overflow: auto;
  padding: 0;
}
.p-CommandPalette-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-CommandPalette-item {
  display: flex;
  flex-direction: row;
}
.p-CommandPalette-itemIcon {
  flex: 0 0 auto;
}
.p-CommandPalette-itemContent {
  flex: 1 1 auto;
  overflow: hidden;
}
.p-CommandPalette-itemShortcut {
  flex: 0 0 auto;
}
.p-CommandPalette-itemLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-DockPanel,
.p-DockPanel-widget {
  z-index: 0;
}
.p-DockPanel-tabBar {
  z-index: 1;
}
.p-DockPanel-handle {
  z-index: 2;
}
.p-DockPanel-handle.p-mod-hidden {
  display: none !important;
}
.p-DockPanel-handle:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-DockPanel-handle[data-orientation="horizontal"] {
  cursor: ew-resize;
}
.p-DockPanel-handle[data-orientation="vertical"] {
  cursor: ns-resize;
}
.p-DockPanel-handle[data-orientation="horizontal"]:after {
  left: 50%;
  min-width: 8px;
  transform: translateX(-50%);
}
.p-DockPanel-handle[data-orientation="vertical"]:after {
  min-height: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-DockPanel-overlay {
  box-sizing: border-box;
  pointer-events: none;
  z-index: 3;
}
.p-DockPanel-overlay.p-mod-hidden {
  display: none !important;
}
.p-Menu {
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.p-Menu-content {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-Menu-item {
  display: table-row;
}
.p-Menu-item.p-mod-collapsed,
.p-Menu-item.p-mod-hidden {
  display: none !important;
}
.p-Menu-itemIcon,
.p-Menu-itemSubmenuIcon {
  display: table-cell;
  text-align: center;
}
.p-Menu-itemLabel {
  display: table-cell;
  text-align: left;
}
.p-Menu-itemShortcut {
  display: table-cell;
  text-align: right;
}
.p-MenuBar {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-MenuBar-content {
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-MenuBar-item {
  box-sizing: border-box;
}
.p-MenuBar-itemIcon,
.p-MenuBar-itemLabel {
  display: inline-block;
}
.p-ScrollBar {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-ScrollBar[data-orientation="horizontal"] {
  flex-direction: row;
}
.p-ScrollBar[data-orientation="vertical"] {
  flex-direction: column;
}
.p-ScrollBar-button {
  box-sizing: border-box;
  flex: 0 0 auto;
}
.p-ScrollBar-track {
  box-sizing: border-box;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.p-ScrollBar-thumb {
  box-sizing: border-box;
  position: absolute;
}
.p-SplitPanel-child {
  z-index: 0;
}
.p-SplitPanel-handle {
  z-index: 1;
}
.p-SplitPanel-handle.p-mod-hidden {
  display: none !important;
}
.p-SplitPanel-handle:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-SplitPanel[data-orientation="horizontal"] > .p-SplitPanel-handle {
  cursor: ew-resize;
}
.p-SplitPanel[data-orientation="vertical"] > .p-SplitPanel-handle {
  cursor: ns-resize;
}
.p-SplitPanel[data-orientation="horizontal"] > .p-SplitPanel-handle:after {
  left: 50%;
  min-width: 8px;
  transform: translateX(-50%);
}
.p-SplitPanel[data-orientation="vertical"] > .p-SplitPanel-handle:after {
  min-height: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-TabBar {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-TabBar[data-orientation="horizontal"] {
  flex-direction: row;
}
.p-TabBar[data-orientation="vertical"] {
  flex-direction: column;
}
.p-TabBar-content {
  display: flex;
  flex: 1 1 auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-TabBar[data-orientation="horizontal"] > .p-TabBar-content {
  flex-direction: row;
}
.p-TabBar[data-orientation="vertical"] > .p-TabBar-content {
  flex-direction: column;
}
.p-TabBar-tab {
  box-sizing: border-box;
  flex-direction: row;
  overflow: hidden;
}
.p-TabBar-tabCloseIcon,
.p-TabBar-tabIcon {
  flex: 0 0 auto;
}
.p-TabBar-tabLabel {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
}
.p-TabBar-tab.p-mod-hidden {
  display: none !important;
}
.p-TabBar.p-mod-dragging .p-TabBar-tab {
  position: relative;
}
.p-TabBar.p-mod-dragging[data-orientation="horizontal"] .p-TabBar-tab {
  left: 0;
  transition: left 0.15s ease;
}
.p-TabBar.p-mod-dragging[data-orientation="vertical"] .p-TabBar-tab {
  top: 0;
  transition: top 0.15s ease;
}
.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging {
  transition: none;
}
.p-TabPanel-tabBar {
  z-index: 1;
}
.p-TabPanel-stackedPanel {
  z-index: 0;
}
