.next-dialog.theme-variable-value {
  font-size: 28px;
  color: #555555;
  min-width: 360px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.next-dialog.theme-variable-value .next-dialog-header {
  padding: 0;
}
.next-dialog.theme-variable-value .next-dialog-body {
  padding: 0;
}
.next-dialog.theme-variable-value .next-dialog-footer {
  padding: 0px 24px;
}
.next-dialog.theme-variable-value .alert-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 48px;
  padding: 0px 24px 8px 24px;
  max-height: 275px;
  overflow: auto;
}
.next-dialog.theme-variable-value .alert-warp .icon-warp {
  margin-right: 16px;
  line-height: 24px;
}
.next-dialog.theme-variable-value .alert-warp .icon-warp .next-icon {
  color: #fd8a25;
}
.next-dialog.theme-variable-value .alert-warp .icon-warp .next-icon:before {
  margin-top: -1px;
}
.next-dialog.theme-variable-value .alert-warp .alert-bd {
  -ms-flex: 0 1 auto;
}
.next-dialog.theme-variable-value .alert-warp .alert-bd .alert-title {
  color: #111111;
  margin-bottom: 8px;
  font-weight: 400;
  word-break: break-all;
  line-height: 28px;
  font-size: 18px;
}
.next-dialog.theme-variable-value .alert-warp .alert-bd .alert-content {
  color: #333;
  word-break: break-all;
  line-height: 18px;
  font-size: 14px;
}
.next-dialog.theme-variable-value .next-dialog-close {
  right: 24px;
  top: 16px;
}
.next-dialog.theme-variable-value .next-dialog-footer .next-btn:first-child {
  margin: 16px 0px;
}
.next-dialog.theme-variable-value .next-dialog-footer .next-btn {
  margin: 16px 0px 16px 8px;
}
.next-dialog.right {
  float: none;
}
