/******** radius *******/
/******** 间隙 *******/
/******** fontSize *******/
/******** 组件尺寸 *******/
/******** z-index *******/
/******** borderSize *******/
/******** borderStyle *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontWeight ********/
/******** Animation *******/
/******** color *******/
/******** diff *******/
/******** icon hover *******/
/******** media *******/
.pd-StyleLib .styled-associated {
  padding-top: 10px;
}
.pd-StyleLib .styled-associated-header {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.pd-StyleLib .styled-associated-header-title {
  font-size: 15px;
  color: #303030;
  font-weight: 500;
  flex: 1 1 auto;
  min-width: 0;
}
.pd-StyleLib .styled-associated-header-btns {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.pd-StyleLib .styled-associated-empty {
  margin: 0 10px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e8e8e8;
  font-size: var(--fontSizeMd);
  color: #909090;
}
.pd-StyleLib .styled-associated-content {
  margin: 0 10px;
  padding-bottom: 10px;
}
.pd-StyleLib .styled-associated-content.borderBottom {
  border-bottom: 1px solid #e8e8e8;
}
.pd-StyleLib .styled-associated-content > .ui-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-y: hidden;
  height: 42px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.pd-StyleLib .styled-associated-content > .ui-item .ui-item-label {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pd-StyleLib .styled-associated-content > .ui-item:hover {
  color: unset;
  background: var(--color-fill-2);
  margin: 0 -20px;
  padding: 0 20px;
}
.pd-StyleLib .styled-associated-content > .ui-item .ui-tag-key-field {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  background-color: rgba(144, 144, 144, 0.15);
  height: 20px;
  font-size: 12px;
  color: #303030;
  font-weight: 500;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: 0 0 auto;
}
.pd-StyleLib .styled-associated-content > .ui-item .ui-tag-key-field:first-child {
  margin-left: 0;
}
.pd-StyleLib .styled-associated-content > .ui-item .summary-column {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 10px;
}
.pd-StyleLib .styled-associated-content > .ui-item .summary-column .task-description.one-line--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pd-StyleLib .styled-associated-content > .ui-item .summary-column .task-description {
  display: block;
  max-width: 100%;
  font-size: 1px;
}
.pd-StyleLib .styled-associated-content > .ui-item .summary-column .task-description .prefix-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 14px;
}
.pd-StyleLib .styled-associated-content > .ui-item .summary-column .task-description > span {
  vertical-align: middle;
  font-size: 14px;
}
.pd-StyleLib .styled-associated-content > .ui-item .status-column {
  margin-left: 10px;
  max-width: 90px;
  text-align: right;
  flex: 0 0 auto;
  line-height: 0;
  font-size: 12px;
  color: var(--primary-5);
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  border: 1px solid var(--info-borderColor);
  transition: border-color 0.2s;
  border-radius: 20px;
  padding: 0px 8px;
}
.pd-StyleLib .styled-associated-content > .ui-item .delete-btn-column {
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  color: #606060;
  margin-left: 10px;
  width: 16px;
  height: 32px;
  display: flex;
  align-items: center;
}
.pd-StyleLib .styled-associated-content > .ui-item .delete-btn-column:hover {
  fill: #ea0d0d;
}
.pd-StyleLib .styled-associated-content > .ui-item .delete-btn-column .pd-Button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.pd-StyleLib .styled-associated-content > .ui-item svg {
  width: 16px;
  height: 16px;
}
.pd-StyleLib .styled-associated-action {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: none;
  color: #606060;
  overflow: hidden;
}
.pd-StyleLib .styled-associated-action > .pd-Button,
.pd-StyleLib .styled-associated-action > .pd-Form-item {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pd-StyleLib .styled-associated-action-icon {
  margin-left: 0 !important;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.pd-StyleLib .styled-associated-action > span {
  margin-left: 5px;
}
.pd-StyleLib .styled-associated-action:hover {
  color: var(--primary-color);
}
.pd-StyleLib .styled-associated-action:active {
  border-color: transparent;
  box-shadow: none;
}
.pd-StyleLib .styled-associated-action .pd-ResultBox-value {
  pointer-events: none;
}
.pd-StyleLib .wrap-item {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 10px;
  display: flex;
  padding: 4px;
  cursor: pointer;
  align-items: center;
  transition: background-color 0.2s;
  border-radius: 30px;
  width: 100%;
}
.pd-StyleLib .wrap-item:hover {
  background-color: #e8f3ff;
}
.pd-StyleLib .wrap-item_icon {
  width: 30px;
  height: 30px;
  background-color: #e8e8e8;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.pd-StyleLib .wrap-item_icon > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd-StyleLib .wrap-item_icon > div svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.pd-StyleLib .wrap-item_icon > div img {
  width: 100%;
  height: 100%;
}
.pd-StyleLib .wrap-item_icon > div.multiavatar-avatar {
  width: 100%;
  height: 100%;
}
.pd-StyleLib .wrap-item_icon > div.multiavatar-avatar svg {
  width: 100%;
  height: 100%;
}
.pd-StyleLib .wrap-item_content {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pd-StyleLib .wrap-item_content .wrap-item_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #303030;
  font-weight: 500;
}
.pd-StyleLib .wrap-item_content .wrap-item_title-empty {
  color: #909090;
}
.pd-StyleLib .wrap-item_content .wrap-item_title .pd-SelectControl {
  width: -moz-max-content;
  width: max-content;
}
.pd-StyleLib .wrap-item_content .wrap-item_title .pd-Select2-valueWrap {
  width: auto !important;
}
.pd-StyleLib .wrap-item_content .wrap-item_title .is-quick-static {
  padding: 0;
  font-size: 15px;
  width: auto;
}
.pd-StyleLib .wrap-item_content .wrap-item_subTitle {
  line-height: 1;
  margin-top: 2px;
  display: inline-block;
  height: 15px;
  font-size: 12px;
  color: #909090;
  font-weight: 500;
}
.pd-StyleLib .wrap-item_select {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  background-color: transparent !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2 {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  background-color: transparent !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit {
  background-color: transparent !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit:focus {
  box-shadow: none !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit:hover .pd-Select2-clear {
  display: none !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit.is-opened,
.pd-StyleLib .wrap-item_select .pd-Select2.is-quick-edit.is-focused {
  border-color: transparent !important;
}
.pd-StyleLib .wrap-item_select .pd-Select2-valueWrap {
  opacity: 0;
}
.pd-StyleLib .wrap-item .pd-Select2.is-quick-static {
  display: none;
}
.pd-StyleLib .styled-textarea {
  margin: 10px 15px;
}
.pd-StyleLib .styled-textarea .pd-TextareaControl {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  color: #303030;
  font-weight: 500;
  line-height: 1.5;
}
.pd-StyleLib .styled-textarea .pd-TextareaControl:focus,
.pd-StyleLib .styled-textarea .pd-TextareaControl:hover {
  border: none;
  box-shadow: none;
  background-color: var(--color-fill-2);
}
.pd-StyleLib .styled-head__topbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
}
.pd-StyleLib .styled-head__nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-shrink: 1;
  overflow: hidden;
}
.pd-StyleLib .styled-head__nav-stage {
  color: #909090;
  border: 1px solid #909090;
  padding: 0.2em 0.6em 0.2em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  font-weight: bold;
  cursor: pointer;
  margin-left: 4px;
}
.pd-StyleLib .styled-head__nav .custom-icon {
  margin-right: 5px;
}
.pd-StyleLib .styled-head__nav svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  flex-shrink: 0;
}
.pd-StyleLib .styled-head__nav a {
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pd-StyleLib .styled-head__nav a:hover {
  color: val(--primary-onActive);
  text-decoration: underline;
}
.pd-StyleLib .styled-head__nav span {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pd-StyleLib .styled-head__nav span:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.pd-StyleLib .styled-head__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pd-StyleLib .styled-head__actions .action-item {
  padding: 0 15px;
}
.pd-StyleLib .styled-head__actions > div > .pd-Button {
  color: var(--color-text-3);
}
.pd-StyleLib .styled-head__actions > div > .pd-Button:hover {
  color: var(--primary);
}
.pd-StyleLib-stage-title {
  margin: 10px 22px 5px 22px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-StyleLib-stage-title .stage-title {
  font-size: 15px;
  color: #303030;
}
.pd-StyleLib-stage-title .stage-title-dec {
  font-size: 13px;
  color: #6b7785;
  margin-left: 4px;
}
.pd-StyleLib-stage-line {
  padding: 0 20px;
  display: inline-flex;
  flex: 1 1 auto;
  margin: 0 10px;
}
.pd-StyleLib-stage-line .stage-item {
  flex: 1 1 auto;
  display: flex;
  position: relative;
  max-width: 317px;
}
.pd-StyleLib-stage-line .stage-item:first-child {
  margin-left: auto;
}
.pd-StyleLib-stage-line .stage-item:last-child {
  max-width: 12px;
  min-width: 12px;
  margin-right: auto;
}
.pd-StyleLib-stage-line .stage-item-content {
  width: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pd-StyleLib-stage-line .stage-item-content-point {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #333;
}
.pd-StyleLib-stage-line .stage-item-content-title {
  margin-top: 5px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  z-index: 1;
  color: #909090;
  border: 1px solid #909090;
  padding: 0.2em 0.6em 0.2em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}
.pd-StyleLib-stage-line .stage-item-content-title.stage-active {
  position: relative;
}
.pd-StyleLib-stage-line .stage-item-content-title.stage-active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 69px solid transparent;
  border-right: 69px solid transparent;
  border-bottom: 120px solid skyblue;
}
.pd-StyleLib-stage-line .stage-item-line {
  flex: 1 1 auto;
  border-top: 1px dashed #909090;
  margin-top: 3px;
}
.pd-StyleLib-stage-line .stage-item-line.stage-Done {
  border-top-style: solid;
}
.pd-StyleLib .code-list {
  margin: 0 10px;
}
.pd-StyleLib .code-list .styled-associated-empty {
  border-bottom: none;
  margin: 0;
}
.pd-StyleLib .code-list .color-sec {
  color: var(--text-color-secondary);
}
.pd-StyleLib .code-list-item {
  display: flex;
}
.pd-StyleLib .code-list .code-title {
  overflow: hidden;
}
.pd-StyleLib .code-list .code-title-space {
  margin: 0 5px;
}
.pd-StyleLib .code-list .code-title-label {
  margin-right: 5px;
}
.pd-StyleLib .code-list .code-title-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pd-StyleLib .code-list .code-title-item {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.pd-StyleLib .code-list .code-title-git {
  display: inline-flex;
  align-items: center;
}
.pd-StyleLib .code-list .code-title-git .git-label {
  display: inline-flex;
  align-items: center;
}
.pd-StyleLib .code-list .code-title-git .git-label .git-icon {
  margin-right: 5px;
  margin-top: 1px;
}
.pd-StyleLib-thumb {
  position: relative;
  width: 32px;
  height: 32px;
  max-width: 100%;
  max-height: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.pd-StyleLib-thumb.showBgc {
  background-color: var(--secondary-color-bg);
  color: var(--color-white);
  border-radius: 50%;
}
.pd-StyleLib-thumb.isIcon {
  font-size: 20px;
}
.pd-StyleLib-thumb-span {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
  white-space: nowrap;
  line-height: 1;
}
