@import '../../styles/index.less';
@suffixCls: expBusiObjGroup;

.@{prefix}-@{suffixCls} {
  &-wrap:not(:last-child) {
    margin-bottom: 8px;
  }
  &-header {
    padding: 0 8px;
    margin-bottom: 8px;
  }
  &-expandIcon {
    margin-right: 8px;
    cursor: pointer;
    .anticon {
      width: 16px;
    }
  }
  &-checkwrap {
    &.@{ant-prefix}-checkbox-wrapper {
      line-height: 22px;
      color: rgba(28,36,46,0.85);
    }
    .code {
      margin-left: 4px;
      color: rgba(28,36,46,0.45);
    }
    .count {
      margin-left: 4px;
      color: #4477EE;
    }
  }
  &-hideCheckboxGroup {
    display: none !important;
  }
  &-myCheckboxGroup {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 32px;
  
    .@{ant-prefix}-checkbox-group-item {
      margin-bottom: 8px;
      flex: none;
      width: 25%;
      box-sizing: border-box;
      padding-right: 8px;
      margin-right: 0;
      &.@{ant-prefix}-checkbox-wrapper {
        line-height: 22px;
        color: rgba(28,36,46,0.85);
      }
      .@{ant-prefix}-checkbox+span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}