.invite-project-member .ant-modal-body {
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 24px;
  min-height: 40vh;
}
.invite-project-member .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.invite-project-member .member-list {
  padding-right: 12px;
  max-height: 400px;
}

