.relatedPersonSection[data-v-54a51c53] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.relatedPersonSection .sections-wrapper[data-v-54a51c53] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.relatedPersonSection .sections-wrapper .section-card[data-v-54a51c53] {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.relatedPersonSection .sections-wrapper .section-card.section-blue .section-title[data-v-54a51c53]::before {
  background: #1469fc;
}
.relatedPersonSection .sections-wrapper .section-card.section-green .section-title[data-v-54a51c53]::before {
  background: #388e3c;
}
.relatedPersonSection .sections-wrapper .section-card.section-purple .section-title[data-v-54a51c53]::before {
  background: #7b1fa2;
}
.relatedPersonSection .sections-wrapper .section-card .section-header[data-v-54a51c53] {
  padding: 20px 32px;
  border-bottom: 1px solid #f0f0f0;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title[data-v-54a51c53] {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title[data-v-54a51c53]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  margin-right: 12px;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title .count-badge[data-v-54a51c53] {
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title .count-badge-blue[data-v-54a51c53] {
  background: #e3f2fd;
  color: #1469fc;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title .count-badge-green[data-v-54a51c53] {
  background: #e8f5e9;
  color: #388e3c;
}
.relatedPersonSection .sections-wrapper .section-card .section-header .section-title .count-badge-purple[data-v-54a51c53] {
  background: #f3e5f5;
  color: #7b1fa2;
}
.relatedPersonSection .sections-wrapper .section-card .section-body[data-v-54a51c53] {
  padding: 20px 32px;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container[data-v-54a51c53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .tag[data-v-54a51c53] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  background: #fff;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .tag.tag-blue[data-v-54a51c53] {
  border: 1px solid #1469fc;
  color: #1469fc;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .tag.tag-blue[data-v-54a51c53]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .tag.tag-green[data-v-54a51c53] {
  border: 1px solid #388e3c;
  color: #388e3c;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .tag.tag-purple[data-v-54a51c53] {
  border: 1px solid #7b1fa2;
  color: #7b1fa2;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .more-btn[data-v-54a51c53] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .more-btn[data-v-54a51c53]:hover {
  background: #eeeeee;
  border-color: #d0d0d0;
}
.relatedPersonSection .sections-wrapper .section-card .section-body .tags-container .more-btn[data-v-54a51c53]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.organization-tree-dialog .tree-dialog-content[data-v-54a51c53] {
  height: 500px;
  overflow-y: auto;
  padding: 20px;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item[data-v-54a51c53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item[data-v-54a51c53]:hover {
  background-color: #fafafa;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item[data-v-54a51c53]:last-child {
  border-bottom: none;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item .item-number[data-v-54a51c53] {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item .item-number.top-three[data-v-54a51c53] {
  background-color: #fcf9c5;
  color: #2b2b2b;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item .item-name[data-v-54a51c53] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #2b2b2b;
  margin-right: 12px;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .tree-list-item .item-count[data-v-54a51c53] {
  font-size: 14px;
  color: #1469fc;
  font-weight: 500;
}
.organization-tree-dialog .tree-dialog-content .tree-list-container .empty-tip[data-v-54a51c53] {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}
.organization-tree-dialog.ak-dialog {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
