.process-item-overview {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
}

.process-item-overview .two-panel-overview .process-item-dropdown {
  margin-right: 12px;
}

.process-item-overview .two-panel-overview .process-item-overview-body {
  padding-left: 23px;
}

.process-item-overview .deploy-process-item-error {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}
