/******** radius *******/
/******** 间隙 *******/
/******** fontSize *******/
/******** 组件尺寸 *******/
/******** z-index *******/
/******** borderSize *******/
/******** borderStyle *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontWeight ********/
/******** Animation *******/
/******** color *******/
/******** diff *******/
/******** icon hover *******/
/******** media *******/
.pd-Popconfirm-content {
  padding: 10px 16px;
  box-sizing: border-box;
}
.pd-Popconfirm-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--color-text-1);
  display: flex;
  align-items: flex-start;
}
.pd-Popconfirm-title-icon {
  font-size: 18px;
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  height: 19.5px;
}
.pd-Popconfirm-title-icon .pd-Icon-exclamation-circle {
  color: var(--warning-6);
}
.pd-Popconfirm-has-content .pd-Popconfirm-title {
  margin-bottom: 0;
  font-weight: 400;
}
.pd-Popconfirm-inner-content {
  margin-top: 4px;
  margin-bottom: 10px;
  padding-left: 22px;
}
.pd-Popconfirm .pd-Popconfirm-btn {
  text-align: right;
}
.pd-Popconfirm .pd-Popconfirm-btn > button {
  margin-left: 8px;
}
