.callgraph-hub .id-form {
  width: 330px; }

.callgraph-hub div::after {
  visibility: hidden; }

.callgraph-hub .loading-spinner {
  padding-top: 60px; }

.callgraph-hub .parse-checkbox {
  padding-left: 20px; }

.callgraph-hub .waterfall-rect {
  height: 0px; }

.callgraph-hub .ms-List-cell {
  height: 30px; }

.callgraph-hub .anchor span {
  margin-left: 22px;
  margin-top: 5px;
  width: 26px;
  line-height: 26px;
  -moz-border-radius: 30px;
  border-radius: 13px;
  text-align: center;
  font-size: 1em; }

.callgraph-hub .anchor.anchor-red span {
  background-color: rgba(205, 74, 69, 1);
  background-color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.callgraph-hub .anchor.anchor-yellow span {
  background-color: rgba(250, 157, 45, 1);
  background-color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }

.callgraph-hub .anchor-green span {
  margin-left: 31px; }

.callgraph-callout {
  width: 1200px;
  max-height: 700px; }
  .callgraph-callout .no-list-item {
    text-align: center;
    font-size: 16px;
    color: rgba( 200, 200, 200 ,  1 );
    color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    padding-top: 60px; }
  .callgraph-callout .picklist-columns {
    width: 300px;
    max-height: 500px; }
  .callgraph-callout .pivot-height {
    height: 667px; }
