.graph-tooltip-wrapper {
  background-color: $white-100;
  border: 1px solid $color-border;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  overflow: hidden;
  h6 {
    padding: 10px 20px;
    border-bottom: 1px solid $color-border;
  }
  .table-wrapper {
    padding: 10px 20px;
    tr {
      td {
        &:first-child {
          font-weight: 450;
          padding-right: 10px;
          color: $color-heading;
        }
        padding: 4px 0;
        font-size: 1rem;
      }
    }
  }
}

.is-hovering .label text tspan {
  stroke: $white-100;
  fill: $white-100;
  stroke-width: 0.3px;
}
.is-selected .label text tspan {
  stroke: $white-100;
  fill: $white-100;
  stroke-width: 0.3px;
}
.label text tspan {
  stroke: $primary-5;
  fill: $primary-5;
  stroke-width: 0.3px;
}
.edgeLabel .label text tspan {
  stroke-width: 0px;
}
