/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.mds-popover-firm {
  box-sizing: border-box;
  width: 270px;
}
.mds-popover-firm-content {
  position: relative;
}
.mds-popover-firm-icon {
  display: inline-block;
  margin-right: -8px;
  font-size: 16px !important;
  position: relative !important;
}
.mds-popover-firm-message-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  display: inline-block;
}
.mds-popover-firm-icon + .mds-popover-firm-message-title {
  margin-left: 16px;
}
.mds-popover-firm-message-content {
  margin-top: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.mds-popover-firm-button {
  text-align: center;
  display: flex;
  flex-direction: row;
}
.mds-popover-firm-button .mds-btn {
  flex: 1;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.mds-popover-firm-button .mds-btn + .mds-btn {
  margin-left: 16px;
}
.mds-popover-firm-button-cancel {
  border: 1px solid #d8dce6;
}
.mds-popover-firm-button-firm {
  background: #0364FF;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
