.bixi-chart-ladder {
  &-container {
    display: flex;
  }

  &-step {
    width: 106px;

    &-title {
      display: flex;
      align-content: flex-end;
      cursor: pointer;

      &-blank {
        background: transparent;
      }

      &-content {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: flex-end;
        padding-right: 14px;
        font-size: 14px;
        transition: background-color 0.1s linear;
      }

      &-border {
        transition: border-color 0.1s linear;
      }

      &-active {
        color: #fff;
      }
    }
  }

  &-content {
    flex: 1;
    padding: 8px 18px;
    overflow-y: auto;
    line-height: 24px;
    background-color: #f7f9fd;
  }
}
