* {
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: 0;
}
*::-ms-clear {
  height: 0;
  width: 0;
}
body {
  color: #6d859e;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 13px;
  font-stretch: normal;
  font-weight: 400;
}
body.no-scroll {
  overflow: hidden;
}
a,
.mp-link {
  cursor: pointer;
  text-decoration: none;
}
a,
.mp-link,
a:visited,
.mp-link:visited {
  color: #3b99f0;
}
a:hover,
.mp-link:hover {
  color: #4ba8ff;
}
.mp-font-size-xl {
  font-size: 18px;
}
.mp-font-size-large {
  font-size: 16px;
}
.mp-font-size-medium {
  font-size: 14px;
}
.mp-font-size-default {
  font-size: 13px;
}
.mp-font-size-xs {
  font-size: 11px;
  text-transform: uppercase;
}
.mp-font-weight-bold {
  font-weight: 600;
}
.mp-font-weight-medium {
  font-weight: 500;
}
.mp-font-weight-regular {
  font-weight: 400;
}
.mp-font-paragraph {
  color: #6d859e;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-stretch: normal;
  font-weight: 500;
  line-height: 18px;
}
/* FORMS */
input[type=text],
textarea {
  border: 1px solid #d8e0ea;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c6072;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 8px;
  -webkit-transition: border-color 150ms ease-out;
  transition: border-color 150ms ease-out;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9bacbf !important;
  font-weight: weight-normal !important;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9bacbf !important;
  font-weight: weight-normal !important;
}
input[type=text]::placeholder,
textarea::placeholder {
  color: #9bacbf !important;
  font-weight: weight-normal !important;
}
input[type=text]:focus,
textarea:focus,
input[type=text]:active,
textarea:active {
  border-color: #3391e9;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}
input[type=text] {
  height: 36px;
}
mp-truncated-text {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
svg-icon {
  display: inline-block;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  position: relative;
  width: 22px;
}
svg-icon[icon=type-boolean] #left-dot {
  color: #fff;
  fill: #fff;
}
svg-icon[icon=type-boolean] #right-dot {
  color: #4c6072;
  fill: #4c6072;
}
svg-icon[icon=lightning-bolt] #bolt,
svg-icon[icon=lighting-bolt] #bolt {
  color: #fff;
  fill: #fff;
}
svg-icon[icon=alert] #circle,
svg-icon[icon=alert] #stem {
  color: #fff;
  fill: #fff;
}
svg-icon[icon=opt-out] #left-arrow {
  color: #4ba8ff;
  fill: #4ba8ff;
}
svg-icon[icon=opt-out] #right-arrow {
  color: #1660a7;
  fill: #1660a7;
}
svg-icon svg {
  height: 22px;
  left: 0;
  min-height: 22px;
  min-width: 22px;
  position: absolute;
  top: 0;
  width: 22px;
}
/* component styles for slotted light DOM */
.mp-confirm-title {
  color: #4c6072;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mp-confirm-description {
  color: #6d859e;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-stretch: normal;
  font-weight: 500;
  line-height: 18px;
}
.mp-confirm-delete-title {
  color: #4c6072;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mp-confirm-delete-description {
  color: #6d859e;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-stretch: normal;
  font-weight: 500;
  line-height: 18px;
}
.mp-dialog-content {
  padding: 15px 30px;
}
.mp-dialog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mp-dialog-container .mp-dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 92px;
  padding: 15px 30px 0 20px;
  text-align: left;
}
.mp-dialog-container .mp-dialog-buttons {
  border-top: 1px solid #d8e0ea;
  margin-top: 15px;
  padding: 15px 20px 15px 0;
  text-align: right;
}
.mp-dialog-container mp-button {
  margin-left: 15px;
  min-width: 90px;
}
.mp-dialog-title {
  color: #4c6072;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.mp-dialog-subtitle {
  color: #6d859e;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-stretch: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 12px 0;
}
.mp-modal-content {
  padding: 15px 30px;
}
.mp-modal-title {
  color: #4c6072;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.mp-modal-subtitle {
  color: #6d859e;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-stretch: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 12px 0;
}
