.abc-type-setting-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  .abc-type-setting {
    margin-right: 12px;
    .manual-type {
      margin-right: 4px;
    }
    .ant-input-number {
      width: 60px;
    }
  }
}
.abc-setting-item {
  color: var(--saas-Secondary-Text);

  .tools-label {
    text-align: left !important;
    height: 32px;
    line-height: 32px;
  }

  margin-bottom: 15px;

  .abc-setting-item-radio {
    height: 32px;
    line-height: 32px;
  }
}

.mg-top15 {
  margin-top: 15px;

  .ant-checkbox-wrapper {
    color: var(--saas-Title-Text);
  }
}

.abc-type-setting {
  display: flex;
  white-space: nowrap;
  line-height: 32px;
  align-items: center;

  .edit-item-wrapper {
    width: 50px;
    height: 25px;
    margin: 0 5px;

    .ant-input-number {
      width: 50px;
      height: 25px;

      .ant-input-number-input-wrap {
        height: 25px;
        line-height: 25px;

        .ant-input-number-input {
          height: 25px;
        }
      }
    }
  }

  .manual-type {
    display: inline-block;
    width: 80px;
  }

  .ant-input-number {
    height: 24px;

    .ant-input-number-input {
      height: 22px;
    }
  }
}