.functional-location-toggle {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

#functionalLocationRows td {
  border-top: 0;
}

.company-table tr.functional-location-child td:first-child {
  position: relative;
  padding-left: calc(22px + var(--functional-indent));
}

.company-table tr.functional-location-child td:first-child::before {
  position: absolute;
  top: calc(-50% - 8px);
  bottom: calc(-50% - 8px);
  left: calc(22px + var(--functional-connector));
  border-left: 1px solid #c9ddd0;
  content: "";
}

.company-table tr.functional-location-child td:first-child::after {
  position: absolute;
  top: 50%;
  left: calc(22px + var(--functional-connector));
  width: 16px;
  border-top: 1px solid #c9ddd0;
  content: "";
}

.company-table tr.functional-location-last-child td:first-child::before {
  bottom: 50%;
}

.company-table tr.functional-location-child .code-pill {
  position: relative;
  z-index: 1;
  background: #f2f8f4;
}
