/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/** @format */
@font-face {
  font-weight: bold;
  font-family: 'DINAlternate-Bold';
  font-style: normal;
  src: url(https://cdn.dev.mosh.cn/assets/font/din_alternate_bold.ttf) format('truetype');
}
.ant-modal-user-select {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px 34px 2px 7px;
  font-size: 0;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-modal-user-select-sm {
  padding: 2px 28px 2px 7px;
}
.ant-modal-user-select-lg {
  padding-right: 32px;
}
.ant-modal-user-select-warp {
  display: inline-flex;
  width: 100%;
}
.ant-modal-user-select-box {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  min-height: 26px;
}
.ant-modal-user-select-box-sm {
  min-height: 16px;
}
.ant-modal-user-select-box-sm .ant-tag {
  line-height: 16px;
}
.ant-modal-user-select-box-lg {
  min-height: 32px;
}
.ant-modal-user-select-box-lg .ant-tag {
  line-height: 32px;
}
.ant-modal-user-select-arrow {
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: inherit;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 0;
  line-height: 1;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  pointer-events: none;
  text-rendering: optimizeLegibility;
}
.ant-modal-user-select-tag {
  display: flex;
  flex-flow: row wrap;
}
.ant-modal-user-select-tag > .ant-tag {
  margin-bottom: 4px;
}
.ant-modal-user-select-tag-sm > .ant-tag {
  margin-bottom: 3px;
}
.ant-modal-user-select-placeholder {
  position: relative;
  display: flex;
  flex: auto;
  flex: 1;
  flex-wrap: wrap;
  max-width: 100%;
  height: 26px;
  overflow: hidden;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ant-modal-user-select-disabled {
  cursor: not-allowed;
}
.ant-modal-user-user {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 8px;
}
.ant-modal-user-user-box {
  cursor: pointer;
}
.ant-modal-user-user-box:hover {
  background: #f5f5f5;
}
.ant-modal-user-user-core {
  width: 200px;
}
.ant-modal-user-user-title {
  display: block;
  width: 200px;
}
.ant-modal-user-user-close {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  transform: translateY(-50%);
}
.ant-modal-user-user-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-modal-user-user-icon {
  display: block;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-modal-user-user-member {
  display: block;
  margin-top: 1px;
}
.ant-modal-user-tree .ant-tree-node-content-wrapper {
  height: auto !important;
}
.ant-modal-user-tree span.ant-tree-checkbox {
  margin-top: -1px !important;
}
.ant-modal-user-divider {
  display: block;
  height: calc(100% - 16px);
  margin: 0 auto;
}
.ant-modal-user-modal {
  height: 416px;
  padding: 8px 4px 0 8px;
}
.ant-modal-user-modal .ant-container-scroll {
  padding: 0 !important;
}
.ant-modal-user-empty {
  justify-content: space-between;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
}
.ant-modal-user-tags .ant-tag {
  margin-bottom: 0 !important;
}
