/*! mail-merge-365 v.1.0.0 (1781098080568) ©  */
.mm-setup p {
  line-height: 150%;
}
.mm-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
}
.mm-intro > * {
  padding: 1.5rem;
}
.mm-intro .-body {
  padding: 0 1.5rem;
}
.mm-intro .-body .mm-para,
.mm-intro .-body p {
  line-height: 170%;
}
.mm-intro .-footer {
  padding-top: 1.5rem;
}
.mm-intro .-footer > * {
  margin-right: 5px;
}
.mm-intro .-footer button {
  font-weight: 100 !important;
}
.mm-intro .-footer .ms-Button--primary {
  color: #0078d4;
  background-color: white;
  border-color: white;
}
.mm-intro .-footer .ms-Button--primary:hover {
  background-color: #deecf9;
  border-color: #deecf9;
}
.mm-intro .-footer .ms-Button--default {
  color: white;
  background-color: transparent;
}
.mm-intro .-footer .ms-Button--default:hover {
  background-color: #106ebe;
  border-color: #ffffff;
}
.ms-Button-label {
  font-weight: 400 !important;
}
.ms-Button.mm-dangerButton {
  color: #a4262c;
  border-color: #a4262c;
}
.ms-Button.mm-dangerButton .ms-Button-label {
  color: #a4262c;
}
.ms-Button.mm-dangerButton:hover {
  background-color: #a4262c;
  border-color: #a4262c;
  color: white;
}
.ms-Button.mm-dangerButton:hover .ms-Button-label {
  color: white;
}
.mm-campaign .-personalizationCombo {
  display: flex;
  flex-direction: row;
}
.mm-campaign .-moreLineHeight {
  line-height: 170%;
}
.mm-fileUploadButton {
  position: relative;
}
.mm-fileUploadButton > * {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.mm-fileUploadButton > button {
  pointer-events: none;
}
.mm-view {
  max-width: 100%;
}
.mm-view .mm-para,
.mm-view p {
  padding-bottom: 0.75rem;
}
.mm-view .mm-para.-label,
.mm-view p.-label {
  padding-bottom: 1rem;
}
.mm-view .mm-para.-label.-tightpadding,
.mm-view p.-label.-tightpadding {
  padding-bottom: 0.1rem;
}
.mm-view .mm-para.-small,
.mm-view p.-small {
  padding-bottom: 0.5rem;
}
.mm-view .mm-para > .-label,
.mm-view p > .-label {
  padding-bottom: 0.5rem;
}
.mm-view .mm-para > .-label.-tightpadding,
.mm-view p > .-label.-tightpadding {
  padding-bottom: 0.1rem;
}
.mm-view .-title {
  padding-top: 3em;
}
.mm-view .-first {
  /*New Outlook has more breathing room padding-top: 2em;*/
}
.mm-view .-buttons {
  display: flex;
  flex-direction: row;
}
.mm-view .-buttons > * {
  margin-right: 0.5rem;
}
.mm-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mm-wrapper .-themeToggle {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}
.mm-wrapper .-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mm-wrapper .-row.-expand {
  flex-grow: 1;
}
.mm-wrapper ul.-links {
  list-style: none;
}
.mm-wrapper ul.-links li {
  list-style-image: none;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.mm-wrapper ul.-links li i {
  font-size: 10px;
  margin-right: 3px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex-row-spacebetween {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#container > div {
  height: 100%;
  width: 100%;
}
#container > div.ms-MessageBar {
  height: auto;
  margin-bottom: 1rem;
}
#container > div.mm-intro {
  height: auto;
}
.ms-welcome {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 500px;
  min-width: 320px;
  overflow: auto;
  overflow-x: hidden;
}
.ms-welcome__progress,
.ms-welcome__header {
  padding: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.ms-welcome__progress h1,
.ms-welcome__header h1 {
  margin-top: 30px;
  text-align: center;
}
.ms-welcome__progress {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.ms-welcome__progress h1 {
  margin-bottom: 80px;
}
.ms-welcome__progress .ms-Spinner .ms-Spinner-label {
  color: #999;
}
.ms-welcome__progress .ms-Spinner .ms-Spinner-circle {
  color: #333333;
  border: 1.5px solid #CCC;
  border-top-color: #333333;
}
.ms-welcome__main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  padding: 30px 20px;
}
.ms-welcome__main h2 {
  width: 100%;
  text-align: center;
}
.ms-welcome__features {
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ms-welcome__features.ms-List .ms-ListItem {
  padding: 0px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
  font-size: 14pt;
  margin-right: 10px;
}
.ms-welcome__action {
  margin-top: 30px;
}
.-nobottompadding {
  padding-bottom: 0rem;
}
.mm-icon {
  display: flex;
  align-items: center;
}
.mm-warning {
  border: solid 1px red;
  background-color: rgba(150, 0, 0, 0.1);
  padding: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.mm-warning label {
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 350px) {
  .ms-welcome__features {
    width: 100%;
  }
}
/* Dark mode (class applied to body by theme.ts) */
body.mm-dark {
  background-color: #1b1b1b;
  color: #f4f4f4;
  /* Static fabric.min.css helper classes don't react to loadTheme */
  /* Lighter link color for readability on dark background.
       Excludes .ms-Button so link-styled buttons (e.g. in .mm-intro) keep their own colors. */
  /* ComboBox/Dropdown parts that don't fully follow the inverted theme.
       The options flyout renders in a layer under body, so these rules reach it too. */
}
body.mm-dark .ms-fontColor-neutralPrimary {
  color: #f4f4f4;
}
body.mm-dark .ms-bgColor-neutralLighter {
  background-color: #2f2f2f;
}
body.mm-dark .ms-welcome__progress .ms-Spinner .ms-Spinner-circle {
  color: #f4f4f4;
  border: 1.5px solid #555555;
  border-top-color: #f4f4f4;
}
body.mm-dark hr {
  border-bottom-color: #3d3d3d !important;
}
body.mm-dark .mm-warning {
  background-color: rgba(255, 100, 100, 0.15);
}
body.mm-dark .ms-Button.mm-dangerButton {
  color: #f1707b;
  border-color: #f1707b;
  background-color: transparent;
}
body.mm-dark .ms-Button.mm-dangerButton .ms-Button-label {
  color: #f1707b;
}
body.mm-dark .ms-Button.mm-dangerButton:hover {
  background-color: #f1707b;
  border-color: #f1707b;
  color: #1b1b1b;
}
body.mm-dark .ms-Button.mm-dangerButton:hover .ms-Button-label {
  color: #1b1b1b;
}
body.mm-dark .ms-Link,
body.mm-dark a:not(.ms-Button),
body.mm-dark a:not(.ms-Button):visited {
  color: #6cb8f6;
}
body.mm-dark .ms-Link:hover,
body.mm-dark .ms-Link:focus,
body.mm-dark a:not(.ms-Button):hover {
  color: #8fc8f9;
}
body.mm-dark textarea {
  background-color: #2f2f2f;
  color: #f4f4f4;
  border-color: #3d3d3d;
}
body.mm-dark .ms-ComboBox {
  background-color: #2f2f2f;
}
body.mm-dark .ms-ComboBox::after {
  border-color: #6b6b6b;
}
body.mm-dark .ms-ComboBox input {
  background-color: #2f2f2f;
  color: #f4f4f4;
}
body.mm-dark .ms-ComboBox .ms-ComboBox-CaretDown-button {
  background-color: transparent;
  color: #f4f4f4;
}
body.mm-dark .ms-ComboBox .ms-ComboBox-CaretDown-button:hover {
  background-color: #3d3d3d;
}
body.mm-dark .ms-ComboBox-callout .ms-ComboBox-option,
body.mm-dark .ms-Dropdown-callout .ms-ComboBox-option,
body.mm-dark .ms-ComboBox-callout .ms-Dropdown-item,
body.mm-dark .ms-Dropdown-callout .ms-Dropdown-item {
  background-color: transparent;
  color: #f4f4f4;
}
body.mm-dark .ms-ComboBox-callout .ms-ComboBox-option:hover,
body.mm-dark .ms-Dropdown-callout .ms-ComboBox-option:hover,
body.mm-dark .ms-ComboBox-callout .ms-Dropdown-item:hover,
body.mm-dark .ms-Dropdown-callout .ms-Dropdown-item:hover,
body.mm-dark .ms-ComboBox-callout .ms-ComboBox-option.is-checked,
body.mm-dark .ms-Dropdown-callout .ms-ComboBox-option.is-checked,
body.mm-dark .ms-ComboBox-callout .ms-Dropdown-item.is-checked,
body.mm-dark .ms-Dropdown-callout .ms-Dropdown-item.is-checked {
  background-color: #3d3d3d;
  color: #f4f4f4;
}
body.mm-dark .ms-Dropdown-title {
  background-color: #2f2f2f;
  color: #f4f4f4;
  border-color: #6b6b6b;
}
body.mm-dark .ms-Dropdown-caretDown {
  color: #f4f4f4;
}


/*# sourceMappingURL=app.b5ccd6449d687f1d7f47.css.map*/