.module-user-detail-event-chart {
  width: 100%;
  min-height: 200px;
  &-select {
    margin-bottom: 12px;
    &-space {
      display: flex;
      align-items: baseline !important;
      .ant-space-item {
        .label {
          display: block;
          white-space: nowrap;
        }
        .space-icon {
          display: flex;
          flex-wrap: nowrap;
          color: #165dff;
          cursor: pointer;
          .tianjia1 {
            margin-right: 8px;
            font-size: 16px;
          }
          .space-icon-text {
            white-space: nowrap;
          }
        }
        &:first-child {
          margin-right: 4px;
        }
      }

      .biz-attr-condition-column {
        width: 100%;
      }
      .biz-attr-condition-group-handle {
        display: none;
      }
      .biz-attr-condition-group-container-item {
        margin-left: 34px;
        // pointer-events: none;
        padding: 0;
        &:hover {
          background-color: transparent;
        }
      }

      &:first-child {
        width: 100%;
        margin-bottom: 16px;
      }
    }
  }
  &-wrap {
    height: calc(100% - 80px);
  }
}
