
pragma-dialogs .dialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: 3rem;
  padding: 0 0.5rem;
  align-items: center;
}
pragma-dialogs .dialog-header svg {
  height: 1.5rem;
  width: 1.5rem;
}
pragma-dialogs .dialog-header h3 {
  font-size: var(--font-size-base);
  color: var(--c-heading);
  margin: 0;
  line-height: 3rem;
  flex: 1;
  padding-left: 0.5rem;
}
pragma-dialogs .dialog-wrapper {
  height: auto;
  min-height: 10rem;
  max-width: 38rem;
}
pragma-dialogs .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
pragma-dialogs .message-body {
  width: 100%;
  text-align: left;
  padding: 0.5rem;
}
