.custom-tooltip-chart {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  align-items: flex-start;
  width: 146px;
  height: 100%;
  padding: 8px;
  color: var(--io-n, #021429);
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  // background: rgba(250, 251, 253, 0.8);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #0000001a;

  .custom-tooltip-name {
    color: var(--io-n, #021429);
    font-weight: 500;
    font-size: 12px;
    font-family: PingFang SC;
    font-style: normal;
    line-height: normal;
  }

  .custom-tooltip-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    height: 100%;
    padding: 0px 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);

    .tooltip-span {
      display: block;
      color: var(--3, #5f6085);
      font-weight: 400;
      font-size: 12px;
      font-family: PingFang SC;
      font-style: normal;
      line-height: normal;
    }

    > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .tooltip-marker {
      justify-content: flex-start;
    }
  }
}
