.plan-groups-queue-dialog .container {
  min-width: 650px;
  width: 800px;
  max-width: 800px;
  min-height: 300px;
}

.plan-groups-queue-dialog .container .ms-Dialog-title {
  font-weight: 600;
}

.plan-groups-queue-dialog .container .content .hub-progress.progress-indicator {
  top: unset;
  position: unset;
}

.plan-groups-queue-dialog .container .content .splitter.horizontal.hub-splitter.two-panel-selector {
  display: block;
}

.plan-groups-queue-dialog .container .content .two-panel-selector {
  min-height: 420px;
}

.plan-groups-queue-dialog .container .content .plan-groups-list {
  height: 390px;
  overflow-y: auto;
}

.plan-groups-queue-dialog .container .content .leftPane .ms-Label.hub-header {
  font-size: 18px;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.plan-groups-queue-dialog .container .content .leftPane .two-panel-selector-selectable.selected .ms-Label.queue-status {
  font-weight: 600;
}

.plan-groups-queue-dialog .container .content .leftPane .two-panel-selector-selectable {
  min-height: 44px;
}

.plan-groups-queue-dialog .container .content .leftPane .two-panel-selector-selectable .selectable-item-section {
  padding-top: 8px;
}

.plan-groups-queue-dialog .container .content .leftPane .two-panel-selector-selectable .ms-Label.queue-status {
  padding-left: 10px;
}

.plan-groups-queue-dialog .container .content .two-panel-selector.hub-splitter.splitter .rightPane {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.plan-groups-queue-dialog .container .content .two-panel-selector.hub-splitter.splitter .rightPane .list-description-header {
  padding-left: 8px;
}
