/*! Email Template Preview Purpose */
.email-wraper { background: #e0e8f3; font-size: 14px; line-height: 22px; font-weight: 400; color: #758698; width: 100%; }
.email-wraper a { color: #1babfe; word-break: break-all; }
.email-wraper .link-block { display: block; }
.email-ul { margin: 5px 0; padding: 0; }
.email-ul:not(:last-child) { margin-bottom: 10px; }
.email-ul li { list-style: disc; list-style-position: inside; }
.email-ul-col2 { display: flex; flex-wrap: wrap; }
.email-ul-col2 li { width: 50%; padding-right: 10px; }
.email-body { width: 96%; max-width: 620px; margin: 0 auto; background: #ffffff; border: 1px solid #e6effb; border-bottom: 4px solid #1babfe; }
.email-success { border-bottom-color: #00d285; }
.email-warning { border-bottom-color: #ffc100; }
.email-btn { background: #1babfe; border-radius: 4px; color: #ffffff !important; display: inline-block; font-size: 13px; font-weight: 600; line-height: 44px; text-align: center; text-decoration: none; text-transform: uppercase; padding: 0 30px; }
.email-btn-sm { line-height: 38px; }
.email-header, .email-footer { width: 100%; max-width: 620px; margin: 0 auto; }
.email-logo { height: 40px; }
.email-title { font-size: 13px; color: #1babfe; padding-top: 12px; }
.email-heading { font-size: 18px; color: #1babfe; font-weight: 600; margin: 0; }
.email-heading-sm { font-size: 16px; }
.email-heading-s2 { font-size: 15px; color: #000000; font-weight: 600; margin: 0; text-transform: uppercase; margin-bottom: 10px; }
.email-heading-s3 { font-size: 18px; color: #1babfe; font-weight: 400; margin-bottom: 8px; }
.email-heading-success { color: #00d285; }
.email-heading-warning { color: #ffc100; }
.email-note { margin: 0; font-size: 13px; line-height: 22px; color: #6e81a9; }
.email-copyright-text { font-size: 13px; }
.email-social li { display: inline-block; padding: 4px; }
.email-social li a { display: inline-block; height: 30px; width: 30px; border-radius: 50%; background: #ffffff; }
.email-social li a img { width: 30px; }

@media (max-width: 480px) { .email-preview-page .card { border-radius: 0; margin-left: -20px; margin-right: -20px; }
  .email-ul-col2 li { width: 100%; } }

/*# sourceMappingURL=style-email.css.map */
