@import '../../../assets/variable.less';
.module-user-group-user-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: @padding-md @padding-lg @padding-lg @padding-lg;
  &-top {
    margin-bottom: @margin-md;
  }
  &-content {
    flex: 1;
    padding: @padding-md @padding-lg @padding-lg @padding-lg;
    background-color: #fff;
    border-radius: @border-radius-normal;
  }
}
.ant-select-item-option-grouped {
  margin-left: 24px;
}
.selector {
  .ant-select:not(.ant-select-customize-input):not(.ant-pagination-size-changer):not(
      .ant-select-status-error
    )
    .ant-select-selector {
    border-color: #d9d9d9;
  }
}
