.overlay-panel-component .overview-panel {
  width: auto !important;
}

.overlay-panel-component .details-panel {
  left: auto !important;
}

.overlay-panel-component .overlay-right-section {
  float: left;
  height: 100%;
  width: 100%;
}

.overlay-panel-component .overlay-right-section .overlay-right-section-content {
  padding: 30px;
  width: 100%;
  height: 100%;
}

.overlay-panel-component .overlay-right-section .overlay-panel-close-button {
  height: 30px;
  float: right;
}

.overlay-panel-component .right-section-scrollable {
  height: 100%;
  overflow: auto;
}

.overlay-panel-component.splitter.horizontal .rightPane {
  -webkit-box-shadow: rgba( 200, 200, 200 ,  1 ) -10px 8px 30px 0px;
  -webkit-box-shadow: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ) -10px 8px 30px 0px;
  -moz-box-shadow: rgba( 200, 200, 200 ,  1 ) -10px 8px 30px 0px;
  -moz-box-shadow: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ) -10px 8px 30px 0px;
  box-shadow: rgba( 200, 200, 200 ,  1 ) -10px 8px 30px 0px;
  box-shadow: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ) -10px 8px 30px 0px;
}

.overlay-panel-component.splitter.horizontal .handleBar {
  border-color: rgba( 248, 248, 248 ,  1 );
  border-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
}
