/*! mail-merge-365 v.1.0.0 (1765811829777) ©  */
.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;
}
.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;
}
.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;
}
.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%;
  }
}


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