WP Mail SMTP by WPForms - Version 2.6.0

Version Description

  • 2020-02-04 =
  • Added: New plugin Setup Wizard.
  • Added: SendGrid Invalid API key error message and mitigation steps on the Email Test page.
  • Fixed: PHP 8 support.
Download this release

Release Info

Developer slaFFik
Plugin Icon 128x128 WP Mail SMTP by WPForms
Version 2.6.0
Comparing to
See all releases

Code changes from version 2.5.1 to 2.6.0

Files changed (63) hide show
  1. assets/css/smtp-admin.min.css +1 -1
  2. assets/images/icons/error.svg +1 -0
  3. assets/images/icons/success.svg +1 -0
  4. assets/images/icons/warning.svg +1 -0
  5. assets/js/connect.js +187 -0
  6. assets/js/connect.min.js +1 -0
  7. assets/js/smtp-admin.js +9 -0
  8. assets/js/smtp-admin.min.js +1 -1
  9. assets/languages/wp-mail-smtp-vue.php +785 -0
  10. assets/languages/wp-mail-smtp.pot +1603 -454
  11. assets/vue/css/wizard.min.css +1 -0
  12. assets/vue/css/wizard.rtl.min.css +1 -0
  13. assets/vue/img/amazonses.svg +1 -0
  14. assets/vue/img/arrow.svg +1 -0
  15. assets/vue/img/check-circle-solid-white.svg +1 -0
  16. assets/vue/img/check-circle-solid.svg +1 -0
  17. assets/vue/img/check-solid.svg +1 -0
  18. assets/vue/img/chevron-down-solid-grey.svg +1 -0
  19. assets/vue/img/copy-solid.svg +1 -0
  20. assets/vue/img/exclamation-circle-solid.svg +1 -0
  21. assets/vue/img/gmail.svg +1 -0
  22. assets/vue/img/google-analytics-for-wordpress@2x.png +0 -0
  23. assets/vue/img/info-circle-solid.svg +1 -0
  24. assets/vue/img/instagram-feed@2x.png +0 -0
  25. assets/vue/img/loading-blue.svg +1 -0
  26. assets/vue/img/loading-pattie.svg +28 -0
  27. assets/vue/img/loading-white.svg +1 -0
  28. assets/vue/img/loading.svg +1 -0
  29. assets/vue/img/lock-solid.svg +1 -0
  30. assets/vue/img/logo.svg +1 -0
  31. assets/vue/img/long-arrow-alt-left-regular-grey.svg +1 -0
  32. assets/vue/img/long-arrow-alt-left-regular.svg +1 -0
  33. assets/vue/img/long-arrow-alt-right-regular-white.svg +1 -0
  34. assets/vue/img/long-arrow-alt-right-regular.svg +1 -0
  35. assets/vue/img/mailgun.svg +1 -0
  36. assets/vue/img/outlook.svg +1 -0
  37. assets/vue/img/post-smtp-mailer.png +0 -0
  38. assets/vue/img/pro-badge.svg +1 -0
  39. assets/vue/img/question-circle-solid.svg +1 -0
  40. assets/vue/img/sendgrid.svg +1 -0
  41. assets/vue/img/sendinblue.svg +1 -0
  42. assets/vue/img/smtp.svg +1 -0
  43. assets/vue/img/smtpcom.svg +1 -0
  44. assets/vue/img/star-solid.svg +1 -0
  45. assets/vue/img/thumbs-down-hover.svg +1 -0
  46. assets/vue/img/thumbs-down.svg +1 -0
  47. assets/vue/img/thumbs-up-hover.svg +1 -0
  48. assets/vue/img/thumbs-up.svg +1 -0
  49. assets/vue/img/times-solid-grey.svg +1 -0
  50. assets/vue/img/times-solid.svg +1 -0
  51. assets/vue/img/working.svg +67 -0
  52. assets/vue/img/wp-smtp.png +0 -0
  53. assets/vue/img/zoho.svg +1 -0
  54. assets/vue/js/chunk-vendors.min.js +48 -0
  55. assets/vue/js/wizard.min.js +1 -0
  56. readme.txt +25 -12
  57. src/Admin/Area.php +1 -0
  58. src/Admin/DomainChecker.php +124 -0
  59. src/Admin/Notifications.php +1 -1
  60. src/Admin/Pages/SettingsTab.php +20 -5
  61. src/Admin/Pages/TestTab.php +131 -15
  62. src/Admin/Review.php +5 -4
  63. src/Admin/SetupWizard.php +589 -0
assets/css/smtp-admin.min.css CHANGED
@@ -1 +1 @@
1
- #wpcontent{padding-left:0 !important;position:relative}@media (max-width: 600px){#wpcontent{padding-top:46px}}@media (max-width: 600px){#wpbody{padding-top:0}}@-webkit-keyframes wp-mail-smtp-fade-in-stop-out{0%,100%{opacity:0}35%{opacity:1}65%{opacity:1}}@keyframes wp-mail-smtp-fade-in-stop-out{0%,100%{opacity:0}35%{opacity:1}65%{opacity:1}}body.toplevel_page_wp-mail-smtp div.jconfirm *,body.toplevel_page_wp-mail-smtp div.jconfirm *::before,body.toplevel_page_wp-mail-smtp div.jconfirm *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box{border-radius:0;box-shadow:0 2px 6px rgba(0,0,0,0.2)}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.4);top:8px;right:8px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box div.jconfirm-closeIcon:hover{color:rgba(0,0,0,0.8)}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c{margin:0 0 26px 0 !important;padding:0 !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin:0 !important;color:#c4c4c4 !important;-webkit-transition:none !important;transition:none !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;font-size:45px !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i:empty{display:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c svg{height:35px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-title{display:block;color:#444}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c+span.jconfirm-title{margin-top:20px !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content-pane{margin-bottom:0;display:block}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:inherit}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content{font-size:16px;color:#777;line-height:1.4}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content.lite-upgrade p{font-size:18px;padding:0 20px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p{margin:0 0 20px;font-size:16px;line-height:1.5}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p:last-of-type{margin:0}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p.large{font-size:18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p.small{font-size:14px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .already-purchased{font-size:12px;color:#ccc;text-decoration:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .already-purchased:hover{text-decoration:underline}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-btn{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px;outline:none;display:inline-block;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-tap-highlight-color:transparent;border:0;background-image:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-btn.with-loader{padding:12px 12px 7px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record{display:flex;justify-content:space-evenly;align-items:center}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record-label{color:#444}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]{display:inline-block;width:340px;color:#777;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;margin:0;padding:10px 0 10px 12px;font-size:16px;line-height:18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"][readonly]{background-color:#f9f9f9}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]:focus{border-color:#bbb}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]:disabled{opacity:0.6}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button{padding:9px 11px;background-color:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;outline:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button:hover{background-color:#ddd}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button:active{background-color:#aaa;border-color:#aaa}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record .dashicons-yes-alt{color:#46b450}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .already-purchased{display:block;font-size:12px;color:#aaa;text-decoration:none;padding-top:20px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .already-purchased:hover{color:#999;text-decoration:underline}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .btn-hide{display:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note{text-align:center;margin:30px 0 0}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note p{background-color:#faffac;margin:0 -30px;padding:24px 60px 20px;font-size:15px;color:#4d4d4d;position:relative}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note p:after{content:url(../images/font-awesome/check-circle-solid-green.svg);width:40px;height:40px;background-color:#fff;border-radius:50%;padding:5px 6px;position:absolute;top:-20px;right:50%;margin-right:-18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note span{font-weight:700;color:#3abc01}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note a{color:#aaa;display:block;margin-top:12px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box input[type=text]{display:block;width:99%;border:1px solid #d6d6d6;padding:10px;box-shadow:none;margin:20px auto 0 auto}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-confirm{background-color:#FF982D;color:#fff;outline:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-confirm:hover{background-color:#f97f00;border-color:#f97f00}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button,body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-default{color:#666}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.wp-mail-smtp-btn-orange{color:#fff}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-block{display:block;text-align:center;width:100%;margin:0 0 10px 0 !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-normal-case{text-transform:none !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .error{display:none;color:red}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .wpforms-error{border:1px solid #ebccd1 !important}@media screen and (max-width: 1023px){#wp-mail-smtp-notice-bar{display:none !important}}#wp-mail-smtp-notice-bar{max-height:35px;position:relative;margin-bottom:-3px;transition:all .3s ease-out;overflow:hidden}#wp-mail-smtp-notice-bar.out{max-height:3px}#wp-mail-smtp-notice-bar .wp-mail-smtp-notice-bar-container{background-color:#DDDDDD;border-top:3px solid #FF982D;color:#777777;text-align:center;padding:7px}#wp-mail-smtp-notice-bar a{color:#FF982D}#wp-mail-smtp-notice-bar a:hover{color:#f97f00}#wp-mail-smtp-notice-bar .dismiss{position:absolute;top:0;right:0;border:none;padding:5px;margin-top:4px;background:0 0;color:#72777c;cursor:pointer}#wp-mail-smtp-notice-bar .dismiss:before{background:0 0;color:#72777c;content:"\f335";display:block;font:normal 20px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased}#screen-meta-links .screen-meta-toggle{position:absolute;right:20px;top:auto}#screen-meta-links,#screen-meta{display:none}#wp-mail-smtp-header-temp{position:absolute;margin:0;top:-1px;left:20px;right:20px;z-index:99}#wp-mail-smtp-header{border-top:3px solid #FF982D;padding:20px}#wp-mail-smtp-header img{display:block;margin:0;max-width:242px}@media (max-width: 782px){#wp-mail-smtp-header img{max-width:200px}}#wp-mail-smtp{margin:0}#wp-mail-smtp .wp-mail-smtp-hide{display:none}#wp-mail-smtp .wp-mail-smtp-page-title{height:58px;background-color:#fff;font-size:14px;margin:0 0 20px 0;padding:0 20px}#wp-mail-smtp .wp-mail-smtp-page-title a.tab{border-bottom:2px solid #fff;box-shadow:none;color:#666;display:inline-block;margin-right:30px;padding:20px 0 18px 0;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-title a.tab.active{border-bottom:2px solid #FF982D}#wp-mail-smtp .wp-mail-smtp-page-title a.tab:hover{border-color:#999}#wp-mail-smtp .wp-mail-smtp-page-title a.action{padding:5px;border:0;min-height:auto;color:#fff;margin:-10px 0 0 20px}#wp-mail-smtp .wp-mail-smtp-page-title .page-title{background-color:#fff;display:inline-block;font-size:23px;margin:0;padding:20px 20px 20px 0}#wp-mail-smtp .wp-mail-smtp-page-content{padding:0 20px}#wp-mail-smtp .wp-mail-smtp-page-content *,#wp-mail-smtp .wp-mail-smtp-page-content *::before,#wp-mail-smtp .wp-mail-smtp-page-content *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-clear:before{content:" ";display:table}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-clear:after{clear:both;content:" ";display:table}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row{border-bottom:1px solid #e4e4e4;padding:30px 0;font-size:14px;line-height:1.3}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row:first-of-type{padding-top:10px !important}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row{padding:20px 0}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.inactive{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .wp-mail-smtp-setting-mid-row-sep{background:#e4e4e4;height:1px;border:0;margin:15px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading{padding:20px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading.no-desc h2,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading.no-desc h4{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading .wp-mail-smtp-setting-field{margin:0;max-width:1005px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]{float:left;margin:1px 0 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]+label{margin:0 0 0 8px;vertical-align:baseline}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox .desc{margin:0 0 0 30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]+label+.desc{margin:8px 0 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-text .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-password .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-number .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-email .wp-mail-smtp-setting-label{padding-top:8px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-select .wp-mail-smtp-setting-label{padding-top:8px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-radio .wp-mail-smtp-setting-field input[type=radio]{margin:-3px 10px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-radio .wp-mail-smtp-setting-field label{margin-right:30px;display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field label{vertical-align:middle;display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]{position:absolute;top:auto;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;white-space:nowrap}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch{background-color:#46B450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:checked:hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch{box-shadow:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch{background-color:#ddd}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch{background-color:#ddd;cursor:default}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:checked+.wp-mail-smtp-setting-toggle-switch{background-color:#a0daa5;cursor:default}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label{display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label+.wp-mail-smtp-setting-toggle-unchecked-label{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-unchecked-label{color:#aaaaaa}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked:hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked:focus+.wp-mail-smtp-setting-toggle-switch{box-shadow:0 0 0 1px #fff, 0 0 0 3px #46B450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:not(:checked):focus+.wp-mail-smtp-setting-toggle-switch{background-color:#999;box-shadow:0 0 0 1px #fff, 0 0 0 3px #999}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-unchecked-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-checked-label{text-transform:uppercase;font-weight:400;color:#777;font-size:13px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-checked-label{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-switch{position:relative;cursor:pointer;background-color:#ccc;border-radius:15px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;vertical-align:middle;display:inline-block;margin:0 5px 0 0;width:36px;height:20px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-switch:before{position:absolute;content:"";height:16px;width:16px;left:2px;top:2px;background-color:#fff;border-radius:50%;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer{padding-bottom:20px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer{display:inline-block;width:140px;margin-right:12px;margin-bottom:12px;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image{background:#fff;text-align:center;border:2px solid #E5E5E5;border-radius:4px;cursor:pointer;height:76px;position:relative;margin-bottom:10px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image.is-recommended{background-image:url(../images/recommended.svg);background-repeat:no-repeat;background-size:60%;background-position:top right -2px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image img{max-width:90%;max-height:40px;display:block;position:relative;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0.6;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.wp-mail-smtp-mailer-smtp .wp-mail-smtp-mailer-image img{max-height:30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.active .wp-mail-smtp-mailer-image{border-color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.active .wp-mail-smtp-mailer-image img{opacity:1}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer:hover .wp-mail-smtp-mailer-image{border-color:#ccc}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer:hover .wp-mail-smtp-mailer-image img{opacity:1}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h2,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h4{color:#444;font-size:20px;font-weight:700;margin:0 0 6px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h2{margin-bottom:15px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h3{color:#444;font-size:24px;font-weight:600;margin:0 0 20px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p{margin:12px 0 0;font-size:14px;line-height:1.5em}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p:first-of-type{margin:8px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.desc{font-style:italic;color:#777}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.buttonned{margin-top:30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice{margin:5px 0 15px;box-sizing:border-box;background:#fff;border-left:4px solid transparent;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice.inline-error{border-color:#dc3232;margin-bottom:5px;padding:10px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice.inline-edu-notice{border-color:#809EB0;line-height:1.5em;padding:10px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice a.wp-mail-smtp-mailer-notice-dismiss{float:right;color:#999DA1;margin:0 0 10px 10px;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice a.wp-mail-smtp-mailer-notice-dismiss:hover{color:#666a6e}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row ul{margin:8px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row ul.list li{margin-left:20px;list-style-type:disc}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list th{padding:5px 5px 5px 0;text-align:left}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.email{padding-right:2em}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.status{width:100px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a{border-bottom:1px solid;display:inline-block;margin-right:5px;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]{color:#a00}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:hover,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:active,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:hover,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:active,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:focus{color:#440000}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:400px;min-height:35px;line-height:1.3}@media (max-width: 959px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select{width:300px}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select[readonly]{background-color:#f9f9f9}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select.small-text{width:75px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select:focus{border:1px solid #016AAB;box-shadow:0 0 0 1px #016AAB;outline:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select:disabled{opacity:0.6}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=checkbox]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=radio]:focus{border:1px solid #016AAB;box-shadow:0 0 0 1px #016AAB;outline:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .dashicons-yes-alt.wp-mail-smtp-animate{-webkit-animation:wp-mail-smtp-fade-in-stop-out 1s linear;animation:wp-mail-smtp-fade-in-stop-out 1s linear}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .dashicons-yes-alt.wp-mail-smtp-success{color:#46b450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label{display:block;float:left;width:205px;padding:0 20px 0 0}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label{float:none;width:100%;padding-bottom:15px}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label label{display:block;font-weight:600}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-field{display:block;margin:0 0 0 205px;max-width:800px}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-field{margin:0}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-submit{margin:0;padding:25px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-submit .help-text{margin-left:10px;vertical-align:middle}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option .wp-mail-smtp-setting-row.section-heading{padding:20px 0 !important}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option blockquote{background:#E5E5E5;border-radius:4px;color:#666;font-size:14px;margin:20px 0;padding:15px;width:1005px}#wp-mail-smtp .wp-mail-smtp-page-content.wp-mail-smtp-page-general p{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin:5px 0 15px;padding:1px 12px}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-success{border-left-color:#46b450}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-warning{border-left-color:#ffb900}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-error{border-left-color:#dc3232}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-info{border-left-color:#00a0d2}#wp-mail-smtp .wp-mail-smtp-page-content .notice p,#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline p{margin:0.5em 0;padding:2px}#wp-mail-smtp .wp-mail-smtp-page-content pre{white-space:pre-line}#wp-mail-smtp .wp-mail-smtp-page-content.active{display:block}#wp-mail-smtp .wp-mail-smtp-page-content .connected-as{margin-left:30px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug{background-color:#fff;padding:25px 20px 1px 25px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug h2{color:#444;margin:1.4em 0 0.8em;font-size:16px;font-weight:700}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug p{font-size:14px;color:#555;margin-bottom:1.1em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol{font-size:14px;color:#555;margin:0 0 1.1em 1.8em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li{margin:0 0 8px 0;line-height:1.5}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li:last-of-type,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li:last-of-type{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li ul,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li ul{list-style-type:disc}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug a{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug a:hover{color:#f97f00}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .dashicons-star-filled{color:#FF982D;width:16px;height:16px;font-size:16px;vertical-align:text-top}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .price-off{color:green;font-weight:bold}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle{text-decoration:none;color:#444}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle:hover{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle .dashicons{font-size:15px;height:15px;width:15px;padding-top:3px;border:0;outline:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log{border-left:3px solid #ffb900;padding:0 0 0 20px;margin:0 0 10px 0;font-size:12px;display:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log pre{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-note{display:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner{background-color:#fff;padding:25px 20px;border:1px solid #dadada;margin:10px 0 0 0;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .wp-mail-smtp-pro-banner-dismiss{position:absolute;right:10px;top:10px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .wp-mail-smtp-pro-banner-dismiss button{background:none;border:none;color:#A9A9A9;cursor:pointer;margin:0;padding:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner h2{color:#444;margin-top:0;font-size:16px;font-weight:700}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner p{font-size:14px;color:#555;margin-bottom:1.1em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner p:last-of-type{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits{margin:0 0 16px 0;overflow:auto;max-width:1000px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul{margin:0;padding:0;width:50%;float:left}@media (max-width: 600px){#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul{width:100%;float:none}}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li{margin:0;padding:0 0 2px 16px;color:#555;font-size:14px;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li:before{content:'+';position:absolute;top:-1px;left:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li.arrow-right:before{content:'→'}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:hover,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:active,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:focus{color:#f97f00}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .stars{text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .stars .dashicons{width:16px;height:16px;font-size:16px;vertical-align:text-top}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .price-off{color:green;font-weight:bold}#wp-mail-smtp .wp-mail-smtp-admin-columns>div[class*="-column-"]{float:left}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-20{width:20%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-33{width:33.33333%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-40{width:40%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-50{width:50%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-60{width:60%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-80{width:80%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-last{float:right !important}#wp-mail-smtp .wp-mail-smtp-admin-columns:after{content:"";display:table;clear:both}#wp-mail-smtp .wp-mail-smtp-page-upsell{display:flex;align-items:center;justify-content:center;height:auto;flex-direction:column}#wp-mail-smtp .wp-mail-smtp-page-upsell>*{width:800px}#wp-mail-smtp .wp-mail-smtp-page-upsell *,#wp-mail-smtp .wp-mail-smtp-page-upsell *::before,#wp-mail-smtp .wp-mail-smtp-page-upsell *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wp-mail-smtp .wp-mail-smtp-page-upsell h2{font-size:24px;color:#444444;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell h3{font-size:16px;font-weight:normal;color:#72777C;line-height:1.5em;margin-top:0;margin-bottom:6px;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features{margin-bottom:40px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature{display:flex;flex-direction:row;width:360px;align-items:flex-start;align-content:flex-start;margin-right:60px;margin-top:40px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(1){margin-top:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(2){margin-top:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(even){margin-right:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image{display:flex;align-items:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image svg{height:64px;width:64px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image .st0{fill:#C3D0D7}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image .st1{fill:#809DB0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content{margin-left:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content h4{font-size:15px;margin:0 0 0.5em}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content p{color:#72777C;margin:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images{margin-top:20px;margin-bottom:30px;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images img{width:380px;height:auto;margin-right:30px;border:5px solid #fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,0.1);float:left}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images img:last-child{margin-right:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-button{text-align:center}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu h2{display:inline-block;vertical-align:middle}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .badge{margin:0 0 2px 7px;vertical-align:middle;width:40px;height:17px}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite{color:#9a9a9a}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite p.desc{color:#bababa}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite input[type=checkbox]:disabled{border-color:#aaa}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-no-setting{margin-top:30px}.wp-mail-smtp-btn{border:0;border-radius:3px;cursor:pointer;display:inline-block;margin:0;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;text-shadow:none;box-shadow:none;outline:none}.wp-mail-smtp-btn .dashicons{font-size:16px;width:16px;height:16px}.wp-mail-smtp-btn:disabled{opacity:0.5;cursor:not-allowed}.wp-mail-smtp-btn.wp-mail-smtp-btn-md{font-size:13px;font-weight:600;padding:8px 12px;min-height:35px}.wp-mail-smtp-btn.wp-mail-smtp-btn-lg{font-size:16px;font-weight:600;padding:16px 28px}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange{background-color:#FF982D;border-color:#FF982D;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:focus{background-color:#f97f00;border-color:#f97f00}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #f97f00}.wp-mail-smtp-btn.wp-mail-smtp-btn-red{background-color:#DC3232;border-color:#DC3232;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-red:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-red:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-red:focus{background-color:darkred;border-color:darkred}.wp-mail-smtp-btn.wp-mail-smtp-btn-red:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px darkred}.wp-mail-smtp-btn.wp-mail-smtp-btn-grey{background-color:#f5f5f5;border:1px solid #ccc;color:#666}.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:focus{background-color:#d7d7d7;border-color:#ccc;color:#444}.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey{background-color:#f5f5f5;border:1px solid #ccc;color:#666}.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:focus{background-color:#eee;color:#444}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish{background-color:#738e9e;border:1px solid #738e9e;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:focus{background-color:#395360;border-color:#395360;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #395360}
1
+ #wpcontent{padding-left:0 !important;position:relative}@media (max-width: 600px){#wpcontent{padding-top:46px}}@media (max-width: 600px){#wpbody{padding-top:0}}@-webkit-keyframes wp-mail-smtp-fade-in-stop-out{0%,100%{opacity:0}35%{opacity:1}65%{opacity:1}}@keyframes wp-mail-smtp-fade-in-stop-out{0%,100%{opacity:0}35%{opacity:1}65%{opacity:1}}body.toplevel_page_wp-mail-smtp div.jconfirm *,body.toplevel_page_wp-mail-smtp div.jconfirm *::before,body.toplevel_page_wp-mail-smtp div.jconfirm *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box{border-radius:0;box-shadow:0 2px 6px rgba(0,0,0,0.2)}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.4);top:8px;right:8px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box-container div.jconfirm-box div.jconfirm-closeIcon:hover{color:rgba(0,0,0,0.8)}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c{margin:0 0 26px 0 !important;padding:0 !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin:0 !important;color:#c4c4c4 !important;-webkit-transition:none !important;transition:none !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;font-size:45px !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i:empty{display:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c svg{height:35px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-title{display:block;color:#444}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-title-c .jconfirm-icon-c+span.jconfirm-title{margin-top:20px !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content-pane{margin-bottom:0;display:block}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:inherit}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content{font-size:16px;color:#777;line-height:1.4}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content.lite-upgrade p{font-size:18px;padding:0 20px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p{margin:0 0 20px;font-size:16px;line-height:1.5}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p:last-of-type{margin:0}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p.large{font-size:18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content p.small{font-size:14px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .already-purchased{font-size:12px;color:#ccc;text-decoration:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .already-purchased:hover{text-decoration:underline}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-btn{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px;outline:none;display:inline-block;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-tap-highlight-color:transparent;border:0;background-image:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-btn.with-loader{padding:12px 12px 7px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record{display:flex;justify-content:space-evenly;align-items:center}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record-label{color:#444}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]{display:inline-block;width:340px;color:#777;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;margin:0;padding:10px 0 10px 12px;font-size:16px;line-height:18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"][readonly]{background-color:#f9f9f9}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]:focus{border-color:#bbb}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record input[type="text"]:disabled{opacity:0.6}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button{padding:9px 11px;background-color:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;outline:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button:hover{background-color:#ddd}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record button:active{background-color:#aaa;border-color:#aaa}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-content .wp-mail-smtp-providers-amazonses-txt-record .dashicons-yes-alt{color:#46b450}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .already-purchased{display:block;font-size:12px;color:#aaa;text-decoration:none;padding-top:20px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .already-purchased:hover{color:#999;text-decoration:underline}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box div.jconfirm-buttons .btn-hide{display:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note{text-align:center;margin:30px 0 0}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note p{background-color:#faffac;margin:0 -30px;padding:24px 60px 20px;font-size:15px;color:#4d4d4d;position:relative}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note p:after{content:url(../images/font-awesome/check-circle-solid-green.svg);width:40px;height:40px;background-color:#fff;border-radius:50%;padding:5px 6px;position:absolute;top:-20px;right:50%;margin-right:-18px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note span{font-weight:700;color:#3abc01}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .discount-note a{color:#aaa;display:block;margin-top:12px}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box input[type=text]{display:block;width:99%;border:1px solid #d6d6d6;padding:10px;box-shadow:none;margin:20px auto 0 auto}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-confirm{background-color:#FF982D;color:#fff;outline:none}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-confirm:hover{background-color:#f97f00;border-color:#f97f00}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button,body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-default{color:#666}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.wp-mail-smtp-btn-orange{color:#fff}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-block{display:block;text-align:center;width:100%;margin:0 0 10px 0 !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box button.btn-normal-case{text-transform:none !important}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .error{display:none;color:red}body.toplevel_page_wp-mail-smtp div.jconfirm div.jconfirm-box .wpforms-error{border:1px solid #ebccd1 !important}@media screen and (max-width: 1023px){#wp-mail-smtp-notice-bar{display:none !important}}#wp-mail-smtp-notice-bar{max-height:35px;position:relative;margin-bottom:-3px;transition:all .3s ease-out;overflow:hidden}#wp-mail-smtp-notice-bar.out{max-height:3px}#wp-mail-smtp-notice-bar .wp-mail-smtp-notice-bar-container{background-color:#DDDDDD;border-top:3px solid #FF982D;color:#777777;text-align:center;padding:7px}#wp-mail-smtp-notice-bar a{color:#FF982D}#wp-mail-smtp-notice-bar a:hover{color:#f97f00}#wp-mail-smtp-notice-bar .dismiss{position:absolute;top:0;right:0;border:none;padding:5px;margin-top:4px;background:0 0;color:#72777c;cursor:pointer}#wp-mail-smtp-notice-bar .dismiss:before{background:0 0;color:#72777c;content:"\f335";display:block;font:normal 20px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased}#screen-meta-links .screen-meta-toggle{position:absolute;right:20px;top:auto}.wp-mail-smtp-loading{animation:0.65s linear infinite wp-mail-smtp-loading-spin}.wp-mail-smtp-loading-md{width:32px;height:32px}.wp-mail-smtp-loading-sm{width:16px;height:16px}@keyframes wp-mail-smtp-loading-spin{0%{transform:rotateZ(270deg)}100%{transform:rotateZ(630deg)}}#screen-meta-links,#screen-meta{display:none}#wp-mail-smtp-header-temp{position:absolute;margin:0;top:-1px;left:20px;right:20px;z-index:99}#wp-mail-smtp-header{border-top:3px solid #FF982D;padding:20px}#wp-mail-smtp-header img{display:block;margin:0;max-width:242px}@media (max-width: 782px){#wp-mail-smtp-header img{max-width:200px}}#wp-mail-smtp{margin:0}#wp-mail-smtp .wp-mail-smtp-hide{display:none}#wp-mail-smtp .wp-mail-smtp-page-title{height:58px;background-color:#fff;font-size:14px;margin:0 0 20px 0;padding:0 20px}#wp-mail-smtp .wp-mail-smtp-page-title a.tab{border-bottom:2px solid #fff;box-shadow:none;color:#666;display:inline-block;margin-right:30px;padding:20px 0 18px 0;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-title a.tab.active{border-bottom:2px solid #FF982D}#wp-mail-smtp .wp-mail-smtp-page-title a.tab:hover{border-color:#999}#wp-mail-smtp .wp-mail-smtp-page-title a.action{padding:5px;border:0;min-height:auto;color:#fff;margin:-10px 0 0 20px}#wp-mail-smtp .wp-mail-smtp-page-title .page-title{background-color:#fff;display:inline-block;font-size:23px;margin:0;padding:20px 20px 20px 0}#wp-mail-smtp .wp-mail-smtp-page-content{padding:0 20px}#wp-mail-smtp .wp-mail-smtp-page-content *,#wp-mail-smtp .wp-mail-smtp-page-content *::before,#wp-mail-smtp .wp-mail-smtp-page-content *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-clear:before{content:" ";display:table}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-clear:after{clear:both;content:" ";display:table}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row{border-bottom:1px solid #e4e4e4;padding:30px 0;font-size:14px;line-height:1.3}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row:first-of-type{padding-top:10px !important}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row{padding:20px 0}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.inactive{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .wp-mail-smtp-setting-mid-row-sep{background:#e4e4e4;height:1px;border:0;margin:15px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading{padding:20px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading.no-desc h2,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading.no-desc h4{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.section-heading .wp-mail-smtp-setting-field{margin:0;max-width:1005px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]{float:left;margin:1px 0 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]+label{margin:0 0 0 8px;vertical-align:baseline}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox .desc{margin:0 0 0 30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox input[type=checkbox]+label+.desc{margin:8px 0 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-text .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-password .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-number .wp-mail-smtp-setting-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-email .wp-mail-smtp-setting-label{padding-top:8px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-select .wp-mail-smtp-setting-label{padding-top:8px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-radio .wp-mail-smtp-setting-field input[type=radio]{margin:-3px 10px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-radio .wp-mail-smtp-setting-field label{margin-right:30px;display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field label{vertical-align:middle;display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]{position:absolute;top:auto;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;white-space:nowrap}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch{background-color:#46B450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:checked:hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch{box-shadow:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch{background-color:#ddd}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch{background-color:#ddd;cursor:default}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled:checked+.wp-mail-smtp-setting-toggle-switch{background-color:#a0daa5;cursor:default}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label{display:inline-block}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label+.wp-mail-smtp-setting-toggle-unchecked-label{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-checked-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:disabled+.wp-mail-smtp-setting-toggle-switch+.wp-mail-smtp-setting-toggle-unchecked-label{color:#aaaaaa}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked:hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:checked:focus+.wp-mail-smtp-setting-toggle-switch{box-shadow:0 0 0 1px #fff, 0 0 0 3px #46B450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:not(:checked):hover+.wp-mail-smtp-setting-toggle-switch,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field input[type=checkbox]:not(:checked):focus+.wp-mail-smtp-setting-toggle-switch{background-color:#999;box-shadow:0 0 0 1px #fff, 0 0 0 3px #999}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-unchecked-label,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-checked-label{text-transform:uppercase;font-weight:400;color:#777;font-size:13px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-checked-label{display:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-switch{position:relative;cursor:pointer;background-color:#ccc;border-radius:15px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;vertical-align:middle;display:inline-block;margin:0 5px 0 0;width:36px;height:20px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-checkbox-toggle .wp-mail-smtp-setting-field .wp-mail-smtp-setting-toggle-switch:before{position:absolute;content:"";height:16px;width:16px;left:2px;top:2px;background-color:#fff;border-radius:50%;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer{padding-bottom:20px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer{display:inline-block;width:140px;margin-right:12px;margin-bottom:12px;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image{background:#fff;text-align:center;border:2px solid #E5E5E5;border-radius:4px;cursor:pointer;height:76px;position:relative;margin-bottom:10px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image.is-recommended{background-image:url(../images/recommended.svg);background-repeat:no-repeat;background-size:60%;background-position:top right -2px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer .wp-mail-smtp-mailer-image img{max-width:90%;max-height:40px;display:block;position:relative;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0.6;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.wp-mail-smtp-mailer-smtp .wp-mail-smtp-mailer-image img{max-height:30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.active .wp-mail-smtp-mailer-image{border-color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer.active .wp-mail-smtp-mailer-image img{opacity:1}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer:hover .wp-mail-smtp-mailer-image{border-color:#ccc}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row.wp-mail-smtp-setting-row-mailer .wp-mail-smtp-mailers .wp-mail-smtp-mailer:hover .wp-mail-smtp-mailer-image img{opacity:1}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h2,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h4{color:#444;font-size:20px;font-weight:700;margin:0 0 6px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h2{margin-bottom:15px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row h3{color:#444;font-size:24px;font-weight:600;margin:0 0 20px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p{margin:12px 0 0;font-size:14px;line-height:1.5em}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p:first-of-type{margin:8px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.desc{font-style:italic;color:#777}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.buttonned{margin-top:30px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice{margin:5px 0 15px;box-sizing:border-box;background:#fff;border-left:4px solid transparent;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice.inline-error{border-color:#dc3232;margin-bottom:5px;padding:10px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice.inline-edu-notice{border-color:#809EB0;line-height:1.5em;padding:10px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice a.wp-mail-smtp-mailer-notice-dismiss{float:right;color:#999DA1;margin:0 0 10px 10px;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row p.inline-notice a.wp-mail-smtp-mailer-notice-dismiss:hover{color:#666a6e}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row ul{margin:8px 0 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row ul.list li{margin-left:20px;list-style-type:disc}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list th{padding:5px 5px 5px 0;text-align:left}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.email{padding-right:2em}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.status{width:100px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a{border-bottom:1px solid;display:inline-block;margin-right:5px;text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]{color:#a00}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:hover,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:active,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=delete]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:hover,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:active,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row table.actions-list td.actions a[class*=error]:focus{color:#440000}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:400px;min-height:35px;line-height:1.3}@media (max-width: 959px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select{width:300px}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password][readonly],#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select[readonly]{background-color:#f9f9f9}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password].small-text,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select.small-text{width:75px}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select:focus{border:1px solid #016AAB;box-shadow:0 0 0 1px #016AAB;outline:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=text]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=email]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=number]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=password]:disabled,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row select:disabled{opacity:0.6}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=checkbox]:focus,#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row input[type=radio]:focus{border:1px solid #016AAB;box-shadow:0 0 0 1px #016AAB;outline:none}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .dashicons-yes-alt.wp-mail-smtp-animate{-webkit-animation:wp-mail-smtp-fade-in-stop-out 1s linear;animation:wp-mail-smtp-fade-in-stop-out 1s linear}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-row .dashicons-yes-alt.wp-mail-smtp-success{color:#46b450}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label{display:block;float:left;width:205px;padding:0 20px 0 0}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label{float:none;width:100%;padding-bottom:15px}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-label label{display:block;font-weight:600}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-field{display:block;margin:0 0 0 205px;max-width:800px}@media (max-width: 781px){#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-field{margin:0}}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-setting-field hr{margin:20px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-submit{margin:0;padding:25px 0}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-submit .help-text{margin-left:10px;vertical-align:middle}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option .wp-mail-smtp-setting-row.section-heading{padding:20px 0 !important}#wp-mail-smtp .wp-mail-smtp-page-content .wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option blockquote{background:#E5E5E5;border-radius:4px;color:#666;font-size:14px;margin:20px 0;padding:15px;width:1005px}#wp-mail-smtp .wp-mail-smtp-page-content.wp-mail-smtp-page-general p{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin:5px 0 15px;padding:1px 12px}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-success{border-left-color:#46b450}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-warning{border-left-color:#ffb900}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-error{border-left-color:#dc3232}#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline.notice-info{border-left-color:#00a0d2}#wp-mail-smtp .wp-mail-smtp-page-content .notice p,#wp-mail-smtp .wp-mail-smtp-page-content .notice-inline p{margin:0.5em 0;padding:2px}#wp-mail-smtp .wp-mail-smtp-page-content pre{white-space:pre-line}#wp-mail-smtp .wp-mail-smtp-page-content.active{display:block}#wp-mail-smtp .wp-mail-smtp-page-content .connected-as{margin-left:30px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug{background-color:#fff;padding:25px 20px 1px 25px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug h2{color:#444;margin:1.4em 0 0.8em;font-size:16px;font-weight:700}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug p{font-size:14px;color:#555;margin-bottom:1.1em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol{font-size:14px;color:#555;margin:0 0 1.1em 1.8em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li{margin:0 0 8px 0;line-height:1.5}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li:last-of-type,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li:last-of-type{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ul li ul,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug ol li ul{list-style-type:disc}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug a{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug a:hover{color:#f97f00}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .dashicons-star-filled{color:#FF982D;width:16px;height:16px;font-size:16px;vertical-align:text-top}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .price-off{color:green;font-weight:bold}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle{text-decoration:none;color:#444}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle:hover{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-toggle .dashicons{font-size:15px;height:15px;width:15px;padding-top:3px;border:0;outline:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log{border-left:3px solid #ffb900;padding:0 0 0 20px;margin:0 0 10px 0;font-size:12px;display:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log pre{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-debug .error-log-note{display:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner{background-color:#fff;padding:25px 20px;border:1px solid #dadada;margin:10px 0 0 0;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .wp-mail-smtp-pro-banner-dismiss{position:absolute;right:10px;top:10px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .wp-mail-smtp-pro-banner-dismiss button{background:none;border:none;color:#A9A9A9;cursor:pointer;margin:0;padding:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner h2{color:#444;margin-top:0;font-size:16px;font-weight:700}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner p{font-size:14px;color:#555;margin-bottom:1.1em}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner p:last-of-type{margin:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits{margin:0 0 16px 0;overflow:auto;max-width:1000px}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul{margin:0;padding:0;width:50%;float:left}@media (max-width: 600px){#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul{width:100%;float:none}}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li{margin:0;padding:0 0 2px 16px;color:#555;font-size:14px;position:relative}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li:before{content:'+';position:absolute;top:-1px;left:0}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .benefits ul li.arrow-right:before{content:'→'}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a{color:#FF982D}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:hover,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:active,#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner a:focus{color:#f97f00}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .stars{text-decoration:none}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .stars .dashicons{width:16px;height:16px;font-size:16px;vertical-align:text-top}#wp-mail-smtp .wp-mail-smtp-page-content #wp-mail-smtp-pro-banner .price-off{color:green;font-weight:bold}#wp-mail-smtp .wp-mail-smtp-admin-columns>div[class*="-column-"]{float:left}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-20{width:20%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-33{width:33.33333%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-40{width:40%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-50{width:50%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-60{width:60%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-80{width:80%}#wp-mail-smtp .wp-mail-smtp-admin-columns .wp-mail-smtp-admin-column-last{float:right !important}#wp-mail-smtp .wp-mail-smtp-admin-columns:after{content:"";display:table;clear:both}#wp-mail-smtp .wp-mail-smtp-page-upsell{display:flex;align-items:center;justify-content:center;height:auto;flex-direction:column}#wp-mail-smtp .wp-mail-smtp-page-upsell>*{width:800px}#wp-mail-smtp .wp-mail-smtp-page-upsell *,#wp-mail-smtp .wp-mail-smtp-page-upsell *::before,#wp-mail-smtp .wp-mail-smtp-page-upsell *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wp-mail-smtp .wp-mail-smtp-page-upsell h2{font-size:24px;color:#444444;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell h3{font-size:16px;font-weight:normal;color:#72777C;line-height:1.5em;margin-top:0;margin-bottom:6px;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features{margin-bottom:40px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature{display:flex;flex-direction:row;width:360px;align-items:flex-start;align-content:flex-start;margin-right:60px;margin-top:40px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(1){margin-top:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(2){margin-top:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature:nth-of-type(even){margin-right:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image{display:flex;align-items:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image svg{height:64px;width:64px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image .st0{fill:#C3D0D7}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-image .st1{fill:#809DB0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content{margin-left:20px}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content h4{font-size:15px;margin:0 0 0.5em}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-content .wp-mail-smtp-page-upsell-features .wp-mail-smtp-page-upsell-feature .wp-mail-smtp-page-upsell-feature-content p{color:#72777C;margin:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images{margin-top:20px;margin-bottom:30px;text-align:center}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images img{width:380px;height:auto;margin-right:30px;border:5px solid #fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,0.1);float:left}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-images img:last-child{margin-right:0}#wp-mail-smtp .wp-mail-smtp-page-upsell .wp-mail-smtp-page-upsell-button{text-align:center}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu h2{display:inline-block;vertical-align:middle}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .badge{margin:0 0 2px 7px;vertical-align:middle;width:40px;height:17px}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite{color:#9a9a9a}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite p.desc{color:#bababa}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-multisite input[type=checkbox]:disabled{border-color:#aaa}#wp-mail-smtp .wp-mail-smtp-page-nw-product-edu .wp-mail-smtp-setting-row-no-setting{margin-top:30px}#wp-mail-smtp .notice blockquote{margin-left:0;padding:2px}#wp-mail-smtp .notice blockquote pre{margin:0}.wp-mail-smtp-btn{border:0;border-radius:3px;cursor:pointer;display:inline-block;margin:0;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;text-shadow:none;box-shadow:none;outline:none}.wp-mail-smtp-btn .dashicons{font-size:16px;width:16px;height:16px}.wp-mail-smtp-btn:disabled{opacity:0.5;cursor:not-allowed}.wp-mail-smtp-btn.wp-mail-smtp-btn-md{font-size:13px;font-weight:600;padding:8px 12px;min-height:35px}.wp-mail-smtp-btn.wp-mail-smtp-btn-lg{font-size:16px;font-weight:600;padding:16px 28px}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange{background-color:#FF982D;border-color:#FF982D;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:focus{background-color:#f97f00;border-color:#f97f00}.wp-mail-smtp-btn.wp-mail-smtp-btn-orange:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #f97f00}.wp-mail-smtp-btn.wp-mail-smtp-btn-red{background-color:#DC3232;border-color:#DC3232;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-red:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-red:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-red:focus{background-color:darkred;border-color:darkred}.wp-mail-smtp-btn.wp-mail-smtp-btn-red:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px darkred}.wp-mail-smtp-btn.wp-mail-smtp-btn-grey{background-color:#f5f5f5;border:1px solid #ccc;color:#666}.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-grey:focus{background-color:#d7d7d7;border-color:#ccc;color:#444}.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey{background-color:#f5f5f5;border:1px solid #ccc;color:#666}.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-light-grey:focus{background-color:#eee;color:#444}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish{background-color:#738e9e;border:1px solid #738e9e;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:hover,.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:active,.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:focus{background-color:#395360;border-color:#395360;color:#fff}.wp-mail-smtp-btn.wp-mail-smtp-btn-blueish:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #395360}#wp-mail-smtp-domain-check-details h2{color:#444;font-size:20px;line-height:24px;font-weight:700;margin:28px 0 23px}#wp-mail-smtp-domain-check-details .wp-mail-smtp-domain-check-details-check-list-item{padding:25px 0 14px;border-top:1px solid #E4E4E4;display:flex}#wp-mail-smtp-domain-check-details .wp-mail-smtp-domain-check-details-check-list-item-icon{width:18px;height:16px;margin-right:10px}#wp-mail-smtp-domain-check-details .wp-mail-smtp-domain-check-details-check-list-item-content h3{text-transform:uppercase;font-weight:500;font-size:14px;line-height:17px;color:#444444;margin:0 0 4px 0}#wp-mail-smtp-domain-check-details .wp-mail-smtp-domain-check-details-check-list-item-content p{color:#777777;font-size:14px;line-height:20px;margin:0 0 10px 0}.wp-mail-smtp-tab-test #email-test-form .wp-mail-smtp-btn{min-width:95px}.wp-mail-smtp-tab-test #email-test-form .wp-mail-smtp-loading{display:none;margin-bottom:-2px}
assets/images/icons/error.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 .25A7.749 7.749 0 00.25 8 7.749 7.749 0 008 15.75 7.749 7.749 0 0015.75 8 7.749 7.749 0 008 .25zm3.781 9.813c.156.124.156.374 0 .53l-1.219 1.22c-.156.156-.406.156-.53 0L8 9.75l-2.063 2.063c-.125.156-.375.156-.53 0l-1.22-1.25c-.156-.126-.156-.376 0-.532L6.25 8 4.187 5.969c-.156-.125-.156-.375 0-.532l1.25-1.218c.125-.157.375-.157.532 0L8 6.25l2.031-2.031c.125-.157.375-.157.531 0l1.22 1.218c.155.157.155.407 0 .532L9.75 8l2.031 2.063z" fill="#DC3232"/></svg>
assets/images/icons/success.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 8c0-4.25-3.5-7.75-7.75-7.75C3.719.25.25 3.75.25 8A7.749 7.749 0 008 15.75c4.25 0 7.75-3.469 7.75-7.75zm-8.656 4.125a.53.53 0 01-.719 0l-3.25-3.25a.53.53 0 010-.719l.719-.687a.442.442 0 01.687 0L6.75 9.656l4.688-4.687a.442.442 0 01.687 0l.719.687a.53.53 0 010 .719l-5.75 5.75z" fill="#46B450"/></svg>
assets/images/icons/warning.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="19" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.781 13.781L11.281.75c-.562-.969-2.031-1-2.594 0l-7.5 13.031C.625 14.75 1.344 16 2.5 16h14.969c1.156 0 1.875-1.219 1.312-2.219zM10 11.062c.781 0 1.438.657 1.438 1.438 0 .813-.657 1.438-1.438 1.438A1.414 1.414 0 018.562 12.5c0-.781.625-1.438 1.438-1.438zM8.625 5.907c-.031-.22.156-.407.375-.407h1.969c.219 0 .406.187.375.406l-.219 4.25c-.031.219-.188.344-.375.344H9.219c-.188 0-.344-.125-.375-.344l-.219-4.25z" fill="#FFB900"/></svg>
assets/js/connect.js ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* globals wp_mail_smtp_connect */
2
+
3
+ /**
4
+ * Connect functionality - Upgrade plugin from Lite to Pro version.
5
+ *
6
+ * @since 2.6.0
7
+ */
8
+
9
+ 'use strict';
10
+
11
+ var WPMailSMTPConnect = window.WPMailSMTPConnect || ( function( document, window, $ ) {
12
+
13
+ /**
14
+ * Elements reference.
15
+ *
16
+ * @since 2.6.0
17
+ *
18
+ * @type {object}
19
+ */
20
+ var el = {
21
+ $connectBtn: $( '#wp-mail-smtp-setting-upgrade-license-button' ),
22
+ $connectKey: $( '#wp-mail-smtp-setting-upgrade-license-key' )
23
+ };
24
+
25
+ /**
26
+ * Public functions and properties.
27
+ *
28
+ * @since 2.6.0
29
+ *
30
+ * @type {object}
31
+ */
32
+ var app = {
33
+
34
+ /**
35
+ * Start the engine.
36
+ *
37
+ * @since 2.6.0
38
+ */
39
+ init: function() {
40
+
41
+ $( document ).ready( app.ready );
42
+ },
43
+
44
+ /**
45
+ * Document ready.
46
+ *
47
+ * @since 2.6.0
48
+ */
49
+ ready: function() {
50
+
51
+ app.events();
52
+ },
53
+
54
+ /**
55
+ * Register JS events.
56
+ *
57
+ * @since 2.6.0
58
+ */
59
+ events: function() {
60
+
61
+ app.connectBtnClick();
62
+ },
63
+
64
+ /**
65
+ * Register connect button event.
66
+ *
67
+ * @since 2.6.0
68
+ */
69
+ connectBtnClick: function() {
70
+
71
+ el.$connectBtn.on( 'click', function() {
72
+ app.gotoUpgradeUrl();
73
+ } );
74
+ },
75
+
76
+ /**
77
+ * Get the alert arguments in case of Pro already installed.
78
+ *
79
+ * @since 2.6.0
80
+ *
81
+ * @param {object} res Ajax query result object.
82
+ *
83
+ * @returns {object} Alert arguments.
84
+ */
85
+ proAlreadyInstalled: function( res ) {
86
+
87
+ return {
88
+ title: wp_mail_smtp_connect.text.almost_done,
89
+ content: res.data.message,
90
+ useBootstrap: false,
91
+ theme: 'modern',
92
+ boxWidth: '550px',
93
+ icon: '"></i><img src="' + wp_mail_smtp_connect.plugin_url + '/assets/images/font-awesome/check-circle-solid-green.svg" style="width: 40px; height: 40px;"><i class="',
94
+ type: 'green',
95
+ buttons: {
96
+ confirm: {
97
+ text: wp_mail_smtp_connect.text.plugin_activate_btn,
98
+ btnClass: 'btn-confirm',
99
+ keys: [ 'enter' ],
100
+ action: function() {
101
+ window.location.reload();
102
+ },
103
+ },
104
+ },
105
+ };
106
+ },
107
+
108
+ /**
109
+ * Go to upgrade url.
110
+ *
111
+ * @since 2.6.0
112
+ */
113
+ gotoUpgradeUrl: function() {
114
+
115
+ var data = {
116
+ action: 'wp_mail_smtp_connect_url',
117
+ key: el.$connectKey.val(),
118
+ nonce: wp_mail_smtp_connect.nonce,
119
+ };
120
+
121
+ $.post( wp_mail_smtp_connect.ajax_url, data )
122
+ .done( function( res ) {
123
+ if ( res.success ) {
124
+ if ( res.data.reload ) {
125
+ $.alert( app.proAlreadyInstalled( res ) );
126
+ return;
127
+ }
128
+ window.location.href = res.data.url;
129
+ return;
130
+ }
131
+ $.alert( {
132
+ title: wp_mail_smtp_connect.text.oops,
133
+ content: res.data.message,
134
+ useBootstrap: false,
135
+ theme: 'modern',
136
+ boxWidth: '550px',
137
+ icon: '"></i><img src="' + wp_mail_smtp_connect.plugin_url + '/assets/images/font-awesome/exclamation-circle-solid-orange.svg" style="width: 40px; height: 40px;"><i class="',
138
+ type: 'orange',
139
+ buttons: {
140
+ confirm: {
141
+ text: wp_mail_smtp_connect.text.ok,
142
+ btnClass: 'btn-confirm',
143
+ keys: [ 'enter' ],
144
+ },
145
+ },
146
+ } );
147
+ } )
148
+ .fail( function( xhr ) {
149
+ app.failAlert( xhr );
150
+ } );
151
+ },
152
+
153
+ /**
154
+ * Alert in case of server error.
155
+ *
156
+ * @since 2.6.0
157
+ *
158
+ * @param {object} xhr XHR object.
159
+ */
160
+ failAlert: function( xhr ) {
161
+
162
+ $.alert( {
163
+ title: wp_mail_smtp_connect.text.oops,
164
+ content: wp_mail_smtp_connect.text.server_error + '<br>' + xhr.status + ' ' + xhr.statusText + ' ' + xhr.responseText,
165
+ useBootstrap: false,
166
+ theme: 'modern',
167
+ boxWidth: '550px',
168
+ icon: '"></i><img src="' + wp_mail_smtp_connect.plugin_url + '/assets/images/font-awesome/exclamation-circle-regular-red.svg" style="width: 40px; height: 40px;"><i class="',
169
+ type: 'red',
170
+ buttons: {
171
+ confirm: {
172
+ text: wp_mail_smtp_connect.text.ok,
173
+ btnClass: 'btn-confirm',
174
+ keys: [ 'enter' ],
175
+ },
176
+ },
177
+ } );
178
+ },
179
+ };
180
+
181
+ // Provide access to public functions/properties.
182
+ return app;
183
+
184
+ }( document, window, jQuery ) );
185
+
186
+ // Initialize.
187
+ WPMailSMTPConnect.init();
assets/js/connect.min.js ADDED
@@ -0,0 +1 @@
 
1
+ "use strict";var WPMailSMTPConnect=window.WPMailSMTPConnect||function(t,e,n){var o={$connectBtn:n("#wp-mail-smtp-setting-upgrade-license-button"),$connectKey:n("#wp-mail-smtp-setting-upgrade-license-key")},i={init:function(){n(t).ready(i.ready)},ready:function(){i.events()},events:function(){i.connectBtnClick()},connectBtnClick:function(){o.$connectBtn.on("click",function(){i.gotoUpgradeUrl()})},proAlreadyInstalled:function(t){return{title:wp_mail_smtp_connect.text.almost_done,content:t.data.message,useBootstrap:!1,theme:"modern",boxWidth:"550px",icon:'"></i><img src="'+wp_mail_smtp_connect.plugin_url+'/assets/images/font-awesome/check-circle-solid-green.svg" style="width: 40px; height: 40px;"><i class="',type:"green",buttons:{confirm:{text:wp_mail_smtp_connect.text.plugin_activate_btn,btnClass:"btn-confirm",keys:["enter"],action:function(){e.location.reload()}}}}},gotoUpgradeUrl:function(){var t={action:"wp_mail_smtp_connect_url",key:o.$connectKey.val(),nonce:wp_mail_smtp_connect.nonce};n.post(wp_mail_smtp_connect.ajax_url,t).done(function(t){if(t.success)return t.data.reload?void n.alert(i.proAlreadyInstalled(t)):void(e.location.href=t.data.url);n.alert({title:wp_mail_smtp_connect.text.oops,content:t.data.message,useBootstrap:!1,theme:"modern",boxWidth:"550px",icon:'"></i><img src="'+wp_mail_smtp_connect.plugin_url+'/assets/images/font-awesome/exclamation-circle-solid-orange.svg" style="width: 40px; height: 40px;"><i class="',type:"orange",buttons:{confirm:{text:wp_mail_smtp_connect.text.ok,btnClass:"btn-confirm",keys:["enter"]}}})}).fail(function(t){i.failAlert(t)})},failAlert:function(t){n.alert({title:wp_mail_smtp_connect.text.oops,content:wp_mail_smtp_connect.text.server_error+"<br>"+t.status+" "+t.statusText+" "+t.responseText,useBootstrap:!1,theme:"modern",boxWidth:"550px",icon:'"></i><img src="'+wp_mail_smtp_connect.plugin_url+'/assets/images/font-awesome/exclamation-circle-regular-red.svg" style="width: 40px; height: 40px;"><i class="',type:"red",buttons:{confirm:{text:wp_mail_smtp_connect.text.ok,btnClass:"btn-confirm",keys:["enter"]}}})}};return i}(document,window,jQuery);WPMailSMTPConnect.init();
assets/js/smtp-admin.js CHANGED
@@ -208,6 +208,15 @@ WPMailSMTP.Admin.Settings = WPMailSMTP.Admin.Settings || ( function( document, w
208
 
209
  // Register change event to show/hide plugin supported settings for currently selected mailer.
210
  $( '.js-wp-mail-smtp-setting-mailer-radio-input', app.pageHolder ).on( 'change', this.processMailerSettingsOnChange );
 
 
 
 
 
 
 
 
 
211
  },
212
 
213
  education: {
208
 
209
  // Register change event to show/hide plugin supported settings for currently selected mailer.
210
  $( '.js-wp-mail-smtp-setting-mailer-radio-input', app.pageHolder ).on( 'change', this.processMailerSettingsOnChange );
211
+
212
+ // Disable multiple click on the Email Test tab submit button and display a loader icon.
213
+ $( '.wp-mail-smtp-tab-test #email-test-form' ).on( 'submit', function() {
214
+ var $button = $( '.wp-mail-smtp-tab-test #email-test-form .wp-mail-smtp-btn' );
215
+
216
+ $button.attr( 'disabled', true );
217
+ $button.find( 'span' ).hide();
218
+ $button.find( '.wp-mail-smtp-loading' ).show();
219
+ } );
220
  },
221
 
222
  education: {
assets/js/smtp-admin.min.js CHANGED
@@ -1 +1 @@
1
- "use strict";var WPMailSMTP=window.WPMailSMTP||{};WPMailSMTP.Admin=WPMailSMTP.Admin||{},WPMailSMTP.Admin.Settings=WPMailSMTP.Admin.Settings||function(i,e,a){var s={pluginSettingsChanged:!1,init:function(){a(i).ready(s.ready)},ready:function(){s.pageHolder=a(".wp-mail-smtp-tab-settings"),a("#screen-meta-links, #screen-meta").prependTo("#wp-mail-smtp-header-temp").show(),s.bindActions()},bindActions:function(){a(".wp-mail-smtp-mailer-image",s.pageHolder).click(function(){a(this).parents(".wp-mail-smtp-mailer").find("input").trigger("click")}),a(".wp-mail-smtp-mailer input",s.pageHolder).click(function(){var t=a(this);if(t.prop("disabled"))return t.hasClass("educate")&&s.education.upgradeMailer(t),!1;a(".wp-mail-smtp-mailer",s.pageHolder).removeClass("active"),a(this).parents(".wp-mail-smtp-mailer").addClass("active"),a(".wp-mail-smtp-mailer-option",s.pageHolder).addClass("hidden").removeClass("active"),a(".wp-mail-smtp-mailer-option-"+a(this).val(),s.pageHolder).addClass("active").removeClass("hidden")}),s.mailers.smtp.bindActions(),a("#wp-mail-smtp-pro-banner-dismiss",s.pageHolder).on("click",function(){a.ajax({url:ajaxurl,dataType:"json",type:"POST",data:{action:"wp_mail_smtp_ajax",task:"pro_banner_dismiss"}}).always(function(){a("#wp-mail-smtp-pro-banner",s.pageHolder).fadeOut("fast")})}),a(".js-wp-mail-smtp-mailer-notice-dismiss",s.pageHolder).on("click",function(t){t.preventDefault();var e=a(this),i=e.parents(".inline-notice");if(e.hasClass("disabled"))return!1;a.ajax({url:ajaxurl,dataType:"json",type:"POST",data:{action:"wp_mail_smtp_ajax",task:"notice_dismiss",notice:i.data("notice"),mailer:i.data("mailer")},beforeSend:function(){e.addClass("disabled")}}).always(function(){i.fadeOut("fast",function(){e.removeClass("disabled")})})}),a("#wp-mail-smtp-debug .error-log-toggle").on("click",function(t){t.preventDefault(),a("#wp-mail-smtp-debug .error-log-toggle").find(".dashicons").toggleClass("dashicons-arrow-right-alt2 dashicons-arrow-down-alt2"),a("#wp-mail-smtp-debug .error-log").slideToggle(),a("#wp-mail-smtp-debug .error-log-note").toggle()}),a(".js-wp-mail-smtp-provider-remove",s.pageHolder).on("click",function(){return confirm(wp_mail_smtp.text_provider_remove)}),a(".wp-mail-smtp-setting-copy",s.pageHolder).click(function(t){t.preventDefault(),a("#"+a(this).data("source_id")).get(0).select(),i.execCommand("Copy");var e=a(this).find(".dashicons");e.removeClass("dashicons-admin-page").addClass("dashicons-yes-alt wp-mail-smtp-success wp-mail-smtp-animate"),setTimeout(function(){e.removeClass("dashicons-yes-alt wp-mail-smtp-success wp-mail-smtp-animate").addClass("dashicons-admin-page")},1e3)}),a("#wp-mail-smtp-notice-bar").on("click",".dismiss",function(){var t=a(this).closest("#wp-mail-smtp-notice-bar");t.addClass("out"),setTimeout(function(){t.remove()},300),a.post(ajaxurl,{action:"wp_mail_smtp_notice_bar_dismiss",nonce:wp_mail_smtp.nonce})}),s.triggerExitNotice(),s.beforeSaveChecks(),a(".js-wp-mail-smtp-setting-mailer-radio-input",s.pageHolder).on("change",this.processMailerSettingsOnChange)},education:{upgradeMailer:function(t){a.alert({backgroundDismiss:!0,escapeKey:!0,animationBounce:1,theme:"modern",type:"blue",animateFromElement:!1,draggable:!1,closeIcon:!0,useBootstrap:!1,title:wp_mail_smtp.education.upgrade_title.replace(/%name%/g,t.siblings("label").text().trim()),icon:'"></i>'+wp_mail_smtp.education.upgrade_icon_lock+'<i class="',content:a(".wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option-"+t.val()+" .wp-mail-smtp-setting-field").html(),boxWidth:"550px",onOpenBefore:function(){this.$btnc.after('<div class="discount-note">'+wp_mail_smtp.education.upgrade_bonus+wp_mail_smtp.education.upgrade_doc+"</div>")},buttons:{confirm:{text:wp_mail_smtp.education.upgrade_button,btnClass:"btn-confirm",keys:["enter"],action:function(){e.open(wp_mail_smtp.education.upgrade_url+"&utm_content="+encodeURI(t.val()),"_blank")}}}})}},mailers:{smtp:{bindActions:function(){a("#wp-mail-smtp-setting-smtp-auth").change(function(){a("#wp-mail-smtp-setting-row-smtp-user, #wp-mail-smtp-setting-row-smtp-pass").toggleClass("inactive")}),a("#wp-mail-smtp-setting-row-smtp-encryption input").change(function(){var t=a(this),e=a("#wp-mail-smtp-setting-smtp-port",s.pageHolder);"tls"===t.val()?(e.val("587"),a("#wp-mail-smtp-setting-row-smtp-autotls").addClass("inactive")):("ssl"===t.val()?e.val("465"):e.val("25"),a("#wp-mail-smtp-setting-row-smtp-autotls").removeClass("inactive"))})}}},triggerExitNotice:function(){var t=a(".wp-mail-smtp-page-general:not( .wp-mail-smtp-tab-test )");a(e).on("beforeunload",function(){if(s.pluginSettingsChanged)return wp_mail_smtp.text_settings_not_saved}),a(":input:not( #wp-mail-smtp-setting-license-key, .wp-mail-smtp-not-form-input )",t).on("change",function(){s.pluginSettingsChanged=!0}),a("form",t).on("submit",function(){s.pluginSettingsChanged=!1})},beforeSaveChecks:function(){a("form",s.pageHolder).on("submit",function(){if("mail"===a(".wp-mail-smtp-mailer input:checked",s.pageHolder).val()){var t=a(this);return a.alert({backgroundDismiss:!1,escapeKey:!1,animationBounce:1,theme:"modern",type:"orange",animateFromElement:!1,draggable:!1,closeIcon:!1,useBootstrap:!1,icon:'"></i><img src="'+wp_mail_smtp.plugin_url+'/assets/images/font-awesome/exclamation-circle-solid-orange.svg" style="width: 40px; height: 40px;" alt="'+wp_mail_smtp.default_mailer_notice.icon_alt+'"><i class="',title:wp_mail_smtp.default_mailer_notice.title,content:wp_mail_smtp.default_mailer_notice.content,boxWidth:"550px",buttons:{confirm:{text:wp_mail_smtp.default_mailer_notice.save_button,btnClass:"btn-confirm",keys:["enter"],action:function(){t.off("submit").submit()}},cancel:{text:wp_mail_smtp.default_mailer_notice.cancel_button}}}),!1}})},processMailerSettingsOnChange:function(){var t=wp_mail_smtp.all_mailers_supports[a(this).val()];for(var e in t)t.hasOwnProperty(e)&&a(".js-wp-mail-smtp-setting-"+e,s.pageHolder).toggle(t[e]);var i=a(".js-wp-mail-smtp-setting-from_email");i.closest(".wp-mail-smtp-setting-row").toggle(t.from_email||t.from_email_force),i.siblings(".wp-mail-smtp-setting-mid-row-sep").toggle(t.from_email&&t.from_email_force),(i=a(".js-wp-mail-smtp-setting-from_name")).closest(".wp-mail-smtp-setting-row").toggle(t.from_name||t.from_name_force),i.siblings(".wp-mail-smtp-setting-mid-row-sep").toggle(t.from_name&&t.from_name_force)}};return s}(document,window,jQuery),WPMailSMTP.Admin.Settings.init();
1
+ "use strict";var WPMailSMTP=window.WPMailSMTP||{};WPMailSMTP.Admin=WPMailSMTP.Admin||{},WPMailSMTP.Admin.Settings=WPMailSMTP.Admin.Settings||function(i,e,a){var s={pluginSettingsChanged:!1,init:function(){a(i).ready(s.ready)},ready:function(){s.pageHolder=a(".wp-mail-smtp-tab-settings"),a("#screen-meta-links, #screen-meta").prependTo("#wp-mail-smtp-header-temp").show(),s.bindActions()},bindActions:function(){a(".wp-mail-smtp-mailer-image",s.pageHolder).click(function(){a(this).parents(".wp-mail-smtp-mailer").find("input").trigger("click")}),a(".wp-mail-smtp-mailer input",s.pageHolder).click(function(){var t=a(this);if(t.prop("disabled"))return t.hasClass("educate")&&s.education.upgradeMailer(t),!1;a(".wp-mail-smtp-mailer",s.pageHolder).removeClass("active"),a(this).parents(".wp-mail-smtp-mailer").addClass("active"),a(".wp-mail-smtp-mailer-option",s.pageHolder).addClass("hidden").removeClass("active"),a(".wp-mail-smtp-mailer-option-"+a(this).val(),s.pageHolder).addClass("active").removeClass("hidden")}),s.mailers.smtp.bindActions(),a("#wp-mail-smtp-pro-banner-dismiss",s.pageHolder).on("click",function(){a.ajax({url:ajaxurl,dataType:"json",type:"POST",data:{action:"wp_mail_smtp_ajax",task:"pro_banner_dismiss"}}).always(function(){a("#wp-mail-smtp-pro-banner",s.pageHolder).fadeOut("fast")})}),a(".js-wp-mail-smtp-mailer-notice-dismiss",s.pageHolder).on("click",function(t){t.preventDefault();var e=a(this),i=e.parents(".inline-notice");if(e.hasClass("disabled"))return!1;a.ajax({url:ajaxurl,dataType:"json",type:"POST",data:{action:"wp_mail_smtp_ajax",task:"notice_dismiss",notice:i.data("notice"),mailer:i.data("mailer")},beforeSend:function(){e.addClass("disabled")}}).always(function(){i.fadeOut("fast",function(){e.removeClass("disabled")})})}),a("#wp-mail-smtp-debug .error-log-toggle").on("click",function(t){t.preventDefault(),a("#wp-mail-smtp-debug .error-log-toggle").find(".dashicons").toggleClass("dashicons-arrow-right-alt2 dashicons-arrow-down-alt2"),a("#wp-mail-smtp-debug .error-log").slideToggle(),a("#wp-mail-smtp-debug .error-log-note").toggle()}),a(".js-wp-mail-smtp-provider-remove",s.pageHolder).on("click",function(){return confirm(wp_mail_smtp.text_provider_remove)}),a(".wp-mail-smtp-setting-copy",s.pageHolder).click(function(t){t.preventDefault(),a("#"+a(this).data("source_id")).get(0).select(),i.execCommand("Copy");var e=a(this).find(".dashicons");e.removeClass("dashicons-admin-page").addClass("dashicons-yes-alt wp-mail-smtp-success wp-mail-smtp-animate"),setTimeout(function(){e.removeClass("dashicons-yes-alt wp-mail-smtp-success wp-mail-smtp-animate").addClass("dashicons-admin-page")},1e3)}),a("#wp-mail-smtp-notice-bar").on("click",".dismiss",function(){var t=a(this).closest("#wp-mail-smtp-notice-bar");t.addClass("out"),setTimeout(function(){t.remove()},300),a.post(ajaxurl,{action:"wp_mail_smtp_notice_bar_dismiss",nonce:wp_mail_smtp.nonce})}),s.triggerExitNotice(),s.beforeSaveChecks(),a(".js-wp-mail-smtp-setting-mailer-radio-input",s.pageHolder).on("change",this.processMailerSettingsOnChange),a(".wp-mail-smtp-tab-test #email-test-form").on("submit",function(){var t=a(".wp-mail-smtp-tab-test #email-test-form .wp-mail-smtp-btn");t.attr("disabled",!0),t.find("span").hide(),t.find(".wp-mail-smtp-loading").show()})},education:{upgradeMailer:function(t){a.alert({backgroundDismiss:!0,escapeKey:!0,animationBounce:1,theme:"modern",type:"blue",animateFromElement:!1,draggable:!1,closeIcon:!0,useBootstrap:!1,title:wp_mail_smtp.education.upgrade_title.replace(/%name%/g,t.siblings("label").text().trim()),icon:'"></i>'+wp_mail_smtp.education.upgrade_icon_lock+'<i class="',content:a(".wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option-"+t.val()+" .wp-mail-smtp-setting-field").html(),boxWidth:"550px",onOpenBefore:function(){this.$btnc.after('<div class="discount-note">'+wp_mail_smtp.education.upgrade_bonus+wp_mail_smtp.education.upgrade_doc+"</div>")},buttons:{confirm:{text:wp_mail_smtp.education.upgrade_button,btnClass:"btn-confirm",keys:["enter"],action:function(){e.open(wp_mail_smtp.education.upgrade_url+"&utm_content="+encodeURI(t.val()),"_blank")}}}})}},mailers:{smtp:{bindActions:function(){a("#wp-mail-smtp-setting-smtp-auth").change(function(){a("#wp-mail-smtp-setting-row-smtp-user, #wp-mail-smtp-setting-row-smtp-pass").toggleClass("inactive")}),a("#wp-mail-smtp-setting-row-smtp-encryption input").change(function(){var t=a(this),e=a("#wp-mail-smtp-setting-smtp-port",s.pageHolder);"tls"===t.val()?(e.val("587"),a("#wp-mail-smtp-setting-row-smtp-autotls").addClass("inactive")):("ssl"===t.val()?e.val("465"):e.val("25"),a("#wp-mail-smtp-setting-row-smtp-autotls").removeClass("inactive"))})}}},triggerExitNotice:function(){var t=a(".wp-mail-smtp-page-general:not( .wp-mail-smtp-tab-test )");a(e).on("beforeunload",function(){if(s.pluginSettingsChanged)return wp_mail_smtp.text_settings_not_saved}),a(":input:not( #wp-mail-smtp-setting-license-key, .wp-mail-smtp-not-form-input )",t).on("change",function(){s.pluginSettingsChanged=!0}),a("form",t).on("submit",function(){s.pluginSettingsChanged=!1})},beforeSaveChecks:function(){a("form",s.pageHolder).on("submit",function(){if("mail"===a(".wp-mail-smtp-mailer input:checked",s.pageHolder).val()){var t=a(this);return a.alert({backgroundDismiss:!1,escapeKey:!1,animationBounce:1,theme:"modern",type:"orange",animateFromElement:!1,draggable:!1,closeIcon:!1,useBootstrap:!1,icon:'"></i><img src="'+wp_mail_smtp.plugin_url+'/assets/images/font-awesome/exclamation-circle-solid-orange.svg" style="width: 40px; height: 40px;" alt="'+wp_mail_smtp.default_mailer_notice.icon_alt+'"><i class="',title:wp_mail_smtp.default_mailer_notice.title,content:wp_mail_smtp.default_mailer_notice.content,boxWidth:"550px",buttons:{confirm:{text:wp_mail_smtp.default_mailer_notice.save_button,btnClass:"btn-confirm",keys:["enter"],action:function(){t.off("submit").submit()}},cancel:{text:wp_mail_smtp.default_mailer_notice.cancel_button}}}),!1}})},processMailerSettingsOnChange:function(){var t=wp_mail_smtp.all_mailers_supports[a(this).val()];for(var e in t)t.hasOwnProperty(e)&&a(".js-wp-mail-smtp-setting-"+e,s.pageHolder).toggle(t[e]);var i=a(".js-wp-mail-smtp-setting-from_email");i.closest(".wp-mail-smtp-setting-row").toggle(t.from_email||t.from_email_force),i.siblings(".wp-mail-smtp-setting-mid-row-sep").toggle(t.from_email&&t.from_email_force),(i=a(".js-wp-mail-smtp-setting-from_name")).closest(".wp-mail-smtp-setting-row").toggle(t.from_name||t.from_name_force),i.siblings(".wp-mail-smtp-setting-mid-row-sep").toggle(t.from_name&&t.from_name_force)}};return s}(document,window,jQuery),WPMailSMTP.Admin.Settings.init();
assets/languages/wp-mail-smtp-vue.php ADDED
@@ -0,0 +1,785 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
3
+ $generated_i18n_strings = array(
4
+ // Reference: src/plugins/compatibility-plugin.js:16
5
+ /* Translators: Current PHP version and recommended PHP version. */
6
+ __( 'WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.', 'wp-mail-smtp' ),
7
+
8
+ // Reference: src/plugins/compatibility-plugin.js:18
9
+ __( 'Yikes! PHP Update Required', 'wp-mail-smtp' ),
10
+
11
+ // Reference: src/plugins/compatibility-plugin.js:20
12
+ /* Translators: Current PHP version and recommended PHP version. */
13
+ __( 'WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s). Some mailers require at least PHP version 5.6. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.', 'wp-mail-smtp' ),
14
+
15
+ // Reference: src/plugins/compatibility-plugin.js:22
16
+ __( 'Yikes! WordPress Update Required', 'wp-mail-smtp' ),
17
+
18
+ // Reference: src/plugins/compatibility-plugin.js:24
19
+ /* Translators: Current WordPress version. */
20
+ __( 'WP Mail SMTP has detected that your site is running an outdated version of WordPress (%s). WP Mail SMTP requires at least WordPress version 4.9.', 'wp-mail-smtp' ),
21
+
22
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:31
23
+ __( 'Settings Updated', 'wp-mail-smtp' ),
24
+
25
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:61
26
+ __( 'Could Not Save Changes', 'wp-mail-smtp' ),
27
+
28
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:85
29
+ __( 'Return to Mailer Settings', 'wp-mail-smtp' ),
30
+
31
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:90
32
+ __( 'Whoops, we found an issue!', 'wp-mail-smtp' ),
33
+
34
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:91
35
+ __( 'It looks like something went wrong...', 'wp-mail-smtp' ),
36
+
37
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:95
38
+ __( 'Detailed Message:', 'wp-mail-smtp' ),
39
+
40
+ // Reference: src/modules/setup-wizard/Welcome.vue:37
41
+ __( 'Welcome to the WP Mail SMTP Setup Wizard!', 'wp-mail-smtp' ),
42
+
43
+ // Reference: src/modules/setup-wizard/Welcome.vue:38
44
+ __( 'We’ll guide you through each step needed to get WP Mail SMTP fully set up on your site.', 'wp-mail-smtp' ),
45
+
46
+ // Reference: src/modules/setup-wizard/Welcome.vue:39
47
+ __( 'Let\'s Get Started', 'wp-mail-smtp' ),
48
+
49
+ // Reference: src/modules/setup-wizard/Welcome.vue:40
50
+ __( 'Go back to the Dashboard', 'wp-mail-smtp' ),
51
+
52
+ // Reference: src/modules/setup-wizard/Steps.vue:32
53
+ __( 'Close and exit the Setup Wizard', 'wp-mail-smtp' ),
54
+
55
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:46
56
+ __( 'Import data from your current plugins', 'wp-mail-smtp' ),
57
+
58
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:47
59
+ __( 'We have detected other SMTP plugins installed on your website. Select which plugin\'s data you would like to import to WP Mail SMTP.', 'wp-mail-smtp' ),
60
+
61
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:48
62
+ __( 'Import Data and Continue', 'wp-mail-smtp' ),
63
+
64
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:75
65
+ __( 'Skip this Step', 'wp-mail-smtp' ),
66
+
67
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:51
68
+ __( 'Previous Step', 'wp-mail-smtp' ),
69
+
70
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:54
71
+ __( 'Easy WP SMTP', 'wp-mail-smtp' ),
72
+
73
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:61
74
+ __( 'Post SMTP Mailer', 'wp-mail-smtp' ),
75
+
76
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:68
77
+ __( 'SMTP Mailer', 'wp-mail-smtp' ),
78
+
79
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:75
80
+ __( 'WP SMTP', 'wp-mail-smtp' ),
81
+
82
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:31
83
+ __( 'Whoops, looks like things aren’t configured properly.', 'wp-mail-smtp' ),
84
+
85
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:32
86
+ __( 'We just tried to send a test email, but something prevented that from working. To see more details about the issue we detected, as well as our suggestions to fix it, please start troubleshooting.', 'wp-mail-smtp' ),
87
+
88
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:33
89
+ __( 'Start Troubleshooting', 'wp-mail-smtp' ),
90
+
91
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:66
92
+ __( 'Send us Feedback', 'wp-mail-smtp' ),
93
+
94
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:67
95
+ __( 'Finish Setup', 'wp-mail-smtp' ),
96
+
97
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:34
98
+ __( 'API Key', 'wp-mail-smtp' ),
99
+
100
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/SmtpCom.vue:35
101
+ __( 'Sender Name', 'wp-mail-smtp' ),
102
+
103
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/SmtpCom.vue:37
104
+ /* Translators: Link to the SMTP.com API settings. */
105
+ __( '%1$sFollow this link%2$s to get an API Key for SMTP.com.', 'wp-mail-smtp' ),
106
+
107
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/SmtpCom.vue:39
108
+ /* Translators: Link to the SMTP.com Senders/Channel settings. */
109
+ __( '%1$sFollow this link%2$s to get a Sender Name for SMTP.com.', 'wp-mail-smtp' ),
110
+
111
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:40
112
+ __( 'From Name', 'wp-mail-smtp' ),
113
+
114
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:41
115
+ __( 'Force From Name', 'wp-mail-smtp' ),
116
+
117
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:42
118
+ __( 'From Email', 'wp-mail-smtp' ),
119
+
120
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:43
121
+ __( 'Force From Email', 'wp-mail-smtp' ),
122
+
123
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:44
124
+ __( 'If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
125
+
126
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:45
127
+ __( 'If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
128
+
129
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:46
130
+ __( 'The name that emails are sent from.', 'wp-mail-smtp' ),
131
+
132
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:47
133
+ __( 'The email address that emails are sent from.', 'wp-mail-smtp' ),
134
+
135
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/SmtpCom.vue:48
136
+ __( 'Get Started with SMTP.com', 'wp-mail-smtp' ),
137
+
138
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/SmtpCom.vue:49
139
+ __( 'Read how to set up SMTP.com', 'wp-mail-smtp' ),
140
+
141
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:37
142
+ /* Translators: Link to the Sendinblue API settings. */
143
+ __( '%1$sFollow this link%2$s to get an API Key for Sendinblue.', 'wp-mail-smtp' ),
144
+
145
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:48
146
+ __( 'Get Started with Sendinblue', 'wp-mail-smtp' ),
147
+
148
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:49
149
+ __( 'Read how to set up Sendinblue', 'wp-mail-smtp' ),
150
+
151
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:35
152
+ __( 'Region', 'wp-mail-smtp' ),
153
+
154
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:36
155
+ __( 'The data center location used by your Zoho account.', 'wp-mail-smtp' ),
156
+
157
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:37
158
+ __( 'Client ID', 'wp-mail-smtp' ),
159
+
160
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:38
161
+ __( 'Client Secret', 'wp-mail-smtp' ),
162
+
163
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:30
164
+ __( 'Redirect URI', 'wp-mail-smtp' ),
165
+
166
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:31
167
+ __( 'Authorization', 'wp-mail-smtp' ),
168
+
169
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:45
170
+ __( 'Read how to set up Zoho Mail', 'wp-mail-smtp' ),
171
+
172
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:32
173
+ __( 'Domain Name', 'wp-mail-smtp' ),
174
+
175
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:35
176
+ /* Translators: Link to the Mailgun API settings. */
177
+ __( '%1$sFollow this link%2$s to get an API Key from Mailgun.', 'wp-mail-smtp' ),
178
+
179
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:37
180
+ /* Translators: Link to the Mailgun Domain settings. */
181
+ __( '%1$sFollow this link%2$s to get a Domain Name from Mailgun.', 'wp-mail-smtp' ),
182
+
183
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:39
184
+ /* Translators: Link to the Mailgun documentation. */
185
+ __( 'Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com.', 'wp-mail-smtp' ),
186
+
187
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:48
188
+ __( 'Read how to set up Mailgun', 'wp-mail-smtp' ),
189
+
190
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:52
191
+ __( 'US', 'wp-mail-smtp' ),
192
+
193
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:56
194
+ __( 'EU', 'wp-mail-smtp' ),
195
+
196
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:28
197
+ __( 'Application ID', 'wp-mail-smtp' ),
198
+
199
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:29
200
+ __( 'Application Password', 'wp-mail-smtp' ),
201
+
202
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:32
203
+ __( 'Read how to set up Outlook', 'wp-mail-smtp' ),
204
+
205
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:38
206
+ __( 'Authorized Redirect URI', 'wp-mail-smtp' ),
207
+
208
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:45
209
+ __( 'Select which email address you would like to send your emails from.', 'wp-mail-smtp' ),
210
+
211
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:46
212
+ __( 'Read how to set up the Gmail mailer', 'wp-mail-smtp' ),
213
+
214
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:139
215
+ __( 'Mailer', 'wp-mail-smtp' ),
216
+
217
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:149
218
+ __( 'I Understand, Continue', 'wp-mail-smtp' ),
219
+
220
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:150
221
+ __( 'Choose a Different Mailer', 'wp-mail-smtp' ),
222
+
223
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:191
224
+ __( 'is a PRO Feature', 'wp-mail-smtp' ),
225
+
226
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:50
227
+ __( 'Choose Your SMTP Mailer', 'wp-mail-smtp' ),
228
+
229
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:52
230
+ __( 'Which mailer would you like to use to send emails?', 'wp-mail-smtp' ),
231
+
232
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:50
233
+ __( 'Save and Continue', 'wp-mail-smtp' ),
234
+
235
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:55
236
+ __( 'Recommended Mailers', 'wp-mail-smtp' ),
237
+
238
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:57
239
+ /* Translators: Link to the SMTP Mailer docs page. */
240
+ __( 'Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option.', 'wp-mail-smtp' ),
241
+
242
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:38
243
+ __( 'Access Key ID', 'wp-mail-smtp' ),
244
+
245
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:39
246
+ __( 'Secret Access Key', 'wp-mail-smtp' ),
247
+
248
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:41
249
+ __( 'SES Identities', 'wp-mail-smtp' ),
250
+
251
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:42
252
+ __( 'Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending.', 'wp-mail-smtp' ),
253
+
254
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:51
255
+ __( 'Read how to set up Amazon SES', 'wp-mail-smtp' ),
256
+
257
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:32
258
+ /* Translators: Link to the Sendgrid API settings. */
259
+ __( '%1$sFollow this link%2$s to get an API Key for Sendgrid.', 'wp-mail-smtp' ),
260
+
261
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:35
262
+ /* Translators: italic styling. */
263
+ __( 'To send emails you will need only a %1$sMail Send%2$s access level for this API key.', 'wp-mail-smtp' ),
264
+
265
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:46
266
+ __( 'Read how to set up Sendgrid', 'wp-mail-smtp' ),
267
+
268
+ // Reference: src/modules/settings/api/index.js:232
269
+ __( 'It looks like we can\'t load oAuth connected data.', 'wp-mail-smtp' ),
270
+
271
+ // Reference: src/modules/settings/store/actions.js:11
272
+ __( 'It looks like we can\'t load existing settings.', 'wp-mail-smtp' ),
273
+
274
+ // Reference: src/modules/settings/api/index.js:202
275
+ __( 'It looks like we can\'t remove oAuth connection.', 'wp-mail-smtp' ),
276
+
277
+ // Reference: src/modules/settings/store/actions.js:116
278
+ /* Translators: Error message. */
279
+ __( 'Error: %s', 'wp-mail-smtp' ),
280
+
281
+ // Reference: src/modules/settings/store/actions.js:13
282
+ /* Translators: Error message. */
283
+ __( 'Error: %1$s', 'wp-mail-smtp' ),
284
+
285
+ // Reference: src/modules/settings/store/actions.js:31
286
+ __( 'It looks like we can\'t retrieve the Amazon SES Identities.', 'wp-mail-smtp' ),
287
+
288
+ // Reference: src/modules/settings/api/index.js:84
289
+ __( 'It looks like we can\'t register the Amazon SES Identity.', 'wp-mail-smtp' ),
290
+
291
+ // Reference: src/modules/settings/store/actions.js:95
292
+ __( 'It looks like we can\'t load oAuth redirect.', 'wp-mail-smtp' ),
293
+
294
+ // Reference: src/modules/setup-wizard/components/TheWizardHeader.vue:18
295
+ __( 'WP Mail SMTP logo', 'wp-mail-smtp' ),
296
+
297
+ // Reference: src/modules/setup-wizard/components/TheWizardStepCounter.vue:16
298
+ /* Translators: %1$s - the number of current step, %2$s - number of all steps. */
299
+ __( 'Step %1$s of %2$s', 'wp-mail-smtp' ),
300
+
301
+ // Reference: src/modules/settings/components/input/SettingsInputText.vue:57
302
+ __( 'Copy input value', 'wp-mail-smtp' ),
303
+
304
+ // Reference: src/modules/settings/components/input/SettingsInputText.vue:58
305
+ __( 'Copied!', 'wp-mail-smtp' ),
306
+
307
+ // Reference: src/modules/settings/components/input/SettingsInputText.vue:84
308
+ __( 'The value entered does not match the required format', 'wp-mail-smtp' ),
309
+
310
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:129
311
+ __( 'There was an error while processing the authentication request. Please try again.', 'wp-mail-smtp' ),
312
+
313
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:136
314
+ __( 'There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again.', 'wp-mail-smtp' ),
315
+
316
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:139
317
+ __( 'You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail.', 'wp-mail-smtp' ),
318
+
319
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:142
320
+ __( 'You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook.', 'wp-mail-smtp' ),
321
+
322
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:145
323
+ __( 'You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail.', 'wp-mail-smtp' ),
324
+
325
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:46
326
+ /* Translators: name of the oAuth provider (Google, Microsoft, ...). */
327
+ __( 'Connect to %s', 'wp-mail-smtp' ),
328
+
329
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:47
330
+ __( 'Before continuing, you\'ll need to allow WP Mail SMTP to send email using your %s account.', 'wp-mail-smtp' ),
331
+
332
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:48
333
+ __( 'Remove Connection', 'wp-mail-smtp' ),
334
+
335
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:50
336
+ /* Translators: link to the Google documentation page. */
337
+ __( 'If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below.', 'wp-mail-smtp' ),
338
+
339
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:52
340
+ /* Translators: name of the oAuth provider (Google, Microsoft, ...). */
341
+ __( 'Removing this connection will give you the ability to redo the connection or connect to different %s account.', 'wp-mail-smtp' ),
342
+
343
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:53
344
+ __( 'Connected as', 'wp-mail-smtp' ),
345
+
346
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:103
347
+ /* Translators: Email address. */
348
+ __( 'Please check the inbox of <b>%s</b> for a confirmation email.', 'wp-mail-smtp' ),
349
+
350
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:109
351
+ __( 'Verify Email', 'wp-mail-smtp' ),
352
+
353
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:114
354
+ __( 'No registered domains or emails.', 'wp-mail-smtp' ),
355
+
356
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:115
357
+ __( 'You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region.', 'wp-mail-smtp' ),
358
+
359
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:116
360
+ __( 'View DNS', 'wp-mail-smtp' ),
361
+
362
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:117
363
+ __( 'Resend', 'wp-mail-smtp' ),
364
+
365
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:118
366
+ __( 'Here are the domains and email addresses that have been verified and can be used as the From Email.', 'wp-mail-smtp' ),
367
+
368
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:119
369
+ __( 'Verify SES Identity', 'wp-mail-smtp' ),
370
+
371
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:120
372
+ __( 'Add New SES Identity', 'wp-mail-smtp' ),
373
+
374
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:121
375
+ __( 'Name', 'wp-mail-smtp' ),
376
+
377
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:122
378
+ __( 'Value', 'wp-mail-smtp' ),
379
+
380
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:124
381
+ /* Translators: Link to Amazon SES documentation. */
382
+ __( 'Please add this TXT record to your domain\'s DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s.', 'wp-mail-smtp' ),
383
+
384
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:129
385
+ __( 'Verify Domain', 'wp-mail-smtp' ),
386
+
387
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:133
388
+ __( 'Verify Email Address', 'wp-mail-smtp' ),
389
+
390
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:93
391
+ __( 'Please enter a domain', 'wp-mail-smtp' ),
392
+
393
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:94
394
+ __( 'Please enter a valid email address', 'wp-mail-smtp' ),
395
+
396
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:98
397
+ __( 'Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record.', 'wp-mail-smtp' ),
398
+
399
+ // Reference: src/modules/settings/components/input/SettingsAmazonSESIdentities.vue:99
400
+ __( 'Enter a valid email address. A verification email will be sent to the email address you entered.', 'wp-mail-smtp' ),
401
+
402
+ // Reference: src/modules/setup-wizard/api/index.js:16
403
+ __( 'It looks like we can\'t perform the mailer configuration check.', 'wp-mail-smtp' ),
404
+
405
+ // Reference: src/modules/setup-wizard/api/index.js:37
406
+ __( 'It looks like we can\'t send the feedback.', 'wp-mail-smtp' ),
407
+
408
+ // Reference: src/modules/plugins/api/index.js:69
409
+ /* Translators: Error status and error text. */
410
+ __( 'Error: %1$s, %2$s', 'wp-mail-smtp' ),
411
+
412
+ // Reference: src/modules/settings/api/index.js:238
413
+ __( 'You appear to be offline.', 'wp-mail-smtp' ),
414
+
415
+ // Reference: src/modules/plugins/api/index.js:25
416
+ __( 'It looks like the plugin installation failed!', 'wp-mail-smtp' ),
417
+
418
+ // Reference: src/modules/plugins/api/index.js:35
419
+ __( 'It looks like we can\'t install the plugin.', 'wp-mail-smtp' ),
420
+
421
+ // Reference: src/modules/plugins/api/index.js:41
422
+ __( 'You appear to be offline. Plugin not installed.', 'wp-mail-smtp' ),
423
+
424
+ // Reference: src/modules/plugins/api/index.js:58
425
+ __( 'Can\'t fetch plugins information.', 'wp-mail-smtp' ),
426
+
427
+ // Reference: src/modules/plugins/api/index.js:67
428
+ __( 'It looks like we can\'t fetch plugins information.', 'wp-mail-smtp' ),
429
+
430
+ // Reference: src/modules/plugins/api/index.js:73
431
+ __( 'You appear to be offline. Plugin information not retrieved.', 'wp-mail-smtp' ),
432
+
433
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepCheckConfiguration.vue:22
434
+ __( 'Checking Mailer Configuration', 'wp-mail-smtp' ),
435
+
436
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepCheckConfiguration.vue:23
437
+ __( 'We’re running some tests in the background to make sure everything is setup properly.', 'wp-mail-smtp' ),
438
+
439
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepCheckConfiguration.vue:24
440
+ __( 'Checking mailer configuration image', 'wp-mail-smtp' ),
441
+
442
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:48
443
+ __( 'Configure Mailer Settings', 'wp-mail-smtp' ),
444
+
445
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:49
446
+ __( 'Below, we\'ll show you all of the settings required to set up this mailer.', 'wp-mail-smtp' ),
447
+
448
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:45
449
+ __( 'Help Improve WP Mail SMTP + Smart Recommendations', 'wp-mail-smtp' ),
450
+
451
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:46
452
+ __( 'Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business.', 'wp-mail-smtp' ),
453
+
454
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:50
455
+ __( 'Your Email Address', 'wp-mail-smtp' ),
456
+
457
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:51
458
+ __( 'Your email is needed, so you can receive recommendations.', 'wp-mail-smtp' ),
459
+
460
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:52
461
+ __( 'Get automatic WordPress plugin updates', 'wp-mail-smtp' ),
462
+
463
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:53
464
+ __( 'Enable automatic updates', 'wp-mail-smtp' ),
465
+
466
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:52
467
+ __( 'Help make WP Mail SMTP better for everyone', 'wp-mail-smtp' ),
468
+
469
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:53
470
+ __( 'Yes, count me in', 'wp-mail-smtp' ),
471
+
472
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:54
473
+ __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'wp-mail-smtp' ),
474
+
475
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:35
476
+ __( 'SMTP Host', 'wp-mail-smtp' ),
477
+
478
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:36
479
+ __( 'Encryption', 'wp-mail-smtp' ),
480
+
481
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:37
482
+ __( 'SMTP Port', 'wp-mail-smtp' ),
483
+
484
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:38
485
+ __( 'Auto TLS', 'wp-mail-smtp' ),
486
+
487
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:39
488
+ __( 'Enable Auto TLS', 'wp-mail-smtp' ),
489
+
490
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:40
491
+ __( 'By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled.', 'wp-mail-smtp' ),
492
+
493
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:41
494
+ __( 'Authentication', 'wp-mail-smtp' ),
495
+
496
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:42
497
+ __( 'Enable Authentication', 'wp-mail-smtp' ),
498
+
499
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:43
500
+ __( 'SMTP Username', 'wp-mail-smtp' ),
501
+
502
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:44
503
+ __( 'SMTP Password', 'wp-mail-smtp' ),
504
+
505
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:51
506
+ __( 'For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS.', 'wp-mail-smtp' ),
507
+
508
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:57
509
+ __( 'None', 'wp-mail-smtp' ),
510
+
511
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:62
512
+ __( 'SSL', 'wp-mail-smtp' ),
513
+
514
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:67
515
+ __( 'TLS', 'wp-mail-smtp' ),
516
+
517
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:51
518
+ __( 'Which email features do you want to enable?', 'wp-mail-smtp' ),
519
+
520
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:52
521
+ __( 'Make sure you\'re getting the most out of WP Mail SMTP. Just check all of the features you\'d like to use, and we\'ll go ahead and enable those for you.', 'wp-mail-smtp' ),
522
+
523
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:55
524
+ __( 'Improved Email Deliverability', 'wp-mail-smtp' ),
525
+
526
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:56
527
+ __( 'Ensure your emails are sent successfully and reliably.', 'wp-mail-smtp' ),
528
+
529
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:57
530
+ __( 'Email Error Tracking', 'wp-mail-smtp' ),
531
+
532
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:58
533
+ __( 'Easily spot errors causing delivery issues.', 'wp-mail-smtp' ),
534
+
535
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:59
536
+ __( 'Smart Contact Form', 'wp-mail-smtp' ),
537
+
538
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:60
539
+ __( 'Create beautiful contact forms with just a few clicks.', 'wp-mail-smtp' ),
540
+
541
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:81
542
+ __( 'Detailed Email Logs', 'wp-mail-smtp' ),
543
+
544
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:88
545
+ __( 'Keep records of every email that\'s sent out from your website.', 'wp-mail-smtp' ),
546
+
547
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:80
548
+ __( 'Manage Default Notifications', 'wp-mail-smtp' ),
549
+
550
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:89
551
+ __( 'Control which email notifications your WordPress site sends.', 'wp-mail-smtp' ),
552
+
553
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:79
554
+ __( 'Multisite Network Settings', 'wp-mail-smtp' ),
555
+
556
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:90
557
+ __( 'Save time with powerful WordPress Multisite controls.', 'wp-mail-smtp' ),
558
+
559
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:106
560
+ __( 'What could we do to improve?', 'wp-mail-smtp' ),
561
+
562
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:107
563
+ __( 'We\'re sorry things didn\'t go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you\'re willing to share!', 'wp-mail-smtp' ),
564
+
565
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:111
566
+ __( 'Yes, I give WP Mail SMTP permission to contact me for any follow up questions.', 'wp-mail-smtp' ),
567
+
568
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:119
569
+ __( 'Submit Feedback', 'wp-mail-smtp' ),
570
+
571
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:143
572
+ __( 'How was your WP Mail SMTP setup experience?', 'wp-mail-smtp' ),
573
+
574
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:144
575
+ __( 'Our goal is to make your SMTP setup as simple and straightforward as possible. We\'d love to know how this process went for you!', 'wp-mail-smtp' ),
576
+
577
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:56
578
+ __( 'Congrats, you’ve successfully set up WP Mail SMTP!', 'wp-mail-smtp' ),
579
+
580
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:57
581
+ __( 'Here’s what to do next:', 'wp-mail-smtp' ),
582
+
583
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:58
584
+ __( 'Check out our other free WordPress plugins:', 'wp-mail-smtp' ),
585
+
586
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:59
587
+ __( 'Upgrade to Unlock Powerful SMTP Features', 'wp-mail-smtp' ),
588
+
589
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:60
590
+ __( 'Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites.', 'wp-mail-smtp' ),
591
+
592
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:64
593
+ __( 'Upgrade to Pro Today', 'wp-mail-smtp' ),
594
+
595
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:65
596
+ __( 'Send a Test Email', 'wp-mail-smtp' ),
597
+
598
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:229
599
+ /* Translators: Different bold styles. */
600
+ __( '%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave $50 today%4$s, automatically applied at checkout.', 'wp-mail-smtp' ),
601
+
602
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:70
603
+ __( 'Star icon', 'wp-mail-smtp' ),
604
+
605
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:85
606
+ __( 'Thanks for the feedback!', 'wp-mail-smtp' ),
607
+
608
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:88
609
+ /* Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML. */
610
+ __( 'Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features.', 'wp-mail-smtp' ),
611
+
612
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:93
613
+ __( 'Rate on WordPress.org', 'wp-mail-smtp' ),
614
+
615
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:224
616
+ __( 'Would you like to purchase the following features now?', 'wp-mail-smtp' ),
617
+
618
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:225
619
+ __( 'These features are available as part of WP Mail SMTP Pro plan.', 'wp-mail-smtp' ),
620
+
621
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:240
622
+ __( 'Purchase Now', 'wp-mail-smtp' ),
623
+
624
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:241
625
+ __( 'I\'ll do it later', 'wp-mail-smtp' ),
626
+
627
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:71
628
+ __( 'Enter your WP Mail SMTP License Key', 'wp-mail-smtp' ),
629
+
630
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:73
631
+ /* Translators: %1$s and %2$s are bold tags. */
632
+ __( 'You\'re currently using %1$sWP Mail SMTP Lite%2$s. Enjoy!', 'wp-mail-smtp' ),
633
+
634
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:78
635
+ /* Translators: Link to the WPMailSMTP.com pricing page. */
636
+ __( 'To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below.', 'wp-mail-smtp' ),
637
+
638
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:82
639
+ __( 'Already purchased? Simply enter your license key below to unlock Pro features!', 'wp-mail-smtp' ),
640
+
641
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:84
642
+ __( 'Enter your license key below to unlock plugin updates!', 'wp-mail-smtp' ),
643
+
644
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:85
645
+ __( 'Verify License Key', 'wp-mail-smtp' ),
646
+
647
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:86
648
+ __( 'The License Key format is incorrect. Please enter a valid key and try again.', 'wp-mail-smtp' ),
649
+
650
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:87
651
+ __( 'Your license was successfully verified! You are ready for the next step.', 'wp-mail-smtp' ),
652
+
653
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:91
654
+ __( 'Pro badge', 'wp-mail-smtp' ),
655
+
656
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:92
657
+ __( 'License key input', 'wp-mail-smtp' ),
658
+
659
+ // Reference: src/modules/settings/api/index.js:113
660
+ __( 'It looks like we can\'t save the settings.', 'wp-mail-smtp' ),
661
+
662
+ // Reference: src/modules/settings/api/index.js:119
663
+ __( 'Network error encountered. Settings not saved.', 'wp-mail-smtp' ),
664
+
665
+ // Reference: src/modules/settings/api/index.js:139
666
+ __( 'It looks like we can\'t import the plugin settings.', 'wp-mail-smtp' ),
667
+
668
+ // Reference: src/modules/settings/api/index.js:145
669
+ __( 'Network error encountered. SMTP plugin import failed!', 'wp-mail-smtp' ),
670
+
671
+ // Reference: src/modules/settings/api/index.js:172
672
+ __( 'It looks like we can\'t load authentication details.', 'wp-mail-smtp' ),
673
+
674
+ // Reference: src/modules/settings/api/index.js:21
675
+ __( 'It looks like we can\'t load the settings.', 'wp-mail-smtp' ),
676
+
677
+ // Reference: src/modules/settings/api/index.js:51
678
+ __( 'It looks like we can\'t retrieve Amazon SES Identities.', 'wp-mail-smtp' ),
679
+
680
+ // Reference: src/modules/settings/api/index.js:57
681
+ __( 'Can\'t retrieve Amazon SES Identities.', 'wp-mail-smtp' ),
682
+
683
+ // Reference: src/modules/settings/api/index.js:90
684
+ __( 'Can\'t register the Amazon SES Identity', 'wp-mail-smtp' ),
685
+
686
+ // Reference: src/modules/settings/components/misc/Loader.vue:23
687
+ __( 'Loading', 'wp-mail-smtp' ),
688
+
689
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:51
690
+ /* Translators: Minimum and maximum number that can be used. */
691
+ __( 'Please enter a value between %1$s and %2$s', 'wp-mail-smtp' ),
692
+
693
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:52
694
+ __( 'Value has to be a round number', 'wp-mail-smtp' ),
695
+
696
+ // Reference: src/modules/plugins/components/PluginItem.vue:38
697
+ __( 'Install', 'wp-mail-smtp' ),
698
+
699
+ // Reference: src/modules/plugins/components/PluginItem.vue:41
700
+ __( 'Installed', 'wp-mail-smtp' ),
701
+
702
+ // Reference: src/modules/plugins/components/PluginItem.vue:45
703
+ __( 'Activated', 'wp-mail-smtp' ),
704
+
705
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:123
706
+ __( 'OK', 'wp-mail-smtp' ),
707
+
708
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:128
709
+ __( 'Heads up!', 'wp-mail-smtp' ),
710
+
711
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:129
712
+ __( 'Please fill out all the required fields to continue.', 'wp-mail-smtp' ),
713
+
714
+ // Reference: src/plugins/setup-wizard-helper-plugin.js:106
715
+ __( 'Error Message:', 'wp-mail-smtp' ),
716
+
717
+ // Reference: src/modules/plugins/api/index.js:69
718
+ // Reference: src/modules/settings/api/index.js:234
719
+ /* Translators: Error status and error text. */
720
+ __( '%1$s, %2$s', 'wp-mail-smtp' ),
721
+
722
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:52
723
+ /* Translators: Link to the SMTP Mailer docs page. */
724
+ __( 'Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option.', 'wp-mail-smtp' ),
725
+
726
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:151
727
+ __( 'Authorization Error!', 'wp-mail-smtp' ),
728
+
729
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:151
730
+ __( 'Successful Authorization', 'wp-mail-smtp' ),
731
+
732
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:129
733
+ __( 'Successful Verification!', 'wp-mail-smtp' ),
734
+
735
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:139
736
+ __( 'Verification Error!', 'wp-mail-smtp' ),
737
+
738
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:158
739
+ __( 'Successful Upgrade!', 'wp-mail-smtp' ),
740
+
741
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:158
742
+ __( 'Upgrade Failed!', 'wp-mail-smtp' ),
743
+
744
+ // Reference: src/plugins/compatibility-plugin.js:34
745
+ __( 'Return to Plugin Settings', 'wp-mail-smtp' ),
746
+
747
+ // Reference: src/modules/settings/components/input/SettingsOAuthConnection.vue:47
748
+ __( 'Before continuing, you\'ll need to allow this plugin to send emails using your %s account.', 'wp-mail-smtp' ),
749
+
750
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:93
751
+ __( 'Paste your license key here', 'wp-mail-smtp' ),
752
+
753
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:74
754
+ __( 'Continue', 'wp-mail-smtp' ),
755
+
756
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:85
757
+ __( 'Connect', 'wp-mail-smtp' ),
758
+
759
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:73
760
+ /* Translators: %1$s and %2$s are bold tags. */
761
+ __( 'You\'re currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!', 'wp-mail-smtp' ),
762
+
763
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:159
764
+ __( 'The following plugin will be installed for free: WPForms', 'wp-mail-smtp' ),
765
+
766
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:35
767
+ __( 'Sending Domain', 'wp-mail-smtp' ),
768
+
769
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:37
770
+ /* Translators: Link to the Sendgrid doc page on wpmailsmtp.com. */
771
+ __( 'Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s', 'wp-mail-smtp' ),
772
+
773
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:39
774
+ /* Translators: Link to the Sendinblue doc page on wpmailsmtp.com. */
775
+ __( 'Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s', 'wp-mail-smtp' ),
776
+
777
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:83
778
+ /* Translators: bold HTML tags. */
779
+ __( 'Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%1$s!', 'wp-mail-smtp' ),
780
+
781
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:83
782
+ /* Translators: bold HTML tags. */
783
+ __( 'Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!', 'wp-mail-smtp' )
784
+ );
785
+ /* THIS IS THE END OF THE GENERATED FILE */
assets/languages/wp-mail-smtp.pot CHANGED
@@ -1,22 +1,22 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Mail SMTP 2.5.1\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "POT-Creation-Date: 2020-10-28T07:52:42+00:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wp-mail-smtp\n"
14
 
15
  #. Plugin Name of the plugin
16
- #: src/Admin/Area.php:206
17
  #: src/Admin/Area.php:207
18
- #: src/Admin/Area.php:252
19
  #: src/Admin/Area.php:253
 
20
  #: src/SiteHealth.php:40
21
  msgid "WP Mail SMTP"
22
  msgstr ""
@@ -37,195 +37,1262 @@ msgstr ""
37
  msgid "https://wpforms.com/"
38
  msgstr ""
39
 
40
- #. translators: %s - error code, returned by Google API.
41
- #: src/Admin/Area.php:129
42
- msgid "There was an error while processing the authentication request: %s. Please try again."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgstr ""
44
 
45
- #: src/Admin/Area.php:136
46
- msgid "There was an error while processing the authentication request. Please try again."
47
  msgstr ""
48
 
49
- #: src/Admin/Area.php:143
50
- msgid "There was an error while processing the authentication request. Please make sure that you have Client ID and Client Secret both valid and saved."
51
  msgstr ""
52
 
53
- #: src/Admin/Area.php:152
54
- msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  msgstr ""
56
 
57
  #. translators: %s - Mailer anchor link.
58
- #: src/Admin/Area.php:183
59
  msgid "Thanks for using WP Mail SMTP! To complete the plugin setup and start sending emails, <strong>please select and configure your <a href=\"%s\">Mailer</a></strong>."
60
  msgstr ""
61
 
62
- #: src/Admin/Area.php:217
63
  #: src/Admin/Area.php:218
64
- #: src/Admin/Area.php:956
 
65
  msgid "Settings"
66
  msgstr ""
67
 
68
- #: src/Admin/Area.php:225
69
  #: src/Admin/Area.php:226
 
70
  #: src/Admin/Pages/About.php:653
71
  #: src/Admin/Pages/Logs.php:48
72
  #: src/Admin/Pages/LogsTab.php:30
73
  msgid "Email Log"
74
  msgstr ""
75
 
76
- #: src/Admin/Area.php:235
77
  #: src/Admin/Area.php:236
 
78
  #: src/Admin/Pages/About.php:106
79
  msgid "About Us"
80
  msgstr ""
81
 
82
- #: src/Admin/Area.php:280
83
- #: src/Admin/Area.php:286
84
  #: src/Admin/Pages/SettingsTab.php:37
85
  msgid "General"
86
  msgstr ""
87
 
88
- #: src/Admin/Area.php:294
89
  msgid "Multisite"
90
  msgstr ""
91
 
92
- #: src/Admin/Area.php:295
93
  msgid "Pro+ badge icon"
94
  msgstr ""
95
 
96
- #: src/Admin/Area.php:298
97
  msgid "Simply enable network-wide settings and every site on your network will inherit the same SMTP settings. Save time and only configure your SMTP provider once."
98
  msgstr ""
99
 
100
- #: src/Admin/Area.php:305
101
  msgid "Settings control"
102
  msgstr ""
103
 
104
- #: src/Admin/Area.php:311
105
  msgid "Make the plugin settings global network-wide"
106
  msgstr ""
107
 
108
- #: src/Admin/Area.php:315
109
  msgid "If disabled, each subsite of this multisite will have its own WP Mail SMTP settings page that has to be configured separately."
110
  msgstr ""
111
 
112
- #: src/Admin/Area.php:317
113
  msgid "If enabled, these global settings will manage email sending for all subsites of this multisite."
114
  msgstr ""
115
 
116
- #: src/Admin/Area.php:324
117
  #: src/Admin/Pages/ControlTab.php:119
118
  #: src/Admin/Pages/LogsTab.php:68
119
  msgid "Upgrade to WP Mail SMTP Pro"
120
  msgstr ""
121
 
122
- #: src/Admin/Area.php:390
123
  msgid "Are you sure you want to reset the current provider connection? You will need to immediately create a new one to be able to send emails."
124
  msgstr ""
125
 
126
- #: src/Admin/Area.php:391
127
  msgid "Changes that you made to the settings are not saved!"
128
  msgstr ""
129
 
130
- #: src/Admin/Area.php:393
131
- msgid "Heads up!"
132
- msgstr ""
133
-
134
- #: src/Admin/Area.php:395
135
  msgid "<p>The Default (PHP) mailer is currently selected, but is not recommended because in most cases it does not resolve email delivery issues.</p><p>Please consider selecting and configuring one of the other mailers.</p>"
136
  msgstr ""
137
 
138
- #: src/Admin/Area.php:398
139
  #: src/Admin/PageAbstract.php:83
140
  msgid "Save Settings"
141
  msgstr ""
142
 
143
- #: src/Admin/Area.php:399
144
  msgid "Cancel"
145
  msgstr ""
146
 
147
- #: src/Admin/Area.php:400
148
  msgid "Warning icon"
149
  msgstr ""
150
 
151
- #: src/Admin/Area.php:405
152
  msgid "%name% is a PRO Feature"
153
  msgstr ""
154
 
155
- #: src/Admin/Area.php:406
 
156
  msgid "Upgrade to Pro"
157
  msgstr ""
158
 
159
- #: src/Admin/Area.php:410
160
  msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span>$50 off</span> regular price,<br>applied at checkout."
161
  msgstr ""
162
 
163
- #: src/Admin/Area.php:419
 
164
  msgid "Already purchased?"
165
  msgstr ""
166
 
167
- #: src/Admin/Area.php:488
168
- #: src/Admin/Area.php:495
169
  #: src/Admin/Pages/About.php:334
 
170
  msgid "Activate"
171
  msgstr ""
172
 
173
- #: src/Admin/Area.php:489
174
- #: src/Admin/Pages/About.php:326
175
- msgid "Activated"
176
- msgstr ""
177
-
178
- #: src/Admin/Area.php:490
179
  #: src/Admin/Pages/About.php:323
180
  msgid "Active"
181
  msgstr ""
182
 
183
- #: src/Admin/Area.php:491
184
  #: src/Admin/Pages/About.php:331
185
  msgid "Inactive"
186
  msgstr ""
187
 
188
- #: src/Admin/Area.php:492
189
  msgid "Processing..."
190
  msgstr ""
191
 
192
- #: src/Admin/Area.php:493
193
  msgid "Could not install a plugin. Please download from WordPress.org and install manually."
194
  msgstr ""
195
 
196
- #: src/Admin/Area.php:494
197
  msgid "Install and Activate"
198
  msgstr ""
199
 
200
- #: src/Admin/Area.php:496
201
  msgid "Download"
202
  msgstr ""
203
 
204
  #. translators: %1$s - WP.org link; %2$s - same WP.org link.
205
- #: src/Admin/Area.php:558
206
  msgid "Please rate <strong>WP Mail SMTP</strong> <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress.org</a> to help us spread the word. Thank you from the WP Mail SMTP team!"
207
  msgstr ""
208
 
209
- #: src/Admin/Area.php:897
210
  msgid "WP Mail SMTP Pro related message was successfully dismissed."
211
  msgstr ""
212
 
213
- #: src/Admin/Area.php:916
214
  msgid "Educational notice for this mailer was successfully dismissed."
215
  msgstr ""
216
 
217
- #: src/Admin/Area.php:955
218
  msgid "Go to WP Mail SMTP Settings page"
219
  msgstr ""
220
 
221
- #: src/Admin/Area.php:962
222
  msgid "Go to WP Mail SMTP Lite vs Pro comparison page"
223
  msgstr ""
224
 
225
- #: src/Admin/Area.php:963
226
  msgid "Premium Support"
227
  msgstr ""
228
 
 
 
 
 
229
  #. translators: %s - WPMailSMTP.com Upgrade page URL.
230
  #: src/Admin/Education.php:69
231
  msgid "You’re using WP Mail SMTP Lite. To unlock more features consider <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrading to Pro</a>."
@@ -321,6 +1388,7 @@ msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Wel
321
  msgstr ""
322
 
323
  #: src/Admin/Pages/About.php:387
 
324
  msgid "Contact Forms by WPForms"
325
  msgstr ""
326
 
@@ -359,6 +1427,9 @@ msgid "Could not install the plugin."
359
  msgstr ""
360
 
361
  #: src/Admin/Pages/About.php:517
 
 
 
362
  msgid "Plugin installed & activated."
363
  msgstr ""
364
 
@@ -603,12 +1674,8 @@ msgstr ""
603
  msgid "Allow Usage Tracking"
604
  msgstr ""
605
 
606
- #: src/Admin/Pages/MiscTab.php:207
607
- msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
608
- msgstr ""
609
-
610
  #: src/Admin/Pages/MiscTab.php:255
611
- #: src/Admin/Pages/SettingsTab.php:604
612
  msgid "Settings were successfully saved."
613
  msgstr ""
614
 
@@ -628,18 +1695,10 @@ msgstr ""
628
  msgid "Mail"
629
  msgstr ""
630
 
631
- #: src/Admin/Pages/SettingsTab.php:101
632
- msgid "From Email"
633
- msgstr ""
634
-
635
  #: src/Admin/Pages/SettingsTab.php:120
636
  msgid "Please first authorize the Gmail mailer below"
637
  msgstr ""
638
 
639
- #: src/Admin/Pages/SettingsTab.php:134
640
- msgid "The email address which emails are sent from."
641
- msgstr ""
642
-
643
  #: src/Admin/Pages/SettingsTab.php:135
644
  msgid "If you're using an email provider (Yahoo, Outlook.com, etc) this should be your email address for that account."
645
  msgstr ""
@@ -648,10 +1707,6 @@ msgstr ""
648
  msgid "Please note that other plugins can change this, to prevent this use the setting below."
649
  msgstr ""
650
 
651
- #: src/Admin/Pages/SettingsTab.php:158
652
- msgid "Force From Email"
653
- msgstr ""
654
-
655
  #: src/Admin/Pages/SettingsTab.php:165
656
  msgid "Current provider will automatically force From Email to be the email address that you use to set up the connection below."
657
  msgstr ""
@@ -664,18 +1719,6 @@ msgstr ""
664
  msgid "If checked, the From Email setting above will be used for all emails, ignoring values set by other plugins."
665
  msgstr ""
666
 
667
- #: src/Admin/Pages/SettingsTab.php:183
668
- msgid "From Name"
669
- msgstr ""
670
-
671
- #: src/Admin/Pages/SettingsTab.php:195
672
- msgid "The name which emails are sent from."
673
- msgstr ""
674
-
675
- #: src/Admin/Pages/SettingsTab.php:209
676
- msgid "Force From Name"
677
- msgstr ""
678
-
679
  #: src/Admin/Pages/SettingsTab.php:214
680
  msgid "Current provider doesn't support setting and forcing From Name. Emails will be sent on behalf of the account name used to setup the connection below."
681
  msgstr ""
@@ -697,11 +1740,7 @@ msgid "Return Path indicates where non-delivery receipts - or bounce messages -
697
  msgstr ""
698
 
699
  #: src/Admin/Pages/SettingsTab.php:242
700
- msgid "If unchecked, bounce messages may be lost. Some providers may ignore this option."
701
- msgstr ""
702
-
703
- #: src/Admin/Pages/SettingsTab.php:250
704
- msgid "Mailer"
705
  msgstr ""
706
 
707
  #: src/Admin/Pages/SettingsTab.php:292
@@ -729,738 +1768,941 @@ msgstr ""
729
  msgid "As a valued WP Mail SMTP Lite user you receive <strong>$50 off</strong>, automatically applied at checkout!"
730
  msgstr ""
731
 
732
- #: src/Admin/Pages/SettingsTab.php:455
 
 
 
 
 
 
 
 
733
  msgid "Get WP Mail SMTP Pro and Unlock all the Powerful Features"
734
  msgstr ""
735
 
736
- #: src/Admin/Pages/SettingsTab.php:459
737
  msgid "Thanks for being a loyal WP Mail SMTP user. Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is the most popular SMTP plugin."
738
  msgstr ""
739
 
740
- #: src/Admin/Pages/SettingsTab.php:463
741
- msgid "We know that you will truly love WP Mail SMTP. It's used by over 1,000,000 websites."
742
  msgstr ""
743
 
744
- #: src/Admin/Pages/SettingsTab.php:466
745
  msgid "Pro Features:"
746
  msgstr ""
747
 
748
- #: src/Admin/Pages/SettingsTab.php:470
749
  msgid "Manage Notifications - control which emails your site sends"
750
  msgstr ""
751
 
752
- #: src/Admin/Pages/SettingsTab.php:471
753
  msgid "Email Logging - keep track of every email sent from your site"
754
  msgstr ""
755
 
756
- #: src/Admin/Pages/SettingsTab.php:472
 
 
 
 
757
  msgid "Office 365 - send emails using your Office 365 account"
758
  msgstr ""
759
 
760
- #: src/Admin/Pages/SettingsTab.php:473
761
  msgid "Amazon SES - harness the power of AWS"
762
  msgstr ""
763
 
764
- #: src/Admin/Pages/SettingsTab.php:474
765
  msgid "Outlook.com - send emails using your Outlook.com account"
766
  msgstr ""
767
 
768
- #: src/Admin/Pages/SettingsTab.php:475
 
 
 
 
769
  msgid "Access to our world class support team"
770
  msgstr ""
771
 
772
- #: src/Admin/Pages/SettingsTab.php:478
773
  msgid "White Glove Setup - sit back and relax while we handle everything for you"
774
  msgstr ""
775
 
776
- #: src/Admin/Pages/SettingsTab.php:479
777
  msgid "Install WP Mail SMTP Pro plugin"
778
  msgstr ""
779
 
780
- #: src/Admin/Pages/SettingsTab.php:480
781
  msgid "Set up domain name verification (DNS)"
782
  msgstr ""
783
 
784
- #: src/Admin/Pages/SettingsTab.php:481
785
- msgid "Configure Mailgun service"
786
  msgstr ""
787
 
788
- #: src/Admin/Pages/SettingsTab.php:482
789
  msgid "Set up WP Mail SMTP Pro plugin"
790
  msgstr ""
791
 
792
- #: src/Admin/Pages/SettingsTab.php:483
793
  msgid "Test and verify email delivery"
794
  msgstr ""
795
 
796
  #. translators: %s - WPMailSMTP.com URL.
797
- #: src/Admin/Pages/SettingsTab.php:491
798
  msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Get WP Mail SMTP Pro Today and Unlock all the Powerful Features &raquo;</a>"
799
  msgstr ""
800
 
801
- #: src/Admin/Pages/SettingsTab.php:509
802
  msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span class=\"price-off\">$50 off regular price</span>, automatically applied at checkout."
803
  msgstr ""
804
 
805
- #: src/Admin/Pages/TestTab.php:37
806
  msgid "Email Test"
807
  msgstr ""
808
 
809
- #: src/Admin/Pages/TestTab.php:59
810
- msgid "Send a Test Email"
811
- msgstr ""
812
-
813
- #: src/Admin/Pages/TestTab.php:66
814
  msgid "Send To"
815
  msgstr ""
816
 
817
- #: src/Admin/Pages/TestTab.php:72
818
  msgid "Enter email address where test email will be sent."
819
  msgstr ""
820
 
821
- #: src/Admin/Pages/TestTab.php:80
822
  msgid "HTML"
823
  msgstr ""
824
 
825
- #: src/Admin/Pages/TestTab.php:86
826
  #: src/Providers/OptionsAbstract.php:276
827
  #: src/Providers/OptionsAbstract.php:298
828
  msgid "On"
829
  msgstr ""
830
 
831
- #: src/Admin/Pages/TestTab.php:87
832
  #: src/Providers/OptionsAbstract.php:277
833
  #: src/Providers/OptionsAbstract.php:299
834
  msgid "Off"
835
  msgstr ""
836
 
837
- #: src/Admin/Pages/TestTab.php:90
838
  msgid "Send this email in HTML or in plain text format."
839
  msgstr ""
840
 
841
- #: src/Admin/Pages/TestTab.php:110
842
  msgid "You cannot send an email. Mailer is not properly configured. Please check your settings."
843
  msgstr ""
844
 
845
- #: src/Admin/Pages/TestTab.php:114
846
  msgid "Send Email"
847
  msgstr ""
848
 
849
- #: src/Admin/Pages/TestTab.php:142
850
  msgid "Test failed. Please use a valid email address and try to resend the test email."
851
  msgstr ""
852
 
853
  #. translators: %s - email address a test email will be sent to.
854
- #: src/Admin/Pages/TestTab.php:154
855
- #: src/Admin/Pages/TestTab.php:160
856
  msgid "Test email to %s"
857
  msgstr ""
858
 
859
- #: src/Admin/Pages/TestTab.php:186
860
  msgid "Test plain text email was sent successfully!"
861
  msgstr ""
862
 
863
  #. translators: %s - "HTML" in bold.
864
- #: src/Admin/Pages/TestTab.php:190
865
  msgid "Test %s email was sent successfully! Please check your inbox to make sure it is delivered."
866
  msgstr ""
867
 
868
- #: src/Admin/Pages/TestTab.php:510
869
  msgid "SSL certificate issue."
870
  msgstr ""
871
 
872
- #: src/Admin/Pages/TestTab.php:511
873
  msgid "This means your web server cannot reliably make secure connections (make requests to HTTPS sites)."
874
  msgstr ""
875
 
876
- #: src/Admin/Pages/TestTab.php:512
877
- #: src/Admin/Pages/TestTab.php:560
878
  msgid "Typically this error is returned when web server is not configured properly."
879
  msgstr ""
880
 
881
- #: src/Admin/Pages/TestTab.php:515
882
  msgid "Contact your web hosting provider and inform them your site has an issue with SSL certificates."
883
  msgstr ""
884
 
885
- #: src/Admin/Pages/TestTab.php:516
886
- #: src/Admin/Pages/TestTab.php:564
887
  msgid "The exact error you can provide them is in the Error log, available at the bottom of this page."
888
  msgstr ""
889
 
890
- #: src/Admin/Pages/TestTab.php:517
891
- #: src/Admin/Pages/TestTab.php:565
892
  msgid "Ask them to resolve the issue then try again."
893
  msgstr ""
894
 
895
- #: src/Admin/Pages/TestTab.php:528
896
  msgid "Could not connect to host."
897
  msgstr ""
898
 
899
  #. translators: %s - SMTP host address.
900
- #: src/Admin/Pages/TestTab.php:531
901
- #: src/Admin/Pages/TestTab.php:556
902
- #: src/Admin/Pages/TestTab.php:658
903
  msgid "This means your web server was unable to connect to %s."
904
  msgstr ""
905
 
906
- #: src/Admin/Pages/TestTab.php:534
907
- #: src/Admin/Pages/TestTab.php:559
908
- #: src/Admin/Pages/TestTab.php:661
909
  msgid "This means your web server was unable to connect to the host server."
910
  msgstr ""
911
 
912
- #: src/Admin/Pages/TestTab.php:535
913
  msgid "Typically this error is returned your web server is blocking the connections or the SMTP host denying the request."
914
  msgstr ""
915
 
916
  #. translators: %s - SMTP host address.
917
- #: src/Admin/Pages/TestTab.php:539
918
  msgid "Contact your web hosting provider and ask them to verify your server can connect to %s. Additionally, ask them if a firewall or security policy may be preventing the connection."
919
  msgstr ""
920
 
921
- #: src/Admin/Pages/TestTab.php:542
922
- msgid "If using \"Other SMTP\" Mailer, triple check your SMTP settings including host address, email, and password."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgstr ""
924
 
925
- #: src/Admin/Pages/TestTab.php:543
926
- msgid "If using \"Other SMTP\" Mailer, contact your SMTP host to confirm they are accepting outside connections with the settings you have configured (address, username, port, security, etc)."
927
  msgstr ""
928
 
929
- #: src/Admin/Pages/TestTab.php:553
930
  msgid "Could not connect to your host."
931
  msgstr ""
932
 
933
- #: src/Admin/Pages/TestTab.php:563
934
  msgid "Contact your web hosting provider and inform them you are having issues making outbound connections."
935
  msgstr ""
936
 
937
- #: src/Admin/Pages/TestTab.php:575
938
  msgid "Could not authenticate your SMTP account."
939
  msgstr ""
940
 
941
- #: src/Admin/Pages/TestTab.php:576
942
  msgid "This means we were able to connect to your SMTP host, but were not able to proceed using the email/password in the settings."
943
  msgstr ""
944
 
945
- #: src/Admin/Pages/TestTab.php:577
946
  msgid "Typically this error is returned when the email or password is not correct or is not what the SMTP host is expecting."
947
  msgstr ""
948
 
949
- #: src/Admin/Pages/TestTab.php:580
950
  msgid "Triple check your SMTP settings including host address, email, and password. If you have recently reset your password you will need to update the settings."
951
  msgstr ""
952
 
953
- #: src/Admin/Pages/TestTab.php:581
954
- #: src/Admin/Pages/TestTab.php:686
955
  msgid "Contact your SMTP host to confirm you are using the correct username and password."
956
  msgstr ""
957
 
958
- #: src/Admin/Pages/TestTab.php:582
959
- #: src/Admin/Pages/TestTab.php:687
960
  msgid "Verify with your SMTP host that your account has permissions to send emails using outside connections."
961
  msgstr ""
962
 
963
- #: src/Admin/Pages/TestTab.php:592
964
  msgid "Error due to unsolicited and/or bulk e-mail."
965
  msgstr ""
966
 
967
- #: src/Admin/Pages/TestTab.php:593
968
  msgid "This means the connection to your SMTP host was made successfully, but the host rejected the email."
969
  msgstr ""
970
 
971
- #: src/Admin/Pages/TestTab.php:594
972
  msgid "Typically this error is returned when you are sending too many e-mails or e-mails that have been identified as spam."
973
  msgstr ""
974
 
975
- #: src/Admin/Pages/TestTab.php:597
976
  msgid "Check the emails that are sending are sending individually. Example: email is not sending to 30 recipients. You can install any WordPress e-mail logging plugin to do that."
977
  msgstr ""
978
 
979
- #: src/Admin/Pages/TestTab.php:598
980
  msgid "Contact your SMTP host to ask about sending/rate limits."
981
  msgstr ""
982
 
983
- #: src/Admin/Pages/TestTab.php:599
984
  msgid "Verify with them your SMTP account is in good standing and your account has not been flagged."
985
  msgstr ""
986
 
987
- #: src/Admin/Pages/TestTab.php:609
988
  msgid "Unauthenticated senders are not allowed."
989
  msgstr ""
990
 
991
- #: src/Admin/Pages/TestTab.php:610
992
  msgid "This means the connection to your SMTP host was made successfully, but you should enable Authentication and provide correct Username and Password."
993
  msgstr ""
994
 
995
- #: src/Admin/Pages/TestTab.php:613
996
- msgid "Go to WP Mail SMTP plugin Settings page."
997
- msgstr ""
998
-
999
- #: src/Admin/Pages/TestTab.php:614
1000
- msgid "Enable Authentication"
1001
- msgstr ""
1002
-
1003
- #: src/Admin/Pages/TestTab.php:615
1004
  msgid "Enter correct SMTP Username (usually this is an email address) and Password in the appropriate fields."
1005
  msgstr ""
1006
 
1007
- #: src/Admin/Pages/TestTab.php:627
1008
  msgid "Misconfigured server certificate."
1009
  msgstr ""
1010
 
1011
- #: src/Admin/Pages/TestTab.php:628
1012
  msgid "This means OpenSSL on your server isn't able to verify the host certificate."
1013
  msgstr ""
1014
 
1015
- #: src/Admin/Pages/TestTab.php:629
1016
  msgid "There are a few reasons why this is happening. It could be that the host certificate is misconfigured, or this server's OpenSSL is using an outdated CA bundle."
1017
  msgstr ""
1018
 
1019
- #: src/Admin/Pages/TestTab.php:632
1020
  msgid "Verify that the host's SSL certificate is valid."
1021
  msgstr ""
1022
 
1023
  #. translators: %s - URL to the PHP openssl manual
1024
- #: src/Admin/Pages/TestTab.php:635
1025
  msgid "Contact your hosting support, show them the \"full Error Log for debugging\" below and share this <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">link</a> with them."
1026
  msgstr ""
1027
 
1028
- #: src/Admin/Pages/TestTab.php:655
1029
  msgid "Could not connect to the SMTP host."
1030
  msgstr ""
1031
 
1032
- #: src/Admin/Pages/TestTab.php:662
1033
- #: src/Admin/Pages/TestTab.php:1050
1034
  msgid "Typically this error is returned for one of the following reasons:"
1035
  msgstr ""
1036
 
1037
- #: src/Admin/Pages/TestTab.php:663
1038
  msgid "SMTP settings are incorrect (wrong port, security setting, incorrect host)."
1039
  msgstr ""
1040
 
1041
- #: src/Admin/Pages/TestTab.php:664
1042
- #: src/Admin/Pages/TestTab.php:1052
1043
  msgid "Your web server is blocking the connection."
1044
  msgstr ""
1045
 
1046
- #: src/Admin/Pages/TestTab.php:665
1047
  msgid "Your SMTP host is rejecting the connection."
1048
  msgstr ""
1049
 
1050
- #: src/Admin/Pages/TestTab.php:668
1051
  msgid "Triple check your SMTP settings including host address, email, and password, port, and security."
1052
  msgstr ""
1053
 
1054
  #. translators: %1$s - SMTP host address, %2$s - SMTP port, %3$s - SMTP encryption.
1055
- #: src/Admin/Pages/TestTab.php:671
1056
  msgid "Contact your web hosting provider and ask them to verify your server can connect to %1$s on port %2$s using %3$s encryption. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
1057
  msgstr ""
1058
 
1059
- #: src/Admin/Pages/TestTab.php:684
1060
  msgid "no"
1061
  msgstr ""
1062
 
1063
- #: src/Admin/Pages/TestTab.php:697
1064
- #: src/Admin/Pages/TestTab.php:712
1065
- #: src/Admin/Pages/TestTab.php:728
1066
  msgid "Mailgun failed."
1067
  msgstr ""
1068
 
1069
- #: src/Admin/Pages/TestTab.php:698
1070
  msgid "It seems that you forgot to activate your Mailgun account."
1071
  msgstr ""
1072
 
1073
- #: src/Admin/Pages/TestTab.php:701
1074
  msgid "Check your inbox you used to create a Mailgun account. Click the activation link in an email from Mailgun."
1075
  msgstr ""
1076
 
1077
- #: src/Admin/Pages/TestTab.php:702
1078
  msgid "If you do not see activation email, go to your Mailgun control panel and resend the activation email."
1079
  msgstr ""
1080
 
1081
- #: src/Admin/Pages/TestTab.php:713
1082
  msgid "Typically this error is because there is an issue with your Mailgun settings, in many cases the API key."
1083
  msgstr ""
1084
 
1085
- #: src/Admin/Pages/TestTab.php:716
1086
  msgid "Verify your API key is correct."
1087
  msgstr ""
1088
 
1089
- #: src/Admin/Pages/TestTab.php:717
1090
  msgid "Go to your Mailgun account and view your API key."
1091
  msgstr ""
1092
 
1093
- #: src/Admin/Pages/TestTab.php:718
1094
  msgid "Note that the API key includes the \"key\" prefix, so make sure that it is in the WP Mail SMTP Mailgun API setting."
1095
  msgstr ""
1096
 
1097
- #: src/Admin/Pages/TestTab.php:729
1098
  msgid "Your Mailgun account does not have access to send emails."
1099
  msgstr ""
1100
 
1101
- #: src/Admin/Pages/TestTab.php:730
1102
  msgid "Typically this error is because you have not set up and/or complete domain name verification for your Mailgun account."
1103
  msgstr ""
1104
 
1105
  #. translators: %s - Mailgun documentation URL.
1106
- #: src/Admin/Pages/TestTab.php:735
1107
  msgid "Go to our how-to guide for setting up <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Mailgun with WP Mail SMTP</a>."
1108
  msgstr ""
1109
 
1110
- #: src/Admin/Pages/TestTab.php:746
1111
  msgid "Complete the steps in section \"2. Verify Your Domain\"."
1112
  msgstr ""
1113
 
1114
- #: src/Admin/Pages/TestTab.php:756
1115
- #: src/Admin/Pages/TestTab.php:805
1116
- #: src/Admin/Pages/TestTab.php:825
1117
- #: src/Admin/Pages/TestTab.php:853
1118
- #: src/Admin/Pages/TestTab.php:869
1119
- #: src/Admin/Pages/TestTab.php:921
1120
- #: src/Admin/Pages/TestTab.php:947
1121
  msgid "Google API Error."
1122
  msgstr ""
1123
 
1124
- #: src/Admin/Pages/TestTab.php:757
1125
  msgid "You have not properly configured Gmail mailer."
1126
  msgstr ""
1127
 
1128
- #: src/Admin/Pages/TestTab.php:758
1129
  msgid "Make sure that you have clicked the \"Allow plugin to send emails using your Google account\" button under Gmail settings."
1130
  msgstr ""
1131
 
1132
- #: src/Admin/Pages/TestTab.php:761
1133
  msgid "Go to plugin Settings page and click the \"Allow plugin to send emails using your Google account\" button."
1134
  msgstr ""
1135
 
1136
- #: src/Admin/Pages/TestTab.php:762
1137
  msgid "After the click you should be redirected to a Gmail authorization screen, where you will be asked a permission to send emails on your behalf."
1138
  msgstr ""
1139
 
1140
- #: src/Admin/Pages/TestTab.php:763
1141
  msgid "Please click \"Agree\", if you see that button. If not - you will need to enable less secure apps first:"
1142
  msgstr ""
1143
 
1144
  #. translators: %s - Google support article URL.
1145
- #: src/Admin/Pages/TestTab.php:768
1146
  msgid "if you are using regular Gmail account, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
1147
  msgstr ""
1148
 
1149
  #. translators: %s - Google support article URL.
1150
- #: src/Admin/Pages/TestTab.php:783
1151
  msgid "if you are using G Suite, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
1152
  msgstr ""
1153
 
1154
- #: src/Admin/Pages/TestTab.php:806
1155
  msgid "Typically this error is because address the email was sent to is invalid or was empty."
1156
  msgstr ""
1157
 
1158
- #: src/Admin/Pages/TestTab.php:809
1159
  msgid "Check the \"Send To\" email address used and confirm it is a valid email and was not empty."
1160
  msgstr ""
1161
 
1162
  #. translators: 1 - correct email address example. 2 - incorrect email address example.
1163
- #: src/Admin/Pages/TestTab.php:811
1164
  msgid "It should be something like this: %1$s. These are incorrect values: %2$s."
1165
  msgstr ""
1166
 
1167
- #: src/Admin/Pages/TestTab.php:815
1168
  msgid "Make sure that the generated email has a TO header, useful when you are responsible for email creation."
1169
  msgstr ""
1170
 
1171
- #: src/Admin/Pages/TestTab.php:826
1172
  msgid "Unfortunately, this error can be due to many different reasons."
1173
  msgstr ""
1174
 
1175
  #. translators: %s - Blog article URL.
1176
- #: src/Admin/Pages/TestTab.php:829
1177
  msgid "Please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to learn more about what can cause this error and follow the steps below."
1178
  msgstr ""
1179
 
1180
- #: src/Admin/Pages/TestTab.php:842
1181
  #: src/Providers/Gmail/Mailer.php:270
1182
  msgid "Go to WP Mail SMTP plugin settings page. Click the “Remove Connection” button."
1183
  msgstr ""
1184
 
1185
- #: src/Admin/Pages/TestTab.php:843
1186
  #: src/Providers/Gmail/Mailer.php:271
1187
  msgid "Then click the “Allow plugin to send emails using your Google account” button and re-enable access."
1188
  msgstr ""
1189
 
1190
- #: src/Admin/Pages/TestTab.php:854
1191
  msgid "Authentication code that Google returned to you has already been used on your previous auth attempt."
1192
  msgstr ""
1193
 
1194
- #: src/Admin/Pages/TestTab.php:857
1195
  msgid "Make sure that you are not trying to manually clean up the plugin options to retry the \"Allow...\" step."
1196
  msgstr ""
1197
 
1198
- #: src/Admin/Pages/TestTab.php:858
1199
  msgid "Reinstall the plugin with clean plugin data turned on on Misc page. This will remove all the plugin options and you will be safe to retry."
1200
  msgstr ""
1201
 
1202
- #: src/Admin/Pages/TestTab.php:859
1203
  msgid "Make sure there is no aggressive caching on site admin area pages or try to clean cache between attempts."
1204
  msgstr ""
1205
 
1206
- #: src/Admin/Pages/TestTab.php:870
1207
  msgid "There are various reasons for that, please review the steps below."
1208
  msgstr ""
1209
 
1210
  #. translators: %s - Google G Suite Admin area URL.
1211
- #: src/Admin/Pages/TestTab.php:875
1212
  msgid "Make sure that your G Suite trial period has not expired. You can check the status <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
1213
  msgstr ""
1214
 
1215
  #. translators: %s - Google G Suite Admin area URL.
1216
- #: src/Admin/Pages/TestTab.php:888
1217
  msgid "Make sure that Gmail app in your G Suite is actually enabled. You can check that in Apps list in <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">G Suite Admin</a> area."
1218
  msgstr ""
1219
 
1220
  #. translators: %s - Google Developers Console URL.
1221
- #: src/Admin/Pages/TestTab.php:901
1222
  msgid "Make sure that you have Gmail API enabled, and you can do that <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
1223
  msgstr ""
1224
 
1225
- #: src/Admin/Pages/TestTab.php:924
1226
- #: src/Admin/Pages/TestTab.php:951
1227
  msgid "Make sure that the used Client ID/Secret correspond to a proper project that has Gmail API enabled."
1228
  msgstr ""
1229
 
1230
  #. translators: %s - Gmail documentation URL.
1231
- #: src/Admin/Pages/TestTab.php:927
1232
  msgid "Please follow our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Gmail tutorial</a> to be sure that all the correct project and data is applied."
1233
  msgstr ""
1234
 
1235
- #: src/Admin/Pages/TestTab.php:948
1236
  msgid "You may have added a new API to a project"
1237
  msgstr ""
1238
 
1239
- #: src/Admin/Pages/TestTab.php:952
1240
  msgid "Try to use a separate project for your emails, so the project has only 1 Gmail API in it enabled. You will need to remove the old project and create a new one from scratch."
1241
  msgstr ""
1242
 
1243
- #: src/Admin/Pages/TestTab.php:962
1244
  msgid "SMTP.com API Error."
1245
  msgstr ""
1246
 
1247
- #: src/Admin/Pages/TestTab.php:963
1248
  msgid "Your Sender Name option is incorrect."
1249
  msgstr ""
1250
 
1251
- #: src/Admin/Pages/TestTab.php:966
1252
  msgid "Please make sure you entered an accurate Sender Name in WP Mail SMTP plugin settings."
1253
  msgstr ""
1254
 
1255
- #: src/Admin/Pages/TestTab.php:976
1256
  msgid "GuzzleHttp requirements."
1257
  msgstr ""
1258
 
1259
- #: src/Admin/Pages/TestTab.php:977
1260
  msgid "GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler."
1261
  msgstr ""
1262
 
1263
- #: src/Admin/Pages/TestTab.php:980
1264
  msgid "Edit your php.ini file on your hosting server."
1265
  msgstr ""
1266
 
1267
- #: src/Admin/Pages/TestTab.php:981
1268
  msgid "(Recommended) Enable PHP extension: cURL, by adding \"extension=curl\" to the php.ini file (without the quotation marks) OR"
1269
  msgstr ""
1270
 
1271
- #: src/Admin/Pages/TestTab.php:982
1272
  msgid "(If cURL can't be enabled on your hosting server) Enable PHP setting: allow_url_fopen, by adding \"allow_url_fopen = On\" to the php.ini file (without the quotation marks)"
1273
  msgstr ""
1274
 
1275
- #: src/Admin/Pages/TestTab.php:983
1276
  msgid "If you don't know how to do the above we strongly suggest contacting your hosting support and provide them the \"full Error Log for debugging\" below and these steps. They should be able to fix this issue for you."
1277
  msgstr ""
1278
 
1279
- #: src/Admin/Pages/TestTab.php:1005
1280
  msgid "PCRE library issue"
1281
  msgstr ""
1282
 
1283
- #: src/Admin/Pages/TestTab.php:1006
1284
  msgid "It looks like your server is running PHP version 7.4.x with an outdated PCRE library (libpcre2) that has a known issue with email address validation."
1285
  msgstr ""
1286
 
1287
- #: src/Admin/Pages/TestTab.php:1007
1288
  msgid "There is a known issue with PHP version 7.4.x, when using libpcre2 library version lower than 10.33."
1289
  msgstr ""
1290
 
1291
- #: src/Admin/Pages/TestTab.php:1010
1292
  msgid "Contact your web hosting provider and inform them you are having issues with libpcre2 library on PHP 7.4."
1293
  msgstr ""
1294
 
1295
- #: src/Admin/Pages/TestTab.php:1011
1296
  msgid "They should be able to resolve this issue for you."
1297
  msgstr ""
1298
 
1299
- #: src/Admin/Pages/TestTab.php:1012
1300
  msgid "For a quick fix, until your web hosting resolves this, you can downgrade to PHP version 7.3 on your server."
1301
  msgstr ""
1302
 
1303
- #: src/Admin/Pages/TestTab.php:1048
1304
  msgid "An issue was detected."
1305
  msgstr ""
1306
 
1307
- #: src/Admin/Pages/TestTab.php:1049
1308
  msgid "This means your test email was unable to be sent."
1309
  msgstr ""
1310
 
1311
- #: src/Admin/Pages/TestTab.php:1051
1312
  msgid "Plugin settings are incorrect (wrong SMTP settings, invalid Mailer configuration, etc)."
1313
  msgstr ""
1314
 
1315
- #: src/Admin/Pages/TestTab.php:1053
1316
  msgid "Your host is rejecting the connection."
1317
  msgstr ""
1318
 
1319
- #: src/Admin/Pages/TestTab.php:1056
1320
  msgid "Triple check the plugin settings, consider reconfiguring to make sure everything is correct (eg bad copy and paste)."
1321
  msgstr ""
1322
 
1323
- #: src/Admin/Pages/TestTab.php:1058
1324
  msgid "Contact your web hosting provider and ask them to verify your server can make outside connections. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
1325
  msgstr ""
1326
 
1327
- #: src/Admin/Pages/TestTab.php:1064
1328
  msgid "Try using a different mailer."
1329
  msgstr ""
1330
 
1331
- #: src/Admin/Pages/TestTab.php:1083
1332
  msgid "There was a problem while sending the test email."
1333
  msgstr ""
1334
 
1335
- #: src/Admin/Pages/TestTab.php:1093
1336
  msgid "Recommended next steps:"
1337
  msgstr ""
1338
 
1339
- #: src/Admin/Pages/TestTab.php:1103
1340
  msgid "Need support?"
1341
  msgstr ""
1342
 
1343
  #. translators: %s - WPMailSMTP.com account area link.
1344
- #: src/Admin/Pages/TestTab.php:1111
1345
  msgid "As a WP Mail SMTP Pro user you have access to WP Mail SMTP priority support. Please log in to your WPMailSMTP.com account and <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">submit a support ticket</a>."
1346
  msgstr ""
1347
 
1348
- #: src/Admin/Pages/TestTab.php:1128
1349
  msgid "WP Mail SMTP is a free plugin, and the team behind WPForms maintains it to give back to the WordPress community."
1350
  msgstr ""
1351
 
1352
  #. translators: %s - WPMailSMTP.com URL.
1353
- #: src/Admin/Pages/TestTab.php:1135
1354
  msgid "To access our world class support, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrade to WP Mail SMTP Pro</a>. Along with getting expert support, you will also get Notification controls, Email Logging, and integrations for Amazon SES, Office 365, and Outlook.com."
1355
  msgstr ""
1356
 
1357
- #: src/Admin/Pages/TestTab.php:1150
1358
  msgid "Additionally, you can take advantage of our White Glove Setup. Sit back and relax while we handle everything for you! If you simply don't have time or maybe you feel a bit in over your head - we got you covered."
1359
  msgstr ""
1360
 
1361
- #: src/Admin/Pages/TestTab.php:1156
1362
  msgid "As a valued WP Mail SMTP user, you will get <span class=\"price-off\">$50 off regular pricing</span>, automatically applied at checkout!"
1363
  msgstr ""
1364
 
1365
  #. translators: %1$s - WP Mail SMTP support policy URL, %2$s - WP Mail SMTP support forum URL, %3$s - WPMailSMTP.com URL.
1366
- #: src/Admin/Pages/TestTab.php:1170
1367
  msgid "Alternatively, we also offer <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">limited support</a> on the WordPress.org support forums. You can <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">create a support thread</a> there, but please understand that free support is not guaranteed and is limited to simple issues. If you have an urgent or complex issue, then please consider <a href=\"%3$s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrading to WP Mail SMTP Pro</a> to access our priority support ticket system."
1368
  msgstr ""
1369
 
1370
- #: src/Admin/Pages/TestTab.php:1191
1371
  msgid "Click here to view the full Error Log for debugging"
1372
  msgstr ""
1373
 
1374
- #: src/Admin/Pages/TestTab.php:1200
1375
  msgid "Please copy only the content of the error debug message above, identified with an orange left border, into the support forum topic if you experience any issues."
1376
  msgstr ""
1377
 
1378
- #: src/Admin/Review.php:119
 
 
 
 
 
 
 
 
 
 
 
 
1379
  msgid "Are you enjoying WP Mail SMTP?"
1380
  msgstr ""
1381
 
1382
- #: src/Admin/Review.php:121
1383
  msgid "Yes"
1384
  msgstr ""
1385
 
1386
- #: src/Admin/Review.php:122
1387
  msgid "Not Really"
1388
  msgstr ""
1389
 
1390
- #: src/Admin/Review.php:126
1391
  msgid "We're sorry to hear you aren't enjoying WP Mail SMTP. We would love a chance to improve. Could you take a minute and let us know what we can do better?"
1392
  msgstr ""
1393
 
1394
- #: src/Admin/Review.php:129
1395
  msgid "Give Feedback"
1396
  msgstr ""
1397
 
1398
- #: src/Admin/Review.php:132
1399
  msgid "No thanks"
1400
  msgstr ""
1401
 
1402
- #: src/Admin/Review.php:137
1403
  msgid "That’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
1404
  msgstr ""
1405
 
1406
- #: src/Admin/Review.php:138
1407
  msgid "~ Jared Atchison<br>Lead Developer, WP Mail SMTP"
1408
  msgstr ""
1409
 
1410
- #: src/Admin/Review.php:141
1411
  msgid "Ok, you deserve it"
1412
  msgstr ""
1413
 
1414
- #: src/Admin/Review.php:143
1415
  msgid "Nope, maybe later"
1416
  msgstr ""
1417
 
1418
- #: src/Admin/Review.php:144
1419
  msgid "I already did"
1420
  msgstr ""
1421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1422
  #. translators: %1$s - Plugin name causing conflict; %2$s - Plugin name causing conflict.
1423
  #: src/Conflicts.php:159
1424
  msgid "Heads up! WP Mail SMTP has detected %1$s is activated. Please deactivate %2$s to prevent conflicts."
1425
  msgstr ""
1426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1427
  #. translators: %1$s - WP Mail SMTP plugin name; %2$s - WPMailSMTP.com URL to a related doc.
1428
- #: src/Core.php:392
1429
  msgid "Your site is running an outdated version of PHP that is no longer supported and may cause issues with %1$s. <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more</a> for additional information."
1430
  msgstr ""
1431
 
1432
- #: src/Core.php:406
1433
- msgid "<strong>Please Note:</strong> Support for PHP 5.5 will be discontinued in 2020. After this, if no further action is taken, WP Mail SMTP functionality will be disabled."
1434
  msgstr ""
1435
 
1436
  #. translators: %s - plugin name and its version.
1437
- #: src/Core.php:440
1438
  msgid "<strong>EMAILING DISABLED:</strong> The %s is currently blocking all emails from being sent."
1439
  msgstr ""
1440
 
1441
  #. translators: %1$s - constant name; %2$s - constant value.
1442
- #: src/Core.php:451
1443
  msgid "To send emails, change the value of the %1$s constant to %2$s."
1444
  msgstr ""
1445
 
1446
  #. translators: %s - plugin Misc settings page URL.
1447
- #: src/Core.php:462
1448
  msgid "To send emails, go to plugin <a href=\"%s\">Misc settings</a> and disable the \"Do Not Send\" option."
1449
  msgstr ""
1450
 
1451
  #. translators: %s - plugin name and its version.
1452
- #: src/Core.php:506
1453
  msgid "<strong>EMAIL DELIVERY ERROR:</strong> the plugin %s logged this error during the last time it tried to send an email:"
1454
  msgstr ""
1455
 
1456
- #: src/Core.php:536
1457
  msgid "Consider running an email test after fixing it."
1458
  msgstr ""
1459
 
1460
- #: src/Core.php:979
1461
- msgid "Loading"
1462
- msgstr ""
1463
-
1464
  #. translators: %1$s - WP Mail SMTP, %2$s - error message.
1465
  #: src/Migration.php:137
1466
  msgid "There was an error while upgrading the database. Please contact %1$s support with this information: %2$s."
@@ -1482,11 +2724,11 @@ msgstr ""
1482
  msgid "We're sorry, the Amazon SES mailer is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features."
1483
  msgstr ""
1484
 
1485
- #: src/Providers/Gmail/Auth.php:124
1486
  msgid "Please make sure your Google Client ID and Secret in the plugin settings are valid. Save the settings and try the Authorization again."
1487
  msgstr ""
1488
 
1489
- #: src/Providers/Gmail/Auth.php:192
1490
  msgid "There was an error while processing the Google authentication request. Please make sure that you have Client ID and Client Secret both valid and saved."
1491
  msgstr ""
1492
 
@@ -1508,64 +2750,48 @@ msgstr ""
1508
 
1509
  #. translators: %s - URL to our Gmail doc.
1510
  #: src/Providers/Gmail/Options.php:36
1511
- msgid "Send emails using your Gmail or G Suite (formerly Google Apps) account, all while keeping your login credentials safe. Other Google SMTP methods require enabling less secure apps in your account and entering your password. However, this integration uses the Google API to improve email delivery issues while keeping your site secure.<br><br>Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Gmail documentation</a> to learn how to configure Gmail or G Suite."
1512
- msgstr ""
1513
-
1514
- #: src/Providers/Gmail/Options.php:49
1515
- msgid "The Gmail mailer works well for sites that send low numbers of emails. However, Gmail's API has rate limitations and a number of additional restrictions that can lead to challenges during setup. If you expect to send a high volume of emails, or if you find that your web host is not compatible with the Gmail API restrictions, then we recommend considering a different mailer option."
1516
- msgstr ""
1517
-
1518
- #: src/Providers/Gmail/Options.php:80
1519
- msgid "Client ID"
1520
  msgstr ""
1521
 
1522
- #: src/Providers/Gmail/Options.php:95
1523
- msgid "Client Secret"
1524
  msgstr ""
1525
 
1526
- #: src/Providers/Gmail/Options.php:117
1527
  msgid "Authorized redirect URI"
1528
  msgstr ""
1529
 
1530
- #: src/Providers/Gmail/Options.php:125
1531
  msgid "Copy URL to clipboard"
1532
  msgstr ""
1533
 
1534
- #: src/Providers/Gmail/Options.php:130
1535
  msgid "Please copy this URL into the \"Authorized redirect URIs\" field of your Google web application."
1536
  msgstr ""
1537
 
1538
- #: src/Providers/Gmail/Options.php:139
1539
- msgid "Authorization"
1540
- msgstr ""
1541
-
1542
- #: src/Providers/Gmail/Options.php:167
1543
  msgid "Allow plugin to send emails using your Google account"
1544
  msgstr ""
1545
 
1546
- #: src/Providers/Gmail/Options.php:170
1547
- msgid "Click the button above to confirm authorization."
1548
- msgstr ""
1549
-
1550
  #: src/Providers/Gmail/Options.php:176
1551
- msgid "Remove Connection"
1552
  msgstr ""
1553
 
1554
  #. translators: %s - email address, as received from Google API.
1555
- #: src/Providers/Gmail/Options.php:185
1556
  msgid "Connected as %s"
1557
  msgstr ""
1558
 
1559
  #. translators: %s - URL to Google Gmail alias documentation page.
1560
- #: src/Providers/Gmail/Options.php:195
1561
  msgid "If you want to use a different From Email address you can set-up a Google email alias. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Follow these instructions</a> and then select the From Email at the top of this page."
1562
  msgstr ""
1563
 
1564
- #: src/Providers/Gmail/Options.php:209
1565
  msgid "Removing the connection will give you an ability to redo the connection or link to another Google account."
1566
  msgstr ""
1567
 
1568
- #: src/Providers/Gmail/Options.php:217
1569
  msgid "You need to save settings with Client ID and Client Secret before you can proceed."
1570
  msgstr ""
1571
 
@@ -1578,125 +2804,53 @@ msgid "You currently have the native WordPress option selected. Please select an
1578
  msgstr ""
1579
 
1580
  #: src/Providers/Mailgun/Mailer.php:412
1581
- msgid "Mailgun API request was successful, but it could not queue the email for delivery."
1582
- msgstr ""
1583
-
1584
- #: src/Providers/Mailgun/Mailer.php:413
1585
- msgid "This could point to an incorrect Domain Name in the plugin settings."
1586
- msgstr ""
1587
-
1588
- #: src/Providers/Mailgun/Mailer.php:414
1589
- msgid "Please check the WP Mail SMTP plugin settings and make sure the Mailgun Domain Name setting is correct."
1590
  msgstr ""
1591
 
1592
  #: src/Providers/Mailgun/Options.php:25
1593
  msgid "Mailgun"
1594
  msgstr ""
1595
 
1596
- #. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
1597
  #: src/Providers/Mailgun/Options.php:29
1598
- msgid "%1$sMailgun%2$s is one of the leading transactional email services trusted by over 150,000+ businesses. They provide 5,000 free emails per month for 3 months.<br><br>Read our %3$sMailgun documentation%4$s to learn how to configure Mailgun and improve your email deliverability."
1599
  msgstr ""
1600
 
1601
- #: src/Providers/Mailgun/Options.php:57
1602
  msgid "Private API Key"
1603
  msgstr ""
1604
 
1605
  #. translators: %s - API key link.
1606
- #: src/Providers/Mailgun/Options.php:76
1607
  msgid "Follow this link to get an API Key from Mailgun: %s."
1608
  msgstr ""
1609
 
1610
- #: src/Providers/Mailgun/Options.php:78
1611
  msgid "Get a Private API Key"
1612
  msgstr ""
1613
 
1614
- #: src/Providers/Mailgun/Options.php:89
1615
- msgid "Domain Name"
1616
- msgstr ""
1617
-
1618
  #. translators: %s - Domain Name link.
1619
- #: src/Providers/Mailgun/Options.php:101
1620
  msgid "Follow this link to get a Domain Name from Mailgun: %s."
1621
  msgstr ""
1622
 
1623
- #: src/Providers/Mailgun/Options.php:103
1624
  msgid "Get a Domain Name"
1625
  msgstr ""
1626
 
1627
- #: src/Providers/Mailgun/Options.php:114
1628
- msgid "Region"
1629
- msgstr ""
1630
-
1631
- #: src/Providers/Mailgun/Options.php:124
1632
- msgid "US"
1633
- msgstr ""
1634
-
1635
- #: src/Providers/Mailgun/Options.php:133
1636
- msgid "EU"
1637
- msgstr ""
1638
-
1639
- #: src/Providers/Mailgun/Options.php:137
1640
  msgid "Define which endpoint you want to use for sending messages."
1641
  msgstr ""
1642
 
1643
- #: src/Providers/Mailgun/Options.php:138
1644
  msgid "If you are operating under EU laws, you may be required to use EU region."
1645
  msgstr ""
1646
 
1647
  #. translators: %s - URL to Mailgun.com page.
1648
- #: src/Providers/Mailgun/Options.php:143
1649
  msgid "<a href=\"%s\" rel=\"\" target=\"_blank\">More information</a> on Mailgun.com."
1650
  msgstr ""
1651
 
1652
- #: src/Providers/OptionsAbstract.php:198
1653
- msgid "SMTP Host"
1654
- msgstr ""
1655
-
1656
- #: src/Providers/OptionsAbstract.php:212
1657
- msgid "Encryption"
1658
- msgstr ""
1659
-
1660
- #: src/Providers/OptionsAbstract.php:222
1661
- msgid "None"
1662
- msgstr ""
1663
-
1664
- #: src/Providers/OptionsAbstract.php:231
1665
- msgid "SSL"
1666
- msgstr ""
1667
-
1668
- #: src/Providers/OptionsAbstract.php:240
1669
- msgid "TLS"
1670
- msgstr ""
1671
-
1672
- #: src/Providers/OptionsAbstract.php:244
1673
- msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
1674
- msgstr ""
1675
-
1676
- #: src/Providers/OptionsAbstract.php:252
1677
- msgid "SMTP Port"
1678
- msgstr ""
1679
-
1680
- #: src/Providers/OptionsAbstract.php:266
1681
- msgid "Auto TLS"
1682
- msgstr ""
1683
-
1684
- #: src/Providers/OptionsAbstract.php:280
1685
- msgid "By default TLS encryption is automatically used if the server supports it, which is recommended. In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
1686
- msgstr ""
1687
-
1688
- #: src/Providers/OptionsAbstract.php:288
1689
- msgid "Authentication"
1690
- msgstr ""
1691
-
1692
- #: src/Providers/OptionsAbstract.php:307
1693
- msgid "SMTP Username"
1694
- msgstr ""
1695
-
1696
- #: src/Providers/OptionsAbstract.php:321
1697
- msgid "SMTP Password"
1698
- msgstr ""
1699
-
1700
  #. translators: %s - constant name: WPMS_SMTP_PASS.
1701
  #: src/Providers/OptionsAbstract.php:333
1702
  msgid "To change the password you need to change the value of the constant there: %s"
@@ -1775,13 +2929,6 @@ msgstr ""
1775
  msgid "Pepipost"
1776
  msgstr ""
1777
 
1778
- #: src/Providers/PepipostAPI/Options.php:94
1779
- #: src/Providers/Sendgrid/Options.php:65
1780
- #: src/Providers/Sendinblue/Options.php:96
1781
- #: src/Providers/SMTPcom/Options.php:91
1782
- msgid "API Key"
1783
- msgstr ""
1784
-
1785
  #. translators: %s - link to get an API Key.
1786
  #: src/Providers/PepipostAPI/Options.php:113
1787
  #: src/Providers/Sendinblue/Options.php:115
@@ -1796,28 +2943,33 @@ msgstr ""
1796
  msgid "SendGrid"
1797
  msgstr ""
1798
 
1799
- #. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
1800
  #: src/Providers/Sendgrid/Options.php:30
1801
- msgid "%1$sSendGrid%2$s is one of the leading transactional email services, sending over 35 billion emails every month. They provide users 100 free emails per day.<br><br>Read our %3$sSendGrid documentation%4$s to learn how to set up SendGrid and improve your email deliverability."
1802
  msgstr ""
1803
 
1804
  #. translators: %s - API key link.
1805
- #: src/Providers/Sendgrid/Options.php:84
1806
  msgid "Follow this link to get an API Key from SendGrid: %s."
1807
  msgstr ""
1808
 
1809
- #: src/Providers/Sendgrid/Options.php:86
1810
  msgid "Create API Key"
1811
  msgstr ""
1812
 
1813
  #. translators: %s - SendGrid access level.
1814
- #: src/Providers/Sendgrid/Options.php:94
1815
  msgid "To send emails you will need only a %s access level for this API key."
1816
  msgstr ""
1817
 
 
 
 
 
 
1818
  #. translators: %1$s - URL to sendinblue.com site.
1819
  #: src/Providers/Sendinblue/Options.php:32
1820
- msgid "<strong><a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Sendinblue</a> is our recommended transactional email service.</strong> Founded in 2012, they serve 80,000+ growing companies around the world and send over 30 million emails each day. They understand that transactional emails are the heart of your customer relationships. Their email deliverability experts are constantly at work optimizing the reliability and speed of their SMTP infrastructure. Sendinblue provides users 300 free emails per day."
1821
  msgstr ""
1822
 
1823
  #. translators: %2$s - URL to wpmailsmtp.com doc.
@@ -1837,13 +2989,18 @@ msgstr ""
1837
  msgid "Get v3 API Key"
1838
  msgstr ""
1839
 
 
 
 
 
 
1840
  #: src/Providers/SMTP/Options.php:25
1841
  msgid "Other SMTP"
1842
  msgstr ""
1843
 
1844
  #. translators: %s - URL to SMTP documentation.
1845
  #: src/Providers/SMTP/Options.php:29
1846
- msgid "Use the SMTP details provided by your hosting provider or email service.<br><br>To see recommended settings for the popular services as well as troubleshooting tips, check out our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP documentation</a>."
1847
  msgstr ""
1848
 
1849
  #: src/Providers/SMTPcom/Mailer.php:461
@@ -1856,7 +3013,7 @@ msgstr ""
1856
 
1857
  #. translators: %s - URL to smtp.com site.
1858
  #: src/Providers/SMTPcom/Options.php:42
1859
- msgid "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP.com</a> is a recommended transactional email service.</strong> With a 22 years of track record of reliable email delivery, SMTP.com is a premiere solution for WordPress developers and website owners. SMTP.com has been around for almost as long as email itself. Their super simple integration interface makes it easy to get started while a powerful API and robust documentation make it a preferred choice among developers. Start a 30-day free trial with 50,000 emails."
1860
  msgstr ""
1861
 
1862
  #. translators: %s - URL to wpmailsmtp.com doc page for stmp.com.
@@ -1864,10 +3021,6 @@ msgstr ""
1864
  msgid "Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP.com documentation</a> to learn how to configure SMTP.com and improve your email deliverability."
1865
  msgstr ""
1866
 
1867
- #: src/Providers/SMTPcom/Options.php:60
1868
- msgid "Get Started with SMTP.com"
1869
- msgstr ""
1870
-
1871
  #: src/Providers/SMTPcom/Options.php:68
1872
  msgid "SMTP.com"
1873
  msgstr ""
@@ -1881,10 +3034,6 @@ msgstr ""
1881
  msgid "Get API Key"
1882
  msgstr ""
1883
 
1884
- #: src/Providers/SMTPcom/Options.php:122
1885
- msgid "Sender Name"
1886
- msgstr ""
1887
-
1888
  #. translators: %s - Channel/Sender Name link for smtp.com documentation.
1889
  #: src/Providers/SMTPcom/Options.php:138
1890
  msgid "Follow this link to get a Sender Name from SMTP.com: %s."
@@ -1942,58 +3091,58 @@ msgstr ""
1942
  msgid "None selected"
1943
  msgstr ""
1944
 
1945
- #: src/SiteHealth.php:160
1946
  msgid "Current mailer"
1947
  msgstr ""
1948
 
1949
- #: src/SiteHealth.php:165
1950
  msgid "WP Mail SMTP mailer setup is complete"
1951
  msgstr ""
1952
 
1953
- #: src/SiteHealth.php:174
1954
  msgid "The WP Mail SMTP plugin mailer setup is complete. You can send a test email, to make sure it's working properly."
1955
  msgstr ""
1956
 
1957
- #: src/SiteHealth.php:179
1958
  msgid "Test email sending"
1959
  msgstr ""
1960
 
1961
- #: src/SiteHealth.php:187
1962
  msgid "You currently have the default mailer selected, which means that you haven’t set up SMTP yet."
1963
  msgstr ""
1964
 
1965
- #: src/SiteHealth.php:192
1966
  msgid "WP Mail SMTP mailer setup is incomplete"
1967
  msgstr ""
1968
 
1969
- #: src/SiteHealth.php:198
1970
  msgid "The WP Mail SMTP plugin mailer setup is incomplete. Please click on the link below to access plugin settings and configure the mailer."
1971
  msgstr ""
1972
 
1973
- #: src/SiteHealth.php:203
1974
  msgid "Configure mailer"
1975
  msgstr ""
1976
 
1977
- #: src/SiteHealth.php:220
1978
  msgid "WP Mail SMTP DB tables are created"
1979
  msgstr ""
1980
 
1981
- #: src/SiteHealth.php:226
1982
  msgid "WP Mail SMTP is using custom database tables for some of its features. In order to work properly, the custom tables should be created, and it looks like they exist in your database."
1983
  msgstr ""
1984
 
1985
- #: src/SiteHealth.php:234
1986
  msgid "WP Mail SMTP DB tables check has failed"
1987
  msgstr ""
1988
 
1989
  #. translators: %s - the list of missing tables separated by comma.
1990
- #: src/SiteHealth.php:240
1991
  msgid "Missing table: %s"
1992
  msgid_plural "Missing tables: %s"
1993
  msgstr[0] ""
1994
  msgstr[1] ""
1995
 
1996
- #: src/SiteHealth.php:243
1997
  msgid "WP Mail SMTP is using custom database tables for some of its features. In order to work properly, the custom tables should be created, and it seems they are missing. Please try to re-install the WP Mail SMTP plugin. If this issue persists, please contact our support."
1998
  msgstr ""
1999
 
@@ -2002,16 +3151,16 @@ msgstr ""
2002
  msgid "%1$s \\a\\t %2$s"
2003
  msgstr ""
2004
 
2005
- #: wp_mail_smtp.php:137
2006
  msgid "Please deactivate the free version of the WP Mail SMTP plugin before activating WP Mail SMTP Pro."
2007
  msgstr ""
2008
 
2009
  #. translators: %1$s - WPBeginner URL for recommended WordPress hosting.
2010
- #: wp_mail_smtp.php:165
2011
  msgid "Your site is running an <strong>insecure version</strong> of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">recommended WordPress hosting company</a>."
2012
  msgstr ""
2013
 
2014
  #. translators: %s - WPMailSMTP.com docs URL with more details.
2015
- #: wp_mail_smtp.php:182
2016
  msgid "<strong>WP Mail SMTP plugin is disabled</strong> on your site until you fix the issue. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more for additional information.</a>"
2017
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Mail SMTP 2.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "POT-Creation-Date: 2021-02-01T12:28:09+00:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wp-mail-smtp\n"
14
 
15
  #. Plugin Name of the plugin
 
16
  #: src/Admin/Area.php:207
17
+ #: src/Admin/Area.php:208
18
  #: src/Admin/Area.php:253
19
+ #: src/Admin/Area.php:254
20
  #: src/SiteHealth.php:40
21
  msgid "WP Mail SMTP"
22
  msgstr ""
37
  msgid "https://wpforms.com/"
38
  msgstr ""
39
 
40
+ #. Translators: Current PHP version and recommended PHP version.
41
+ #: assets/languages/wp-mail-smtp-vue.php:6
42
+ msgid "WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
43
+ msgstr ""
44
+
45
+ #: assets/languages/wp-mail-smtp-vue.php:9
46
+ msgid "Yikes! PHP Update Required"
47
+ msgstr ""
48
+
49
+ #. Translators: Current PHP version and recommended PHP version.
50
+ #: assets/languages/wp-mail-smtp-vue.php:13
51
+ msgid "WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s). Some mailers require at least PHP version 5.6. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
52
+ msgstr ""
53
+
54
+ #: assets/languages/wp-mail-smtp-vue.php:16
55
+ msgid "Yikes! WordPress Update Required"
56
+ msgstr ""
57
+
58
+ #. Translators: Current WordPress version.
59
+ #: assets/languages/wp-mail-smtp-vue.php:20
60
+ msgid "WP Mail SMTP has detected that your site is running an outdated version of WordPress (%s). WP Mail SMTP requires at least WordPress version 4.9."
61
+ msgstr ""
62
+
63
+ #: assets/languages/wp-mail-smtp-vue.php:23
64
+ msgid "Settings Updated"
65
+ msgstr ""
66
+
67
+ #: assets/languages/wp-mail-smtp-vue.php:26
68
+ msgid "Could Not Save Changes"
69
+ msgstr ""
70
+
71
+ #: assets/languages/wp-mail-smtp-vue.php:29
72
+ msgid "Return to Mailer Settings"
73
+ msgstr ""
74
+
75
+ #: assets/languages/wp-mail-smtp-vue.php:32
76
+ msgid "Whoops, we found an issue!"
77
+ msgstr ""
78
+
79
+ #: assets/languages/wp-mail-smtp-vue.php:35
80
+ msgid "It looks like something went wrong..."
81
+ msgstr ""
82
+
83
+ #: assets/languages/wp-mail-smtp-vue.php:38
84
+ msgid "Detailed Message:"
85
+ msgstr ""
86
+
87
+ #: assets/languages/wp-mail-smtp-vue.php:41
88
+ msgid "Welcome to the WP Mail SMTP Setup Wizard!"
89
+ msgstr ""
90
+
91
+ #: assets/languages/wp-mail-smtp-vue.php:44
92
+ msgid "We’ll guide you through each step needed to get WP Mail SMTP fully set up on your site."
93
+ msgstr ""
94
+
95
+ #: assets/languages/wp-mail-smtp-vue.php:47
96
+ msgid "Let's Get Started"
97
+ msgstr ""
98
+
99
+ #: assets/languages/wp-mail-smtp-vue.php:50
100
+ #: src/Admin/SetupWizard.php:254
101
+ msgid "Go back to the Dashboard"
102
+ msgstr ""
103
+
104
+ #: assets/languages/wp-mail-smtp-vue.php:53
105
+ msgid "Close and exit the Setup Wizard"
106
+ msgstr ""
107
+
108
+ #: assets/languages/wp-mail-smtp-vue.php:56
109
+ msgid "Import data from your current plugins"
110
+ msgstr ""
111
+
112
+ #: assets/languages/wp-mail-smtp-vue.php:59
113
+ msgid "We have detected other SMTP plugins installed on your website. Select which plugin's data you would like to import to WP Mail SMTP."
114
+ msgstr ""
115
+
116
+ #: assets/languages/wp-mail-smtp-vue.php:62
117
+ msgid "Import Data and Continue"
118
+ msgstr ""
119
+
120
+ #: assets/languages/wp-mail-smtp-vue.php:65
121
+ msgid "Skip this Step"
122
+ msgstr ""
123
+
124
+ #: assets/languages/wp-mail-smtp-vue.php:68
125
+ msgid "Previous Step"
126
+ msgstr ""
127
+
128
+ #: assets/languages/wp-mail-smtp-vue.php:71
129
+ msgid "Easy WP SMTP"
130
+ msgstr ""
131
+
132
+ #: assets/languages/wp-mail-smtp-vue.php:74
133
+ msgid "Post SMTP Mailer"
134
+ msgstr ""
135
+
136
+ #: assets/languages/wp-mail-smtp-vue.php:77
137
+ msgid "SMTP Mailer"
138
+ msgstr ""
139
+
140
+ #: assets/languages/wp-mail-smtp-vue.php:80
141
+ msgid "WP SMTP"
142
+ msgstr ""
143
+
144
+ #: assets/languages/wp-mail-smtp-vue.php:83
145
+ msgid "Whoops, looks like things aren’t configured properly."
146
+ msgstr ""
147
+
148
+ #: assets/languages/wp-mail-smtp-vue.php:86
149
+ msgid "We just tried to send a test email, but something prevented that from working. To see more details about the issue we detected, as well as our suggestions to fix it, please start troubleshooting."
150
+ msgstr ""
151
+
152
+ #: assets/languages/wp-mail-smtp-vue.php:89
153
+ msgid "Start Troubleshooting"
154
+ msgstr ""
155
+
156
+ #: assets/languages/wp-mail-smtp-vue.php:92
157
+ msgid "Send us Feedback"
158
+ msgstr ""
159
+
160
+ #: assets/languages/wp-mail-smtp-vue.php:95
161
+ msgid "Finish Setup"
162
+ msgstr ""
163
+
164
+ #: assets/languages/wp-mail-smtp-vue.php:98
165
+ #: src/Providers/PepipostAPI/Options.php:94
166
+ #: src/Providers/Sendgrid/Options.php:63
167
+ #: src/Providers/Sendinblue/Options.php:96
168
+ #: src/Providers/SMTPcom/Options.php:91
169
+ msgid "API Key"
170
+ msgstr ""
171
+
172
+ #: assets/languages/wp-mail-smtp-vue.php:101
173
+ #: src/Providers/SMTPcom/Options.php:122
174
+ msgid "Sender Name"
175
+ msgstr ""
176
+
177
+ #. Translators: Link to the SMTP.com API settings.
178
+ #: assets/languages/wp-mail-smtp-vue.php:105
179
+ msgid "%1$sFollow this link%2$s to get an API Key for SMTP.com."
180
+ msgstr ""
181
+
182
+ #. Translators: Link to the SMTP.com Senders/Channel settings.
183
+ #: assets/languages/wp-mail-smtp-vue.php:109
184
+ msgid "%1$sFollow this link%2$s to get a Sender Name for SMTP.com."
185
+ msgstr ""
186
+
187
+ #: assets/languages/wp-mail-smtp-vue.php:112
188
+ #: src/Admin/Pages/SettingsTab.php:183
189
+ msgid "From Name"
190
+ msgstr ""
191
+
192
+ #: assets/languages/wp-mail-smtp-vue.php:115
193
+ #: src/Admin/Pages/SettingsTab.php:209
194
+ msgid "Force From Name"
195
+ msgstr ""
196
+
197
+ #: assets/languages/wp-mail-smtp-vue.php:118
198
+ #: src/Admin/Pages/SettingsTab.php:101
199
+ msgid "From Email"
200
+ msgstr ""
201
+
202
+ #: assets/languages/wp-mail-smtp-vue.php:121
203
+ #: src/Admin/Pages/SettingsTab.php:158
204
+ msgid "Force From Email"
205
+ msgstr ""
206
+
207
+ #: assets/languages/wp-mail-smtp-vue.php:124
208
+ msgid "If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins."
209
+ msgstr ""
210
+
211
+ #: assets/languages/wp-mail-smtp-vue.php:127
212
+ msgid "If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins."
213
+ msgstr ""
214
+
215
+ #: assets/languages/wp-mail-smtp-vue.php:130
216
+ #: src/Admin/Pages/SettingsTab.php:195
217
+ msgid "The name that emails are sent from."
218
+ msgstr ""
219
+
220
+ #: assets/languages/wp-mail-smtp-vue.php:133
221
+ #: src/Admin/Pages/SettingsTab.php:134
222
+ msgid "The email address that emails are sent from."
223
+ msgstr ""
224
+
225
+ #: assets/languages/wp-mail-smtp-vue.php:136
226
+ #: src/Providers/SMTPcom/Options.php:60
227
+ msgid "Get Started with SMTP.com"
228
+ msgstr ""
229
+
230
+ #: assets/languages/wp-mail-smtp-vue.php:139
231
+ msgid "Read how to set up SMTP.com"
232
+ msgstr ""
233
+
234
+ #. Translators: Link to the Sendinblue API settings.
235
+ #: assets/languages/wp-mail-smtp-vue.php:143
236
+ msgid "%1$sFollow this link%2$s to get an API Key for Sendinblue."
237
+ msgstr ""
238
+
239
+ #: assets/languages/wp-mail-smtp-vue.php:146
240
+ msgid "Get Started with Sendinblue"
241
+ msgstr ""
242
+
243
+ #: assets/languages/wp-mail-smtp-vue.php:149
244
+ msgid "Read how to set up Sendinblue"
245
+ msgstr ""
246
+
247
+ #: assets/languages/wp-mail-smtp-vue.php:152
248
+ #: src/Providers/Mailgun/Options.php:112
249
+ msgid "Region"
250
+ msgstr ""
251
+
252
+ #: assets/languages/wp-mail-smtp-vue.php:155
253
+ msgid "The data center location used by your Zoho account."
254
+ msgstr ""
255
+
256
+ #: assets/languages/wp-mail-smtp-vue.php:158
257
+ #: src/Providers/Gmail/Options.php:86
258
+ msgid "Client ID"
259
+ msgstr ""
260
+
261
+ #: assets/languages/wp-mail-smtp-vue.php:161
262
+ #: src/Providers/Gmail/Options.php:101
263
+ msgid "Client Secret"
264
+ msgstr ""
265
+
266
+ #: assets/languages/wp-mail-smtp-vue.php:164
267
+ msgid "Redirect URI"
268
+ msgstr ""
269
+
270
+ #: assets/languages/wp-mail-smtp-vue.php:167
271
+ #: src/Providers/Gmail/Options.php:145
272
+ msgid "Authorization"
273
+ msgstr ""
274
+
275
+ #: assets/languages/wp-mail-smtp-vue.php:170
276
+ msgid "Read how to set up Zoho Mail"
277
+ msgstr ""
278
+
279
+ #: assets/languages/wp-mail-smtp-vue.php:173
280
+ #: src/Providers/Mailgun/Options.php:87
281
+ msgid "Domain Name"
282
+ msgstr ""
283
+
284
+ #. Translators: Link to the Mailgun API settings.
285
+ #: assets/languages/wp-mail-smtp-vue.php:177
286
+ msgid "%1$sFollow this link%2$s to get an API Key from Mailgun."
287
+ msgstr ""
288
+
289
+ #. Translators: Link to the Mailgun Domain settings.
290
+ #: assets/languages/wp-mail-smtp-vue.php:181
291
+ msgid "%1$sFollow this link%2$s to get a Domain Name from Mailgun."
292
+ msgstr ""
293
+
294
+ #. Translators: Link to the Mailgun documentation.
295
+ #: assets/languages/wp-mail-smtp-vue.php:185
296
+ msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com."
297
+ msgstr ""
298
+
299
+ #: assets/languages/wp-mail-smtp-vue.php:188
300
+ msgid "Read how to set up Mailgun"
301
+ msgstr ""
302
+
303
+ #: assets/languages/wp-mail-smtp-vue.php:191
304
+ #: src/Providers/Mailgun/Options.php:122
305
+ msgid "US"
306
+ msgstr ""
307
+
308
+ #: assets/languages/wp-mail-smtp-vue.php:194
309
+ #: src/Providers/Mailgun/Options.php:131
310
+ msgid "EU"
311
+ msgstr ""
312
+
313
+ #: assets/languages/wp-mail-smtp-vue.php:197
314
+ msgid "Application ID"
315
+ msgstr ""
316
+
317
+ #: assets/languages/wp-mail-smtp-vue.php:200
318
+ msgid "Application Password"
319
+ msgstr ""
320
+
321
+ #: assets/languages/wp-mail-smtp-vue.php:203
322
+ msgid "Read how to set up Outlook"
323
+ msgstr ""
324
+
325
+ #: assets/languages/wp-mail-smtp-vue.php:206
326
+ msgid "Authorized Redirect URI"
327
+ msgstr ""
328
+
329
+ #: assets/languages/wp-mail-smtp-vue.php:209
330
+ msgid "Select which email address you would like to send your emails from."
331
+ msgstr ""
332
+
333
+ #: assets/languages/wp-mail-smtp-vue.php:212
334
+ msgid "Read how to set up the Gmail mailer"
335
+ msgstr ""
336
+
337
+ #: assets/languages/wp-mail-smtp-vue.php:215
338
+ #: src/Admin/Pages/SettingsTab.php:250
339
+ msgid "Mailer"
340
+ msgstr ""
341
+
342
+ #: assets/languages/wp-mail-smtp-vue.php:218
343
+ msgid "I Understand, Continue"
344
+ msgstr ""
345
+
346
+ #: assets/languages/wp-mail-smtp-vue.php:221
347
+ msgid "Choose a Different Mailer"
348
+ msgstr ""
349
+
350
+ #: assets/languages/wp-mail-smtp-vue.php:224
351
+ msgid "is a PRO Feature"
352
+ msgstr ""
353
+
354
+ #: assets/languages/wp-mail-smtp-vue.php:227
355
+ msgid "Choose Your SMTP Mailer"
356
+ msgstr ""
357
+
358
+ #: assets/languages/wp-mail-smtp-vue.php:230
359
+ msgid "Which mailer would you like to use to send emails?"
360
+ msgstr ""
361
+
362
+ #: assets/languages/wp-mail-smtp-vue.php:233
363
+ msgid "Save and Continue"
364
+ msgstr ""
365
+
366
+ #: assets/languages/wp-mail-smtp-vue.php:236
367
+ msgid "Recommended Mailers"
368
+ msgstr ""
369
+
370
+ #. Translators: Link to the SMTP Mailer docs page.
371
+ #: assets/languages/wp-mail-smtp-vue.php:240
372
+ msgid "Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
373
+ msgstr ""
374
+
375
+ #: assets/languages/wp-mail-smtp-vue.php:243
376
+ msgid "Access Key ID"
377
+ msgstr ""
378
+
379
+ #: assets/languages/wp-mail-smtp-vue.php:246
380
+ msgid "Secret Access Key"
381
+ msgstr ""
382
+
383
+ #: assets/languages/wp-mail-smtp-vue.php:249
384
+ msgid "SES Identities"
385
+ msgstr ""
386
+
387
+ #: assets/languages/wp-mail-smtp-vue.php:252
388
+ msgid "Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending."
389
+ msgstr ""
390
+
391
+ #: assets/languages/wp-mail-smtp-vue.php:255
392
+ msgid "Read how to set up Amazon SES"
393
+ msgstr ""
394
+
395
+ #. Translators: Link to the Sendgrid API settings.
396
+ #: assets/languages/wp-mail-smtp-vue.php:259
397
+ msgid "%1$sFollow this link%2$s to get an API Key for Sendgrid."
398
+ msgstr ""
399
+
400
+ #. Translators: italic styling.
401
+ #: assets/languages/wp-mail-smtp-vue.php:263
402
+ msgid "To send emails you will need only a %1$sMail Send%2$s access level for this API key."
403
+ msgstr ""
404
+
405
+ #: assets/languages/wp-mail-smtp-vue.php:266
406
+ msgid "Read how to set up Sendgrid"
407
+ msgstr ""
408
+
409
+ #: assets/languages/wp-mail-smtp-vue.php:269
410
+ msgid "It looks like we can't load oAuth connected data."
411
+ msgstr ""
412
+
413
+ #: assets/languages/wp-mail-smtp-vue.php:272
414
+ msgid "It looks like we can't load existing settings."
415
+ msgstr ""
416
+
417
+ #: assets/languages/wp-mail-smtp-vue.php:275
418
+ msgid "It looks like we can't remove oAuth connection."
419
+ msgstr ""
420
+
421
+ #. Translators: Error message.
422
+ #: assets/languages/wp-mail-smtp-vue.php:279
423
+ msgid "Error: %s"
424
+ msgstr ""
425
+
426
+ #. Translators: Error message.
427
+ #: assets/languages/wp-mail-smtp-vue.php:283
428
+ msgid "Error: %1$s"
429
+ msgstr ""
430
+
431
+ #: assets/languages/wp-mail-smtp-vue.php:286
432
+ msgid "It looks like we can't retrieve the Amazon SES Identities."
433
+ msgstr ""
434
+
435
+ #: assets/languages/wp-mail-smtp-vue.php:289
436
+ msgid "It looks like we can't register the Amazon SES Identity."
437
+ msgstr ""
438
+
439
+ #: assets/languages/wp-mail-smtp-vue.php:292
440
+ msgid "It looks like we can't load oAuth redirect."
441
+ msgstr ""
442
+
443
+ #: assets/languages/wp-mail-smtp-vue.php:295
444
+ #: src/Admin/SetupWizard.php:433
445
+ msgid "WP Mail SMTP logo"
446
+ msgstr ""
447
+
448
+ #. Translators: %1$s - the number of current step, %2$s - number of all steps.
449
+ #: assets/languages/wp-mail-smtp-vue.php:299
450
+ msgid "Step %1$s of %2$s"
451
+ msgstr ""
452
+
453
+ #: assets/languages/wp-mail-smtp-vue.php:302
454
+ msgid "Copy input value"
455
+ msgstr ""
456
+
457
+ #: assets/languages/wp-mail-smtp-vue.php:305
458
+ msgid "Copied!"
459
+ msgstr ""
460
+
461
+ #: assets/languages/wp-mail-smtp-vue.php:308
462
+ msgid "The value entered does not match the required format"
463
+ msgstr ""
464
+
465
+ #: assets/languages/wp-mail-smtp-vue.php:311
466
+ #: src/Admin/Area.php:137
467
+ msgid "There was an error while processing the authentication request. Please try again."
468
+ msgstr ""
469
+
470
+ #: assets/languages/wp-mail-smtp-vue.php:314
471
+ msgid "There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again."
472
+ msgstr ""
473
+
474
+ #: assets/languages/wp-mail-smtp-vue.php:317
475
+ #: src/Admin/Area.php:153
476
+ msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
477
+ msgstr ""
478
+
479
+ #: assets/languages/wp-mail-smtp-vue.php:320
480
+ msgid "You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook."
481
+ msgstr ""
482
+
483
+ #: assets/languages/wp-mail-smtp-vue.php:323
484
+ msgid "You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail."
485
+ msgstr ""
486
+
487
+ #. Translators: name of the oAuth provider (Google, Microsoft, ...).
488
+ #: assets/languages/wp-mail-smtp-vue.php:327
489
+ msgid "Connect to %s"
490
+ msgstr ""
491
+
492
+ #: assets/languages/wp-mail-smtp-vue.php:330
493
+ msgid "Before continuing, you'll need to allow WP Mail SMTP to send email using your %s account."
494
+ msgstr ""
495
+
496
+ #: assets/languages/wp-mail-smtp-vue.php:333
497
+ #: src/Providers/Gmail/Options.php:182
498
+ msgid "Remove Connection"
499
+ msgstr ""
500
+
501
+ #. Translators: link to the Google documentation page.
502
+ #: assets/languages/wp-mail-smtp-vue.php:337
503
+ msgid "If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below."
504
+ msgstr ""
505
+
506
+ #. Translators: name of the oAuth provider (Google, Microsoft, ...).
507
+ #: assets/languages/wp-mail-smtp-vue.php:341
508
+ msgid "Removing this connection will give you the ability to redo the connection or connect to different %s account."
509
+ msgstr ""
510
+
511
+ #: assets/languages/wp-mail-smtp-vue.php:344
512
+ msgid "Connected as"
513
+ msgstr ""
514
+
515
+ #. Translators: Email address.
516
+ #: assets/languages/wp-mail-smtp-vue.php:348
517
+ msgid "Please check the inbox of <b>%s</b> for a confirmation email."
518
+ msgstr ""
519
+
520
+ #: assets/languages/wp-mail-smtp-vue.php:351
521
+ msgid "Verify Email"
522
+ msgstr ""
523
+
524
+ #: assets/languages/wp-mail-smtp-vue.php:354
525
+ msgid "No registered domains or emails."
526
+ msgstr ""
527
+
528
+ #: assets/languages/wp-mail-smtp-vue.php:357
529
+ msgid "You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region."
530
+ msgstr ""
531
+
532
+ #: assets/languages/wp-mail-smtp-vue.php:360
533
+ msgid "View DNS"
534
+ msgstr ""
535
+
536
+ #: assets/languages/wp-mail-smtp-vue.php:363
537
+ msgid "Resend"
538
+ msgstr ""
539
+
540
+ #: assets/languages/wp-mail-smtp-vue.php:366
541
+ msgid "Here are the domains and email addresses that have been verified and can be used as the From Email."
542
+ msgstr ""
543
+
544
+ #: assets/languages/wp-mail-smtp-vue.php:369
545
+ msgid "Verify SES Identity"
546
+ msgstr ""
547
+
548
+ #: assets/languages/wp-mail-smtp-vue.php:372
549
+ msgid "Add New SES Identity"
550
+ msgstr ""
551
+
552
+ #: assets/languages/wp-mail-smtp-vue.php:375
553
+ msgid "Name"
554
+ msgstr ""
555
+
556
+ #: assets/languages/wp-mail-smtp-vue.php:378
557
+ msgid "Value"
558
+ msgstr ""
559
+
560
+ #. Translators: Link to Amazon SES documentation.
561
+ #: assets/languages/wp-mail-smtp-vue.php:382
562
+ msgid "Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s."
563
+ msgstr ""
564
+
565
+ #: assets/languages/wp-mail-smtp-vue.php:385
566
+ msgid "Verify Domain"
567
+ msgstr ""
568
+
569
+ #: assets/languages/wp-mail-smtp-vue.php:388
570
+ msgid "Verify Email Address"
571
+ msgstr ""
572
+
573
+ #: assets/languages/wp-mail-smtp-vue.php:391
574
+ msgid "Please enter a domain"
575
+ msgstr ""
576
+
577
+ #: assets/languages/wp-mail-smtp-vue.php:394
578
+ msgid "Please enter a valid email address"
579
+ msgstr ""
580
+
581
+ #: assets/languages/wp-mail-smtp-vue.php:397
582
+ msgid "Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record."
583
+ msgstr ""
584
+
585
+ #: assets/languages/wp-mail-smtp-vue.php:400
586
+ msgid "Enter a valid email address. A verification email will be sent to the email address you entered."
587
+ msgstr ""
588
+
589
+ #: assets/languages/wp-mail-smtp-vue.php:403
590
+ msgid "It looks like we can't perform the mailer configuration check."
591
+ msgstr ""
592
+
593
+ #: assets/languages/wp-mail-smtp-vue.php:406
594
+ msgid "It looks like we can't send the feedback."
595
+ msgstr ""
596
+
597
+ #. Translators: Error status and error text.
598
+ #: assets/languages/wp-mail-smtp-vue.php:410
599
+ msgid "Error: %1$s, %2$s"
600
+ msgstr ""
601
+
602
+ #: assets/languages/wp-mail-smtp-vue.php:413
603
+ msgid "You appear to be offline."
604
+ msgstr ""
605
+
606
+ #: assets/languages/wp-mail-smtp-vue.php:416
607
+ msgid "It looks like the plugin installation failed!"
608
+ msgstr ""
609
+
610
+ #: assets/languages/wp-mail-smtp-vue.php:419
611
+ msgid "It looks like we can't install the plugin."
612
+ msgstr ""
613
+
614
+ #: assets/languages/wp-mail-smtp-vue.php:422
615
+ msgid "You appear to be offline. Plugin not installed."
616
+ msgstr ""
617
+
618
+ #: assets/languages/wp-mail-smtp-vue.php:425
619
+ msgid "Can't fetch plugins information."
620
+ msgstr ""
621
+
622
+ #: assets/languages/wp-mail-smtp-vue.php:428
623
+ msgid "It looks like we can't fetch plugins information."
624
+ msgstr ""
625
+
626
+ #: assets/languages/wp-mail-smtp-vue.php:431
627
+ msgid "You appear to be offline. Plugin information not retrieved."
628
+ msgstr ""
629
+
630
+ #: assets/languages/wp-mail-smtp-vue.php:434
631
+ msgid "Checking Mailer Configuration"
632
+ msgstr ""
633
+
634
+ #: assets/languages/wp-mail-smtp-vue.php:437
635
+ msgid "We’re running some tests in the background to make sure everything is setup properly."
636
+ msgstr ""
637
+
638
+ #: assets/languages/wp-mail-smtp-vue.php:440
639
+ msgid "Checking mailer configuration image"
640
+ msgstr ""
641
+
642
+ #: assets/languages/wp-mail-smtp-vue.php:443
643
+ msgid "Configure Mailer Settings"
644
+ msgstr ""
645
+
646
+ #: assets/languages/wp-mail-smtp-vue.php:446
647
+ msgid "Below, we'll show you all of the settings required to set up this mailer."
648
+ msgstr ""
649
+
650
+ #: assets/languages/wp-mail-smtp-vue.php:449
651
+ msgid "Help Improve WP Mail SMTP + Smart Recommendations"
652
+ msgstr ""
653
+
654
+ #: assets/languages/wp-mail-smtp-vue.php:452
655
+ msgid "Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business."
656
+ msgstr ""
657
+
658
+ #: assets/languages/wp-mail-smtp-vue.php:455
659
+ msgid "Your Email Address"
660
+ msgstr ""
661
+
662
+ #: assets/languages/wp-mail-smtp-vue.php:458
663
+ msgid "Your email is needed, so you can receive recommendations."
664
+ msgstr ""
665
+
666
+ #: assets/languages/wp-mail-smtp-vue.php:461
667
+ msgid "Get automatic WordPress plugin updates"
668
+ msgstr ""
669
+
670
+ #: assets/languages/wp-mail-smtp-vue.php:464
671
+ msgid "Enable automatic updates"
672
+ msgstr ""
673
+
674
+ #: assets/languages/wp-mail-smtp-vue.php:467
675
+ msgid "Help make WP Mail SMTP better for everyone"
676
+ msgstr ""
677
+
678
+ #: assets/languages/wp-mail-smtp-vue.php:470
679
+ msgid "Yes, count me in"
680
+ msgstr ""
681
+
682
+ #: assets/languages/wp-mail-smtp-vue.php:473
683
+ #: src/Admin/Pages/MiscTab.php:207
684
+ msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
685
+ msgstr ""
686
+
687
+ #: assets/languages/wp-mail-smtp-vue.php:476
688
+ #: src/Providers/OptionsAbstract.php:198
689
+ msgid "SMTP Host"
690
+ msgstr ""
691
+
692
+ #: assets/languages/wp-mail-smtp-vue.php:479
693
+ #: src/Providers/OptionsAbstract.php:212
694
+ msgid "Encryption"
695
+ msgstr ""
696
+
697
+ #: assets/languages/wp-mail-smtp-vue.php:482
698
+ #: src/Providers/OptionsAbstract.php:252
699
+ msgid "SMTP Port"
700
+ msgstr ""
701
+
702
+ #: assets/languages/wp-mail-smtp-vue.php:485
703
+ #: src/Providers/OptionsAbstract.php:266
704
+ msgid "Auto TLS"
705
+ msgstr ""
706
+
707
+ #: assets/languages/wp-mail-smtp-vue.php:488
708
+ msgid "Enable Auto TLS"
709
+ msgstr ""
710
+
711
+ #: assets/languages/wp-mail-smtp-vue.php:491
712
+ #: src/Providers/OptionsAbstract.php:280
713
+ msgid "By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
714
+ msgstr ""
715
+
716
+ #: assets/languages/wp-mail-smtp-vue.php:494
717
+ #: src/Providers/OptionsAbstract.php:288
718
+ msgid "Authentication"
719
+ msgstr ""
720
+
721
+ #: assets/languages/wp-mail-smtp-vue.php:497
722
+ #: src/Admin/Pages/TestTab.php:672
723
+ msgid "Enable Authentication"
724
+ msgstr ""
725
+
726
+ #: assets/languages/wp-mail-smtp-vue.php:500
727
+ #: src/Providers/OptionsAbstract.php:307
728
+ msgid "SMTP Username"
729
+ msgstr ""
730
+
731
+ #: assets/languages/wp-mail-smtp-vue.php:503
732
+ #: src/Providers/OptionsAbstract.php:321
733
+ msgid "SMTP Password"
734
+ msgstr ""
735
+
736
+ #: assets/languages/wp-mail-smtp-vue.php:506
737
+ #: src/Providers/OptionsAbstract.php:244
738
+ msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
739
+ msgstr ""
740
+
741
+ #: assets/languages/wp-mail-smtp-vue.php:509
742
+ #: src/Providers/OptionsAbstract.php:222
743
+ msgid "None"
744
+ msgstr ""
745
+
746
+ #: assets/languages/wp-mail-smtp-vue.php:512
747
+ #: src/Providers/OptionsAbstract.php:231
748
+ msgid "SSL"
749
+ msgstr ""
750
+
751
+ #: assets/languages/wp-mail-smtp-vue.php:515
752
+ #: src/Providers/OptionsAbstract.php:240
753
+ msgid "TLS"
754
+ msgstr ""
755
+
756
+ #: assets/languages/wp-mail-smtp-vue.php:518
757
+ msgid "Which email features do you want to enable?"
758
+ msgstr ""
759
+
760
+ #: assets/languages/wp-mail-smtp-vue.php:521
761
+ msgid "Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you."
762
+ msgstr ""
763
+
764
+ #: assets/languages/wp-mail-smtp-vue.php:524
765
+ msgid "Improved Email Deliverability"
766
+ msgstr ""
767
+
768
+ #: assets/languages/wp-mail-smtp-vue.php:527
769
+ msgid "Ensure your emails are sent successfully and reliably."
770
+ msgstr ""
771
+
772
+ #: assets/languages/wp-mail-smtp-vue.php:530
773
+ msgid "Email Error Tracking"
774
+ msgstr ""
775
+
776
+ #: assets/languages/wp-mail-smtp-vue.php:533
777
+ msgid "Easily spot errors causing delivery issues."
778
+ msgstr ""
779
+
780
+ #: assets/languages/wp-mail-smtp-vue.php:536
781
+ msgid "Smart Contact Form"
782
+ msgstr ""
783
+
784
+ #: assets/languages/wp-mail-smtp-vue.php:539
785
+ msgid "Create beautiful contact forms with just a few clicks."
786
+ msgstr ""
787
+
788
+ #: assets/languages/wp-mail-smtp-vue.php:542
789
+ msgid "Detailed Email Logs"
790
+ msgstr ""
791
+
792
+ #: assets/languages/wp-mail-smtp-vue.php:545
793
+ msgid "Keep records of every email that's sent out from your website."
794
+ msgstr ""
795
+
796
+ #: assets/languages/wp-mail-smtp-vue.php:548
797
+ msgid "Manage Default Notifications"
798
+ msgstr ""
799
+
800
+ #: assets/languages/wp-mail-smtp-vue.php:551
801
+ msgid "Control which email notifications your WordPress site sends."
802
+ msgstr ""
803
+
804
+ #: assets/languages/wp-mail-smtp-vue.php:554
805
+ msgid "Multisite Network Settings"
806
+ msgstr ""
807
+
808
+ #: assets/languages/wp-mail-smtp-vue.php:557
809
+ msgid "Save time with powerful WordPress Multisite controls."
810
+ msgstr ""
811
+
812
+ #: assets/languages/wp-mail-smtp-vue.php:560
813
+ msgid "What could we do to improve?"
814
+ msgstr ""
815
+
816
+ #: assets/languages/wp-mail-smtp-vue.php:563
817
+ msgid "We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!"
818
+ msgstr ""
819
+
820
+ #: assets/languages/wp-mail-smtp-vue.php:566
821
+ msgid "Yes, I give WP Mail SMTP permission to contact me for any follow up questions."
822
+ msgstr ""
823
+
824
+ #: assets/languages/wp-mail-smtp-vue.php:569
825
+ msgid "Submit Feedback"
826
+ msgstr ""
827
+
828
+ #: assets/languages/wp-mail-smtp-vue.php:572
829
+ msgid "How was your WP Mail SMTP setup experience?"
830
  msgstr ""
831
 
832
+ #: assets/languages/wp-mail-smtp-vue.php:575
833
+ msgid "Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!"
834
  msgstr ""
835
 
836
+ #: assets/languages/wp-mail-smtp-vue.php:578
837
+ msgid "Congrats, you’ve successfully set up WP Mail SMTP!"
838
  msgstr ""
839
 
840
+ #: assets/languages/wp-mail-smtp-vue.php:581
841
+ msgid "Here’s what to do next:"
842
+ msgstr ""
843
+
844
+ #: assets/languages/wp-mail-smtp-vue.php:584
845
+ msgid "Check out our other free WordPress plugins:"
846
+ msgstr ""
847
+
848
+ #: assets/languages/wp-mail-smtp-vue.php:587
849
+ msgid "Upgrade to Unlock Powerful SMTP Features"
850
+ msgstr ""
851
+
852
+ #: assets/languages/wp-mail-smtp-vue.php:590
853
+ msgid "Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites."
854
+ msgstr ""
855
+
856
+ #: assets/languages/wp-mail-smtp-vue.php:593
857
+ msgid "Upgrade to Pro Today"
858
+ msgstr ""
859
+
860
+ #: assets/languages/wp-mail-smtp-vue.php:596
861
+ #: src/Admin/Pages/TestTab.php:69
862
+ msgid "Send a Test Email"
863
+ msgstr ""
864
+
865
+ #. Translators: Different bold styles.
866
+ #: assets/languages/wp-mail-smtp-vue.php:600
867
+ msgid "%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave $50 today%4$s, automatically applied at checkout."
868
+ msgstr ""
869
+
870
+ #: assets/languages/wp-mail-smtp-vue.php:603
871
+ msgid "Star icon"
872
+ msgstr ""
873
+
874
+ #: assets/languages/wp-mail-smtp-vue.php:606
875
+ msgid "Thanks for the feedback!"
876
+ msgstr ""
877
+
878
+ #. Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML.
879
+ #: assets/languages/wp-mail-smtp-vue.php:610
880
+ msgid "Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features."
881
+ msgstr ""
882
+
883
+ #: assets/languages/wp-mail-smtp-vue.php:613
884
+ msgid "Rate on WordPress.org"
885
+ msgstr ""
886
+
887
+ #: assets/languages/wp-mail-smtp-vue.php:616
888
+ msgid "Would you like to purchase the following features now?"
889
+ msgstr ""
890
+
891
+ #: assets/languages/wp-mail-smtp-vue.php:619
892
+ msgid "These features are available as part of WP Mail SMTP Pro plan."
893
+ msgstr ""
894
+
895
+ #: assets/languages/wp-mail-smtp-vue.php:622
896
+ msgid "Purchase Now"
897
+ msgstr ""
898
+
899
+ #: assets/languages/wp-mail-smtp-vue.php:625
900
+ msgid "I'll do it later"
901
+ msgstr ""
902
+
903
+ #: assets/languages/wp-mail-smtp-vue.php:628
904
+ msgid "Enter your WP Mail SMTP License Key"
905
+ msgstr ""
906
+
907
+ #. Translators: %1$s and %2$s are bold tags.
908
+ #: assets/languages/wp-mail-smtp-vue.php:632
909
+ msgid "You're currently using %1$sWP Mail SMTP Lite%2$s. Enjoy!"
910
+ msgstr ""
911
+
912
+ #. Translators: Link to the WPMailSMTP.com pricing page.
913
+ #: assets/languages/wp-mail-smtp-vue.php:636
914
+ msgid "To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below."
915
+ msgstr ""
916
+
917
+ #: assets/languages/wp-mail-smtp-vue.php:639
918
+ msgid "Already purchased? Simply enter your license key below to unlock Pro features!"
919
+ msgstr ""
920
+
921
+ #: assets/languages/wp-mail-smtp-vue.php:642
922
+ msgid "Enter your license key below to unlock plugin updates!"
923
+ msgstr ""
924
+
925
+ #: assets/languages/wp-mail-smtp-vue.php:645
926
+ msgid "Verify License Key"
927
+ msgstr ""
928
+
929
+ #: assets/languages/wp-mail-smtp-vue.php:648
930
+ msgid "The License Key format is incorrect. Please enter a valid key and try again."
931
+ msgstr ""
932
+
933
+ #: assets/languages/wp-mail-smtp-vue.php:651
934
+ msgid "Your license was successfully verified! You are ready for the next step."
935
+ msgstr ""
936
+
937
+ #: assets/languages/wp-mail-smtp-vue.php:654
938
+ msgid "Pro badge"
939
+ msgstr ""
940
+
941
+ #: assets/languages/wp-mail-smtp-vue.php:657
942
+ msgid "License key input"
943
+ msgstr ""
944
+
945
+ #: assets/languages/wp-mail-smtp-vue.php:660
946
+ msgid "It looks like we can't save the settings."
947
+ msgstr ""
948
+
949
+ #: assets/languages/wp-mail-smtp-vue.php:663
950
+ msgid "Network error encountered. Settings not saved."
951
+ msgstr ""
952
+
953
+ #: assets/languages/wp-mail-smtp-vue.php:666
954
+ msgid "It looks like we can't import the plugin settings."
955
+ msgstr ""
956
+
957
+ #: assets/languages/wp-mail-smtp-vue.php:669
958
+ msgid "Network error encountered. SMTP plugin import failed!"
959
+ msgstr ""
960
+
961
+ #: assets/languages/wp-mail-smtp-vue.php:672
962
+ msgid "It looks like we can't load authentication details."
963
+ msgstr ""
964
+
965
+ #: assets/languages/wp-mail-smtp-vue.php:675
966
+ msgid "It looks like we can't load the settings."
967
+ msgstr ""
968
+
969
+ #: assets/languages/wp-mail-smtp-vue.php:678
970
+ msgid "It looks like we can't retrieve Amazon SES Identities."
971
+ msgstr ""
972
+
973
+ #: assets/languages/wp-mail-smtp-vue.php:681
974
+ msgid "Can't retrieve Amazon SES Identities."
975
+ msgstr ""
976
+
977
+ #: assets/languages/wp-mail-smtp-vue.php:684
978
+ msgid "Can't register the Amazon SES Identity"
979
+ msgstr ""
980
+
981
+ #: assets/languages/wp-mail-smtp-vue.php:687
982
+ #: src/Core.php:1001
983
+ msgid "Loading"
984
+ msgstr ""
985
+
986
+ #. Translators: Minimum and maximum number that can be used.
987
+ #: assets/languages/wp-mail-smtp-vue.php:691
988
+ msgid "Please enter a value between %1$s and %2$s"
989
+ msgstr ""
990
+
991
+ #: assets/languages/wp-mail-smtp-vue.php:694
992
+ msgid "Value has to be a round number"
993
+ msgstr ""
994
+
995
+ #: assets/languages/wp-mail-smtp-vue.php:697
996
+ msgid "Install"
997
+ msgstr ""
998
+
999
+ #: assets/languages/wp-mail-smtp-vue.php:700
1000
+ msgid "Installed"
1001
+ msgstr ""
1002
+
1003
+ #: assets/languages/wp-mail-smtp-vue.php:703
1004
+ #: src/Admin/Area.php:490
1005
+ #: src/Admin/Pages/About.php:326
1006
+ msgid "Activated"
1007
+ msgstr ""
1008
+
1009
+ #: assets/languages/wp-mail-smtp-vue.php:706
1010
+ #: src/Connect.php:57
1011
+ msgid "OK"
1012
+ msgstr ""
1013
+
1014
+ #: assets/languages/wp-mail-smtp-vue.php:709
1015
+ #: src/Admin/Area.php:394
1016
+ msgid "Heads up!"
1017
+ msgstr ""
1018
+
1019
+ #: assets/languages/wp-mail-smtp-vue.php:712
1020
+ msgid "Please fill out all the required fields to continue."
1021
+ msgstr ""
1022
+
1023
+ #: assets/languages/wp-mail-smtp-vue.php:715
1024
+ msgid "Error Message:"
1025
+ msgstr ""
1026
+
1027
+ #. Translators: Error status and error text.
1028
+ #: assets/languages/wp-mail-smtp-vue.php:720
1029
+ msgid "%1$s, %2$s"
1030
+ msgstr ""
1031
+
1032
+ #. Translators: Link to the SMTP Mailer docs page.
1033
+ #: assets/languages/wp-mail-smtp-vue.php:724
1034
+ msgid "Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
1035
+ msgstr ""
1036
+
1037
+ #: assets/languages/wp-mail-smtp-vue.php:727
1038
+ msgid "Authorization Error!"
1039
+ msgstr ""
1040
+
1041
+ #: assets/languages/wp-mail-smtp-vue.php:730
1042
+ msgid "Successful Authorization"
1043
+ msgstr ""
1044
+
1045
+ #: assets/languages/wp-mail-smtp-vue.php:733
1046
+ msgid "Successful Verification!"
1047
+ msgstr ""
1048
+
1049
+ #: assets/languages/wp-mail-smtp-vue.php:736
1050
+ msgid "Verification Error!"
1051
+ msgstr ""
1052
+
1053
+ #: assets/languages/wp-mail-smtp-vue.php:739
1054
+ msgid "Successful Upgrade!"
1055
+ msgstr ""
1056
+
1057
+ #: assets/languages/wp-mail-smtp-vue.php:742
1058
+ msgid "Upgrade Failed!"
1059
+ msgstr ""
1060
+
1061
+ #: assets/languages/wp-mail-smtp-vue.php:745
1062
+ msgid "Return to Plugin Settings"
1063
+ msgstr ""
1064
+
1065
+ #: assets/languages/wp-mail-smtp-vue.php:748
1066
+ msgid "Before continuing, you'll need to allow this plugin to send emails using your %s account."
1067
+ msgstr ""
1068
+
1069
+ #: assets/languages/wp-mail-smtp-vue.php:751
1070
+ msgid "Paste your license key here"
1071
+ msgstr ""
1072
+
1073
+ #: assets/languages/wp-mail-smtp-vue.php:754
1074
+ msgid "Continue"
1075
+ msgstr ""
1076
+
1077
+ #: assets/languages/wp-mail-smtp-vue.php:757
1078
+ #: src/Admin/Pages/SettingsTab.php:412
1079
+ msgid "Connect"
1080
+ msgstr ""
1081
+
1082
+ #. Translators: %1$s and %2$s are bold tags.
1083
+ #: assets/languages/wp-mail-smtp-vue.php:761
1084
+ msgid "You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!"
1085
+ msgstr ""
1086
+
1087
+ #: assets/languages/wp-mail-smtp-vue.php:764
1088
+ msgid "The following plugin will be installed for free: WPForms"
1089
+ msgstr ""
1090
+
1091
+ #: assets/languages/wp-mail-smtp-vue.php:767
1092
+ #: src/Providers/Sendgrid/Options.php:103
1093
+ #: src/Providers/Sendinblue/Options.php:128
1094
+ msgid "Sending Domain"
1095
+ msgstr ""
1096
+
1097
+ #. Translators: Link to the Sendgrid doc page on wpmailsmtp.com.
1098
+ #: assets/languages/wp-mail-smtp-vue.php:771
1099
+ msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s"
1100
+ msgstr ""
1101
+
1102
+ #. Translators: Link to the Sendinblue doc page on wpmailsmtp.com.
1103
+ #: assets/languages/wp-mail-smtp-vue.php:775
1104
+ msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s"
1105
+ msgstr ""
1106
+
1107
+ #. Translators: bold HTML tags.
1108
+ #: assets/languages/wp-mail-smtp-vue.php:779
1109
+ msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%1$s!"
1110
+ msgstr ""
1111
+
1112
+ #. Translators: bold HTML tags.
1113
+ #: assets/languages/wp-mail-smtp-vue.php:783
1114
+ msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!"
1115
+ msgstr ""
1116
+
1117
+ #. translators: %s - error code, returned by Google API.
1118
+ #: src/Admin/Area.php:130
1119
+ msgid "There was an error while processing the authentication request: %s. Please try again."
1120
+ msgstr ""
1121
+
1122
+ #: src/Admin/Area.php:144
1123
+ msgid "There was an error while processing the authentication request. Please make sure that you have Client ID and Client Secret both valid and saved."
1124
  msgstr ""
1125
 
1126
  #. translators: %s - Mailer anchor link.
1127
+ #: src/Admin/Area.php:184
1128
  msgid "Thanks for using WP Mail SMTP! To complete the plugin setup and start sending emails, <strong>please select and configure your <a href=\"%s\">Mailer</a></strong>."
1129
  msgstr ""
1130
 
 
1131
  #: src/Admin/Area.php:218
1132
+ #: src/Admin/Area.php:219
1133
+ #: src/Admin/Area.php:957
1134
  msgid "Settings"
1135
  msgstr ""
1136
 
 
1137
  #: src/Admin/Area.php:226
1138
+ #: src/Admin/Area.php:227
1139
  #: src/Admin/Pages/About.php:653
1140
  #: src/Admin/Pages/Logs.php:48
1141
  #: src/Admin/Pages/LogsTab.php:30
1142
  msgid "Email Log"
1143
  msgstr ""
1144
 
 
1145
  #: src/Admin/Area.php:236
1146
+ #: src/Admin/Area.php:237
1147
  #: src/Admin/Pages/About.php:106
1148
  msgid "About Us"
1149
  msgstr ""
1150
 
1151
+ #: src/Admin/Area.php:281
1152
+ #: src/Admin/Area.php:287
1153
  #: src/Admin/Pages/SettingsTab.php:37
1154
  msgid "General"
1155
  msgstr ""
1156
 
1157
+ #: src/Admin/Area.php:295
1158
  msgid "Multisite"
1159
  msgstr ""
1160
 
1161
+ #: src/Admin/Area.php:296
1162
  msgid "Pro+ badge icon"
1163
  msgstr ""
1164
 
1165
+ #: src/Admin/Area.php:299
1166
  msgid "Simply enable network-wide settings and every site on your network will inherit the same SMTP settings. Save time and only configure your SMTP provider once."
1167
  msgstr ""
1168
 
1169
+ #: src/Admin/Area.php:306
1170
  msgid "Settings control"
1171
  msgstr ""
1172
 
1173
+ #: src/Admin/Area.php:312
1174
  msgid "Make the plugin settings global network-wide"
1175
  msgstr ""
1176
 
1177
+ #: src/Admin/Area.php:316
1178
  msgid "If disabled, each subsite of this multisite will have its own WP Mail SMTP settings page that has to be configured separately."
1179
  msgstr ""
1180
 
1181
+ #: src/Admin/Area.php:318
1182
  msgid "If enabled, these global settings will manage email sending for all subsites of this multisite."
1183
  msgstr ""
1184
 
1185
+ #: src/Admin/Area.php:325
1186
  #: src/Admin/Pages/ControlTab.php:119
1187
  #: src/Admin/Pages/LogsTab.php:68
1188
  msgid "Upgrade to WP Mail SMTP Pro"
1189
  msgstr ""
1190
 
1191
+ #: src/Admin/Area.php:391
1192
  msgid "Are you sure you want to reset the current provider connection? You will need to immediately create a new one to be able to send emails."
1193
  msgstr ""
1194
 
1195
+ #: src/Admin/Area.php:392
1196
  msgid "Changes that you made to the settings are not saved!"
1197
  msgstr ""
1198
 
1199
+ #: src/Admin/Area.php:396
 
 
 
 
1200
  msgid "<p>The Default (PHP) mailer is currently selected, but is not recommended because in most cases it does not resolve email delivery issues.</p><p>Please consider selecting and configuring one of the other mailers.</p>"
1201
  msgstr ""
1202
 
1203
+ #: src/Admin/Area.php:399
1204
  #: src/Admin/PageAbstract.php:83
1205
  msgid "Save Settings"
1206
  msgstr ""
1207
 
1208
+ #: src/Admin/Area.php:400
1209
  msgid "Cancel"
1210
  msgstr ""
1211
 
1212
+ #: src/Admin/Area.php:401
1213
  msgid "Warning icon"
1214
  msgstr ""
1215
 
1216
+ #: src/Admin/Area.php:406
1217
  msgid "%name% is a PRO Feature"
1218
  msgstr ""
1219
 
1220
+ #: src/Admin/Area.php:407
1221
+ #: src/Admin/SetupWizard.php:205
1222
  msgid "Upgrade to Pro"
1223
  msgstr ""
1224
 
1225
+ #: src/Admin/Area.php:411
1226
  msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span>$50 off</span> regular price,<br>applied at checkout."
1227
  msgstr ""
1228
 
1229
+ #: src/Admin/Area.php:420
1230
+ #: src/Admin/SetupWizard.php:218
1231
  msgid "Already purchased?"
1232
  msgstr ""
1233
 
1234
+ #: src/Admin/Area.php:489
1235
+ #: src/Admin/Area.php:496
1236
  #: src/Admin/Pages/About.php:334
1237
+ #: src/Connect.php:54
1238
  msgid "Activate"
1239
  msgstr ""
1240
 
1241
+ #: src/Admin/Area.php:491
 
 
 
 
 
1242
  #: src/Admin/Pages/About.php:323
1243
  msgid "Active"
1244
  msgstr ""
1245
 
1246
+ #: src/Admin/Area.php:492
1247
  #: src/Admin/Pages/About.php:331
1248
  msgid "Inactive"
1249
  msgstr ""
1250
 
1251
+ #: src/Admin/Area.php:493
1252
  msgid "Processing..."
1253
  msgstr ""
1254
 
1255
+ #: src/Admin/Area.php:494
1256
  msgid "Could not install a plugin. Please download from WordPress.org and install manually."
1257
  msgstr ""
1258
 
1259
+ #: src/Admin/Area.php:495
1260
  msgid "Install and Activate"
1261
  msgstr ""
1262
 
1263
+ #: src/Admin/Area.php:497
1264
  msgid "Download"
1265
  msgstr ""
1266
 
1267
  #. translators: %1$s - WP.org link; %2$s - same WP.org link.
1268
+ #: src/Admin/Area.php:559
1269
  msgid "Please rate <strong>WP Mail SMTP</strong> <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress.org</a> to help us spread the word. Thank you from the WP Mail SMTP team!"
1270
  msgstr ""
1271
 
1272
+ #: src/Admin/Area.php:898
1273
  msgid "WP Mail SMTP Pro related message was successfully dismissed."
1274
  msgstr ""
1275
 
1276
+ #: src/Admin/Area.php:917
1277
  msgid "Educational notice for this mailer was successfully dismissed."
1278
  msgstr ""
1279
 
1280
+ #: src/Admin/Area.php:956
1281
  msgid "Go to WP Mail SMTP Settings page"
1282
  msgstr ""
1283
 
1284
+ #: src/Admin/Area.php:963
1285
  msgid "Go to WP Mail SMTP Lite vs Pro comparison page"
1286
  msgstr ""
1287
 
1288
+ #: src/Admin/Area.php:964
1289
  msgid "Premium Support"
1290
  msgstr ""
1291
 
1292
+ #: src/Admin/DomainChecker.php:52
1293
+ msgid "Something went wrong. Please try again later."
1294
+ msgstr ""
1295
+
1296
  #. translators: %s - WPMailSMTP.com Upgrade page URL.
1297
  #: src/Admin/Education.php:69
1298
  msgid "You’re using WP Mail SMTP Lite. To unlock more features consider <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrading to Pro</a>."
1388
  msgstr ""
1389
 
1390
  #: src/Admin/Pages/About.php:387
1391
+ #: src/Admin/SetupWizard.php:894
1392
  msgid "Contact Forms by WPForms"
1393
  msgstr ""
1394
 
1427
  msgstr ""
1428
 
1429
  #: src/Admin/Pages/About.php:517
1430
+ #: src/Connect.php:214
1431
+ #: src/Connect.php:222
1432
+ #: src/Connect.php:291
1433
  msgid "Plugin installed & activated."
1434
  msgstr ""
1435
 
1674
  msgid "Allow Usage Tracking"
1675
  msgstr ""
1676
 
 
 
 
 
1677
  #: src/Admin/Pages/MiscTab.php:255
1678
+ #: src/Admin/Pages/SettingsTab.php:619
1679
  msgid "Settings were successfully saved."
1680
  msgstr ""
1681
 
1695
  msgid "Mail"
1696
  msgstr ""
1697
 
 
 
 
 
1698
  #: src/Admin/Pages/SettingsTab.php:120
1699
  msgid "Please first authorize the Gmail mailer below"
1700
  msgstr ""
1701
 
 
 
 
 
1702
  #: src/Admin/Pages/SettingsTab.php:135
1703
  msgid "If you're using an email provider (Yahoo, Outlook.com, etc) this should be your email address for that account."
1704
  msgstr ""
1707
  msgid "Please note that other plugins can change this, to prevent this use the setting below."
1708
  msgstr ""
1709
 
 
 
 
 
1710
  #: src/Admin/Pages/SettingsTab.php:165
1711
  msgid "Current provider will automatically force From Email to be the email address that you use to set up the connection below."
1712
  msgstr ""
1719
  msgid "If checked, the From Email setting above will be used for all emails, ignoring values set by other plugins."
1720
  msgstr ""
1721
 
 
 
 
 
 
 
 
 
 
 
 
 
1722
  #: src/Admin/Pages/SettingsTab.php:214
1723
  msgid "Current provider doesn't support setting and forcing From Name. Emails will be sent on behalf of the account name used to setup the connection below."
1724
  msgstr ""
1740
  msgstr ""
1741
 
1742
  #: src/Admin/Pages/SettingsTab.php:242
1743
+ msgid "If unchecked, bounce messages may be lost."
 
 
 
 
1744
  msgstr ""
1745
 
1746
  #: src/Admin/Pages/SettingsTab.php:292
1768
  msgid "As a valued WP Mail SMTP Lite user you receive <strong>$50 off</strong>, automatically applied at checkout!"
1769
  msgstr ""
1770
 
1771
+ #: src/Admin/Pages/SettingsTab.php:406
1772
+ msgid "Already purchased? Simply enter your license key below to connect with WP Mail SMTP Pro!"
1773
+ msgstr ""
1774
+
1775
+ #: src/Admin/Pages/SettingsTab.php:410
1776
+ msgid "Paste license key here"
1777
+ msgstr ""
1778
+
1779
+ #: src/Admin/Pages/SettingsTab.php:468
1780
  msgid "Get WP Mail SMTP Pro and Unlock all the Powerful Features"
1781
  msgstr ""
1782
 
1783
+ #: src/Admin/Pages/SettingsTab.php:472
1784
  msgid "Thanks for being a loyal WP Mail SMTP user. Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is the most popular SMTP plugin."
1785
  msgstr ""
1786
 
1787
+ #: src/Admin/Pages/SettingsTab.php:476
1788
+ msgid "We know that you will truly love WP Mail SMTP. It's used by over 2,000,000 websites."
1789
  msgstr ""
1790
 
1791
+ #: src/Admin/Pages/SettingsTab.php:479
1792
  msgid "Pro Features:"
1793
  msgstr ""
1794
 
1795
+ #: src/Admin/Pages/SettingsTab.php:483
1796
  msgid "Manage Notifications - control which emails your site sends"
1797
  msgstr ""
1798
 
1799
+ #: src/Admin/Pages/SettingsTab.php:484
1800
  msgid "Email Logging - keep track of every email sent from your site"
1801
  msgstr ""
1802
 
1803
+ #: src/Admin/Pages/SettingsTab.php:485
1804
+ msgid "Multisite Support - Network settings for easy management"
1805
+ msgstr ""
1806
+
1807
+ #: src/Admin/Pages/SettingsTab.php:486
1808
  msgid "Office 365 - send emails using your Office 365 account"
1809
  msgstr ""
1810
 
1811
+ #: src/Admin/Pages/SettingsTab.php:487
1812
  msgid "Amazon SES - harness the power of AWS"
1813
  msgstr ""
1814
 
1815
+ #: src/Admin/Pages/SettingsTab.php:488
1816
  msgid "Outlook.com - send emails using your Outlook.com account"
1817
  msgstr ""
1818
 
1819
+ #: src/Admin/Pages/SettingsTab.php:489
1820
+ msgid "Zoho Mail - use your Zoho Mail account"
1821
+ msgstr ""
1822
+
1823
+ #: src/Admin/Pages/SettingsTab.php:490
1824
  msgid "Access to our world class support team"
1825
  msgstr ""
1826
 
1827
+ #: src/Admin/Pages/SettingsTab.php:493
1828
  msgid "White Glove Setup - sit back and relax while we handle everything for you"
1829
  msgstr ""
1830
 
1831
+ #: src/Admin/Pages/SettingsTab.php:494
1832
  msgid "Install WP Mail SMTP Pro plugin"
1833
  msgstr ""
1834
 
1835
+ #: src/Admin/Pages/SettingsTab.php:495
1836
  msgid "Set up domain name verification (DNS)"
1837
  msgstr ""
1838
 
1839
+ #: src/Admin/Pages/SettingsTab.php:496
1840
+ msgid "Configure SMTP.com or Mailgun service"
1841
  msgstr ""
1842
 
1843
+ #: src/Admin/Pages/SettingsTab.php:497
1844
  msgid "Set up WP Mail SMTP Pro plugin"
1845
  msgstr ""
1846
 
1847
+ #: src/Admin/Pages/SettingsTab.php:498
1848
  msgid "Test and verify email delivery"
1849
  msgstr ""
1850
 
1851
  #. translators: %s - WPMailSMTP.com URL.
1852
+ #: src/Admin/Pages/SettingsTab.php:506
1853
  msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Get WP Mail SMTP Pro Today and Unlock all the Powerful Features &raquo;</a>"
1854
  msgstr ""
1855
 
1856
+ #: src/Admin/Pages/SettingsTab.php:524
1857
  msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span class=\"price-off\">$50 off regular price</span>, automatically applied at checkout."
1858
  msgstr ""
1859
 
1860
+ #: src/Admin/Pages/TestTab.php:47
1861
  msgid "Email Test"
1862
  msgstr ""
1863
 
1864
+ #: src/Admin/Pages/TestTab.php:76
 
 
 
 
1865
  msgid "Send To"
1866
  msgstr ""
1867
 
1868
+ #: src/Admin/Pages/TestTab.php:82
1869
  msgid "Enter email address where test email will be sent."
1870
  msgstr ""
1871
 
1872
+ #: src/Admin/Pages/TestTab.php:90
1873
  msgid "HTML"
1874
  msgstr ""
1875
 
1876
+ #: src/Admin/Pages/TestTab.php:96
1877
  #: src/Providers/OptionsAbstract.php:276
1878
  #: src/Providers/OptionsAbstract.php:298
1879
  msgid "On"
1880
  msgstr ""
1881
 
1882
+ #: src/Admin/Pages/TestTab.php:97
1883
  #: src/Providers/OptionsAbstract.php:277
1884
  #: src/Providers/OptionsAbstract.php:299
1885
  msgid "Off"
1886
  msgstr ""
1887
 
1888
+ #: src/Admin/Pages/TestTab.php:100
1889
  msgid "Send this email in HTML or in plain text format."
1890
  msgstr ""
1891
 
1892
+ #: src/Admin/Pages/TestTab.php:120
1893
  msgid "You cannot send an email. Mailer is not properly configured. Please check your settings."
1894
  msgstr ""
1895
 
1896
+ #: src/Admin/Pages/TestTab.php:124
1897
  msgid "Send Email"
1898
  msgstr ""
1899
 
1900
+ #: src/Admin/Pages/TestTab.php:168
1901
  msgid "Test failed. Please use a valid email address and try to resend the test email."
1902
  msgstr ""
1903
 
1904
  #. translators: %s - email address a test email will be sent to.
1905
+ #: src/Admin/Pages/TestTab.php:180
1906
+ #: src/Admin/Pages/TestTab.php:186
1907
  msgid "Test email to %s"
1908
  msgstr ""
1909
 
1910
+ #: src/Admin/Pages/TestTab.php:225
1911
  msgid "Test plain text email was sent successfully!"
1912
  msgstr ""
1913
 
1914
  #. translators: %s - "HTML" in bold.
1915
+ #: src/Admin/Pages/TestTab.php:229
1916
  msgid "Test %s email was sent successfully! Please check your inbox to make sure it is delivered."
1917
  msgstr ""
1918
 
1919
+ #: src/Admin/Pages/TestTab.php:551
1920
  msgid "SSL certificate issue."
1921
  msgstr ""
1922
 
1923
+ #: src/Admin/Pages/TestTab.php:552
1924
  msgid "This means your web server cannot reliably make secure connections (make requests to HTTPS sites)."
1925
  msgstr ""
1926
 
1927
+ #: src/Admin/Pages/TestTab.php:553
1928
+ #: src/Admin/Pages/TestTab.php:618
1929
  msgid "Typically this error is returned when web server is not configured properly."
1930
  msgstr ""
1931
 
1932
+ #: src/Admin/Pages/TestTab.php:556
1933
  msgid "Contact your web hosting provider and inform them your site has an issue with SSL certificates."
1934
  msgstr ""
1935
 
1936
+ #: src/Admin/Pages/TestTab.php:557
1937
+ #: src/Admin/Pages/TestTab.php:622
1938
  msgid "The exact error you can provide them is in the Error log, available at the bottom of this page."
1939
  msgstr ""
1940
 
1941
+ #: src/Admin/Pages/TestTab.php:558
1942
+ #: src/Admin/Pages/TestTab.php:623
1943
  msgid "Ask them to resolve the issue then try again."
1944
  msgstr ""
1945
 
1946
+ #: src/Admin/Pages/TestTab.php:569
1947
  msgid "Could not connect to host."
1948
  msgstr ""
1949
 
1950
  #. translators: %s - SMTP host address.
1951
+ #: src/Admin/Pages/TestTab.php:572
1952
+ #: src/Admin/Pages/TestTab.php:614
1953
+ #: src/Admin/Pages/TestTab.php:716
1954
  msgid "This means your web server was unable to connect to %s."
1955
  msgstr ""
1956
 
1957
+ #: src/Admin/Pages/TestTab.php:575
1958
+ #: src/Admin/Pages/TestTab.php:617
1959
+ #: src/Admin/Pages/TestTab.php:719
1960
  msgid "This means your web server was unable to connect to the host server."
1961
  msgstr ""
1962
 
1963
+ #: src/Admin/Pages/TestTab.php:576
1964
  msgid "Typically this error is returned your web server is blocking the connections or the SMTP host denying the request."
1965
  msgstr ""
1966
 
1967
  #. translators: %s - SMTP host address.
1968
+ #: src/Admin/Pages/TestTab.php:580
1969
  msgid "Contact your web hosting provider and ask them to verify your server can connect to %s. Additionally, ask them if a firewall or security policy may be preventing the connection."
1970
  msgstr ""
1971
 
1972
+ #: src/Admin/Pages/TestTab.php:583
1973
+ msgid "If using \"Other SMTP\" Mailer, triple check your SMTP settings including host address, email, and password."
1974
+ msgstr ""
1975
+
1976
+ #: src/Admin/Pages/TestTab.php:584
1977
+ msgid "If using \"Other SMTP\" Mailer, contact your SMTP host to confirm they are accepting outside connections with the settings you have configured (address, username, port, security, etc)."
1978
+ msgstr ""
1979
+
1980
+ #: src/Admin/Pages/TestTab.php:594
1981
+ msgid "Invalid SendGrid API key"
1982
+ msgstr ""
1983
+
1984
+ #: src/Admin/Pages/TestTab.php:595
1985
+ msgid "It looks like your SendGrid API Key is invalid."
1986
+ msgstr ""
1987
+
1988
+ #: src/Admin/Pages/TestTab.php:598
1989
+ #: src/Admin/Pages/TestTab.php:671
1990
+ msgid "Go to WP Mail SMTP plugin Settings page."
1991
+ msgstr ""
1992
+
1993
+ #: src/Admin/Pages/TestTab.php:599
1994
+ msgid "Make sure your API Key in the SendGrid mailer settings is correct and valid."
1995
+ msgstr ""
1996
+
1997
+ #: src/Admin/Pages/TestTab.php:600
1998
+ msgid "Save the plugin settings."
1999
  msgstr ""
2000
 
2001
+ #: src/Admin/Pages/TestTab.php:601
2002
+ msgid "If updating the API Key doesn't resolve this issue, please contact our support."
2003
  msgstr ""
2004
 
2005
+ #: src/Admin/Pages/TestTab.php:611
2006
  msgid "Could not connect to your host."
2007
  msgstr ""
2008
 
2009
+ #: src/Admin/Pages/TestTab.php:621
2010
  msgid "Contact your web hosting provider and inform them you are having issues making outbound connections."
2011
  msgstr ""
2012
 
2013
+ #: src/Admin/Pages/TestTab.php:633
2014
  msgid "Could not authenticate your SMTP account."
2015
  msgstr ""
2016
 
2017
+ #: src/Admin/Pages/TestTab.php:634
2018
  msgid "This means we were able to connect to your SMTP host, but were not able to proceed using the email/password in the settings."
2019
  msgstr ""
2020
 
2021
+ #: src/Admin/Pages/TestTab.php:635
2022
  msgid "Typically this error is returned when the email or password is not correct or is not what the SMTP host is expecting."
2023
  msgstr ""
2024
 
2025
+ #: src/Admin/Pages/TestTab.php:638
2026
  msgid "Triple check your SMTP settings including host address, email, and password. If you have recently reset your password you will need to update the settings."
2027
  msgstr ""
2028
 
2029
+ #: src/Admin/Pages/TestTab.php:639
2030
+ #: src/Admin/Pages/TestTab.php:744
2031
  msgid "Contact your SMTP host to confirm you are using the correct username and password."
2032
  msgstr ""
2033
 
2034
+ #: src/Admin/Pages/TestTab.php:640
2035
+ #: src/Admin/Pages/TestTab.php:745
2036
  msgid "Verify with your SMTP host that your account has permissions to send emails using outside connections."
2037
  msgstr ""
2038
 
2039
+ #: src/Admin/Pages/TestTab.php:650
2040
  msgid "Error due to unsolicited and/or bulk e-mail."
2041
  msgstr ""
2042
 
2043
+ #: src/Admin/Pages/TestTab.php:651
2044
  msgid "This means the connection to your SMTP host was made successfully, but the host rejected the email."
2045
  msgstr ""
2046
 
2047
+ #: src/Admin/Pages/TestTab.php:652
2048
  msgid "Typically this error is returned when you are sending too many e-mails or e-mails that have been identified as spam."
2049
  msgstr ""
2050
 
2051
+ #: src/Admin/Pages/TestTab.php:655
2052
  msgid "Check the emails that are sending are sending individually. Example: email is not sending to 30 recipients. You can install any WordPress e-mail logging plugin to do that."
2053
  msgstr ""
2054
 
2055
+ #: src/Admin/Pages/TestTab.php:656
2056
  msgid "Contact your SMTP host to ask about sending/rate limits."
2057
  msgstr ""
2058
 
2059
+ #: src/Admin/Pages/TestTab.php:657
2060
  msgid "Verify with them your SMTP account is in good standing and your account has not been flagged."
2061
  msgstr ""
2062
 
2063
+ #: src/Admin/Pages/TestTab.php:667
2064
  msgid "Unauthenticated senders are not allowed."
2065
  msgstr ""
2066
 
2067
+ #: src/Admin/Pages/TestTab.php:668
2068
  msgid "This means the connection to your SMTP host was made successfully, but you should enable Authentication and provide correct Username and Password."
2069
  msgstr ""
2070
 
2071
+ #: src/Admin/Pages/TestTab.php:673
 
 
 
 
 
 
 
 
2072
  msgid "Enter correct SMTP Username (usually this is an email address) and Password in the appropriate fields."
2073
  msgstr ""
2074
 
2075
+ #: src/Admin/Pages/TestTab.php:685
2076
  msgid "Misconfigured server certificate."
2077
  msgstr ""
2078
 
2079
+ #: src/Admin/Pages/TestTab.php:686
2080
  msgid "This means OpenSSL on your server isn't able to verify the host certificate."
2081
  msgstr ""
2082
 
2083
+ #: src/Admin/Pages/TestTab.php:687
2084
  msgid "There are a few reasons why this is happening. It could be that the host certificate is misconfigured, or this server's OpenSSL is using an outdated CA bundle."
2085
  msgstr ""
2086
 
2087
+ #: src/Admin/Pages/TestTab.php:690
2088
  msgid "Verify that the host's SSL certificate is valid."
2089
  msgstr ""
2090
 
2091
  #. translators: %s - URL to the PHP openssl manual
2092
+ #: src/Admin/Pages/TestTab.php:693
2093
  msgid "Contact your hosting support, show them the \"full Error Log for debugging\" below and share this <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">link</a> with them."
2094
  msgstr ""
2095
 
2096
+ #: src/Admin/Pages/TestTab.php:713
2097
  msgid "Could not connect to the SMTP host."
2098
  msgstr ""
2099
 
2100
+ #: src/Admin/Pages/TestTab.php:720
2101
+ #: src/Admin/Pages/TestTab.php:1108
2102
  msgid "Typically this error is returned for one of the following reasons:"
2103
  msgstr ""
2104
 
2105
+ #: src/Admin/Pages/TestTab.php:721
2106
  msgid "SMTP settings are incorrect (wrong port, security setting, incorrect host)."
2107
  msgstr ""
2108
 
2109
+ #: src/Admin/Pages/TestTab.php:722
2110
+ #: src/Admin/Pages/TestTab.php:1110
2111
  msgid "Your web server is blocking the connection."
2112
  msgstr ""
2113
 
2114
+ #: src/Admin/Pages/TestTab.php:723
2115
  msgid "Your SMTP host is rejecting the connection."
2116
  msgstr ""
2117
 
2118
+ #: src/Admin/Pages/TestTab.php:726
2119
  msgid "Triple check your SMTP settings including host address, email, and password, port, and security."
2120
  msgstr ""
2121
 
2122
  #. translators: %1$s - SMTP host address, %2$s - SMTP port, %3$s - SMTP encryption.
2123
+ #: src/Admin/Pages/TestTab.php:729
2124
  msgid "Contact your web hosting provider and ask them to verify your server can connect to %1$s on port %2$s using %3$s encryption. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
2125
  msgstr ""
2126
 
2127
+ #: src/Admin/Pages/TestTab.php:742
2128
  msgid "no"
2129
  msgstr ""
2130
 
2131
+ #: src/Admin/Pages/TestTab.php:755
2132
+ #: src/Admin/Pages/TestTab.php:770
2133
+ #: src/Admin/Pages/TestTab.php:786
2134
  msgid "Mailgun failed."
2135
  msgstr ""
2136
 
2137
+ #: src/Admin/Pages/TestTab.php:756
2138
  msgid "It seems that you forgot to activate your Mailgun account."
2139
  msgstr ""
2140
 
2141
+ #: src/Admin/Pages/TestTab.php:759
2142
  msgid "Check your inbox you used to create a Mailgun account. Click the activation link in an email from Mailgun."
2143
  msgstr ""
2144
 
2145
+ #: src/Admin/Pages/TestTab.php:760
2146
  msgid "If you do not see activation email, go to your Mailgun control panel and resend the activation email."
2147
  msgstr ""
2148
 
2149
+ #: src/Admin/Pages/TestTab.php:771
2150
  msgid "Typically this error is because there is an issue with your Mailgun settings, in many cases the API key."
2151
  msgstr ""
2152
 
2153
+ #: src/Admin/Pages/TestTab.php:774
2154
  msgid "Verify your API key is correct."
2155
  msgstr ""
2156
 
2157
+ #: src/Admin/Pages/TestTab.php:775
2158
  msgid "Go to your Mailgun account and view your API key."
2159
  msgstr ""
2160
 
2161
+ #: src/Admin/Pages/TestTab.php:776
2162
  msgid "Note that the API key includes the \"key\" prefix, so make sure that it is in the WP Mail SMTP Mailgun API setting."
2163
  msgstr ""
2164
 
2165
+ #: src/Admin/Pages/TestTab.php:787
2166
  msgid "Your Mailgun account does not have access to send emails."
2167
  msgstr ""
2168
 
2169
+ #: src/Admin/Pages/TestTab.php:788
2170
  msgid "Typically this error is because you have not set up and/or complete domain name verification for your Mailgun account."
2171
  msgstr ""
2172
 
2173
  #. translators: %s - Mailgun documentation URL.
2174
+ #: src/Admin/Pages/TestTab.php:793
2175
  msgid "Go to our how-to guide for setting up <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Mailgun with WP Mail SMTP</a>."
2176
  msgstr ""
2177
 
2178
+ #: src/Admin/Pages/TestTab.php:804
2179
  msgid "Complete the steps in section \"2. Verify Your Domain\"."
2180
  msgstr ""
2181
 
2182
+ #: src/Admin/Pages/TestTab.php:814
2183
+ #: src/Admin/Pages/TestTab.php:863
2184
+ #: src/Admin/Pages/TestTab.php:883
2185
+ #: src/Admin/Pages/TestTab.php:911
2186
+ #: src/Admin/Pages/TestTab.php:927
2187
+ #: src/Admin/Pages/TestTab.php:979
2188
+ #: src/Admin/Pages/TestTab.php:1005
2189
  msgid "Google API Error."
2190
  msgstr ""
2191
 
2192
+ #: src/Admin/Pages/TestTab.php:815
2193
  msgid "You have not properly configured Gmail mailer."
2194
  msgstr ""
2195
 
2196
+ #: src/Admin/Pages/TestTab.php:816
2197
  msgid "Make sure that you have clicked the \"Allow plugin to send emails using your Google account\" button under Gmail settings."
2198
  msgstr ""
2199
 
2200
+ #: src/Admin/Pages/TestTab.php:819
2201
  msgid "Go to plugin Settings page and click the \"Allow plugin to send emails using your Google account\" button."
2202
  msgstr ""
2203
 
2204
+ #: src/Admin/Pages/TestTab.php:820
2205
  msgid "After the click you should be redirected to a Gmail authorization screen, where you will be asked a permission to send emails on your behalf."
2206
  msgstr ""
2207
 
2208
+ #: src/Admin/Pages/TestTab.php:821
2209
  msgid "Please click \"Agree\", if you see that button. If not - you will need to enable less secure apps first:"
2210
  msgstr ""
2211
 
2212
  #. translators: %s - Google support article URL.
2213
+ #: src/Admin/Pages/TestTab.php:826
2214
  msgid "if you are using regular Gmail account, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
2215
  msgstr ""
2216
 
2217
  #. translators: %s - Google support article URL.
2218
+ #: src/Admin/Pages/TestTab.php:841
2219
  msgid "if you are using G Suite, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
2220
  msgstr ""
2221
 
2222
+ #: src/Admin/Pages/TestTab.php:864
2223
  msgid "Typically this error is because address the email was sent to is invalid or was empty."
2224
  msgstr ""
2225
 
2226
+ #: src/Admin/Pages/TestTab.php:867
2227
  msgid "Check the \"Send To\" email address used and confirm it is a valid email and was not empty."
2228
  msgstr ""
2229
 
2230
  #. translators: 1 - correct email address example. 2 - incorrect email address example.
2231
+ #: src/Admin/Pages/TestTab.php:869
2232
  msgid "It should be something like this: %1$s. These are incorrect values: %2$s."
2233
  msgstr ""
2234
 
2235
+ #: src/Admin/Pages/TestTab.php:873
2236
  msgid "Make sure that the generated email has a TO header, useful when you are responsible for email creation."
2237
  msgstr ""
2238
 
2239
+ #: src/Admin/Pages/TestTab.php:884
2240
  msgid "Unfortunately, this error can be due to many different reasons."
2241
  msgstr ""
2242
 
2243
  #. translators: %s - Blog article URL.
2244
+ #: src/Admin/Pages/TestTab.php:887
2245
  msgid "Please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to learn more about what can cause this error and follow the steps below."
2246
  msgstr ""
2247
 
2248
+ #: src/Admin/Pages/TestTab.php:900
2249
  #: src/Providers/Gmail/Mailer.php:270
2250
  msgid "Go to WP Mail SMTP plugin settings page. Click the “Remove Connection” button."
2251
  msgstr ""
2252
 
2253
+ #: src/Admin/Pages/TestTab.php:901
2254
  #: src/Providers/Gmail/Mailer.php:271
2255
  msgid "Then click the “Allow plugin to send emails using your Google account” button and re-enable access."
2256
  msgstr ""
2257
 
2258
+ #: src/Admin/Pages/TestTab.php:912
2259
  msgid "Authentication code that Google returned to you has already been used on your previous auth attempt."
2260
  msgstr ""
2261
 
2262
+ #: src/Admin/Pages/TestTab.php:915
2263
  msgid "Make sure that you are not trying to manually clean up the plugin options to retry the \"Allow...\" step."
2264
  msgstr ""
2265
 
2266
+ #: src/Admin/Pages/TestTab.php:916
2267
  msgid "Reinstall the plugin with clean plugin data turned on on Misc page. This will remove all the plugin options and you will be safe to retry."
2268
  msgstr ""
2269
 
2270
+ #: src/Admin/Pages/TestTab.php:917
2271
  msgid "Make sure there is no aggressive caching on site admin area pages or try to clean cache between attempts."
2272
  msgstr ""
2273
 
2274
+ #: src/Admin/Pages/TestTab.php:928
2275
  msgid "There are various reasons for that, please review the steps below."
2276
  msgstr ""
2277
 
2278
  #. translators: %s - Google G Suite Admin area URL.
2279
+ #: src/Admin/Pages/TestTab.php:933
2280
  msgid "Make sure that your G Suite trial period has not expired. You can check the status <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
2281
  msgstr ""
2282
 
2283
  #. translators: %s - Google G Suite Admin area URL.
2284
+ #: src/Admin/Pages/TestTab.php:946
2285
  msgid "Make sure that Gmail app in your G Suite is actually enabled. You can check that in Apps list in <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">G Suite Admin</a> area."
2286
  msgstr ""
2287
 
2288
  #. translators: %s - Google Developers Console URL.
2289
+ #: src/Admin/Pages/TestTab.php:959
2290
  msgid "Make sure that you have Gmail API enabled, and you can do that <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
2291
  msgstr ""
2292
 
2293
+ #: src/Admin/Pages/TestTab.php:982
2294
+ #: src/Admin/Pages/TestTab.php:1009
2295
  msgid "Make sure that the used Client ID/Secret correspond to a proper project that has Gmail API enabled."
2296
  msgstr ""
2297
 
2298
  #. translators: %s - Gmail documentation URL.
2299
+ #: src/Admin/Pages/TestTab.php:985
2300
  msgid "Please follow our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Gmail tutorial</a> to be sure that all the correct project and data is applied."
2301
  msgstr ""
2302
 
2303
+ #: src/Admin/Pages/TestTab.php:1006
2304
  msgid "You may have added a new API to a project"
2305
  msgstr ""
2306
 
2307
+ #: src/Admin/Pages/TestTab.php:1010
2308
  msgid "Try to use a separate project for your emails, so the project has only 1 Gmail API in it enabled. You will need to remove the old project and create a new one from scratch."
2309
  msgstr ""
2310
 
2311
+ #: src/Admin/Pages/TestTab.php:1020
2312
  msgid "SMTP.com API Error."
2313
  msgstr ""
2314
 
2315
+ #: src/Admin/Pages/TestTab.php:1021
2316
  msgid "Your Sender Name option is incorrect."
2317
  msgstr ""
2318
 
2319
+ #: src/Admin/Pages/TestTab.php:1024
2320
  msgid "Please make sure you entered an accurate Sender Name in WP Mail SMTP plugin settings."
2321
  msgstr ""
2322
 
2323
+ #: src/Admin/Pages/TestTab.php:1034
2324
  msgid "GuzzleHttp requirements."
2325
  msgstr ""
2326
 
2327
+ #: src/Admin/Pages/TestTab.php:1035
2328
  msgid "GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler."
2329
  msgstr ""
2330
 
2331
+ #: src/Admin/Pages/TestTab.php:1038
2332
  msgid "Edit your php.ini file on your hosting server."
2333
  msgstr ""
2334
 
2335
+ #: src/Admin/Pages/TestTab.php:1039
2336
  msgid "(Recommended) Enable PHP extension: cURL, by adding \"extension=curl\" to the php.ini file (without the quotation marks) OR"
2337
  msgstr ""
2338
 
2339
+ #: src/Admin/Pages/TestTab.php:1040
2340
  msgid "(If cURL can't be enabled on your hosting server) Enable PHP setting: allow_url_fopen, by adding \"allow_url_fopen = On\" to the php.ini file (without the quotation marks)"
2341
  msgstr ""
2342
 
2343
+ #: src/Admin/Pages/TestTab.php:1041
2344
  msgid "If you don't know how to do the above we strongly suggest contacting your hosting support and provide them the \"full Error Log for debugging\" below and these steps. They should be able to fix this issue for you."
2345
  msgstr ""
2346
 
2347
+ #: src/Admin/Pages/TestTab.php:1063
2348
  msgid "PCRE library issue"
2349
  msgstr ""
2350
 
2351
+ #: src/Admin/Pages/TestTab.php:1064
2352
  msgid "It looks like your server is running PHP version 7.4.x with an outdated PCRE library (libpcre2) that has a known issue with email address validation."
2353
  msgstr ""
2354
 
2355
+ #: src/Admin/Pages/TestTab.php:1065
2356
  msgid "There is a known issue with PHP version 7.4.x, when using libpcre2 library version lower than 10.33."
2357
  msgstr ""
2358
 
2359
+ #: src/Admin/Pages/TestTab.php:1068
2360
  msgid "Contact your web hosting provider and inform them you are having issues with libpcre2 library on PHP 7.4."
2361
  msgstr ""
2362
 
2363
+ #: src/Admin/Pages/TestTab.php:1069
2364
  msgid "They should be able to resolve this issue for you."
2365
  msgstr ""
2366
 
2367
+ #: src/Admin/Pages/TestTab.php:1070
2368
  msgid "For a quick fix, until your web hosting resolves this, you can downgrade to PHP version 7.3 on your server."
2369
  msgstr ""
2370
 
2371
+ #: src/Admin/Pages/TestTab.php:1106
2372
  msgid "An issue was detected."
2373
  msgstr ""
2374
 
2375
+ #: src/Admin/Pages/TestTab.php:1107
2376
  msgid "This means your test email was unable to be sent."
2377
  msgstr ""
2378
 
2379
+ #: src/Admin/Pages/TestTab.php:1109
2380
  msgid "Plugin settings are incorrect (wrong SMTP settings, invalid Mailer configuration, etc)."
2381
  msgstr ""
2382
 
2383
+ #: src/Admin/Pages/TestTab.php:1111
2384
  msgid "Your host is rejecting the connection."
2385
  msgstr ""
2386
 
2387
+ #: src/Admin/Pages/TestTab.php:1114
2388
  msgid "Triple check the plugin settings, consider reconfiguring to make sure everything is correct (eg bad copy and paste)."
2389
  msgstr ""
2390
 
2391
+ #: src/Admin/Pages/TestTab.php:1116
2392
  msgid "Contact your web hosting provider and ask them to verify your server can make outside connections. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
2393
  msgstr ""
2394
 
2395
+ #: src/Admin/Pages/TestTab.php:1122
2396
  msgid "Try using a different mailer."
2397
  msgstr ""
2398
 
2399
+ #: src/Admin/Pages/TestTab.php:1141
2400
  msgid "There was a problem while sending the test email."
2401
  msgstr ""
2402
 
2403
+ #: src/Admin/Pages/TestTab.php:1151
2404
  msgid "Recommended next steps:"
2405
  msgstr ""
2406
 
2407
+ #: src/Admin/Pages/TestTab.php:1161
2408
  msgid "Need support?"
2409
  msgstr ""
2410
 
2411
  #. translators: %s - WPMailSMTP.com account area link.
2412
+ #: src/Admin/Pages/TestTab.php:1169
2413
  msgid "As a WP Mail SMTP Pro user you have access to WP Mail SMTP priority support. Please log in to your WPMailSMTP.com account and <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">submit a support ticket</a>."
2414
  msgstr ""
2415
 
2416
+ #: src/Admin/Pages/TestTab.php:1186
2417
  msgid "WP Mail SMTP is a free plugin, and the team behind WPForms maintains it to give back to the WordPress community."
2418
  msgstr ""
2419
 
2420
  #. translators: %s - WPMailSMTP.com URL.
2421
+ #: src/Admin/Pages/TestTab.php:1193
2422
  msgid "To access our world class support, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrade to WP Mail SMTP Pro</a>. Along with getting expert support, you will also get Notification controls, Email Logging, and integrations for Amazon SES, Office 365, and Outlook.com."
2423
  msgstr ""
2424
 
2425
+ #: src/Admin/Pages/TestTab.php:1208
2426
  msgid "Additionally, you can take advantage of our White Glove Setup. Sit back and relax while we handle everything for you! If you simply don't have time or maybe you feel a bit in over your head - we got you covered."
2427
  msgstr ""
2428
 
2429
+ #: src/Admin/Pages/TestTab.php:1214
2430
  msgid "As a valued WP Mail SMTP user, you will get <span class=\"price-off\">$50 off regular pricing</span>, automatically applied at checkout!"
2431
  msgstr ""
2432
 
2433
  #. translators: %1$s - WP Mail SMTP support policy URL, %2$s - WP Mail SMTP support forum URL, %3$s - WPMailSMTP.com URL.
2434
+ #: src/Admin/Pages/TestTab.php:1228
2435
  msgid "Alternatively, we also offer <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">limited support</a> on the WordPress.org support forums. You can <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">create a support thread</a> there, but please understand that free support is not guaranteed and is limited to simple issues. If you have an urgent or complex issue, then please consider <a href=\"%3$s\" target=\"_blank\" rel=\"noopener noreferrer\">upgrading to WP Mail SMTP Pro</a> to access our priority support ticket system."
2436
  msgstr ""
2437
 
2438
+ #: src/Admin/Pages/TestTab.php:1249
2439
  msgid "Click here to view the full Error Log for debugging"
2440
  msgstr ""
2441
 
2442
+ #: src/Admin/Pages/TestTab.php:1258
2443
  msgid "Please copy only the content of the error debug message above, identified with an orange left border, into the support forum topic if you experience any issues."
2444
  msgstr ""
2445
 
2446
+ #: src/Admin/Pages/TestTab.php:1292
2447
+ msgid "The test email might have sent, but its deliverability should be improved."
2448
+ msgstr ""
2449
+
2450
+ #: src/Admin/Pages/TestTab.php:1296
2451
+ msgid "Domain Check Results"
2452
+ msgstr ""
2453
+
2454
+ #: src/Admin/Pages/TestTab.php:1308
2455
+ msgid "%s icon"
2456
+ msgstr ""
2457
+
2458
+ #: src/Admin/Review.php:120
2459
  msgid "Are you enjoying WP Mail SMTP?"
2460
  msgstr ""
2461
 
2462
+ #: src/Admin/Review.php:122
2463
  msgid "Yes"
2464
  msgstr ""
2465
 
2466
+ #: src/Admin/Review.php:123
2467
  msgid "Not Really"
2468
  msgstr ""
2469
 
2470
+ #: src/Admin/Review.php:127
2471
  msgid "We're sorry to hear you aren't enjoying WP Mail SMTP. We would love a chance to improve. Could you take a minute and let us know what we can do better?"
2472
  msgstr ""
2473
 
2474
+ #: src/Admin/Review.php:130
2475
  msgid "Give Feedback"
2476
  msgstr ""
2477
 
2478
+ #: src/Admin/Review.php:133
2479
  msgid "No thanks"
2480
  msgstr ""
2481
 
2482
+ #: src/Admin/Review.php:138
2483
  msgid "That’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
2484
  msgstr ""
2485
 
2486
+ #: src/Admin/Review.php:139
2487
  msgid "~ Jared Atchison<br>Lead Developer, WP Mail SMTP"
2488
  msgstr ""
2489
 
2490
+ #: src/Admin/Review.php:142
2491
  msgid "Ok, you deserve it"
2492
  msgstr ""
2493
 
2494
+ #: src/Admin/Review.php:144
2495
  msgid "Nope, maybe later"
2496
  msgstr ""
2497
 
2498
+ #: src/Admin/Review.php:145
2499
  msgid "I already did"
2500
  msgstr ""
2501
 
2502
+ #: src/Admin/SetupWizard.php:146
2503
+ msgid "Setup Wizard"
2504
+ msgstr ""
2505
+
2506
+ #: src/Admin/SetupWizard.php:204
2507
+ msgid "We're sorry, the %mailer% mailer is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features."
2508
+ msgstr ""
2509
+
2510
+ #: src/Admin/SetupWizard.php:208
2511
+ msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span class=\"highlight\">$50 off</span> regular price,<br>applied at checkout."
2512
+ msgstr ""
2513
+
2514
+ #: src/Admin/SetupWizard.php:237
2515
+ msgid "WP Mail SMTP &rsaquo; Setup Wizard"
2516
+ msgstr ""
2517
+
2518
+ #: src/Admin/SetupWizard.php:441
2519
+ msgid "Whoops, something's not working."
2520
+ msgstr ""
2521
+
2522
+ #: src/Admin/SetupWizard.php:442
2523
+ msgid "It looks like something is preventing JavaScript from loading on your website. WP Mail SMTP requires JavaScript in order to give you the best possible experience."
2524
+ msgstr ""
2525
+
2526
+ #: src/Admin/SetupWizard.php:444
2527
+ msgid "In order to fix this issue, please check each of the items below:"
2528
+ msgstr ""
2529
+
2530
+ #: src/Admin/SetupWizard.php:447
2531
+ msgid "If you are using an ad blocker, please disable it or whitelist the current page."
2532
+ msgstr ""
2533
+
2534
+ #: src/Admin/SetupWizard.php:448
2535
+ msgid "If you aren't already using Chrome, Firefox, Safari, or Edge, then please try switching to one of these popular browsers."
2536
+ msgstr ""
2537
+
2538
+ #: src/Admin/SetupWizard.php:449
2539
+ msgid "Confirm that your browser is updated to the latest version."
2540
+ msgstr ""
2541
+
2542
+ #: src/Admin/SetupWizard.php:452
2543
+ msgid "If you've checked each of these details and are still running into issues, then please get in touch with our support team. We’d be happy to help!"
2544
+ msgstr ""
2545
+
2546
+ #: src/Admin/SetupWizard.php:458
2547
+ msgid "Copy the error message above and paste it in a message to the WP Mail SMTP support team."
2548
+ msgstr ""
2549
+
2550
+ #: src/Admin/SetupWizard.php:461
2551
+ msgid "Contact Us"
2552
+ msgstr ""
2553
+
2554
+ #: src/Admin/SetupWizard.php:508
2555
+ #: src/Admin/SetupWizard.php:548
2556
+ msgid "You don't have permission to change options for this WP site!"
2557
+ msgstr ""
2558
+
2559
+ #: src/Admin/SetupWizard.php:763
2560
+ msgid "Could not install the plugin. You don't have permission to install plugins."
2561
+ msgstr ""
2562
+
2563
+ #: src/Admin/SetupWizard.php:769
2564
+ msgid "Could not install the plugin. Plugin slug is missing."
2565
+ msgstr ""
2566
+
2567
+ #: src/Admin/SetupWizard.php:777
2568
+ #: src/Admin/SetupWizard.php:781
2569
+ msgid "Could not install the plugin. Don't have file permission."
2570
+ msgstr ""
2571
+
2572
+ #: src/Admin/SetupWizard.php:792
2573
+ msgid "Could not install the plugin. WP Plugin installer initialization failed."
2574
+ msgstr ""
2575
+
2576
+ #: src/Admin/SetupWizard.php:877
2577
+ msgid "Could not install the plugin. WP Plugin installer could not retrieve plugin information."
2578
+ msgstr ""
2579
+
2580
+ #: src/Admin/SetupWizard.php:900
2581
+ msgid "Google Analytics by MonsterInsights"
2582
+ msgstr ""
2583
+
2584
+ #: src/Admin/SetupWizard.php:906
2585
+ msgid "All in One SEO"
2586
+ msgstr ""
2587
+
2588
+ #: src/Admin/SetupWizard.php:912
2589
+ msgid "Giveaways by RafflePress"
2590
+ msgstr ""
2591
+
2592
+ #: src/Admin/SetupWizard.php:918
2593
+ msgid "Smash Balloon Social Photo Feed"
2594
+ msgstr ""
2595
+
2596
+ #: src/Admin/SetupWizard.php:924
2597
+ msgid "SeedProd Landing Page Builder"
2598
+ msgstr ""
2599
+
2600
+ #: src/Admin/SetupWizard.php:930
2601
+ msgid "WP Call Button"
2602
+ msgstr ""
2603
+
2604
+ #: src/Admin/SetupWizard.php:999
2605
+ msgid "You are already using the WP Mail SMTP PRO version. Please refresh this page and verify your license key."
2606
+ msgstr ""
2607
+
2608
+ #: src/Admin/SetupWizard.php:1003
2609
+ msgid "You don't have the permission to perform this action."
2610
+ msgstr ""
2611
+
2612
+ #: src/Admin/SetupWizard.php:1009
2613
+ msgid "Please enter a valid license key!"
2614
+ msgstr ""
2615
+
2616
+ #: src/Admin/SetupWizard.php:1020
2617
+ msgid "Upgrade functionality not available!"
2618
+ msgstr ""
2619
+
2620
  #. translators: %1$s - Plugin name causing conflict; %2$s - Plugin name causing conflict.
2621
  #: src/Conflicts.php:159
2622
  msgid "Heads up! WP Mail SMTP has detected %1$s is activated. Please deactivate %2$s to prevent conflicts."
2623
  msgstr ""
2624
 
2625
+ #: src/Connect.php:55
2626
+ msgid "Almost Done"
2627
+ msgstr ""
2628
+
2629
+ #: src/Connect.php:56
2630
+ msgid "Oops!"
2631
+ msgstr ""
2632
+
2633
+ #: src/Connect.php:58
2634
+ msgid "Unfortunately there was a server connection error."
2635
+ msgstr ""
2636
+
2637
+ #: src/Connect.php:115
2638
+ msgid "You are not allowed to install plugins."
2639
+ msgstr ""
2640
+
2641
+ #: src/Connect.php:125
2642
+ msgid "Please enter your license key to connect."
2643
+ msgstr ""
2644
+
2645
+ #: src/Connect.php:133
2646
+ msgid "Only the Lite version can be upgraded."
2647
+ msgstr ""
2648
+
2649
+ #: src/Connect.php:148
2650
+ msgid "WP Mail SMTP Pro was already installed, but was not active. We activated it for you."
2651
+ msgstr ""
2652
+
2653
+ #: src/Connect.php:160
2654
+ msgid "There was an error while generating an upgrade URL. Please try again."
2655
+ msgstr ""
2656
+
2657
+ #: src/Connect.php:186
2658
+ msgid "There was an error while installing an upgrade. Please download the plugin from wpmailsmtp.com and install it manually."
2659
+ msgstr ""
2660
+
2661
+ #: src/Connect.php:228
2662
+ msgid "There was an error while installing an upgrade. Please check file system permissions and try again. Also, you can download the plugin from wpmailsmtp.com and install it manually."
2663
+ msgstr ""
2664
+
2665
+ #: src/Connect.php:257
2666
+ msgid "There was an error while installing an upgrade. Please try again."
2667
+ msgstr ""
2668
+
2669
+ #: src/Connect.php:295
2670
+ msgid "Pro version installed but needs to be activated on the Plugins page."
2671
+ msgstr ""
2672
+
2673
  #. translators: %1$s - WP Mail SMTP plugin name; %2$s - WPMailSMTP.com URL to a related doc.
2674
+ #: src/Core.php:393
2675
  msgid "Your site is running an outdated version of PHP that is no longer supported and may cause issues with %1$s. <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more</a> for additional information."
2676
  msgstr ""
2677
 
2678
+ #: src/Core.php:407
2679
+ msgid "<strong>Please Note:</strong> Support for PHP 5.5 will be discontinued in 2021. After this, if no further action is taken, WP Mail SMTP functionality will be disabled."
2680
  msgstr ""
2681
 
2682
  #. translators: %s - plugin name and its version.
2683
+ #: src/Core.php:441
2684
  msgid "<strong>EMAILING DISABLED:</strong> The %s is currently blocking all emails from being sent."
2685
  msgstr ""
2686
 
2687
  #. translators: %1$s - constant name; %2$s - constant value.
2688
+ #: src/Core.php:452
2689
  msgid "To send emails, change the value of the %1$s constant to %2$s."
2690
  msgstr ""
2691
 
2692
  #. translators: %s - plugin Misc settings page URL.
2693
+ #: src/Core.php:463
2694
  msgid "To send emails, go to plugin <a href=\"%s\">Misc settings</a> and disable the \"Do Not Send\" option."
2695
  msgstr ""
2696
 
2697
  #. translators: %s - plugin name and its version.
2698
+ #: src/Core.php:507
2699
  msgid "<strong>EMAIL DELIVERY ERROR:</strong> the plugin %s logged this error during the last time it tried to send an email:"
2700
  msgstr ""
2701
 
2702
+ #: src/Core.php:537
2703
  msgid "Consider running an email test after fixing it."
2704
  msgstr ""
2705
 
 
 
 
 
2706
  #. translators: %1$s - WP Mail SMTP, %2$s - error message.
2707
  #: src/Migration.php:137
2708
  msgid "There was an error while upgrading the database. Please contact %1$s support with this information: %2$s."
2724
  msgid "We're sorry, the Amazon SES mailer is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features."
2725
  msgstr ""
2726
 
2727
+ #: src/Providers/Gmail/Auth.php:126
2728
  msgid "Please make sure your Google Client ID and Secret in the plugin settings are valid. Save the settings and try the Authorization again."
2729
  msgstr ""
2730
 
2731
+ #: src/Providers/Gmail/Auth.php:203
2732
  msgid "There was an error while processing the Google authentication request. Please make sure that you have Client ID and Client Secret both valid and saved."
2733
  msgstr ""
2734
 
2750
 
2751
  #. translators: %s - URL to our Gmail doc.
2752
  #: src/Providers/Gmail/Options.php:36
2753
+ msgid "Send emails using your <b>Gmail</b> or <b>G Suite</b> (formerly Google Apps) account, all while keeping your login credentials safe. Other Google SMTP methods require enabling less secure apps in your account and entering your password. However, this integration uses the Google API to improve email delivery issues while keeping your site secure.<br><br>Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Gmail documentation</a> to learn how to configure Gmail or G Suite."
 
 
 
 
 
 
 
 
2754
  msgstr ""
2755
 
2756
+ #: src/Providers/Gmail/Options.php:51
2757
+ msgid "The Gmail mailer works well for sites that send low numbers of emails. However, Gmail's API has rate limitations and a number of additional restrictions that can lead to challenges during setup.<br><br>If you expect to send a high volume of emails, or if you find that your web host is not compatible with the Gmail API restrictions, then we recommend considering a different mailer option."
2758
  msgstr ""
2759
 
2760
+ #: src/Providers/Gmail/Options.php:123
2761
  msgid "Authorized redirect URI"
2762
  msgstr ""
2763
 
2764
+ #: src/Providers/Gmail/Options.php:131
2765
  msgid "Copy URL to clipboard"
2766
  msgstr ""
2767
 
2768
+ #: src/Providers/Gmail/Options.php:136
2769
  msgid "Please copy this URL into the \"Authorized redirect URIs\" field of your Google web application."
2770
  msgstr ""
2771
 
2772
+ #: src/Providers/Gmail/Options.php:173
 
 
 
 
2773
  msgid "Allow plugin to send emails using your Google account"
2774
  msgstr ""
2775
 
 
 
 
 
2776
  #: src/Providers/Gmail/Options.php:176
2777
+ msgid "Click the button above to confirm authorization."
2778
  msgstr ""
2779
 
2780
  #. translators: %s - email address, as received from Google API.
2781
+ #: src/Providers/Gmail/Options.php:191
2782
  msgid "Connected as %s"
2783
  msgstr ""
2784
 
2785
  #. translators: %s - URL to Google Gmail alias documentation page.
2786
+ #: src/Providers/Gmail/Options.php:201
2787
  msgid "If you want to use a different From Email address you can set-up a Google email alias. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Follow these instructions</a> and then select the From Email at the top of this page."
2788
  msgstr ""
2789
 
2790
+ #: src/Providers/Gmail/Options.php:215
2791
  msgid "Removing the connection will give you an ability to redo the connection or link to another Google account."
2792
  msgstr ""
2793
 
2794
+ #: src/Providers/Gmail/Options.php:223
2795
  msgid "You need to save settings with Client ID and Client Secret before you can proceed."
2796
  msgstr ""
2797
 
2804
  msgstr ""
2805
 
2806
  #: src/Providers/Mailgun/Mailer.php:412
2807
+ msgid "It looks like there's most likely a setup issue. Please check your WP Mail SMTP settings to see if any details might be missing or incorrect."
 
 
 
 
 
 
 
 
2808
  msgstr ""
2809
 
2810
  #: src/Providers/Mailgun/Options.php:25
2811
  msgid "Mailgun"
2812
  msgstr ""
2813
 
2814
+ #. translators: %1$s - URL to mailgun.com; %2$s - URL to Mailgun documentation on wpmailsmtp.com
2815
  #: src/Providers/Mailgun/Options.php:29
2816
+ msgid "<a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Mailgun</a> is one of the leading transactional email services trusted by over 150,000+ businesses. They provide 5,000 free emails per month for 3 months.<br><br>Read our <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Mailgun documentation</a> to learn how to configure Mailgun and improve your email deliverability."
2817
  msgstr ""
2818
 
2819
+ #: src/Providers/Mailgun/Options.php:55
2820
  msgid "Private API Key"
2821
  msgstr ""
2822
 
2823
  #. translators: %s - API key link.
2824
+ #: src/Providers/Mailgun/Options.php:74
2825
  msgid "Follow this link to get an API Key from Mailgun: %s."
2826
  msgstr ""
2827
 
2828
+ #: src/Providers/Mailgun/Options.php:76
2829
  msgid "Get a Private API Key"
2830
  msgstr ""
2831
 
 
 
 
 
2832
  #. translators: %s - Domain Name link.
2833
+ #: src/Providers/Mailgun/Options.php:99
2834
  msgid "Follow this link to get a Domain Name from Mailgun: %s."
2835
  msgstr ""
2836
 
2837
+ #: src/Providers/Mailgun/Options.php:101
2838
  msgid "Get a Domain Name"
2839
  msgstr ""
2840
 
2841
+ #: src/Providers/Mailgun/Options.php:135
 
 
 
 
 
 
 
 
 
 
 
 
2842
  msgid "Define which endpoint you want to use for sending messages."
2843
  msgstr ""
2844
 
2845
+ #: src/Providers/Mailgun/Options.php:136
2846
  msgid "If you are operating under EU laws, you may be required to use EU region."
2847
  msgstr ""
2848
 
2849
  #. translators: %s - URL to Mailgun.com page.
2850
+ #: src/Providers/Mailgun/Options.php:141
2851
  msgid "<a href=\"%s\" rel=\"\" target=\"_blank\">More information</a> on Mailgun.com."
2852
  msgstr ""
2853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2854
  #. translators: %s - constant name: WPMS_SMTP_PASS.
2855
  #: src/Providers/OptionsAbstract.php:333
2856
  msgid "To change the password you need to change the value of the constant there: %s"
2929
  msgid "Pepipost"
2930
  msgstr ""
2931
 
 
 
 
 
 
 
 
2932
  #. translators: %s - link to get an API Key.
2933
  #: src/Providers/PepipostAPI/Options.php:113
2934
  #: src/Providers/Sendinblue/Options.php:115
2943
  msgid "SendGrid"
2944
  msgstr ""
2945
 
2946
+ #. translators: %1$s - URL to sendgrid.com; %2$s - URL to Sendgrid documentation on wpmailsmtp.com
2947
  #: src/Providers/Sendgrid/Options.php:30
2948
+ msgid "<a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">SendGrid</a> is one of the leading transactional email services, sending over 35 billion emails every month. They provide users with 100 free emails per day.<br><br>Read our <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">SendGrid documentation</a> to learn how to set up SendGrid and improve your email deliverability."
2949
  msgstr ""
2950
 
2951
  #. translators: %s - API key link.
2952
+ #: src/Providers/Sendgrid/Options.php:82
2953
  msgid "Follow this link to get an API Key from SendGrid: %s."
2954
  msgstr ""
2955
 
2956
+ #: src/Providers/Sendgrid/Options.php:84
2957
  msgid "Create API Key"
2958
  msgstr ""
2959
 
2960
  #. translators: %s - SendGrid access level.
2961
+ #: src/Providers/Sendgrid/Options.php:92
2962
  msgid "To send emails you will need only a %s access level for this API key."
2963
  msgstr ""
2964
 
2965
+ #. translators: %s - URL to SendGrid documentation on wpmailsmtp.com
2966
+ #: src/Providers/Sendgrid/Options.php:116
2967
+ msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SendGrid documentation</a>."
2968
+ msgstr ""
2969
+
2970
  #. translators: %1$s - URL to sendinblue.com site.
2971
  #: src/Providers/Sendinblue/Options.php:32
2972
+ msgid "<strong><a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Sendinblue</a> is a recommended transactional email service.</strong> Founded in 2012, they serve 80,000+ growing companies around the world and send over 30 million emails each day. They understand that transactional emails are the heart of your customer relationships. Their email deliverability experts are constantly at work optimizing the reliability and speed of their SMTP infrastructure.<br><br>Sendinblue provides users 300 free emails per day."
2973
  msgstr ""
2974
 
2975
  #. translators: %2$s - URL to wpmailsmtp.com doc.
2989
  msgid "Get v3 API Key"
2990
  msgstr ""
2991
 
2992
+ #. translators: %s - URL to Sendinblue documentation on wpmailsmtp.com
2993
+ #: src/Providers/Sendinblue/Options.php:141
2994
+ msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Sendinblue documentation</a>."
2995
+ msgstr ""
2996
+
2997
  #: src/Providers/SMTP/Options.php:25
2998
  msgid "Other SMTP"
2999
  msgstr ""
3000
 
3001
  #. translators: %s - URL to SMTP documentation.
3002
  #: src/Providers/SMTP/Options.php:29
3003
+ msgid "Use the SMTP details provided by your hosting provider or email service.<br><br>To see recommended settings for the popular services, as well as troubleshooting tips, check out our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP documentation</a>."
3004
  msgstr ""
3005
 
3006
  #: src/Providers/SMTPcom/Mailer.php:461
3013
 
3014
  #. translators: %s - URL to smtp.com site.
3015
  #: src/Providers/SMTPcom/Options.php:42
3016
+ msgid "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP.com</a> is a recommended transactional email service.</strong> With a 22 year track record of reliable email delivery, SMTP.com is a premiere solution for WordPress developers and website owners. SMTP.com has been around for almost as long as email itself. Their super simple integration interface makes it easy to get started, while a powerful API and robust documentation make it a preferred choice among developers.<br><br>Start a 30-day free trial with 50,000 emails."
3017
  msgstr ""
3018
 
3019
  #. translators: %s - URL to wpmailsmtp.com doc page for stmp.com.
3021
  msgid "Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">SMTP.com documentation</a> to learn how to configure SMTP.com and improve your email deliverability."
3022
  msgstr ""
3023
 
 
 
 
 
3024
  #: src/Providers/SMTPcom/Options.php:68
3025
  msgid "SMTP.com"
3026
  msgstr ""
3034
  msgid "Get API Key"
3035
  msgstr ""
3036
 
 
 
 
 
3037
  #. translators: %s - Channel/Sender Name link for smtp.com documentation.
3038
  #: src/Providers/SMTPcom/Options.php:138
3039
  msgid "Follow this link to get a Sender Name from SMTP.com: %s."
3091
  msgid "None selected"
3092
  msgstr ""
3093
 
3094
+ #: src/SiteHealth.php:162
3095
  msgid "Current mailer"
3096
  msgstr ""
3097
 
3098
+ #: src/SiteHealth.php:167
3099
  msgid "WP Mail SMTP mailer setup is complete"
3100
  msgstr ""
3101
 
3102
+ #: src/SiteHealth.php:176
3103
  msgid "The WP Mail SMTP plugin mailer setup is complete. You can send a test email, to make sure it's working properly."
3104
  msgstr ""
3105
 
3106
+ #: src/SiteHealth.php:181
3107
  msgid "Test email sending"
3108
  msgstr ""
3109
 
3110
+ #: src/SiteHealth.php:189
3111
  msgid "You currently have the default mailer selected, which means that you haven’t set up SMTP yet."
3112
  msgstr ""
3113
 
3114
+ #: src/SiteHealth.php:194
3115
  msgid "WP Mail SMTP mailer setup is incomplete"
3116
  msgstr ""
3117
 
3118
+ #: src/SiteHealth.php:200
3119
  msgid "The WP Mail SMTP plugin mailer setup is incomplete. Please click on the link below to access plugin settings and configure the mailer."
3120
  msgstr ""
3121
 
3122
+ #: src/SiteHealth.php:205
3123
  msgid "Configure mailer"
3124
  msgstr ""
3125
 
3126
+ #: src/SiteHealth.php:222
3127
  msgid "WP Mail SMTP DB tables are created"
3128
  msgstr ""
3129
 
3130
+ #: src/SiteHealth.php:228
3131
  msgid "WP Mail SMTP is using custom database tables for some of its features. In order to work properly, the custom tables should be created, and it looks like they exist in your database."
3132
  msgstr ""
3133
 
3134
+ #: src/SiteHealth.php:236
3135
  msgid "WP Mail SMTP DB tables check has failed"
3136
  msgstr ""
3137
 
3138
  #. translators: %s - the list of missing tables separated by comma.
3139
+ #: src/SiteHealth.php:242
3140
  msgid "Missing table: %s"
3141
  msgid_plural "Missing tables: %s"
3142
  msgstr[0] ""
3143
  msgstr[1] ""
3144
 
3145
+ #: src/SiteHealth.php:245
3146
  msgid "WP Mail SMTP is using custom database tables for some of its features. In order to work properly, the custom tables should be created, and it seems they are missing. Please try to re-install the WP Mail SMTP plugin. If this issue persists, please contact our support."
3147
  msgstr ""
3148
 
3151
  msgid "%1$s \\a\\t %2$s"
3152
  msgstr ""
3153
 
3154
+ #: wp_mail_smtp.php:143
3155
  msgid "Please deactivate the free version of the WP Mail SMTP plugin before activating WP Mail SMTP Pro."
3156
  msgstr ""
3157
 
3158
  #. translators: %1$s - WPBeginner URL for recommended WordPress hosting.
3159
+ #: wp_mail_smtp.php:171
3160
  msgid "Your site is running an <strong>insecure version</strong> of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">recommended WordPress hosting company</a>."
3161
  msgstr ""
3162
 
3163
  #. translators: %s - WPMailSMTP.com docs URL with more details.
3164
+ #: wp_mail_smtp.php:188
3165
  msgid "<strong>WP Mail SMTP plugin is disabled</strong> on your site until you fix the issue. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more for additional information.</a>"
3166
  msgstr ""
assets/vue/css/wizard.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-mail-smtp-tooltip{display:block!important;z-index:10000;max-width:350px}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-inner{background:#2d4f60;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-inner a{color:#fff;font-weight:700}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#2d4f60;z-index:1}.wp-mail-smtp-tooltip[x-placement^=top]{padding-bottom:5px}.wp-mail-smtp-tooltip[x-placement^=top] .wp-mail-smtp-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.wp-mail-smtp-tooltip[x-placement^=bottom]{padding-top:5px}.wp-mail-smtp-tooltip[x-placement^=bottom] .wp-mail-smtp-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.wp-mail-smtp-tooltip[x-placement^=right]{padding-left:5px}.wp-mail-smtp-tooltip[x-placement^=right] .wp-mail-smtp-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.wp-mail-smtp-tooltip[x-placement^=left]{padding-right:5px}.wp-mail-smtp-tooltip[x-placement^=left] .wp-mail-smtp-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.wp-mail-smtp-tooltip.popover .popover-inner{background:#fff;color:#2d4f60;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.wp-mail-smtp-tooltip.popover .popover-arrow{border-color:#fff}.wp-mail-smtp-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.wp-mail-smtp-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.wp-mail-smtp-loader{-webkit-animation:wp-mail-smtp-loader-spin .65s linear infinite;animation:wp-mail-smtp-loader-spin .65s linear infinite}.wp-mail-smtp-loader-md{width:32px;height:32px}.wp-mail-smtp-loader-sm{width:16px;height:16px}@-webkit-keyframes wp-mail-smtp-loader-spin{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}to{-webkit-transform:rotate(630deg);transform:rotate(630deg)}}@keyframes wp-mail-smtp-loader-spin{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}to{-webkit-transform:rotate(630deg);transform:rotate(630deg)}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f1f1f1;margin:0}body,body button,body input,body select,body textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}p>label{display:block}.medium-bold{font-weight:500}.medium-bold a{color:#e27730;font-weight:700}.medium-bold a:focus,.medium-bold a:hover{color:#c45e1b}.wp-mail-smtp-setup-wizard-header{text-align:center;border-top:4px solid #e27730}.wp-mail-smtp-setup-wizard-header h1{margin:0}.wp-mail-smtp-logo{display:inline-block;width:320px;margin-top:50px;padding:0 10px}.wp-mail-smtp-logo img{width:100%;height:100%}.wp-mail-smtp-setup-wizard-container{max-width:90%;width:auto;margin:0 auto}.wp-mail-smtp-setup-wizard-content{background:#fff;border:1px solid #ddd;border-radius:6px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05);color:#777;font-size:16px;margin:22px 0 30px}.wp-mail-smtp-setup-wizard-content-container{padding:10px 20px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-content-header{margin-bottom:27px}.wp-mail-smtp-setup-wizard-content h2,.wp-mail-smtp-setup-wizard-content h3{color:#444;font-size:24px;font-weight:500;margin:0 0 12px}.wp-mail-smtp-setup-wizard-content h3{font-size:16px;margin:0 0 20px}.wp-mail-smtp-setup-wizard-content .subtitle{font-size:16px;line-height:1.5;margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator{width:100%;border-top:1px solid #e6e6e6;clear:both;margin:20px 0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-no-margin{margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-big-margin{margin:30px 0}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content{text-align:center}.wp-mail-smtp-button{border-radius:3px;border:none;background-color:#f1f1f1;color:#777;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;line-height:19px;padding:15px 30px;text-decoration:none}.wp-mail-smtp-button:focus,.wp-mail-smtp-button:hover{background-color:#d8d8d8}.wp-mail-smtp-button:focus{outline:none}.wp-mail-smtp-button.wp-mail-smtp-button-secondary{background-color:#2d4f60;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-secondary:focus,.wp-mail-smtp-button.wp-mail-smtp-button-secondary:hover{background-color:#1d323d}.wp-mail-smtp-button.wp-mail-smtp-button-secondary:disabled{opacity:.65;cursor:not-allowed;background-color:#2d4f60}.wp-mail-smtp-button.wp-mail-smtp-button-red{background-color:#dc3232;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-red:focus,.wp-mail-smtp-button.wp-mail-smtp-button-red:hover{background-color:#bb2020}.wp-mail-smtp-button.wp-mail-smtp-button-red:disabled{opacity:.65;cursor:not-allowed;background-color:#dc3232}.wp-mail-smtp-button.wp-mail-smtp-button-success{background-color:#6aa08b;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-success:focus,.wp-mail-smtp-button.wp-mail-smtp-button-success:hover{background-color:#548371}.wp-mail-smtp-button.wp-mail-smtp-button-success:disabled{opacity:.65;cursor:not-allowed;background-color:#6aa08b}.wp-mail-smtp-button.wp-mail-smtp-button-main{background-color:#e27730;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-main:focus,.wp-mail-smtp-button.wp-mail-smtp-button-main:hover{background-color:#c45e1b}.wp-mail-smtp-button.wp-mail-smtp-button-main:disabled{opacity:.65;cursor:not-allowed;background-color:#e27730}.wp-mail-smtp-button.wp-mail-smtp-button-small{line-height:23px;font-size:14px;padding:8px 20px}.wp-mail-smtp-button.wp-mail-smtp-button-small .wp-mail-smtp-loader-sm{margin-top:3px;margin-bottom:-3px}.wp-mail-smtp-button.wp-mail-smtp-button-large{line-height:22px;font-size:18px;padding:19px 39px}.wp-mail-smtp-button.wp-mail-smtp-button-disabled,.wp-mail-smtp-button.wp-mail-smtp-button-disabled:focus,.wp-mail-smtp-button.wp-mail-smtp-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;font-weight:500;cursor:auto;outline:none}.wp-mail-smtp-button.wp-mail-smtp-button-activated,.wp-mail-smtp-button.wp-mail-smtp-button-activated:focus,.wp-mail-smtp-button.wp-mail-smtp-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;font-weight:500;cursor:auto;outline:none}.wp-mail-smtp-button .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-mail-smtp-button .text-with-arrow-right .icon{margin-left:10px}.wp-mail-smtp-button .text-with-arrow-left .icon{margin-right:10px}.wp-mail-smtp-step-below-content{text-align:center;font-size:14px;color:#777;margin:-19px 0 47px}.wp-mail-smtp-setup-wizard-step-footer{display:block;text-align:center;min-height:110px;padding:0 20px;margin-top:30px}.wp-mail-smtp-setup-wizard-step-footer a{font-size:14px;display:block;color:#999;margin:20px 0}.wp-mail-smtp-setup-wizard-step-footer a:active,.wp-mail-smtp-setup-wizard-step-footer a:hover{color:#777;text-decoration:underline}.wp-mail-smtp-setup-wizard-step-footer-buttons{margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-footer-buttons button{width:100%;margin-bottom:10px}.wp-mail-smtp-setup-wizard-step-footer-buttons button:last-child{margin-right:0;margin-bottom:0}.wp-mail-smtp-exit-link{text-align:center;margin-bottom:50px}.wp-mail-smtp-exit-link a{font-size:14px;color:#999;text-decoration:underline}.wp-mail-smtp-exit-link a:active,.wp-mail-smtp-exit-link a:hover{color:#777;text-decoration:underline}.wp-mail-smtp-setup-wizard-timeline{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:41px auto 0;max-width:650px;padding:0 20px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line{background:#ddd;height:2px;margin:0 6px;width:100%}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line.wp-mail-smtp-setup-wizard-timeline-line-active{background:#6aa08b}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step{border:none;background-color:#b6b6b6;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step .icon{display:none}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-active,.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-completed{background-color:#6aa08b;position:relative}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed{background-color:#d83638;position:relative}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-completed .icon-success,.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed .icon-failed{color:#fff;display:block;position:absolute;left:3px;top:3px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed .icon-failed{left:4px;top:2px}.wp-mail-smtp-input-radios-with-icons{display:block}.wp-mail-smtp-input-radios-with-icons input{opacity:0;position:absolute}.wp-mail-smtp-input-radios-with-icons label{width:100%;height:52px;color:#444;border:1px solid #ddd;background:#fff;border-radius:3px;font-size:16px;display:block;margin-bottom:20px;padding:9px;cursor:pointer}.wp-mail-smtp-input-radios-with-icons label>*{vertical-align:middle}.wp-mail-smtp-input-radios-with-icons label:hover{border:1px solid #999;-webkit-box-shadow:0 0 0 1px #999;box-shadow:0 0 0 1px #999}.wp-mail-smtp-setup-wizard-step-choose-mailer .wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label{border-color:#2d4f60}.wp-mail-smtp-setup-wizard-step-choose-mailer .wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:hover{-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-checked{border:1px solid #2d4f60;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1),0 0 0 1px #2d4f60;box-shadow:0 3px 5px rgba(0,0,0,.1),0 0 0 1px #2d4f60}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly{color:#999;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly img,.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly svg{opacity:.4}.wp-mail-smtp-input-radios-with-icons img{margin-left:20px}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio{width:32px;height:32px;position:relative;display:inline-block;border-radius:50%;background-color:#e6e6e6}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio .icon{display:none}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked{background-color:#2d4f60;color:#fff}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked .icon{display:block;position:absolute;left:8px;top:8px}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio-text{margin-left:10px}.wp-mail-smtp-setup-wizard-form-row-highlight{background-color:#f8f8f8;padding:20px;margin:0 -20px 20px}.wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:last-child{margin-bottom:0}.wp-mail-smtp-swal.swal2-container.swal2-shown{background-color:rgba(68,68,68,.5)}.wp-mail-smtp-swal .swal2-popup{padding:10px;border-radius:0;font-size:16px;color:#777;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.15);box-shadow:0 2px 15px rgba(0,0,0,.15)}.wp-mail-smtp-swal .swal2-popup .swal2-header{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin:40px 40px 12px;padding:0}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-title{font-size:24px;color:#444;margin:0;padding:0;font-weight:500;text-align:left}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-close{color:#b6b6b6;font-size:0;width:16px;height:16px;margin:10px 8px 0 0;outline:none}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-close:before{content:"";display:inline-block;background:no-repeat url(../img/times-solid-grey.svg);width:18px;height:18px}.wp-mail-smtp-swal .swal2-popup .swal2-content{color:#777;font-size:16px;line-height:23px;padding:0 40px;margin-bottom:37px}.wp-mail-smtp-swal .swal2-popup .swal2-content #swal2-content{text-align:left;font-weight:400}.wp-mail-smtp-swal .swal2-popup .swal2-actions{border-top:1px solid #e6e6e6;margin:0 -10px;padding:30px 30px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled:focus{-webkit-box-shadow:none;box-shadow:none}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{margin:0;display:block;width:100%}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{display:inline-block;width:auto}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{border:none;background-color:#e27730;color:#fff;border-radius:3px;font-size:16px;font-weight:500;line-height:19px;padding:15px 30px;text-decoration:none}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background-color:#c45e1b}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:"";display:inline-block;margin:0 0 -3px 10px;background:no-repeat url(../img/long-arrow-alt-right-regular-white.svg);width:16px;height:18px}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{background:none!important;border:none;padding:0!important;color:#999;font-size:14px;font-weight:400;text-decoration:underline;cursor:pointer;margin-bottom:30px}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{margin-bottom:0}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover{color:#777}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before{content:"";margin:0 10px -3px 0;display:inline-block;background:no-repeat url(../img/long-arrow-alt-left-regular-grey.svg);width:16px;height:18px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup{border-top:7px solid #3498db;padding-top:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header{margin:10px 40px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header .swal2-image{margin-tpp:30px;margin-bottom:17px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header .swal2-title{font-weight:700}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content p{margin:0 auto 25px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content p:last-child{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .wp-mail-smtp-button{text-transform:uppercase}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content{text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main{background-color:#ff982d}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main:focus,.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main:hover{background-color:#f97f00}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus{position:relative;background:#faffac;margin:40px -50px 10px;padding:24px 60px 20px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .icon-container{position:absolute;background:#2ecc71;color:#fff;width:46px;height:46px;border-radius:50%;left:calc(50% - 23px);top:-23px;border:6px solid #fff}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .icon-container .icon{position:absolute;top:10px;left:10px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .highlight{color:#2ecc71;font-weight:500}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased{font-size:14px;color:#999}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased:focus,.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased:hover{color:#777}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-header{margin:20px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content{padding:0 20px;margin-bottom:30px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .subtitle{margin:0 0 45px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .title-container{margin-bottom:7px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .bonus{padding:30px;margin:17px -30px 0;background-color:#fefcca;color:#444;border-radius:3px;text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{background-color:#6aa08b}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus,.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background-color:#548371}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before,.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .settings-input-long-checkbox .checkbox.checkbox-checked:after{top:5px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-content{margin-bottom:27px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-content img.icon{color:#fdb72c;width:16px;vertical-align:middle}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-actions{border-top:none;padding:0 50px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content{margin-bottom:16px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content textarea{border:1px solid #b6b6b6;color:#444;border-radius:3px;margin:27px 0 11px;padding:10px;font-size:16px;width:100%}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content textarea:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container label{font-size:14px;margin-left:7px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container input[type=checkbox]{width:16px;height:16px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-actions{border-top:none;padding:0 50px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-content{margin-bottom:47px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions{border-top:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 30px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{width:128px;height:128px;padding:0;font-size:0;text-indent:-9999px;-webkit-box-shadow:none;box-shadow:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:after,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:before{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{background:url(../img/thumbs-up.svg);margin-right:50px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background:url(../img/thumbs-up-hover.svg)}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{background:url(../img/thumbs-down.svg)!important}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover{background:url(../img/thumbs-down-hover.svg)!important}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup p{margin:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content{padding:0 40px;margin-bottom:29px}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .subtitle{margin:0 0 26px}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .detailed-error{padding:11px 15px;font-size:14px;line-height:20px;margin:0;color:#777;border:1px solid #ddd;border-left:4px solid #dc3232;text-align:left;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.07);box-shadow:0 1px 1px rgba(0,0,0,.07)}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .detailed-error h3{font-size:14px;color:#444;font-weight:500;line-height:23px;margin:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-actions{padding:0 50px 40px;border-top:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content{padding:0 40px;margin-bottom:29px}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content #swal2-content{text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content p{margin:0 0 26px}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-actions{padding:0 50px 40px;border-top:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings{margin-top:29px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-smtp .mailer-description a{font-weight:500}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description{font-size:16px;line-height:24px;color:#444;margin-bottom:29px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links{margin-top:0}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a{margin-right:20px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a:last-child{margin-top:10px;display:block}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links .wp-mail-smtp-link{font-weight:500}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-gmail .wp-mail-smtp-setup-wizard-form>.wp-mail-smtp-separator-big-margin{margin:34px 0 49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-gmail .wp-mail-smtp-setup-wizard-form-general-settings>.wp-mail-smtp-separator-big-margin{margin:50px 0 51px}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-header-container{width:calc(100% - 94px)}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-logo{width:94px;height:94px;border:1px solid #e6e6e6;border-radius:50%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-logo svg{width:55px}.settings-amazon-ses-identities,.settings-input-checkbox,.settings-input-long-checkbox,.settings-input-number,.settings-input-radio,.settings-input-select,.settings-input-switch,.settings-input-text,.settings-oauth-connection{margin:0 0 29px}.settings-amazon-ses-identities:last-child,.settings-input-checkbox:last-child,.settings-input-long-checkbox:last-child,.settings-input-number:last-child,.settings-input-radio:last-child,.settings-input-select:last-child,.settings-input-switch:last-child,.settings-input-text:last-child,.settings-oauth-connection:last-child{margin-bottom:20px}.settings-amazon-ses-identities .settings-input-label-container,.settings-input-checkbox .settings-input-label-container,.settings-input-long-checkbox .settings-input-label-container,.settings-input-number .settings-input-label-container,.settings-input-radio .settings-input-label-container,.settings-input-select .settings-input-label-container,.settings-input-switch .settings-input-label-container,.settings-input-text .settings-input-label-container,.settings-oauth-connection .settings-input-label-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 12px}.settings-amazon-ses-identities .label,.settings-input-checkbox .label,.settings-input-long-checkbox .label,.settings-input-number .label,.settings-input-radio .label,.settings-input-select .label,.settings-input-switch .label,.settings-input-text .label,.settings-oauth-connection .label{color:#444;display:inline-block;line-height:21px;font-weight:500;font-size:18px}.settings-amazon-ses-identities .wp-mail-smtp-info,.settings-input-checkbox .wp-mail-smtp-info,.settings-input-long-checkbox .wp-mail-smtp-info,.settings-input-number .wp-mail-smtp-info,.settings-input-radio .wp-mail-smtp-info,.settings-input-select .wp-mail-smtp-info,.settings-input-switch .wp-mail-smtp-info,.settings-input-text .wp-mail-smtp-info,.settings-oauth-connection .wp-mail-smtp-info{margin-left:10px}.settings-amazon-ses-identities .error,.settings-input-checkbox .error,.settings-input-long-checkbox .error,.settings-input-number .error,.settings-input-radio .error,.settings-input-select .error,.settings-input-switch .error,.settings-input-text .error,.settings-oauth-connection .error{display:-webkit-box;display:-ms-flexbox;display:flex;color:#dc3232;font-size:14px}.settings-amazon-ses-identities .error .icon,.settings-input-checkbox .error .icon,.settings-input-long-checkbox .error .icon,.settings-input-number .error .icon,.settings-input-radio .error .icon,.settings-input-select .error .icon,.settings-input-switch .error .icon,.settings-input-text .error .icon,.settings-oauth-connection .error .icon{margin-right:10px}.settings-amazon-ses-identities.input-error input,.settings-input-checkbox.input-error input,.settings-input-long-checkbox.input-error input,.settings-input-number.input-error input,.settings-input-radio.input-error input,.settings-input-select.input-error input,.settings-input-switch.input-error input,.settings-input-text.input-error input,.settings-oauth-connection.input-error input{border-color:#dc3232}.settings-amazon-ses-identities .description,.settings-input-checkbox .description,.settings-input-long-checkbox .description,.settings-input-number .description,.settings-input-radio .description,.settings-input-select .description,.settings-input-switch .description,.settings-input-text .description,.settings-oauth-connection .description{font-size:14px;line-height:20px;color:#777;margin:-4px 0 0}.settings-input-number input,.settings-input-text input{display:block;width:100%;height:40px;font-size:16px;padding:10px;color:#444;border:1px solid #b6b6b6;border-radius:3px;margin:0 0 15px}.settings-input-number input:focus,.settings-input-text input:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.settings-input-number input::-webkit-input-placeholder,.settings-input-text input::-webkit-input-placeholder{color:#999}.settings-input-number input::-moz-placeholder,.settings-input-text input::-moz-placeholder{color:#999}.settings-input-number input:-ms-input-placeholder,.settings-input-text input:-ms-input-placeholder{color:#999}.settings-input-number input::-ms-input-placeholder,.settings-input-text input::-ms-input-placeholder{color:#999}.settings-input-number input::placeholder,.settings-input-text input::placeholder{color:#999}.settings-input-number-error input,.settings-input-text-error input{border-color:#dc3232}.settings-input-number.settings-input-text-with-copy .settings-input-container,.settings-input-text.settings-input-text-with-copy .settings-input-container{display:-webkit-box;display:-ms-flexbox;display:flex}.settings-input-number.settings-input-text-with-copy .settings-input-container input,.settings-input-text.settings-input-text-with-copy .settings-input-container input{color:#999}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button{outline:none;margin:0 0 15px 10px;background-color:#b6b6b6}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button:hover,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button:hover{background-color:#999}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-small,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-small{padding:8px 12px}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied,.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied:hover,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied:hover{background-color:#6aa08b}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon{display:none}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon.active,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon.active{display:block}.settings-input-radio input{opacity:0;position:absolute}.settings-input-radio label{color:#444;font-size:14px;display:inline-block;margin:0 30px 15px 0}.settings-input-radio label:last-child{margin-right:0}.settings-input-radio label>span{vertical-align:middle}.settings-input-radio .wp-mail-smtp-styled-radio{width:20px;height:20px;border:1px solid #b6b6b6;position:relative;display:inline-block;border-radius:50%;margin-right:10px}.settings-input-radio .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked{border-color:#2d4f60}.settings-input-radio .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#2d4f60;display:block;border-radius:50%}.settings-input-switch.sub_setting{background-color:#f8f8f8;padding:20px;margin-top:-17px}.settings-input-switch.sub_setting .label{font-size:14px}.settings-input-switch.sub_setting .label-description{color:#777}.settings-input-switch .title{display:block}.settings-input-switch .control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-switch input{position:absolute;top:auto;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;white-space:nowrap}.settings-input-switch input:checked+.toggle-switch{background-color:#2d4f60}.settings-input-switch input:checked+.toggle-switch:before{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.settings-input-switch input:disabled:checked:hover+.toggle-switch,.settings-input-switch input:disabled:not(:checked):hover+.toggle-switch{-webkit-box-shadow:none;box-shadow:none}.settings-input-switch input:disabled:not(:checked):hover+.toggle-switch{background-color:#ddd}.settings-input-switch input:disabled+.toggle-switch{background-color:#ddd;cursor:default}.settings-input-switch input:disabled:checked+.toggle-switch{background-color:#4e88a5;cursor:default}.settings-input-switch input:checked:focus+.toggle-switch,.settings-input-switch input:checked:hover+.toggle-switch{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #2d4f60;box-shadow:0 0 0 1px #fff,0 0 0 3px #2d4f60}.settings-input-switch input:not(:checked):focus+.toggle-switch,.settings-input-switch input:not(:checked):hover+.toggle-switch{background-color:#999;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #999;box-shadow:0 0 0 1px #fff,0 0 0 3px #999}.settings-input-switch .toggle-switch{position:relative;cursor:pointer;background-color:#b6b6b6;border-radius:10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;display:inline-block;width:30px;height:20px}.settings-input-switch .toggle-switch:before{position:absolute;content:"";height:16px;width:16px;left:2px;top:2px;background-color:#fff;border-radius:50%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.settings-input-switch .description{margin-bottom:15px}.settings-input-switch .label-description{font-size:14px;line-height:20px;color:#444;margin:0 0 0 20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.settings-input-select-container{position:relative;margin:0 0 15px}.settings-input-select-container:after{content:"";background:no-repeat url(../img/chevron-down-solid-grey.svg);right:10px;top:14px;width:12px;height:12px;position:absolute;pointer-events:none}.settings-input-select select::-ms-expand{display:none}.settings-input-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:40px;font-size:16px;padding:8px 5px 8px 10px;color:#444;border:1px solid #b6b6b6;border-radius:3px}.settings-input-select select:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.settings-input-select-error select{border-color:#dc3232}.settings-amazon-ses-identities>.wp-mail-smtp-loader{display:block}.settings-amazon-ses-identities p{margin:0 0 17px}.settings-amazon-ses-identities .description{margin-bottom:17px}.settings-amazon-ses-identities .ses-identities-container{background:#f8f8f8;padding:20px}.settings-amazon-ses-identities .ses-identities-table-container{border-radius:3px;font-size:14px;line-height:20px;text-align:left}.settings-amazon-ses-identities .ses-identities-table-container+.wp-mail-smtp-amazonses-identity-form{margin-top:20px}.settings-amazon-ses-identities .ses-identities-table-container table{width:100%;border-collapse:collapse}.settings-amazon-ses-identities .ses-identities-table-container th.ses-identity-column{color:#444;font-weight:500}.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-sender{width:50%}.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-status,.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-type{width:25%}.settings-amazon-ses-identities .ses-identities-table-container tr{border-bottom:1px solid #ddd}.settings-amazon-ses-identities .ses-identities-table-container th{padding:0 0 20px}.settings-amazon-ses-identities .ses-identities-table-container td{padding:18px 0}.settings-amazon-ses-identities .ses-identities-table-container .wp-mail-smtp-button{margin-top:20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form{background:#f8f8f8;border-radius:3px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form h3{font-size:14px;line-height:21px;margin-bottom:16px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form p{font-size:14px;margin:0 0 20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .settings-input-radio{margin-bottom:5px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .settings-input-text{margin-bottom:20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .wp-mail-smtp-button-main.wp-mail-smtp-button-verify{min-width:150px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .ses-identities-email-success-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .ses-identities-email-success-notice .icon{width:16px;height:16px;margin-right:10px;color:#6aa08b}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text label{width:50px;margin-right:16px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text label .label{font-size:16px;color:#999;font-weight:400;margin-bottom:0}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text .settings-input-container{width:100%}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text{margin-bottom:19px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text .wp-mail-smtp-button,.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text:last-child,.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text input{margin-bottom:0}.settings-oauth-connection .description{margin-bottom:20px}.settings-oauth-connection .wp-mail-smtp-button{margin-top:-2px}.settings-oauth-connection .remove-authorization-container .description .icon{color:#6aa08b;width:16px;height:16px;margin-left:10px}.settings-oauth-connection .remove-authorization-container .description.connected-as{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-oauth-connection .remove-authorization-container .wp-mail-smtp-button{margin-top:-3px}.settings-input-long-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 0;border-bottom:1px solid #e6e6e6;cursor:pointer;margin-bottom:0}.settings-input-long-checkbox.settings-input-long-checkbox-disabled{cursor:not-allowed}.settings-input-long-checkbox .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px}.settings-input-long-checkbox .title-container .wp-mail-smtp-pro-badge{margin-left:10px;width:46px;height:26px}.settings-input-long-checkbox .label{margin:0}.settings-input-long-checkbox input{opacity:0;position:absolute}.settings-input-long-checkbox .checkbox{width:32px;height:32px;position:relative;display:inline-block;border-radius:50%;background-color:#e6e6e6}.settings-input-long-checkbox .checkbox .icon{display:none}.settings-input-long-checkbox .checkbox.checkbox-checked{background-color:#2d4f60;color:#fff}.settings-input-long-checkbox .checkbox.checkbox-checked .icon{display:block;position:absolute;left:8px;top:8px}.settings-input-long-checkbox .checkbox.checkbox-checked.checkbox-disabled{background-color:#6aa08b}.settings-input-long-checkbox:first-child{padding-top:0;color:red}.settings-input-long-checkbox:last-child{border-bottom:none;margin-bottom:0}.settings-input-checkbox input{opacity:0;position:absolute}.settings-input-checkbox .settings-input-checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-checkbox .settings-input-checkbox-container .input-label{margin-left:10px}.settings-input-checkbox .checkbox{width:24px;height:24px;position:relative;display:inline-block;border-radius:3px;border:1px solid #b6b6b6;background-color:#fff}.settings-input-checkbox .checkbox .icon{display:none}.settings-input-checkbox .checkbox.checkbox-checked{background-color:#2d4f60;border:none;color:#fff}.settings-input-checkbox .checkbox.checkbox-checked .icon{display:block;position:absolute;left:5px;top:5px}.settings-input-checkbox .checkbox.checkbox-checked.checkbox-disabled{background-color:#4e88a5}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header{margin-bottom:33px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header .wp-mail-smtp-content-header{margin-bottom:0}.wp-mail-smtp-setup-wizard-step-license .upgrade-content,.wp-mail-smtp-setup-wizard-step-license .verified-license{background-color:#e6efec;border-radius:3px;padding:30px;margin-bottom:50px;color:#444}.wp-mail-smtp-setup-wizard-step-license .upgrade-content p{margin:0 0 30px}.wp-mail-smtp-setup-wizard-step-license .verified-license{text-align:center;margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;margin-bottom:15px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item .icon{color:#6aa08b;margin-right:15px;width:16px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item>span{width:calc(100% - 31px)}.wp-mail-smtp-setup-wizard-step-license .license-form{color:#444;margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .license-form.license-form-error input{border-color:#dc3232}.wp-mail-smtp-setup-wizard-step-license .license-form.license-form-error .error-message{color:#dc3232;font-size:14px;margin:5px 0 0}.wp-mail-smtp-setup-wizard-step-license .license-form p{margin:0 0 16px}.wp-mail-smtp-setup-wizard-step-license .license-form .license-control{display:block}.wp-mail-smtp-setup-wizard-step-license .license-form input{display:block;width:100%;height:40px;font-size:16px;padding:10px;color:#444;border:1px solid #b6b6b6;border-radius:3px}.wp-mail-smtp-setup-wizard-step-license .license-form input:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-setup-wizard-step-license .license-form button{margin-top:10px;width:100%}.wp-mail-smtp-setup-wizard-check-configuration .check-configuration-loading-image-container{text-align:center}.wp-mail-smtp-plugin-item{border:1px solid #ddd;border-radius:3px;padding:10px;margin-bottom:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#444}.wp-mail-smtp-plugin-item,.wp-mail-smtp-plugin-item-title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-plugin-item-title-container{margin-bottom:10px}.wp-mail-smtp-plugin-item .wp-mail-smtp-button{height:32px;width:120px;text-align:center;font-size:13px;line-height:16px;font-weight:500;padding:8px 31px;color:#fff;background-color:#6693af}.wp-mail-smtp-plugin-item .wp-mail-smtp-button:hover{background-color:#2d4f60}.wp-mail-smtp-plugin-item .wp-mail-smtp-button:disabled{cursor:not-allowed;background-color:#e6e6e6;color:#777}.wp-mail-smtp-plugin-item:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-configuration-success .plugin-item-container{margin-bottom:20px}.wp-mail-smtp-setup-wizard-configuration-success .plugin-item-container .medium-bold{color:#444;margin-bottom:20px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner-container{margin:30px -20px 0}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner{padding:30px;border-radius:3px 3px 0 0;text-align:center;background-color:#ecf3f1}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .wp-mail-smtp-setup-wizard-content h2{margin-bottom:10px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .subtitle{margin-bottom:28px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:29px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#444}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item .icon{color:#6aa08b;margin-right:8px}.wp-mail-smtp-setup-wizard-configuration-success .bonus{margin:10px 0 0;padding:30px;background-color:#fefcca;color:#444;border-radius:0 0 3px 3px;text-align:center}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer{margin:20px 0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button{margin-bottom:10px;width:100%}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-content-header{margin-bottom:27px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container{margin-bottom:11px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container svg{width:112px;height:112px;margin:0 auto;display:block}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer{margin:20px 0}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button{margin-bottom:10px;width:100%}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button:last-child{margin-bottom:0}.wp-mail-smtp-admin-page{position:relative}.wp-mail-smtp-admin-page .wp-mail-smtp-blocked,.wp-mail-smtp-admin-page .wp-mail-smtp-loading{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(68,68,68,.5);z-index:999}.wp-mail-smtp-admin-page .wp-mail-smtp-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-shown .swal2-container.swal2-backdrop-show{background:rgba(68,68,68,.5)}img{max-width:100%}a{color:#6693af}a:focus,a:hover{text-decoration:none}a .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}a .text-with-arrow-right .icon{margin-left:10px}a .text-with-arrow-left .icon{margin-right:10px}@media (min-width:782px){.wp-mail-smtp-setup-wizard-container{max-width:100%;margin:0 auto;width:850px}.wp-mail-smtp-setup-wizard-content{margin:50px 0 48px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-content-header{margin-bottom:47px}.wp-mail-smtp-setup-wizard-content-container{padding:49px 100px 30px}.wp-mail-smtp-setup-wizard-content-container-container{padding:30px 20px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-setup-wizard-content-container{padding:49px 100px 19px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator{margin:30px 0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-no-margin{margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-big-margin{margin:50px 0}.wp-mail-smtp-welcome .wp-mail-smtp-logo{margin-top:158px;padding:0}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-container{width:650px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content{margin:42px 0 60px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content-container{padding:80px 65px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content-container .wp-mail-smtp-content-header{margin-bottom:36px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings{margin-top:49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description{margin-bottom:49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links{margin-top:-31px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a:last-child{margin-top:0;display:inline-block}.wp-mail-smtp-setup-wizard-check-configuration .wp-mail-smtp-setup-wizard-content-container{padding:83px 100px 66px}.wp-mail-smtp-setup-wizard-check-configuration .wp-mail-smtp-setup-wizard-content-container .wp-mail-smtp-content-header{margin-bottom:55px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header{margin-bottom:53px}.wp-mail-smtp-input-radios-with-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-mail-smtp-input-radios-with-icons label{width:calc(50% - 10px)}.wp-mail-smtp-setup-wizard-timeline{padding:0}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line{margin:0 10px}.wp-mail-smtp-setup-wizard-step-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-top:0}.wp-mail-smtp-setup-wizard-step-footer-buttons{margin-bottom:0;margin-right:30px}.wp-mail-smtp-setup-wizard-step-footer-buttons button{margin-bottom:0;margin-right:15px;width:inherit}.wp-mail-smtp-setup-wizard-step-footer-buttons button:last-child{margin-right:0}.wp-mail-smtp-setup-wizard-form-row-highlight{padding:20px 20px 0}.wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:last-child{margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .license-form .license-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-step-license .license-form input{width:calc(100% - 195px)}.wp-mail-smtp-setup-wizard-step-license .license-form button{margin-top:0;width:180px;margin-left:15px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container svg{margin:0;display:inline-block}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer{margin:0 30px}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button{margin-bottom:0;-webkit-box-flex:10;-ms-flex:10;flex:10}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button.wp-mail-smtp-button-main{-webkit-box-flex:11;-ms-flex:11;flex:11;margin-right:30px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner-container{margin:50px -70px 0}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:center}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item{margin-bottom:0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer{margin:0 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button{-webkit-box-flex:10;-ms-flex:10;flex:10;margin-bottom:0;margin-right:30px}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button:last-child{margin-right:0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button.wp-mail-smtp-button-main{-webkit-box-flex:11;-ms-flex:11;flex:11}.wp-mail-smtp-plugin-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wp-mail-smtp-plugin-item-title-container{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-header{margin:75px 90px 18px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content{padding:0 90px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .bonus{margin:17px -70px 0}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{margin-left:30px}.wp-mail-smtp-setup-wizard-step-footer a{margin:0 0 0 30px}a .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.wp-mail-smtp-pro-badge[data-v-1652957d]{float:right;margin-top:3px;width:46px;height:26px}.wp-mail-smtp-logo-icon[data-v-1652957d]{width:32px;height:32px}.wp-mail-smtp-setup-wizard-step-count[data-v-44fd4a93]{margin:0 0 16px;font-size:14px;line-height:18px;color:#b6b6b6}.wp-mail-smtp-info .icon[data-v-74a4d2ae]{color:#ccc}.wp-mail-smtp-logo-icon[data-v-2991ca7c]{width:32px;height:32px;margin-right:10px}
assets/vue/css/wizard.rtl.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-mail-smtp-tooltip{display:block!important;z-index:10000;max-width:350px}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-inner{background:#2d4f60;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-inner a{color:#fff;font-weight:700}.wp-mail-smtp-tooltip .wp-mail-smtp-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#2d4f60;z-index:1}.wp-mail-smtp-tooltip[x-placement^=top]{padding-bottom:5px}.wp-mail-smtp-tooltip[x-placement^=top] .wp-mail-smtp-tooltip-arrow{border-width:5px 5px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.wp-mail-smtp-tooltip[x-placement^=bottom]{padding-top:5px}.wp-mail-smtp-tooltip[x-placement^=bottom] .wp-mail-smtp-tooltip-arrow{border-width:0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.wp-mail-smtp-tooltip[x-placement^=right]{padding-right:5px}.wp-mail-smtp-tooltip[x-placement^=right] .wp-mail-smtp-tooltip-arrow{border-width:5px 0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.wp-mail-smtp-tooltip[x-placement^=left]{padding-left:5px}.wp-mail-smtp-tooltip[x-placement^=left] .wp-mail-smtp-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.wp-mail-smtp-tooltip.popover .popover-inner{background:#fff;color:#2d4f60;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.wp-mail-smtp-tooltip.popover .popover-arrow{border-color:#fff}.wp-mail-smtp-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.wp-mail-smtp-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.wp-mail-smtp-loader{-webkit-animation:wp-mail-smtp-loader-spin .65s linear infinite;animation:wp-mail-smtp-loader-spin .65s linear infinite}.wp-mail-smtp-loader-md{width:32px;height:32px}.wp-mail-smtp-loader-sm{width:16px;height:16px}@-webkit-keyframes wp-mail-smtp-loader-spin{0%{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}to{-webkit-transform:rotate(-630deg);transform:rotate(-630deg)}}@keyframes wp-mail-smtp-loader-spin{0%{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}to{-webkit-transform:rotate(-630deg);transform:rotate(-630deg)}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f1f1f1;margin:0}body,body button,body input,body select,body textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}p>label{display:block}.medium-bold{font-weight:500}.medium-bold a{color:#e27730;font-weight:700}.medium-bold a:focus,.medium-bold a:hover{color:#c45e1b}.wp-mail-smtp-setup-wizard-header{text-align:center;border-top:4px solid #e27730}.wp-mail-smtp-setup-wizard-header h1{margin:0}.wp-mail-smtp-logo{display:inline-block;width:320px;margin-top:50px;padding:0 10px}.wp-mail-smtp-logo img{width:100%;height:100%}.wp-mail-smtp-setup-wizard-container{max-width:90%;width:auto;margin:0 auto}.wp-mail-smtp-setup-wizard-content{background:#fff;border:1px solid #ddd;border-radius:6px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05);color:#777;font-size:16px;margin:22px 0 30px}.wp-mail-smtp-setup-wizard-content-container{padding:10px 20px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-content-header{margin-bottom:27px}.wp-mail-smtp-setup-wizard-content h2,.wp-mail-smtp-setup-wizard-content h3{color:#444;font-size:24px;font-weight:500;margin:0 0 12px}.wp-mail-smtp-setup-wizard-content h3{font-size:16px;margin:0 0 20px}.wp-mail-smtp-setup-wizard-content .subtitle{font-size:16px;line-height:1.5;margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator{width:100%;border-top:1px solid #e6e6e6;clear:both;margin:20px 0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-no-margin{margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-big-margin{margin:30px 0}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content{text-align:center}.wp-mail-smtp-button{border-radius:3px;border:none;background-color:#f1f1f1;color:#777;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;line-height:19px;padding:15px 30px;text-decoration:none}.wp-mail-smtp-button:focus,.wp-mail-smtp-button:hover{background-color:#d8d8d8}.wp-mail-smtp-button:focus{outline:none}.wp-mail-smtp-button.wp-mail-smtp-button-secondary{background-color:#2d4f60;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-secondary:focus,.wp-mail-smtp-button.wp-mail-smtp-button-secondary:hover{background-color:#1d323d}.wp-mail-smtp-button.wp-mail-smtp-button-secondary:disabled{opacity:.65;cursor:not-allowed;background-color:#2d4f60}.wp-mail-smtp-button.wp-mail-smtp-button-red{background-color:#dc3232;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-red:focus,.wp-mail-smtp-button.wp-mail-smtp-button-red:hover{background-color:#bb2020}.wp-mail-smtp-button.wp-mail-smtp-button-red:disabled{opacity:.65;cursor:not-allowed;background-color:#dc3232}.wp-mail-smtp-button.wp-mail-smtp-button-success{background-color:#6aa08b;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-success:focus,.wp-mail-smtp-button.wp-mail-smtp-button-success:hover{background-color:#548371}.wp-mail-smtp-button.wp-mail-smtp-button-success:disabled{opacity:.65;cursor:not-allowed;background-color:#6aa08b}.wp-mail-smtp-button.wp-mail-smtp-button-main{background-color:#e27730;color:#fff;font-weight:500}.wp-mail-smtp-button.wp-mail-smtp-button-main:focus,.wp-mail-smtp-button.wp-mail-smtp-button-main:hover{background-color:#c45e1b}.wp-mail-smtp-button.wp-mail-smtp-button-main:disabled{opacity:.65;cursor:not-allowed;background-color:#e27730}.wp-mail-smtp-button.wp-mail-smtp-button-small{line-height:23px;font-size:14px;padding:8px 20px}.wp-mail-smtp-button.wp-mail-smtp-button-small .wp-mail-smtp-loader-sm{margin-top:3px;margin-bottom:-3px}.wp-mail-smtp-button.wp-mail-smtp-button-large{line-height:22px;font-size:18px;padding:19px 39px}.wp-mail-smtp-button.wp-mail-smtp-button-disabled,.wp-mail-smtp-button.wp-mail-smtp-button-disabled:focus,.wp-mail-smtp-button.wp-mail-smtp-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;font-weight:500;cursor:auto;outline:none}.wp-mail-smtp-button.wp-mail-smtp-button-activated,.wp-mail-smtp-button.wp-mail-smtp-button-activated:focus,.wp-mail-smtp-button.wp-mail-smtp-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;font-weight:500;cursor:auto;outline:none}.wp-mail-smtp-button .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-mail-smtp-button .text-with-arrow-right .icon{margin-right:10px}.wp-mail-smtp-button .text-with-arrow-left .icon{margin-left:10px}.wp-mail-smtp-step-below-content{text-align:center;font-size:14px;color:#777;margin:-19px 0 47px}.wp-mail-smtp-setup-wizard-step-footer{display:block;text-align:center;min-height:110px;padding:0 20px;margin-top:30px}.wp-mail-smtp-setup-wizard-step-footer a{font-size:14px;display:block;color:#999;margin:20px 0}.wp-mail-smtp-setup-wizard-step-footer a:active,.wp-mail-smtp-setup-wizard-step-footer a:hover{color:#777;text-decoration:underline}.wp-mail-smtp-setup-wizard-step-footer-buttons{margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-footer-buttons button{width:100%;margin-bottom:10px}.wp-mail-smtp-setup-wizard-step-footer-buttons button:last-child{margin-left:0;margin-bottom:0}.wp-mail-smtp-exit-link{text-align:center;margin-bottom:50px}.wp-mail-smtp-exit-link a{font-size:14px;color:#999;text-decoration:underline}.wp-mail-smtp-exit-link a:active,.wp-mail-smtp-exit-link a:hover{color:#777;text-decoration:underline}.wp-mail-smtp-setup-wizard-timeline{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:41px auto 0;max-width:650px;padding:0 20px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line{background:#ddd;height:2px;margin:0 6px;width:100%}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line.wp-mail-smtp-setup-wizard-timeline-line-active{background:#6aa08b}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step{border:none;background-color:#b6b6b6;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step .icon{display:none}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-active,.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-completed{background-color:#6aa08b;position:relative}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed{background-color:#d83638;position:relative}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-completed .icon-success,.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed .icon-failed{color:#fff;display:block;position:absolute;right:3px;top:3px}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step.wp-mail-smtp-setup-wizard-timeline-step-failed .icon-failed{right:4px;top:2px}.wp-mail-smtp-input-radios-with-icons{display:block}.wp-mail-smtp-input-radios-with-icons input{opacity:0;position:absolute}.wp-mail-smtp-input-radios-with-icons label{width:100%;height:52px;color:#444;border:1px solid #ddd;background:#fff;border-radius:3px;font-size:16px;display:block;margin-bottom:20px;padding:9px;cursor:pointer}.wp-mail-smtp-input-radios-with-icons label>*{vertical-align:middle}.wp-mail-smtp-input-radios-with-icons label:hover{border:1px solid #999;-webkit-box-shadow:0 0 0 1px #999;box-shadow:0 0 0 1px #999}.wp-mail-smtp-setup-wizard-step-choose-mailer .wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label{border-color:#2d4f60}.wp-mail-smtp-setup-wizard-step-choose-mailer .wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:hover{-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-checked{border:1px solid #2d4f60;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1),0 0 0 1px #2d4f60;box-shadow:0 3px 5px rgba(0,0,0,.1),0 0 0 1px #2d4f60}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly{color:#999;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly img,.wp-mail-smtp-input-radios-with-icons label.wp-mail-smtp-styled-radio-label-readonly svg{opacity:.4}.wp-mail-smtp-input-radios-with-icons img{margin-right:20px}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio{width:32px;height:32px;position:relative;display:inline-block;border-radius:50%;background-color:#e6e6e6}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio .icon{display:none}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked{background-color:#2d4f60;color:#fff}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked .icon{display:block;position:absolute;right:8px;top:8px}.wp-mail-smtp-input-radios-with-icons .wp-mail-smtp-styled-radio-text{margin-right:10px}.wp-mail-smtp-setup-wizard-form-row-highlight{background-color:#f8f8f8;padding:20px;margin:0 -20px 20px}.wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:last-child{margin-bottom:0}.wp-mail-smtp-swal.swal2-container.swal2-shown{background-color:rgba(68,68,68,.5)}.wp-mail-smtp-swal .swal2-popup{padding:10px;border-radius:0;font-size:16px;color:#777;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.15);box-shadow:0 2px 15px rgba(0,0,0,.15)}.wp-mail-smtp-swal .swal2-popup .swal2-header{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin:40px 40px 12px;padding:0}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-title{font-size:24px;color:#444;margin:0;padding:0;font-weight:500;text-align:right}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-close{color:#b6b6b6;font-size:0;width:16px;height:16px;margin:10px 0 0 8px;outline:none}.wp-mail-smtp-swal .swal2-popup .swal2-header .swal2-close:before{content:"";display:inline-block;background:no-repeat url(../img/times-solid-grey.svg);width:18px;height:18px}.wp-mail-smtp-swal .swal2-popup .swal2-content{color:#777;font-size:16px;line-height:23px;padding:0 40px;margin-bottom:37px}.wp-mail-smtp-swal .swal2-popup .swal2-content #swal2-content{text-align:right;font-weight:400}.wp-mail-smtp-swal .swal2-popup .swal2-actions{border-top:1px solid #e6e6e6;margin:0 -10px;padding:30px 30px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled:focus{-webkit-box-shadow:none;box-shadow:none}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{margin:0;display:block;width:100%}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{display:inline-block;width:auto}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{border:none;background-color:#e27730;color:#fff;border-radius:3px;font-size:16px;font-weight:500;line-height:19px;padding:15px 30px;text-decoration:none}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background-color:#c45e1b}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:"";display:inline-block;margin:0 10px -3px 0;background:no-repeat url(../img/long-arrow-alt-right-regular-white.svg);width:16px;height:18px}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{background:none!important;border:none;padding:0!important;color:#999;font-size:14px;font-weight:400;text-decoration:underline;cursor:pointer;margin-bottom:30px}@media (min-width:782px){.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{margin-bottom:0}}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus,.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover{color:#777}.wp-mail-smtp-swal .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before{content:"";margin:0 0 -3px 10px;display:inline-block;background:no-repeat url(../img/long-arrow-alt-left-regular-grey.svg);width:16px;height:18px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup{border-top:7px solid #3498db;padding-top:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header{margin:10px 40px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header .swal2-image{margin-tpp:30px;margin-bottom:17px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-header .swal2-title{font-weight:700}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content p{margin:0 auto 25px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content p:last-child{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .wp-mail-smtp-button{text-transform:uppercase}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content{text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main{background-color:#ff982d}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main:focus,.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content #swal2-content .wp-mail-smtp-button-main:hover{background-color:#f97f00}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus{position:relative;background:#faffac;margin:40px -50px 10px;padding:24px 60px 20px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .icon-container{position:absolute;background:#2ecc71;color:#fff;width:46px;height:46px;border-radius:50%;right:calc(50% - 23px);top:-23px;border:6px solid #fff}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .icon-container .icon{position:absolute;top:10px;right:10px}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .upgrade-bonus .highlight{color:#2ecc71;font-weight:500}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased{font-size:14px;color:#999}.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased:focus,.wp-mail-smtp-swal.wp-mail-smtp-upgrade-popup .swal2-popup .swal2-content .already-purchased:hover{color:#777}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-header{margin:20px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content{padding:0 20px;margin-bottom:30px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .subtitle{margin:0 0 45px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .title-container{margin-bottom:7px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .bonus{padding:30px;margin:17px -30px 0;background-color:#fefcca;color:#444;border-radius:3px;text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{background-color:#6aa08b}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus,.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background-color:#548371}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before,.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .settings-input-long-checkbox .checkbox.checkbox-checked:after{top:5px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-content{margin-bottom:27px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-content img.icon{color:#fdb72c;width:16px;vertical-align:middle}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-good .swal2-popup .swal2-actions{border-top:none;padding:0 50px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content{margin-bottom:16px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content textarea{border:1px solid #b6b6b6;color:#444;border-radius:3px;margin:27px 0 11px;padding:10px;font-size:16px;width:100%}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content textarea:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container label{font-size:14px;margin-right:7px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-content .permission-container input[type=checkbox]{width:16px;height:16px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-actions{border-top:none;padding:0 50px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback-bad .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-content{margin-bottom:47px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions{border-top:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 30px 40px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{width:128px;height:128px;padding:0;font-size:0;text-indent:-9999px;-webkit-box-shadow:none;box-shadow:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:after,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:before,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after,.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:before{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{background:url(../img/thumbs-up.svg);margin-left:50px}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover{background:url(../img/thumbs-up-hover.svg)}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel{background:url(../img/thumbs-down.svg)!important}.wp-mail-smtp-swal.wp-mail-smtp-swal-feedback .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover{background:url(../img/thumbs-down-hover.svg)!important}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup p{margin:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content{padding:0 40px;margin-bottom:29px}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .subtitle{margin:0 0 26px}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .detailed-error{padding:11px 15px;font-size:14px;line-height:20px;margin:0;color:#777;border:1px solid #ddd;border-right:4px solid #dc3232;text-align:right;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.07);box-shadow:0 1px 1px rgba(0,0,0,.07)}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-content .detailed-error h3{font-size:14px;color:#444;font-weight:500;line-height:23px;margin:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-actions{padding:0 50px 40px;border-top:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-error .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content{padding:0 40px;margin-bottom:29px}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content #swal2-content{text-align:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-content p{margin:0 0 26px}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-actions{padding:0 50px 40px;border-top:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-mail-smtp-swal.wp-mail-smtp-swal-alert .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:after{content:none}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings{margin-top:29px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-smtp .mailer-description a{font-weight:500}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description{font-size:16px;line-height:24px;color:#444;margin-bottom:29px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links{margin-top:0}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a{margin-left:20px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a:last-child{margin-top:10px;display:block}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links .wp-mail-smtp-link{font-weight:500}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-gmail .wp-mail-smtp-setup-wizard-form>.wp-mail-smtp-separator-big-margin{margin:34px 0 49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings-gmail .wp-mail-smtp-setup-wizard-form-general-settings>.wp-mail-smtp-separator-big-margin{margin:50px 0 51px}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-header-container{width:calc(100% - 94px)}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-logo{width:94px;height:94px;border:1px solid #e6e6e6;border-radius:50%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-step-configure-mailer .wp-mail-smtp-configure-mailer-logo svg{width:55px}.settings-amazon-ses-identities,.settings-input-checkbox,.settings-input-long-checkbox,.settings-input-number,.settings-input-radio,.settings-input-select,.settings-input-switch,.settings-input-text,.settings-oauth-connection{margin:0 0 29px}.settings-amazon-ses-identities:last-child,.settings-input-checkbox:last-child,.settings-input-long-checkbox:last-child,.settings-input-number:last-child,.settings-input-radio:last-child,.settings-input-select:last-child,.settings-input-switch:last-child,.settings-input-text:last-child,.settings-oauth-connection:last-child{margin-bottom:20px}.settings-amazon-ses-identities .settings-input-label-container,.settings-input-checkbox .settings-input-label-container,.settings-input-long-checkbox .settings-input-label-container,.settings-input-number .settings-input-label-container,.settings-input-radio .settings-input-label-container,.settings-input-select .settings-input-label-container,.settings-input-switch .settings-input-label-container,.settings-input-text .settings-input-label-container,.settings-oauth-connection .settings-input-label-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 12px}.settings-amazon-ses-identities .label,.settings-input-checkbox .label,.settings-input-long-checkbox .label,.settings-input-number .label,.settings-input-radio .label,.settings-input-select .label,.settings-input-switch .label,.settings-input-text .label,.settings-oauth-connection .label{color:#444;display:inline-block;line-height:21px;font-weight:500;font-size:18px}.settings-amazon-ses-identities .wp-mail-smtp-info,.settings-input-checkbox .wp-mail-smtp-info,.settings-input-long-checkbox .wp-mail-smtp-info,.settings-input-number .wp-mail-smtp-info,.settings-input-radio .wp-mail-smtp-info,.settings-input-select .wp-mail-smtp-info,.settings-input-switch .wp-mail-smtp-info,.settings-input-text .wp-mail-smtp-info,.settings-oauth-connection .wp-mail-smtp-info{margin-right:10px}.settings-amazon-ses-identities .error,.settings-input-checkbox .error,.settings-input-long-checkbox .error,.settings-input-number .error,.settings-input-radio .error,.settings-input-select .error,.settings-input-switch .error,.settings-input-text .error,.settings-oauth-connection .error{display:-webkit-box;display:-ms-flexbox;display:flex;color:#dc3232;font-size:14px}.settings-amazon-ses-identities .error .icon,.settings-input-checkbox .error .icon,.settings-input-long-checkbox .error .icon,.settings-input-number .error .icon,.settings-input-radio .error .icon,.settings-input-select .error .icon,.settings-input-switch .error .icon,.settings-input-text .error .icon,.settings-oauth-connection .error .icon{margin-left:10px}.settings-amazon-ses-identities.input-error input,.settings-input-checkbox.input-error input,.settings-input-long-checkbox.input-error input,.settings-input-number.input-error input,.settings-input-radio.input-error input,.settings-input-select.input-error input,.settings-input-switch.input-error input,.settings-input-text.input-error input,.settings-oauth-connection.input-error input{border-color:#dc3232}.settings-amazon-ses-identities .description,.settings-input-checkbox .description,.settings-input-long-checkbox .description,.settings-input-number .description,.settings-input-radio .description,.settings-input-select .description,.settings-input-switch .description,.settings-input-text .description,.settings-oauth-connection .description{font-size:14px;line-height:20px;color:#777;margin:-4px 0 0}.settings-input-number input,.settings-input-text input{display:block;width:100%;height:40px;font-size:16px;padding:10px;color:#444;border:1px solid #b6b6b6;border-radius:3px;margin:0 0 15px}.settings-input-number input:focus,.settings-input-text input:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.settings-input-number input::-webkit-input-placeholder,.settings-input-text input::-webkit-input-placeholder{color:#999}.settings-input-number input::-moz-placeholder,.settings-input-text input::-moz-placeholder{color:#999}.settings-input-number input:-ms-input-placeholder,.settings-input-text input:-ms-input-placeholder{color:#999}.settings-input-number input::-ms-input-placeholder,.settings-input-text input::-ms-input-placeholder{color:#999}.settings-input-number input::placeholder,.settings-input-text input::placeholder{color:#999}.settings-input-number-error input,.settings-input-text-error input{border-color:#dc3232}.settings-input-number.settings-input-text-with-copy .settings-input-container,.settings-input-text.settings-input-text-with-copy .settings-input-container{display:-webkit-box;display:-ms-flexbox;display:flex}.settings-input-number.settings-input-text-with-copy .settings-input-container input,.settings-input-text.settings-input-text-with-copy .settings-input-container input{color:#999}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button{outline:none;margin:0 10px 15px 0;background-color:#b6b6b6}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button:hover,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button:hover{background-color:#999}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-small,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-small{padding:8px 12px}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied,.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied:hover,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button-copied:hover{background-color:#6aa08b}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon{display:none}.settings-input-number.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon.active,.settings-input-text.settings-input-text-with-copy .settings-input-container .wp-mail-smtp-button .copy-button-container .icon.active{display:block}.settings-input-radio input{opacity:0;position:absolute}.settings-input-radio label{color:#444;font-size:14px;display:inline-block;margin:0 0 15px 30px}.settings-input-radio label:last-child{margin-left:0}.settings-input-radio label>span{vertical-align:middle}.settings-input-radio .wp-mail-smtp-styled-radio{width:20px;height:20px;border:1px solid #b6b6b6;position:relative;display:inline-block;border-radius:50%;margin-left:10px}.settings-input-radio .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked{border-color:#2d4f60}.settings-input-radio .wp-mail-smtp-styled-radio.wp-mail-smtp-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#2d4f60;display:block;border-radius:50%}.settings-input-switch.sub_setting{background-color:#f8f8f8;padding:20px;margin-top:-17px}.settings-input-switch.sub_setting .label{font-size:14px}.settings-input-switch.sub_setting .label-description{color:#777}.settings-input-switch .title{display:block}.settings-input-switch .control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-switch input{position:absolute;top:auto;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;white-space:nowrap}.settings-input-switch input:checked+.toggle-switch{background-color:#2d4f60}.settings-input-switch input:checked+.toggle-switch:before{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.settings-input-switch input:disabled:checked:hover+.toggle-switch,.settings-input-switch input:disabled:not(:checked):hover+.toggle-switch{-webkit-box-shadow:none;box-shadow:none}.settings-input-switch input:disabled:not(:checked):hover+.toggle-switch{background-color:#ddd}.settings-input-switch input:disabled+.toggle-switch{background-color:#ddd;cursor:default}.settings-input-switch input:disabled:checked+.toggle-switch{background-color:#4e88a5;cursor:default}.settings-input-switch input:checked:focus+.toggle-switch,.settings-input-switch input:checked:hover+.toggle-switch{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #2d4f60;box-shadow:0 0 0 1px #fff,0 0 0 3px #2d4f60}.settings-input-switch input:not(:checked):focus+.toggle-switch,.settings-input-switch input:not(:checked):hover+.toggle-switch{background-color:#999;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #999;box-shadow:0 0 0 1px #fff,0 0 0 3px #999}.settings-input-switch .toggle-switch{position:relative;cursor:pointer;background-color:#b6b6b6;border-radius:10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;display:inline-block;width:30px;height:20px}.settings-input-switch .toggle-switch:before{position:absolute;content:"";height:16px;width:16px;right:2px;top:2px;background-color:#fff;border-radius:50%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.settings-input-switch .description{margin-bottom:15px}.settings-input-switch .label-description{font-size:14px;line-height:20px;color:#444;margin:0 20px 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.settings-input-select-container{position:relative;margin:0 0 15px}.settings-input-select-container:after{content:"";background:no-repeat url(../img/chevron-down-solid-grey.svg);left:10px;top:14px;width:12px;height:12px;position:absolute;pointer-events:none}.settings-input-select select::-ms-expand{display:none}.settings-input-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:40px;font-size:16px;padding:8px 10px 8px 5px;color:#444;border:1px solid #b6b6b6;border-radius:3px}.settings-input-select select:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.settings-input-select-error select{border-color:#dc3232}.settings-amazon-ses-identities>.wp-mail-smtp-loader{display:block}.settings-amazon-ses-identities p{margin:0 0 17px}.settings-amazon-ses-identities .description{margin-bottom:17px}.settings-amazon-ses-identities .ses-identities-container{background:#f8f8f8;padding:20px}.settings-amazon-ses-identities .ses-identities-table-container{border-radius:3px;font-size:14px;line-height:20px;text-align:right}.settings-amazon-ses-identities .ses-identities-table-container+.wp-mail-smtp-amazonses-identity-form{margin-top:20px}.settings-amazon-ses-identities .ses-identities-table-container table{width:100%;border-collapse:collapse}.settings-amazon-ses-identities .ses-identities-table-container th.ses-identity-column{color:#444;font-weight:500}.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-sender{width:50%}.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-status,.settings-amazon-ses-identities .ses-identities-table-container .ses-identity-column-type{width:25%}.settings-amazon-ses-identities .ses-identities-table-container tr{border-bottom:1px solid #ddd}.settings-amazon-ses-identities .ses-identities-table-container th{padding:0 0 20px}.settings-amazon-ses-identities .ses-identities-table-container td{padding:18px 0}.settings-amazon-ses-identities .ses-identities-table-container .wp-mail-smtp-button{margin-top:20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form{background:#f8f8f8;border-radius:3px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form h3{font-size:14px;line-height:21px;margin-bottom:16px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form p{font-size:14px;margin:0 0 20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .settings-input-radio{margin-bottom:5px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .settings-input-text{margin-bottom:20px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .wp-mail-smtp-button-main.wp-mail-smtp-button-verify{min-width:150px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .ses-identities-email-success-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step .ses-identities-email-success-notice .icon{width:16px;height:16px;margin-left:10px;color:#6aa08b}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text label{width:50px;margin-left:16px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text label .label{font-size:16px;color:#999;font-weight:400;margin-bottom:0}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .settings-input-text .settings-input-container{width:100%}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text{margin-bottom:19px}.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text .wp-mail-smtp-button,.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text:last-child,.settings-amazon-ses-identities .wp-mail-smtp-amazonses-identity-form .amazonses-identity-form-step-domain .amazonses-domain-identity-added-inputs .settings-input-text input{margin-bottom:0}.settings-oauth-connection .description{margin-bottom:20px}.settings-oauth-connection .wp-mail-smtp-button{margin-top:-2px}.settings-oauth-connection .remove-authorization-container .description .icon{color:#6aa08b;width:16px;height:16px;margin-right:10px}.settings-oauth-connection .remove-authorization-container .description.connected-as{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-oauth-connection .remove-authorization-container .wp-mail-smtp-button{margin-top:-3px}.settings-input-long-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 0;border-bottom:1px solid #e6e6e6;cursor:pointer;margin-bottom:0}.settings-input-long-checkbox.settings-input-long-checkbox-disabled{cursor:not-allowed}.settings-input-long-checkbox .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px}.settings-input-long-checkbox .title-container .wp-mail-smtp-pro-badge{margin-right:10px;width:46px;height:26px}.settings-input-long-checkbox .label{margin:0}.settings-input-long-checkbox input{opacity:0;position:absolute}.settings-input-long-checkbox .checkbox{width:32px;height:32px;position:relative;display:inline-block;border-radius:50%;background-color:#e6e6e6}.settings-input-long-checkbox .checkbox .icon{display:none}.settings-input-long-checkbox .checkbox.checkbox-checked{background-color:#2d4f60;color:#fff}.settings-input-long-checkbox .checkbox.checkbox-checked .icon{display:block;position:absolute;right:8px;top:8px}.settings-input-long-checkbox .checkbox.checkbox-checked.checkbox-disabled{background-color:#6aa08b}.settings-input-long-checkbox:first-child{padding-top:0;color:red}.settings-input-long-checkbox:last-child{border-bottom:none;margin-bottom:0}.settings-input-checkbox input{opacity:0;position:absolute}.settings-input-checkbox .settings-input-checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-input-checkbox .settings-input-checkbox-container .input-label{margin-right:10px}.settings-input-checkbox .checkbox{width:24px;height:24px;position:relative;display:inline-block;border-radius:3px;border:1px solid #b6b6b6;background-color:#fff}.settings-input-checkbox .checkbox .icon{display:none}.settings-input-checkbox .checkbox.checkbox-checked{background-color:#2d4f60;border:none;color:#fff}.settings-input-checkbox .checkbox.checkbox-checked .icon{display:block;position:absolute;right:5px;top:5px}.settings-input-checkbox .checkbox.checkbox-checked.checkbox-disabled{background-color:#4e88a5}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header{margin-bottom:33px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header .wp-mail-smtp-content-header{margin-bottom:0}.wp-mail-smtp-setup-wizard-step-license .upgrade-content,.wp-mail-smtp-setup-wizard-step-license .verified-license{background-color:#e6efec;border-radius:3px;padding:30px;margin-bottom:50px;color:#444}.wp-mail-smtp-setup-wizard-step-license .upgrade-content p{margin:0 0 30px}.wp-mail-smtp-setup-wizard-step-license .verified-license{text-align:center;margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;margin-bottom:15px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item .icon{color:#6aa08b;margin-left:15px;width:16px}.wp-mail-smtp-setup-wizard-step-license .checked-item-list .checked-item>span{width:calc(100% - 31px)}.wp-mail-smtp-setup-wizard-step-license .license-form{color:#444;margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .license-form.license-form-error input{border-color:#dc3232}.wp-mail-smtp-setup-wizard-step-license .license-form.license-form-error .error-message{color:#dc3232;font-size:14px;margin:5px 0 0}.wp-mail-smtp-setup-wizard-step-license .license-form p{margin:0 0 16px}.wp-mail-smtp-setup-wizard-step-license .license-form .license-control{display:block}.wp-mail-smtp-setup-wizard-step-license .license-form input{display:block;width:100%;height:40px;font-size:16px;padding:10px;color:#444;border:1px solid #b6b6b6;border-radius:3px}.wp-mail-smtp-setup-wizard-step-license .license-form input:focus{outline:none;border:1px solid #2d4f60;-webkit-box-shadow:0 0 0 1px #2d4f60;box-shadow:0 0 0 1px #2d4f60}.wp-mail-smtp-setup-wizard-step-license .license-form button{margin-top:10px;width:100%}.wp-mail-smtp-setup-wizard-check-configuration .check-configuration-loading-image-container{text-align:center}.wp-mail-smtp-plugin-item{border:1px solid #ddd;border-radius:3px;padding:10px;margin-bottom:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#444}.wp-mail-smtp-plugin-item,.wp-mail-smtp-plugin-item-title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-plugin-item-title-container{margin-bottom:10px}.wp-mail-smtp-plugin-item .wp-mail-smtp-button{height:32px;width:120px;text-align:center;font-size:13px;line-height:16px;font-weight:500;padding:8px 31px;color:#fff;background-color:#6693af}.wp-mail-smtp-plugin-item .wp-mail-smtp-button:hover{background-color:#2d4f60}.wp-mail-smtp-plugin-item .wp-mail-smtp-button:disabled{cursor:not-allowed;background-color:#e6e6e6;color:#777}.wp-mail-smtp-plugin-item:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-configuration-success .plugin-item-container{margin-bottom:20px}.wp-mail-smtp-setup-wizard-configuration-success .plugin-item-container .medium-bold{color:#444;margin-bottom:20px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner-container{margin:30px -20px 0}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner{padding:30px;border-radius:3px 3px 0 0;text-align:center;background-color:#ecf3f1}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .wp-mail-smtp-setup-wizard-content h2{margin-bottom:10px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .subtitle{margin-bottom:28px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:29px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#444}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item .icon{color:#6aa08b;margin-left:8px}.wp-mail-smtp-setup-wizard-configuration-success .bonus{margin:10px 0 0;padding:30px;background-color:#fefcca;color:#444;border-radius:0 0 3px 3px;text-align:center}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer{margin:20px 0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button{margin-bottom:10px;width:100%}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button:last-child{margin-bottom:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-content-header{margin-bottom:27px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container{margin-bottom:11px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container svg{width:112px;height:112px;margin:0 auto;display:block}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer{margin:20px 0}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button{margin-bottom:10px;width:100%}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button:last-child{margin-bottom:0}.wp-mail-smtp-admin-page{position:relative}.wp-mail-smtp-admin-page .wp-mail-smtp-blocked,.wp-mail-smtp-admin-page .wp-mail-smtp-loading{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(68,68,68,.5);z-index:999}.wp-mail-smtp-admin-page .wp-mail-smtp-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-shown .swal2-container.swal2-backdrop-show{background:rgba(68,68,68,.5)}img{max-width:100%}a{color:#6693af}a:focus,a:hover{text-decoration:none}a .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}a .text-with-arrow-right .icon{margin-right:10px}a .text-with-arrow-left .icon{margin-left:10px}@media (min-width:782px){.wp-mail-smtp-setup-wizard-container{max-width:100%;margin:0 auto;width:850px}.wp-mail-smtp-setup-wizard-content{margin:50px 0 48px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-content-header{margin-bottom:47px}.wp-mail-smtp-setup-wizard-content-container{padding:49px 100px 30px}.wp-mail-smtp-setup-wizard-content-container-container{padding:30px 20px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-setup-wizard-content-container{padding:49px 100px 19px}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator{margin:30px 0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-no-margin{margin:0}.wp-mail-smtp-setup-wizard-content .wp-mail-smtp-separator-big-margin{margin:50px 0}.wp-mail-smtp-welcome .wp-mail-smtp-logo{margin-top:158px;padding:0}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-container{width:650px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content{margin:42px 0 60px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content-container{padding:80px 65px}.wp-mail-smtp-welcome .wp-mail-smtp-setup-wizard-content-container .wp-mail-smtp-content-header{margin-bottom:36px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings{margin-top:49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description{margin-bottom:49px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links{margin-top:-31px}.wp-mail-smtp-setup-wizard-step-configure-mailer-settings .mailer-description-links a:last-child{margin-top:0;display:inline-block}.wp-mail-smtp-setup-wizard-check-configuration .wp-mail-smtp-setup-wizard-content-container{padding:83px 100px 66px}.wp-mail-smtp-setup-wizard-check-configuration .wp-mail-smtp-setup-wizard-content-container .wp-mail-smtp-content-header{margin-bottom:55px}.wp-mail-smtp-setup-wizard-step-plugin-features .wp-mail-smtp-plugin-features-header{margin-bottom:53px}.wp-mail-smtp-input-radios-with-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-mail-smtp-input-radios-with-icons label{width:calc(50% - 10px)}.wp-mail-smtp-setup-wizard-timeline{padding:0}.wp-mail-smtp-setup-wizard-timeline .wp-mail-smtp-setup-wizard-timeline-step-line{margin:0 10px}.wp-mail-smtp-setup-wizard-step-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-top:0}.wp-mail-smtp-setup-wizard-step-footer-buttons{margin-bottom:0;margin-left:30px}.wp-mail-smtp-setup-wizard-step-footer-buttons button{margin-bottom:0;margin-left:15px;width:inherit}.wp-mail-smtp-setup-wizard-step-footer-buttons button:last-child{margin-left:0}.wp-mail-smtp-setup-wizard-form-row-highlight{padding:20px 20px 0}.wp-mail-smtp-setup-wizard-form-row-highlight .wp-mail-smtp-input-radios-with-icons label:last-child{margin-bottom:20px}.wp-mail-smtp-setup-wizard-step-license .license-form .license-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-mail-smtp-setup-wizard-step-license .license-form input{width:calc(100% - 195px)}.wp-mail-smtp-setup-wizard-step-license .license-form button{margin-top:0;width:180px;margin-right:15px}.wp-mail-smtp-setup-wizard-configuration-failure .start-troubleshooting-arrow-container svg{margin:0;display:inline-block}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer{margin:0 30px}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button{margin-bottom:0;-webkit-box-flex:10;-ms-flex:10;flex:10}.wp-mail-smtp-setup-wizard-configuration-failure .wp-mail-smtp-setup-wizard-step-footer .wp-mail-smtp-button.wp-mail-smtp-button-main{-webkit-box-flex:11;-ms-flex:11;flex:11;margin-left:30px}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner-container{margin:50px -70px 0}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:center}.wp-mail-smtp-setup-wizard-configuration-success .upgrade-banner .checked-item-list .checked-item{margin-bottom:0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer{margin:0 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button{-webkit-box-flex:10;-ms-flex:10;flex:10;margin-bottom:0;margin-left:30px}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button:last-child{margin-left:0}.wp-mail-smtp-setup-wizard-configuration-success .wp-mail-smtp-setup-wizard-step-footer button.wp-mail-smtp-button-main{-webkit-box-flex:11;-ms-flex:11;flex:11}.wp-mail-smtp-plugin-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wp-mail-smtp-plugin-item-title-container{margin-bottom:0}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-header{margin:75px 90px 18px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content{padding:0 90px}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-content .bonus{margin:17px -70px 0}.wp-mail-smtp-swal.wp-mail-smtp-swal-plugin-upgrade .swal2-popup .swal2-actions .swal2-styled.swal2-confirm{margin-right:30px}.wp-mail-smtp-setup-wizard-step-footer a{margin:0 30px 0 0}a .text-with-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.wp-mail-smtp-pro-badge[data-v-1652957d]{float:left;margin-top:3px;width:46px;height:26px}.wp-mail-smtp-logo-icon[data-v-1652957d]{width:32px;height:32px}.wp-mail-smtp-setup-wizard-step-count[data-v-44fd4a93]{margin:0 0 16px;font-size:14px;line-height:18px;color:#b6b6b6}.wp-mail-smtp-info .icon[data-v-74a4d2ae]{color:#ccc}.wp-mail-smtp-logo-icon[data-v-2991ca7c]{width:32px;height:32px;margin-left:10px}
assets/vue/img/amazonses.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="19.136" viewBox="0 0 32 19.136"><defs><style>.a-amazonses{fill:#262f3e;}.b-amazonses{fill:#f59931;}</style></defs><g transform="translate(0.035 -6.396)"><path class="a-amazonses" d="M8.983,13.346a3.22,3.22,0,0,0,.117.947,5.7,5.7,0,0,0,.341.766.463.463,0,0,1,.074.245.421.421,0,0,1-.2.319l-.671.447a.51.51,0,0,1-.277.1.49.49,0,0,1-.319-.149,3.293,3.293,0,0,1-.383-.5c-.106-.181-.213-.383-.33-.628A3.932,3.932,0,0,1,4.2,16.358a2.916,2.916,0,0,1-2.129-.766,2.734,2.734,0,0,1-.788-2.043,2.74,2.74,0,0,1,.969-2.192,3.872,3.872,0,0,1,2.608-.83,8.426,8.426,0,0,1,1.128.085c.394.053.8.138,1.224.234v-.777a2.358,2.358,0,0,0-.5-1.7,2.45,2.45,0,0,0-1.735-.49,4.842,4.842,0,0,0-1.149.138,8.48,8.48,0,0,0-1.149.362,3.054,3.054,0,0,1-.373.138.653.653,0,0,1-.17.032c-.149,0-.224-.106-.224-.33V7.695a.673.673,0,0,1,.075-.373.8.8,0,0,1,.3-.223A6.127,6.127,0,0,1,3.629,6.62a6.453,6.453,0,0,1,1.66-.2,3.889,3.889,0,0,1,2.788.862A3.522,3.522,0,0,1,8.961,9.9v3.448h.021ZM4.662,14.964a3.449,3.449,0,0,0,1.1-.192,2.372,2.372,0,0,0,1.011-.681,1.689,1.689,0,0,0,.362-.681,3.821,3.821,0,0,0,.106-.926v-.447a8.888,8.888,0,0,0-.979-.181,8.019,8.019,0,0,0-1-.064,2.454,2.454,0,0,0-1.586.426,1.483,1.483,0,0,0-.522,1.224,1.486,1.486,0,0,0,.394,1.128A1.476,1.476,0,0,0,4.662,14.964Zm8.546,1.149a.594.594,0,0,1-.4-.106.867.867,0,0,1-.224-.415l-2.5-8.227a1.864,1.864,0,0,1-.1-.426.233.233,0,0,1,.255-.266h1.043a.59.59,0,0,1,.415.106.871.871,0,0,1,.213.415L13.7,14.24l1.66-7.046a.747.747,0,0,1,.2-.415.732.732,0,0,1,.426-.106h.851a.64.64,0,0,1,.426.106.717.717,0,0,1,.2.415l1.682,7.131,1.841-7.131A.913.913,0,0,1,21.2,6.78a.694.694,0,0,1,.415-.106h.99a.237.237,0,0,1,.266.266,1.061,1.061,0,0,1-.021.17,1.514,1.514,0,0,1-.074.266L20.211,15.6a.816.816,0,0,1-.224.415.681.681,0,0,1-.4.106h-.915a.64.64,0,0,1-.426-.106.755.755,0,0,1-.2-.426L16.39,8.727l-1.639,6.854a.831.831,0,0,1-.2.426.66.66,0,0,1-.426.106Zm13.676.287a7.043,7.043,0,0,1-1.639-.192,4.842,4.842,0,0,1-1.224-.426.767.767,0,0,1-.33-.3.751.751,0,0,1-.064-.3v-.543c0-.224.085-.33.245-.33a.6.6,0,0,1,.192.032c.064.021.16.064.266.106a5.789,5.789,0,0,0,1.171.373,6.391,6.391,0,0,0,1.266.128,2.872,2.872,0,0,0,1.554-.351,1.146,1.146,0,0,0,.553-1.011,1.036,1.036,0,0,0-.287-.745,2.67,2.67,0,0,0-1.075-.553l-1.543-.479a3.246,3.246,0,0,1-1.7-1.086,2.536,2.536,0,0,1-.532-1.543A2.369,2.369,0,0,1,24.021,8a2.736,2.736,0,0,1,.766-.873,3.378,3.378,0,0,1,1.107-.553A4.639,4.639,0,0,1,27.235,6.4a5.343,5.343,0,0,1,.713.043c.245.032.468.075.692.117s.415.106.607.17a2.323,2.323,0,0,1,.447.192.92.92,0,0,1,.319.266.574.574,0,0,1,.1.351v.5c0,.223-.085.341-.245.341a1.107,1.107,0,0,1-.4-.128,4.869,4.869,0,0,0-2.043-.415,2.747,2.747,0,0,0-1.416.3,1.028,1.028,0,0,0-.5.947,1,1,0,0,0,.319.756,3.179,3.179,0,0,0,1.171.585L28.5,10.9a3.237,3.237,0,0,1,1.65,1.022,2.408,2.408,0,0,1,.49,1.49,2.736,2.736,0,0,1-.277,1.235,2.862,2.862,0,0,1-.777.937,3.431,3.431,0,0,1-1.181.6A5.061,5.061,0,0,1,26.884,16.4Z"/><path class="b-amazonses" d="M28.9,21.573a22.956,22.956,0,0,1-12.963,3.959A23.452,23.452,0,0,1,.106,19.5c-.33-.3-.032-.7.362-.468a31.917,31.917,0,0,0,15.837,4.2,31.6,31.6,0,0,0,12.08-2.469C28.97,20.5,29.47,21.147,28.9,21.573Zm1.458-1.66c-.447-.575-2.959-.277-4.1-.138-.341.043-.394-.255-.085-.479,2-1.4,5.29-1,5.673-.532s-.106,3.768-1.98,5.343c-.287.245-.564.117-.436-.2C29.853,22.85,30.8,20.477,30.353,19.913Z"/></g></svg>
assets/vue/img/arrow.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="111.855" height="111.855" viewBox="0 0 111.855 111.855"><defs><style>.a-arrow{fill:#b6b6b6;}</style></defs><path class="a-arrow" d="M5.257,3.426A4.667,4.667,0,0,1,12.072.653c8.022,5.479,15.546,11.279,23.116,17.358,2.551,2.048-.7,5.714-3.35,4.341-3.513-1.818-6.971-3.66-10.4-5.54a102.86,102.86,0,0,1,6.872,12.711,105.942,105.942,0,0,1,9.024,30.218,95.215,95.215,0,0,1-1.25,32.623c-1.715,8.051-4.7,23.074-12.589,27.348a2.2,2.2,0,0,1-3.267-1.875c-.366-4.506,2.394-8.761,3.933-12.912a93.085,93.085,0,0,0,4.115-14.714,89.208,89.208,0,0,0,.674-30.252,81.91,81.91,0,0,0-8.454-25.868,90.064,90.064,0,0,0-9.251-13.367l-.322,1.617c-.964,4.858-1.308,9.4-4.42,13.353-1.74,2.206-5.361.79-6.022-1.59-1.324-4.765.413-9.521,1.395-14.258C2.527,16.689,5.113,4.121,5.257,3.426Z" transform="translate(27.002 111.855) rotate(-135)"/></svg>
assets/vue/img/check-circle-solid-white.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check-circle" class="svg-inline--fa fa-check-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#ffffff" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg>
assets/vue/img/check-circle-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check-circle" class="svg-inline--fa fa-check-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg>
assets/vue/img/check-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check" class="svg-inline--fa fa-check fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>
assets/vue/img/chevron-down-solid-grey.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#B6B6B6" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>
assets/vue/img/copy-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><defs><style>.a{fill:#fff;}</style></defs><path class="a" d="M10,14v1.25a.75.75,0,0,1-.75.75H.75A.75.75,0,0,1,0,15.25V3.75A.75.75,0,0,1,.75,3H3v9.25A1.752,1.752,0,0,0,4.75,14ZM10,3.25V0H4.75A.75.75,0,0,0,4,.75v11.5a.75.75,0,0,0,.75.75h8.5a.75.75,0,0,0,.75-.75V4H10.75A.752.752,0,0,1,10,3.25Zm3.78-.97L11.72.22a.75.75,0,0,0-.53-.22H11V3h3V2.811a.75.75,0,0,0-.22-.53Z"/></svg>
assets/vue/img/exclamation-circle-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="exclamation-circle" class="svg-inline--fa fa-exclamation-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path></svg>
assets/vue/img/gmail.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="31.367" height="32" viewBox="0 0 31.367 32"><defs><style>.a-google{fill:#4285f4;}.b-google{fill:#34a853;}.c-google{fill:#fbbc04;}.d-google{fill:#ea4335;}</style></defs><g transform="translate(0.003 0.001)"><path class="a-google" d="M31.364,16.367a18.816,18.816,0,0,0-.276-3.251H16v6.161h8.642a7.406,7.406,0,0,1-3.2,4.862v4H26.6a15.626,15.626,0,0,0,4.768-11.77Z"/><path class="b-google" d="M16,32A15.316,15.316,0,0,0,26.6,28.136l-5.156-4A9.7,9.7,0,0,1,7.019,19.065H1.7v4.121A16,16,0,0,0,16,32Z"/><path class="c-google" d="M7.014,19.065a9.583,9.583,0,0,1,0-6.126V8.818H1.7a16.013,16.013,0,0,0,0,14.368Z"/><path class="d-google" d="M16,6.332a8.694,8.694,0,0,1,6.138,2.4L26.7,4.162A15.377,15.377,0,0,0,16,0,16,16,0,0,0,1.7,8.818l5.315,4.121A9.57,9.57,0,0,1,16,6.332Z"/></g></svg>
assets/vue/img/google-analytics-for-wordpress@2x.png ADDED
Binary file
assets/vue/img/info-circle-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="info-circle" class="svg-inline--fa fa-info-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>
assets/vue/img/instagram-feed@2x.png ADDED
Binary file
assets/vue/img/loading-blue.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><g fill="none" stroke-width="8"><g data-name="wpf-loading-track" stroke="rgba(0,0,0,0.1)"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g><g data-name="wpf-loading-seqment" stroke="#6693af" stroke-linecap="round" stroke-dasharray="60 1000"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g></g></svg>
assets/vue/img/loading-pattie.svg ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="158.961" viewBox="0 0 150 158.961">
2
+ <g id="loading" transform="translate(5.152 11.873)">
3
+ <circle id="Ellipse_23" data-name="Ellipse 23" cx="75" cy="75" r="75" transform="translate(-5.152 -2.912)" fill="#395360"/>
4
+ <g id="loading-track" transform="translate(1.848 4.088)" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="14">
5
+ <circle cx="68" cy="68" r="68" stroke="none"/>
6
+ <circle cx="68" cy="68" r="61" fill="none"/>
7
+ </g>
8
+ <g id="loading-seqment" transform="translate(1.848 4.088) rotate(-68 68 68)" fill="none" stroke="#6aa08b" stroke-linecap="round" stroke-width="14" stroke-dasharray="75 1000">
9
+ <circle cx="68" cy="68" r="61" fill="none"/>
10
+ <animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 68 68" to="360 68 68" dur="0.75s" additive="sum" repeatCount="indefinite"/>
11
+ </g>
12
+ <g id="loading-mascot" transform="translate(15.413 -11.873)">
13
+ <path id="Path_4" data-name="Path 4" d="M38.258,18.437A35.872,35.872,0,0,0,19.944,42.1a54.9,54.9,0,0,0-7.184,77.03A54.247,54.247,0,0,0,89.4,126.353a54.843,54.843,0,0,0,0-84.251A35.8,35.8,0,0,0,67.71,16.9a7.907,7.907,0,0,0-4.816-6.26A10.71,10.71,0,0,0,42.38,6.8,57.072,57.072,0,0,0,38.258,18.437Z" transform="translate(-0.24 -0.381)" fill="#395360" fill-rule="evenodd"/>
14
+ <rect id="Rectangle_2" data-name="Rectangle 2" width="27.784" height="32.578" transform="translate(41.121 59.616)" fill="#fbaa6f"/>
15
+ <path id="Path_5" data-name="Path 5" d="M35.656,37.4l-.278-.186a3.318,3.318,0,0,1-.729-4.619,3.28,3.28,0,0,1,4.6-.733h0A4.71,4.71,0,0,0,35.656,37.4Zm-10.373,0a4.2,4.2,0,0,0-.9-3.584,4.417,4.417,0,0,0-2.848-1.885h0a3.28,3.28,0,0,1,4.6.733,3.318,3.318,0,0,1-.729,4.619h0A1.369,1.369,0,0,1,25.283,37.4ZM42,30h1.227L40.75,41.216,35.8,56.179H25.862L18.43,43.706l2.477-7.47c2.477,3.328,4.144,5.4,4.955,6.236,1.25,1.233,6.205,1.233,8.683-1.257A60.876,60.876,0,0,0,42,30Z" transform="translate(23.687 38.924)" fill="#dc7f3c" fill-rule="evenodd"/>
16
+ <path id="Path_6" data-name="Path 6" d="M12.029,64.19H24.207V43.247h-9.4a30.233,30.233,0,0,1,17.365-23.27Q34.812,8.344,38.447,4.27l.417-.4.255-.233h0a5.2,5.2,0,0,1,2.5-1.094A5.4,5.4,0,0,1,46.6,11.321h-.139a3.749,3.749,0,0,1-.695.675,34.6,34.6,0,0,0-3.033,3.653,11.55,11.55,0,0,1,6.946-3.49,3.212,3.212,0,0,1,1.528.372A3.1,3.1,0,0,1,52.385,16.7,2.988,2.988,0,0,1,51,18,30.191,30.191,0,0,1,74.473,43.6l.278,2.024H65.883V64.237H77.066l4.144,31.251q-14.656,9.145-36.7,9.145T8,95.465ZM47.06,86.04q8.96-14.869,8.96-17.708c0-5.189-7.525-9.448-11.276-9.448S33.469,63.12,33.469,68.332q0,2.838,8.821,17.732a2.866,2.866,0,0,0,2.454,1.326,2.5,2.5,0,0,0,2.315-1.3Z" transform="translate(9.968 2.407)" fill="#bdcfc8" fill-rule="evenodd"/>
17
+ <path id="Path_7" data-name="Path 7" d="M18.96,31.07H41.3L37.575,68.465H22.688Z" transform="translate(24.384 40.344)" fill="none"/>
18
+ <path id="Path_8" data-name="Path 8" d="M82.019,59.9a46.2,46.2,0,0,1-74.3,0L9.665,45.682a6.169,6.169,0,0,0,2.315.442,6.565,6.565,0,0,0,6.506-5.655h0v2.839a6.576,6.576,0,1,0,13.151,0h0v3.77a6.6,6.6,0,0,0,13.174,0h0a6.576,6.576,0,1,0,13.151,0V43.425a6.576,6.576,0,1,0,13.151,0V40.586h0a6.76,6.76,0,0,0,9.03,5.352Z" transform="translate(9.6 52.817)" fill="#809eb0" fill-rule="evenodd"/>
19
+ <path id="Path_9" data-name="Path 9" d="M8.3,50.13l.6-4.4a6.17,6.17,0,0,0,2.315.442,6.565,6.565,0,0,0,6.506-5.655h0v2.839a6.576,6.576,0,1,0,13.151,0v3.77a6.6,6.6,0,0,0,13.174,0h0a6.576,6.576,0,1,0,13.151,0h0v-3.77a6.576,6.576,0,1,0,13.151,0V40.52h0a6.76,6.76,0,0,0,9.03,5.352l.579,4.4a6.584,6.584,0,0,1-8.826-3.046,6.67,6.67,0,0,1-.6-1.934h0v2.839a6.576,6.576,0,1,1-13.151,0V51.9a6.576,6.576,0,1,1-13.151,0h0a6.6,6.6,0,0,1-13.174,0V48.013a6.576,6.576,0,1,1-13.151,0h0V45.174h0a6.563,6.563,0,0,1-6.645,5.771,6.686,6.686,0,0,1-2.964-.7Z" transform="translate(10.363 52.884)" fill="#738e9e" fill-rule="evenodd"/>
20
+ <path id="Path_10" data-name="Path 10" d="M47.193,28.391C44.878,21.712,40.247,17.477,36.265,17.9c-5.094.535-6.344,8.749-5.3,18.616S34.9,54.1,39.992,53.569s9.261-9.052,8.52-18.616c-.185,2.862-1.2,5.306-3.218,5.468-2.593.233-3.334-2.769-3.681-6.562s-.324-6.981,2.315-7.167A3.493,3.493,0,0,1,47.193,28.391Z" transform="translate(39.726 22.825)" fill="#86a196" fill-rule="evenodd"/>
21
+ <path id="Path_11" data-name="Path 11" d="M42.337,24.217c-1.459-2.816-3.473-4.538-5.534-4.3-3.5.349-4.33,5.98-3.635,12.729s2.709,12.054,6.182,11.635c2.57-.279,4.469-3.49,5-7.865a2.685,2.685,0,0,1-2.061,1.326c-2.593.233-3.334-2.769-3.681-6.562s-.324-6.981,2.315-7.167A3.7,3.7,0,0,1,42.337,24.217Z" transform="translate(42.776 25.509)" fill="#fff" fill-rule="evenodd"/>
22
+ <path id="Path_12" data-name="Path 12" d="M10.4,28.391c2.315-6.678,6.946-10.914,10.928-10.495,5.094.535,6.344,8.749,5.3,18.616S22.693,54.1,17.6,53.569s-9.261-9.052-8.52-18.616c.185,2.862,1.181,5.306,3.218,5.468,2.593.233,3.334-2.769,3.658-6.562s.347-6.981-2.315-7.167a3.491,3.491,0,0,0-3.311,1.652Z" transform="translate(11.274 22.825)" fill="#86a196" fill-rule="evenodd"/>
23
+ <path id="Path_13" data-name="Path 13" d="M11.514,24.217c1.459-2.816,3.5-4.538,5.557-4.3,3.473.349,4.33,5.98,3.612,12.729S18,44.694,14.5,44.275c-2.57-.279-4.469-3.49-5-7.865a2.73,2.73,0,0,0,2.084,1.326c2.57.233,3.334-2.769,3.658-6.562s.324-6.981-2.315-7.167a3.9,3.9,0,0,0-1.482.163Z" transform="translate(11.941 25.509)" fill="#fff" fill-rule="evenodd"/>
24
+ <path id="Path_14" data-name="Path 14" d="M19.015,36.552a12.385,12.385,0,0,1,0-1.606c0-5.748,2.8-12.286,11.276-12.286S41.566,29.2,41.566,34.946a10.242,10.242,0,0,1-.3,2.327C39.413,34.132,35.94,32.2,30.152,32.2,24.664,32.27,21.1,33.876,19.015,36.552Z" transform="translate(24.422 29.184)" fill="#f4f8ff" fill-rule="evenodd"/>
25
+ <path id="Path_15" data-name="Path 15" d="M32.886,17.666l-7.363-.372,9.1-2.7A3.143,3.143,0,0,1,32.886,17.666Zm-8.15-2.374L21.68,17.619a39.073,39.073,0,0,0,4.631-8.656,15.323,15.323,0,0,0,.741-6.213,5.5,5.5,0,0,1,2.8,5.236A5.67,5.67,0,0,1,28.117,11.5,34.713,34.713,0,0,0,24.736,15.292Z" transform="translate(27.962 2.763)" fill="#86a196" fill-rule="evenodd"/>
26
+ </g>
27
+ </g>
28
+ </svg>
assets/vue/img/loading-white.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><g fill="none" stroke-width="8"><g data-name="wpf-loading-track" stroke="rgba(0,0,0,0.15)"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g><g data-name="wpf-loading-seqment" stroke="#fff" stroke-linecap="round" stroke-dasharray="60 1000"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g></g></svg>
assets/vue/img/loading.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><g fill="none" stroke-width="8"><g data-name="wpf-loading-track" stroke="rgba(0,0,0,0.1)"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g><g data-name="wpf-loading-seqment" stroke="#e27730" stroke-linecap="round" stroke-dasharray="60 1000"><circle cx="40" cy="40" r="40" stroke="none"/><circle cx="40" cy="40" r="36"/></g></g></svg>
assets/vue/img/lock-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="lock" class="svg-inline--fa fa-lock fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#c4c4c4" d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>
assets/vue/img/logo.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 242 60"><defs><style>.cls-11,.cls-12{fill-rule:evenodd}.cls-4{fill:none}.cls-11{fill:#86a196}.cls-12{fill:#fff}</style></defs><path d="M69.06 11.11L64.7 23.49h-.06l-1.89-6.55-2-6.14h-3.13v.44l6 17.89h1.66l4.39-11.67h.06l4.39 11.67h1.56l6.06-17.89v-.44h-3.2l-1.92 6.14-1.82 6.52h-.06l-4.32-12.35zM87.68 29h-3V10.8h7.54a6.17 6.17 0 016.42 6.42 6.14 6.14 0 01-6.42 6.32h-4.5zm-.05-8.11h4.55a3.54 3.54 0 003.51-3.75 3.49 3.49 0 00-3.51-3.71h-4.55zm29-.73l-7.41-9.41h-1.11V29h3V17.61l5.28 6.74h.41l5.25-6.74V29h3.05V10.75H124zm24.11-2.78v7.88c0 1.14 0 1.87 1.35 1.74v1.92c-1.8.34-3.64.13-3.64-2v-.52a4.57 4.57 0 01-4.32 2.73c-3.82 0-5.67-3.07-5.67-6.6.08-4.16 3.05-6.45 7.13-6.37a12.62 12.62 0 015.16 1.22zM138 22.71V19a6.49 6.49 0 00-2.63-.52c-2.39 0-4 1.37-4.08 4.08 0 2.29 1.12 4.08 3.43 4.08 2.13.02 3.22-1.64 3.28-3.93zm6.57-10.12a1.65 1.65 0 001.75 1.69 1.61 1.61 0 001.68-1.69 1.71 1.71 0 00-3.41 0zm3.12 4h-2.83V29h2.83zM151.3 10v14.53c0 4.18 1.77 5.17 5.62 4.55l-.11-2.19c-2.15.34-2.7-.31-2.7-2.39V10zm13.47 13.86c.08 3.82 3.8 5.59 7.36 5.51 3.4 0 7.17-1.51 7.17-5.51 0-4.19-3.38-4.92-7.07-5.33-2.1-.29-4.16-.55-4.16-2.6s2.16-2.73 3.82-2.73 3.85.62 4 2.57h2.86c-.08-3.72-3.35-5.28-6.81-5.28s-6.84 1.77-6.84 5.51 3.3 4.71 6.63 5c2.11.2 4.58.44 4.58 2.83s-2.29 2.83-4.21 2.83-4.22-.75-4.35-2.8zm26.44-3.67l-7.41-9.41h-1.12V29h3V17.61l5.32 6.74h.42l5.25-6.74V29h3V10.75h-1.07zm16.54-6.68V29h3V13.48H216V10.8h-13.53v2.68zm14 15.52h-3V10.8h7.54a6.17 6.17 0 016.42 6.42 6.14 6.14 0 01-6.42 6.32h-4.5zm0-8.11h4.55a3.54 3.54 0 003.51-3.75 3.49 3.49 0 00-3.51-3.71h-4.55z" fill-rule="evenodd" fill="#23282c"/><path d="M94.18 38.09a.46.46 0 01.09.19 1.15 1.15 0 010 .2v.18a1.33 1.33 0 01-.08.24 1.09 1.09 0 01-.21.37.58.58 0 01-.46 0 .3.3 0 00-.17 0 1.59 1.59 0 00-.34-.06h-.35a1.7 1.7 0 00-.55.08 1.12 1.12 0 00-.47.29 1.72 1.72 0 00-.34.6 3.34 3.34 0 00-.16 1v1.13h2.1q0 .39-.06.63a2.1 2.1 0 01-.1.4.61.61 0 01-.15.22 1.26 1.26 0 01-.23.13h-.23a5.35 5.35 0 01-.61 0h-.75v7.11a1.12 1.12 0 010 .24.25.25 0 01-.2.21 6.08 6.08 0 01-.66.07h-.53a3.15 3.15 0 01-.61-.06 1.4 1.4 0 010-.23V43.7a2.19 2.19 0 01-1.17-.31c0-.19 0-.35.08-.46a.69.69 0 01.1-.27.61.61 0 01.17-.15.86.86 0 01.25-.1l.22-.06.35-.07v-.73a6.26 6.26 0 01.06-.65 3.79 3.79 0 01.43-1.61 3.16 3.16 0 01.85-1 3.24 3.24 0 011.09-.49 4.4 4.4 0 011.1-.15 3.2 3.2 0 011 .13 1.36 1.36 0 01.53.27zm9.82 5.68a2.08 2.08 0 00-.71.12 1.65 1.65 0 00-.59.38v6a2.54 2.54 0 010 .41.91.91 0 01-.16.37 1.05 1.05 0 01-.24.15 1.3 1.3 0 01-.33.06h-1.27v-7a3.88 3.88 0 00-.07-.81 4.73 4.73 0 00-.18-.63 1.66 1.66 0 01.31-.23 3.66 3.66 0 01.52-.25.56.56 0 01.15 0h.12a.89.89 0 01.45.09.76.76 0 01.24.3 3.57 3.57 0 01.56-.33c.2-.09.39-.17.57-.23a3 3 0 01.55-.14 1.51 1.51 0 01.56 0c.58.06.9.24 1 .53a2.89 2.89 0 01-.07.57 1.46 1.46 0 01-.27.64h-.87a.56.56 0 00-.15 0zm7.91 7.56h-1.67v-5.89a3.2 3.2 0 00-.24-1.47.9.9 0 00-.86-.43 1.67 1.67 0 00-.8.2 2.41 2.41 0 00-.63.49v6.14a2.37 2.37 0 010 .41.64.64 0 01-.43.47 1.94 1.94 0 01-.32.07 3.28 3.28 0 01-.49 0h-.76v-7.01a3.94 3.94 0 00-.07-.81 4.82 4.82 0 00-.16-.63 2.23 2.23 0 01.83-.48.56.56 0 01.15 0h.09a.8.8 0 01.45.13.86.86 0 01.26.28 4.39 4.39 0 011.14-.58 3.84 3.84 0 011.24-.19h.39a2.7 2.7 0 011 .27 2.26 2.26 0 01.68.53 2.58 2.58 0 01.61-.36c.23-.1.44-.19.63-.25a3.65 3.65 0 011.21-.19h.4a2.91 2.91 0 011.12.3 1.9 1.9 0 01.69.69 3 3 0 01.34 1 7.74 7.74 0 01.1 1.33v5.69a1 1 0 01-.25.16 1.4 1.4 0 01-.35.08h-1.3a3.05 3.05 0 01-.13-.32 1.61 1.61 0 010-.39v-5.11a3.45 3.45 0 00-.23-1.48.89.89 0 00-.85-.42 1.64 1.64 0 00-.81.22 3.48 3.48 0 00-.67.53l.06-.06v6.68c.03.2-.1.34-.35.4zM120.6 42h.56a3.05 3.05 0 011.36.36c.29.19.46.36.5.5a1.29 1.29 0 01-.12.48 2.61 2.61 0 01-.27.5h-.18a.88.88 0 01-.2 0 3 3 0 00-.32-.06 1.58 1.58 0 01-.31-.09 2.32 2.32 0 00-.87-.17 1.15 1.15 0 00-.79.25.77.77 0 00-.3.63 1 1 0 00.1.44 1.54 1.54 0 00.42.46l.36.27.44.31.57.42.55.4a3.63 3.63 0 01.9 1 2.28 2.28 0 01.28 1.13A2.65 2.65 0 01123 50a2.57 2.57 0 01-.72.85 3.19 3.19 0 01-1.08.52 4.59 4.59 0 01-1.3.17 4.71 4.71 0 01-1.66-.26 1.38 1.38 0 01-.89-.66 1.57 1.57 0 01.1-.51 1.86 1.86 0 01.28-.52h.27a1.21 1.21 0 01.58.17 3.93 3.93 0 00.66.22 2.86 2.86 0 00.7.09h.34a1 1 0 00.69-.32 1 1 0 00.24-.72 1.16 1.16 0 00-.17-.6 1.83 1.83 0 00-.56-.55l-.17-.11c-.07-.05-.09-.07-.06 0-.22-.16-.45-.32-.69-.51l-.62-.51-.48-.38a2.62 2.62 0 01-.88-1.86 2.11 2.11 0 01.84-1.79 3.66 3.66 0 012.18-.72zm-20.51 4.7a6.79 6.79 0 01-.29 2.12 4.3 4.3 0 01-.8 1.52 3.43 3.43 0 01-1.22.93 3.87 3.87 0 01-1.53.3 3.58 3.58 0 01-2.83-1.12 5.39 5.39 0 01-1-3.64 6.82 6.82 0 01.29-2.13 4.25 4.25 0 01.8-1.51 3.21 3.21 0 011.23-.88 4.18 4.18 0 011.57-.29 3.41 3.41 0 012.84 1.19 5.55 5.55 0 01.94 3.5zm-5.54 0a8.17 8.17 0 00.13 1.61 3.37 3.37 0 00.37 1 1.45 1.45 0 00.54.58 1.4 1.4 0 00.7.17A1.3 1.3 0 0097 50a1.51 1.51 0 00.53-.58 3.3 3.3 0 00.37-1 8 8 0 00.13-1.6 5.07 5.07 0 00-.46-2.55 1.43 1.43 0 00-1.27-.75 1.28 1.28 0 00-.65.18 1.55 1.55 0 00-.53.57 3.34 3.34 0 00-.38 1 7.36 7.36 0 00-.19 1.46z" fill="#5f5e5e" fill-rule="evenodd"/><path d="M73.52 50.66v.08a.11.11 0 010 .07 2.68 2.68 0 01-.15.39.52.52 0 01-.29.22h-.37c-.19 0-.46 0-.82.05a2.14 2.14 0 01-.37-.44 1.73 1.73 0 01-.24-.5l-.3-1.09-.38-1.24c-.13-.45-.25-.9-.38-1.37s-.25-.91-.36-1.35c-.22-.8-.4-1.45-.53-1.94a5.63 5.63 0 00-.3-.92.92.92 0 01.58-.35 4.82 4.82 0 011.32-.13.89.89 0 01.24.3 1.74 1.74 0 01.13.36c.16.74.35 1.52.55 2.34.07.25.12.51.17.76s.09.5.14.71.1.51.13.68.07.33.1.45 0 .24.07.34.05.21.08.34c.07-.25.14-.55.22-.92s.18-.77.28-1.18c0-.11.08-.33.17-.65l.25-1c.08-.37.16-.71.23-1s.13-.54.16-.65a.73.73 0 000-.16v-.25a.93.93 0 01.22-.08 3.61 3.61 0 01.45-.12l.51-.07a1 1 0 01.39 0 .89.89 0 01.22.31 3.07 3.07 0 01.14.47l.36 1.52c.13.55.27 1.12.41 1.72 0 .22.1.43.14.64a5.61 5.61 0 00.13.59l.09.37v.17a.27.27 0 010 .12v.19c.13-.46.25-1 .38-1.57s.25-1.19.39-1.83c.11-.47.22-.91.31-1.31s.16-.77.23-1.11a.24.24 0 000-.13.48.48 0 01.09-.19.43.43 0 01.21-.11h.53l.4.05h.36a.49.49 0 01.19 0 .2.2 0 01.09.09 1 1 0 000 .1.54.54 0 010 .25c0 .09 0 .2-.08.34l-.08.19c-.12.38-.24.81-.36 1.28L79.39 46c-.21.79-.44 1.6-.66 2.42s-.44 1.57-.64 2.22v.15a2 2 0 01-.13.39.56.56 0 01-.29.22h-.39c-.19 0-.46 0-.8.05a2.15 2.15 0 01-.38-.44 2.11 2.11 0 01-.25-.5c0-.14-.08-.3-.13-.46s-.09-.31-.12-.45 0-.19-.07-.27a1.25 1.25 0 00-.07-.23c-.11-.48-.24-1-.36-1.57s-.25-1.09-.35-1.57c-.11.51-.25 1.06-.4 1.66s-.3 1.15-.44 1.68zm9.1 4.34a1.39 1.39 0 01-.42.13 3.28 3.28 0 01-1.43 0 6 6 0 010-.73V44.31a4.7 4.7 0 00-.06-.79 4.87 4.87 0 00-.15-.63.74.74 0 01.29-.26l.51-.24h.25a.74.74 0 01.44.13.8.8 0 01.27.28 5.64 5.64 0 011.15-.58q.28-.09.57-.15a2.9 2.9 0 01.62-.06 3.87 3.87 0 011.33.23 2.78 2.78 0 011.1.74 3.63 3.63 0 01.74 1.3 6.3 6.3 0 01.17 1.87 7.65 7.65 0 01-.48 2.94 4.28 4.28 0 01-1.24 1.74 2.76 2.76 0 01-1.06.59 4.24 4.24 0 01-1 .14 3 3 0 01-1.5-.32v3.32a1.69 1.69 0 010 .38zm1.32-4.9a1.51 1.51 0 00.65-.16 1.66 1.66 0 00.63-.59 3.55 3.55 0 00.48-1.17 7.64 7.64 0 00.2-1.89 3.73 3.73 0 00-.45-2.11 1.41 1.41 0 00-1.24-.64 1.8 1.8 0 00-.81.2 3.76 3.76 0 00-.67.46v5.39a1.82 1.82 0 00.54.36 1.56 1.56 0 00.67.15z" fill="#b85a1b" fill-rule="evenodd"/><path class="cls-4" d="M-6.25 0h60v60h-60z"/><path d="M16.66 8.14a15.43 15.43 0 00-7.91 10.17 23.51 23.51 0 1030 0 15.41 15.41 0 00-9.37-10.83 3.4 3.4 0 00-2.08-2.69 4.63 4.63 0 00-8.86-1.65 24.41 24.41 0 00-1.78 5z" fill="#395360" fill-rule="evenodd"/><path fill="#fbaa6f" d="M18 26h12v14H18z"/><path d="M25.87 33.18l-.12-.08a1.42 1.42 0 111.67-2.3 1.87 1.87 0 00-1.22.81 1.85 1.85 0 00-.33 1.57zm-4.48 0a1.8 1.8 0 00-.39-1.54 1.91 1.91 0 00-1.23-.81 1.42 1.42 0 011.67 2.3.57.57 0 01-.05.05zM28.61 30h.53l-1.07 4.82-2.14 6.43h-4.29l-3.21-5.36 1.07-3.21c1.07 1.43 1.79 2.32 2.14 2.68.54.53 2.68.53 3.75-.54A26.17 26.17 0 0028.61 30z" fill="#dc7f3c" fill-rule="evenodd"/><path d="M9.74 29H15v-9h-4.06a13 13 0 017.5-10q1.14-5 2.71-6.75l.18-.17.11-.1a2.25 2.25 0 011.08-.47 2.32 2.32 0 012.15 3.77h-.06a1.64 1.64 0 01-.3.29A15 15 0 0023 8.14a5 5 0 013-1.5 1.4 1.4 0 01.66.16 1.33 1.33 0 01.51 1.79 1.29 1.29 0 01-.6.56 13 13 0 0110.14 11l.12.87H33v8h4.83l1.79 13.43q-6.33 3.93-15.85 3.93T8 42.44zm15.13 9.39q3.87-6.39 3.87-7.61c0-2.23-3.25-4.06-4.87-4.06S19 28.54 19 30.78q0 1.22 3.81 7.62a1.24 1.24 0 001.06.57 1.08 1.08 0 001-.56z" fill="#bdcfc8" fill-rule="evenodd"/><path class="cls-4" d="M18.96 31.07h9.65L27 47.14h-6.43l-1.61-16.07z"/><path d="M39.81 48.82a20 20 0 01-32.09 0l.84-6.11a2.68 2.68 0 001 .19 2.83 2.83 0 002.81-2.43v1.22a2.84 2.84 0 005.68 0v1.62a2.85 2.85 0 005.69 0 2.84 2.84 0 005.68 0v-1.57a2.84 2.84 0 105.68 0v-1.22A2.84 2.84 0 0038 43a2.87 2.87 0 001-.18l.81 6z" fill="#809eb0" fill-rule="evenodd"/><path d="M8.3 44.65l.26-1.89a2.68 2.68 0 001 .19 2.83 2.83 0 002.81-2.43v1.22a2.84 2.84 0 005.68 0v1.62a2.85 2.85 0 005.69 0 2.84 2.84 0 005.68 0v-1.62a2.84 2.84 0 105.68 0v-1.22A2.84 2.84 0 0038 43a2.87 2.87 0 001-.18l.25 1.89a2.85 2.85 0 01-4.07-2.14v1.22a2.84 2.84 0 11-5.68 0v1.62a2.84 2.84 0 01-5.68 0 2.85 2.85 0 01-5.69 0v-1.67a2.84 2.84 0 01-5.68 0v-1.22A2.83 2.83 0 019.58 45a2.9 2.9 0 01-1.28-.3z" fill="#738e9e" fill-rule="evenodd"/><path class="cls-11" d="M37.78 22.39c-1-2.87-3-4.69-4.72-4.51-2.2.23-2.74 3.76-2.29 8s1.7 7.56 3.9 7.33 4-3.89 3.68-8c-.08 1.23-.52 2.28-1.39 2.35-1.12.1-1.44-1.19-1.59-2.82s-.14-3 1-3.08a1.51 1.51 0 011.41.73z"/><path class="cls-12" d="M37 21.75c-.63-1.21-1.5-1.95-2.39-1.85-1.51.15-1.87 2.57-1.57 5.47s1.17 5.18 2.67 5c1.11-.12 1.93-1.5 2.16-3.38a1.16 1.16 0 01-.89.57c-1.12.1-1.44-1.19-1.59-2.82s-.14-3 1-3.08a1.61 1.61 0 01.61.09z"/><path class="cls-11" d="M9.6 22.39c1-2.87 3-4.69 4.72-4.51 2.2.23 2.74 3.76 2.29 8s-1.7 7.56-3.9 7.33-4-3.89-3.68-8c.08 1.23.51 2.28 1.39 2.35 1.12.1 1.44-1.19 1.58-2.82s.15-3-1-3.08a1.51 1.51 0 00-1.43.71z"/><path class="cls-12" d="M10.37 21.75c.63-1.21 1.51-1.95 2.4-1.85 1.5.15 1.87 2.57 1.56 5.47s-1.16 5.18-2.67 5c-1.11-.12-1.93-1.5-2.16-3.38a1.18 1.18 0 00.9.57c1.11.1 1.44-1.19 1.58-2.82s.14-3-1-3.08a1.68 1.68 0 00-.64.07z"/><path d="M19 28.63a5.34 5.34 0 010-.69c0-2.47 1.21-5.28 4.87-5.28s4.87 2.81 4.87 5.28a4.4 4.4 0 01-.13 1c-.8-1.35-2.3-2.18-4.8-2.18-2.37.03-3.91.72-4.81 1.87z" fill="#f4f8ff" fill-rule="evenodd"/><path class="cls-11" d="M26.52 9.16L23.34 9l3.93-1.16a1.35 1.35 0 01-.75 1.32zM23 8.14l-1.32 1a16.77 16.77 0 002-3.72A6.56 6.56 0 0024 2.75 2.36 2.36 0 0125.21 5a2.43 2.43 0 01-.75 1.51A15 15 0 0023 8.14z"/><path d="M129.58 53.79v-9.35h1.47v.93a2.72 2.72 0 012.18-1.09c1.75 0 3 1.31 3 3.54s-1.24 3.56-3 3.56a2.67 2.67 0 01-2.18-1.11v3.52zm3.21-8.21a2.22 2.22 0 00-1.74.91v2.68a2.25 2.25 0 001.74.91 2 2 0 001.91-2.26 2 2 0 00-1.91-2.24zm4.91-1.14h1.47v1a2.89 2.89 0 012.2-1.15v1.46a2 2 0 00-.46 0 2.36 2.36 0 00-1.74.89v4.61h-1.47zm4.44 3.38a3.48 3.48 0 113.47 3.56 3.38 3.38 0 01-3.47-3.56zm5.44 0a2 2 0 10-2 2.26 2 2 0 002-2.26zm7.76 2.47a2.73 2.73 0 01-2.17 1.09c-1.73 0-3-1.32-3-3.55s1.26-3.55 3-3.55a2.71 2.71 0 012.17 1.1v-3.51h1.48v9.34h-1.48zm0-3.8a2.22 2.22 0 00-1.75-.91 2 2 0 00-1.9 2.25 2 2 0 001.9 2.25 2.22 2.22 0 001.75-.9zm7.94 3.82a3.23 3.23 0 01-2.39 1.07 1.92 1.92 0 01-2.17-2.14v-4.8h1.47v4.26c0 1 .53 1.38 1.36 1.38a2.22 2.22 0 001.73-.89v-4.75h1.47v6.77h-1.47zm6.46-6.03a3.05 3.05 0 012.59 1.2l-1 .9a1.79 1.79 0 00-1.55-.8 2.26 2.26 0 000 4.5 1.87 1.87 0 001.55-.8l1 .89a3 3 0 01-2.59 1.21 3.55 3.55 0 010-7.1zm4.17 5.36v-3.91h-1.12v-1.29h1.12v-1.85h1.47v1.85h1.37v1.29h-1.37v3.55c0 .46.22.8.64.8a1 1 0 00.66-.24l.35 1.1a1.91 1.91 0 01-1.39.44 1.56 1.56 0 01-1.73-1.74zm-111.71.84a2.87 2.87 0 01-2.19.9 2.25 2.25 0 01-2.35-2.24 2.18 2.18 0 012.34-2.2 2.8 2.8 0 012.19.86v-1c0-.79-.64-1.26-1.58-1.26a2.79 2.79 0 00-2 .85l-.6-1a4.05 4.05 0 012.85-1.09c1.49 0 2.81.63 2.81 2.45v4.48H62.2zm0-1.83a2 2 0 00-1.61-.7 1.23 1.23 0 100 2.42 2 2 0 001.61-.7z" fill="#999"/></svg>
assets/vue/img/long-arrow-alt-left-regular-grey.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="long-arrow-alt-left" class="svg-inline--fa fa-long-arrow-alt-left fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#999999" d="M107.515 150.971L8.485 250c-4.686 4.686-4.686 12.284 0 16.971L107.515 366c7.56 7.56 20.485 2.206 20.485-8.485v-71.03h308c6.627 0 12-5.373 12-12v-32c0-6.627-5.373-12-12-12H128v-71.03c0-10.69-12.926-16.044-20.485-8.484z"></path></svg>
assets/vue/img/long-arrow-alt-left-regular.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="long-arrow-alt-left" class="svg-inline--fa fa-long-arrow-alt-left fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M107.515 150.971L8.485 250c-4.686 4.686-4.686 12.284 0 16.971L107.515 366c7.56 7.56 20.485 2.206 20.485-8.485v-71.03h308c6.627 0 12-5.373 12-12v-32c0-6.627-5.373-12-12-12H128v-71.03c0-10.69-12.926-16.044-20.485-8.484z"></path></svg>
assets/vue/img/long-arrow-alt-right-regular-white.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="long-arrow-alt-right" class="svg-inline--fa fa-long-arrow-alt-right fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#ffffff" d="M340.485 366l99.03-99.029c4.686-4.686 4.686-12.284 0-16.971l-99.03-99.029c-7.56-7.56-20.485-2.206-20.485 8.485v71.03H12c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h308v71.03c0 10.689 12.926 16.043 20.485 8.484z"></path></svg>
assets/vue/img/long-arrow-alt-right-regular.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="long-arrow-alt-right" class="svg-inline--fa fa-long-arrow-alt-right fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M340.485 366l99.03-99.029c4.686-4.686 4.686-12.284 0-16.971l-99.03-99.029c-7.56-7.56-20.485-2.206-20.485 8.485v71.03H12c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h308v71.03c0 10.689 12.926 16.043 20.485 8.484z"></path></svg>
assets/vue/img/mailgun.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="31.967" height="32" viewBox="0 0 31.967 32"><defs><style>.a-mailgun{fill:#c02126;}</style></defs><path class="a-mailgun" d="M15.984,9.957a6.059,6.059,0,1,0,6.059,6.027A6.067,6.067,0,0,0,15.984,9.957ZM6.551,15.984a9.433,9.433,0,0,1,18.866,0A9.919,9.919,0,0,1,25.351,17a1.454,1.454,0,0,0,1.507,1.6c1.539,0,1.7-2,1.7-2.653a12.544,12.544,0,1,0-3.243,8.516l2.588,2.194a16.006,16.006,0,1,1,4.061-10.678c0,3.537-1.7,6.42-5.077,6.42a3.233,3.233,0,0,1-2.882-1.441A9.441,9.441,0,0,1,6.551,15.984Zm9.433-2.751a2.782,2.782,0,0,1,2.784,2.784,2.784,2.784,0,0,1-5.568,0A2.824,2.824,0,0,1,15.984,13.232Z"/></svg>
assets/vue/img/outlook.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="31.985" viewBox="0 0 32 31.985"><defs><style>.a-outlook{fill:#0364b8;}.b-outlook{fill:#0a2767;}.c-outlook{fill:#28a8ea;}.d-outlook,.m-outlook{fill:#0078d4;}.d-outlook,.e-outlook,.g-outlook{fill-rule:evenodd;}.e-outlook{fill:#50d9ff;}.f-outlook{fill:none;}.g-outlook{fill:#064a8c;}.h-outlook{fill:rgba(10,39,103,0.5);}.i-outlook{fill:#1490df;}.j-outlook{fill:rgba(0,0,0,0.05);}.k-outlook{fill:rgba(0,0,0,0.1);}.l-outlook{fill:rgba(0,0,0,0.2);}.n-outlook{fill:#fff;}</style></defs><g transform="translate(7.996 2.006)"><path class="a-outlook" d="M87.3,13.8H70.11a1.421,1.421,0,0,0-1.41,1.41v1.6l9.7,2.98,10.308-3V15.2A1.418,1.418,0,0,0,87.3,13.8Z" transform="translate(-66.708 -13.8)"/><path class="b-outlook" d="M78.64,70.346a11.747,11.747,0,0,0,.349-1.41.7.7,0,0,0-.334-.582H78.64L67.809,62.19c-.044-.029-.1-.058-.145-.087a1.541,1.541,0,0,0-1.338,0c-.044.029-.1.058-.145.087L55.349,68.354h-.015a.666.666,0,0,0-.334.582,11.747,11.747,0,0,0,.349,1.41l11.486,8.4Z" transform="translate(-55 -54.95)"/><path class="c-outlook" d="M112.014,34.4h-6.993L103,37.4l2.021,3,6.993,5.99H118V40.39Z" transform="translate(-96.021 -31.405)"/></g><path class="d-outlook" d="M68.7,34.4h6.993v5.99H68.7Z" transform="translate(-58.712 -29.399)"/><path class="e-outlook" d="M165,34.4h5.99v5.99H165Z" transform="translate(-141.011 -29.399)"/><path class="a-outlook" d="M82.7,81.69,75.708,75.7H68.7v5.99l6.993,5.99,10.831,1.774Z" transform="translate(-58.712 -64.694)"/><path class="f-outlook" d="M69,34.4H88.962" transform="translate(-58.968 -29.399)"/><path class="d-outlook" d="M116.9,75.6h6.993v5.99H116.9Z" transform="translate(-99.904 -64.609)"/><path class="g-outlook" d="M68.7,116.9h6.993v5.99H68.7Z" transform="translate(-58.712 -99.904)"/><path class="d-outlook" d="M165,116.9h5.99v5.99H165Z" transform="translate(-141.011 -99.904)"/><g transform="translate(0 6.993)"><path class="h-outlook" d="M69.491,117.594,57.7,109l.494-.872s10.744,6.121,10.9,6.208a.532.532,0,0,0,.422-.015c.16-.087,10.933-6.223,10.933-6.223l.494.872Z" transform="translate(-49.311 -99.377)"/><path class="i-outlook" d="M145.4,110.582h0l-.015.015-10.831,6.164a1.483,1.483,0,0,1-1.454.087l3.78,5.06,8.244,1.8h0a1.475,1.475,0,0,0,.625-1.207V110a.733.733,0,0,1-.349.582Z" transform="translate(-113.749 -101)"/><path class="j-outlook" d="M145.734,158.126v-.741l-9.974-5.685-1.207.683a1.483,1.483,0,0,1-1.454.087l3.78,5.06,8.244,1.8h0a1.5,1.5,0,0,0,.611-1.207Z" transform="translate(-113.749 -136.638)"/><path class="k-outlook" d="M145.676,161.937,134.743,155.7l-.189.116a1.483,1.483,0,0,1-1.454.087l3.78,5.06,8.244,1.8h0a1.482,1.482,0,0,0,.552-.829Z" transform="translate(-113.749 -140.056)"/><path class="c-outlook" d="M55.349,110.6h0l-.044-.029A.665.665,0,0,1,55,110v12.489a1.5,1.5,0,0,0,1.5,1.5H77.492a1.465,1.465,0,0,0,.363-.044.82.82,0,0,0,.174-.058c.015,0,.044-.015.058-.015a.737.737,0,0,0,.233-.131l.044-.029Z" transform="translate(-47.004 -101)"/><path class="k-outlook" d="M64.988,65.765V49.438A1.353,1.353,0,0,0,63.651,48.1H57.035v7.458l-1.687.96h-.015A.666.666,0,0,0,55,57.1v10h8.665A1.35,1.35,0,0,0,64.988,65.765Z" transform="translate(-47.004 -48.1)"/><path class="l-outlook" d="M64,72.665V56.338A1.353,1.353,0,0,0,62.662,55H57.035v6.455l-1.687.96h-.015A.666.666,0,0,0,55,63V73.988h7.662A1.34,1.34,0,0,0,64,72.665Zm0-2.006V56.338A1.353,1.353,0,0,0,62.662,55H57.035v6.455l-1.687.96h-.015A.666.666,0,0,0,55,63v9h7.662A1.353,1.353,0,0,0,64,70.658Zm-1,0V56.338A1.353,1.353,0,0,0,61.659,55H57.035v6.455l-1.687.96h-.015A.666.666,0,0,0,55,63v9h6.659A1.343,1.343,0,0,0,63,70.658Z" transform="translate(-47.004 -53.997)"/><path class="m-outlook" d="M1.338,55H14.67a1.343,1.343,0,0,1,1.338,1.338V69.67a1.343,1.343,0,0,1-1.338,1.338H1.338A1.343,1.343,0,0,1,0,69.67V56.338A1.334,1.334,0,0,1,1.338,55Z" transform="translate(0 -53.997)"/><path class="n-outlook" d="M23.262,78.057a4.223,4.223,0,0,1,1.643-1.817,4.989,4.989,0,0,1,2.6-.654,4.538,4.538,0,0,1,2.413.625,4.171,4.171,0,0,1,1.6,1.73,5.545,5.545,0,0,1,.552,2.544,5.823,5.823,0,0,1-.582,2.661,4.241,4.241,0,0,1-1.643,1.788,4.858,4.858,0,0,1-2.5.64,4.922,4.922,0,0,1-2.472-.625,4.206,4.206,0,0,1-1.614-1.73A5.4,5.4,0,0,1,22.7,80.7a6.366,6.366,0,0,1,.567-2.646Zm1.745,4.26a2.677,2.677,0,0,0,.93,1.192,2.434,2.434,0,0,0,1.439.436,2.524,2.524,0,0,0,1.541-.451,2.615,2.615,0,0,0,.9-1.192,4.654,4.654,0,0,0,.291-1.672,5.127,5.127,0,0,0-.276-1.687,2.578,2.578,0,0,0-.872-1.236,2.3,2.3,0,0,0-1.527-.465,2.568,2.568,0,0,0-1.483.436,2.748,2.748,0,0,0-.945,1.207,4.812,4.812,0,0,0,0,3.431Z" transform="translate(-19.395 -71.588)"/></g><path class="f-outlook" d="M0,0H31.985V31.985H0Z"/></svg>
assets/vue/img/post-smtp-mailer.png ADDED
Binary file
assets/vue/img/pro-badge.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="46" height="26" viewBox="0 0 46 26"><defs><style>.a-prob{fill:#e6e6e6;}.b-prob{fill:#777;font-size:12px;font-family:HelveticaNeue-Medium, Helvetica Neue;font-weight:500;}</style></defs><rect class="a-prob" width="46" height="26" rx="3"/><text class="b-prob" transform="translate(9.999 17)"><tspan x="0" y="0">PRO</tspan></text></svg>
assets/vue/img/question-circle-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="question-circle" class="svg-inline--fa fa-question-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"></path></svg>
assets/vue/img/sendgrid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.a-sendgrid{fill:#9edbee;}.b-sendgrid{fill:#3f7cbc;}.c-sendgrid{fill:#07b2e2;}.d-sendgrid{fill:#0f9cd5;}</style></defs><g transform="translate(-0.201)"><rect class="a-sendgrid" width="10.658" height="10.658" transform="translate(10.859 21.342)"/><path class="a-sendgrid" d="M10.859,10.658H.2V21.342H10.859Z"/><rect class="b-sendgrid" width="10.658" height="10.658" transform="translate(0.201 21.342)"/><path class="c-sendgrid" d="M32.2,10.658H21.543V21.342H32.2Z"/><rect class="c-sendgrid" width="10.658" height="10.658" transform="translate(10.859)"/><path class="d-sendgrid" d="M10.859,10.658V21.342H21.543V10.658H10.859Z"/><rect class="b-sendgrid" width="10.658" height="10.658" transform="translate(21.543)"/></g></svg>
assets/vue/img/sendinblue.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="29.796" height="32" viewBox="0 0 29.796 32"><defs><style>.a-sendinblue{fill:#0092ff;}</style></defs><g transform="translate(-1.728 -0.283)"><path class="a-sendinblue" d="M30.331,8.283a8.537,8.537,0,0,0-5.26-4.063,11.149,11.149,0,0,0-1.417-.252A8.548,8.548,0,0,0,16.6.283,8.441,8.441,0,0,0,9.575,4,8.626,8.626,0,0,0,2.866,8.283a8.847,8.847,0,0,0-.346,8,8.785,8.785,0,0,0,.346,7.969,8.537,8.537,0,0,0,5.26,4.063,7.337,7.337,0,0,0,1.449.252,8.534,8.534,0,0,0,14.11-.031,8.654,8.654,0,0,0,7.024-12.283,8.788,8.788,0,0,0-.378-7.969Zm-2.142,1.26a5.848,5.848,0,0,1,.724,3.906,10.306,10.306,0,0,0-1.512-1.1,8.763,8.763,0,0,0-10.268,1.1A5.976,5.976,0,0,1,24.5,6.74,5.772,5.772,0,0,1,28.189,9.543ZM16.6,3.118A5.636,5.636,0,0,1,20.22,4.441a8.233,8.233,0,0,0-1.7.756,8.553,8.553,0,0,0-4,9.228,5.881,5.881,0,0,1-3.685-5.449A5.807,5.807,0,0,1,16.6,3.118ZM5.071,9.7a6.043,6.043,0,0,1,2.992-2.52,9.046,9.046,0,0,0-.22,1.827,8.571,8.571,0,0,0,6.11,8.126,5.94,5.94,0,0,1-6.709.535A5.763,5.763,0,0,1,5.039,9.7h.031ZM5.039,22.992a5.848,5.848,0,0,1-.724-3.906,10.306,10.306,0,0,0,1.512,1.1,8.857,8.857,0,0,0,6.614.882,8.648,8.648,0,0,0,3.654-1.984A5.961,5.961,0,0,1,5.039,22.992Zm11.622,6.425a5.636,5.636,0,0,1-3.622-1.323,8.232,8.232,0,0,0,1.7-.756,8.6,8.6,0,0,0,4.031-9.2,5.844,5.844,0,0,1-2.11,11.276Zm10.929-6.551a5.959,5.959,0,0,1-2.9,2.52,9.085,9.085,0,0,0,.22-1.858A8.527,8.527,0,0,0,18.992,15.4a5.755,5.755,0,0,1,2.173-1.134,5.688,5.688,0,0,1,4.346.63,5.867,5.867,0,0,1,2.079,7.969Z"/></g></svg>
assets/vue/img/smtp.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="22.584" viewBox="0 0 32 22.584"><defs><style>.a-smtp{fill:#819eaf;fill-rule:evenodd;}</style></defs><path class="a-smtp" d="M31.158,34.542a2.716,2.716,0,0,1-1.99.842H2.756a2.78,2.78,0,0,1-1.99-.842A2.969,2.969,0,0,1,0,32.513V15.671a2.833,2.833,0,0,1,.8-2.029,2.716,2.716,0,0,1,1.99-.842H29.206a2.78,2.78,0,0,1,1.99.842,2.833,2.833,0,0,1,.8,2.029V32.513A2.868,2.868,0,0,1,31.158,34.542ZM27.789,15.594,16.038,25.049,4.249,15.594c-.689-.574-1.3-.651-1.837-.153a1.015,1.015,0,0,0-.306.842,1.243,1.243,0,0,0,.383.689l7.656,7.043L2.794,31.633a.706.706,0,0,0-.077.957h0a.6.6,0,0,0,.459.23.879.879,0,0,0,.536-.153l8.23-6.967L16,29.3l3.981-3.6,8.23,6.967a.879.879,0,0,0,.536.153.7.7,0,0,0,.536-.23c.23-.306.191-.612-.153-.957l-7.273-7.617,7.656-7.043a1.6,1.6,0,0,0,.421-.689.905.905,0,0,0-.344-.842c-.536-.5-1.11-.421-1.8.153Z" transform="translate(0 -12.8)"/></svg>
assets/vue/img/smtpcom.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="23.251" viewBox="0 0 32 23.251"><defs><style>.a-smtpcom{fill:#21b193;}</style></defs><g transform="translate(0 -4.36)"><path d="M0,4.36H32V27.55a3.353,3.353,0,0,1-.575.061H.454c-.151,0-.3-.03-.454-.03ZM31.061,26.672V5.752L2,26.641a1.52,1.52,0,0,0,.363.061H13.018a1.585,1.585,0,0,0,.817-.3c1.272-.878,2.543-1.816,3.784-2.725l5.6-4,.545.757-8.689,6.237ZM.969,5.722V26.248l14.35-10.324Zm1.3-.394c.061.091.151.151.212.242l13.26,9.446c.424.3.666.121.969-.091L29.306,5.752c.151-.121.272-.242.484-.424Z"/><path class="a-smtpcom" d="M2.271,5.328H29.79c-.212.182-.333.3-.484.424L16.711,14.925c-.3.242-.545.394-.969.091L2.482,5.57A1.731,1.731,0,0,1,2.271,5.328Z"/></g></svg>
assets/vue/img/star-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="#FDB72C" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>
assets/vue/img/thumbs-down-hover.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><defs><style>.a-thumbsdown{fill:#d83638;stroke:#d83638;stroke-width:5px;}.b-thumbsdown{fill:#fff;}.c-thumbsdown{stroke:none;}.d-thumbsdown{fill:none;}</style></defs><g transform="translate(-130.123 -203.022)"><g class="a-thumbsdown" transform="translate(130.123 203.022)"><circle class="c-thumbsdown" cx="64" cy="64" r="64"/><circle class="d-thumbsdown" cx="64" cy="64" r="61.5"/></g><path class="b-thumbsdown" d="M-18.286-7.143a2.3,2.3,0,0,0-2.286-2.286,2.3,2.3,0,0,0-2.286,2.286,2.3,2.3,0,0,0,2.286,2.286A2.3,2.3,0,0,0-18.286-7.143ZM22.857-27.714a4.726,4.726,0,0,0-4.571-4.571H5.714c0-4.179,3.429-7.214,3.429-11.429,0-4.179-.821-6.857-5.714-6.857C1.143-48.25,2.321-42.786-1.143-39.143c-1,1.036-1.857,2.143-2.75,3.25-1.607,2.071-5.857,8.179-8.679,8.179h-1.143V-4.857h1.143c2,0,5.286,1.286,7.214,1.964,3.929,1.357,8,2.607,12.214,2.607h4.571c3.964,0,6.607-1.786,6.607-5.964a12.249,12.249,0,0,0-.179-2,5.319,5.319,0,0,0,2.321-4.5,4.977,4.977,0,0,0-.643-2.464,5.685,5.685,0,0,0,1.893-4.25,6.423,6.423,0,0,0-1.25-3.679C21.857-23.179,22.857-26.393,22.857-27.714Zm4.571-.036a10.512,10.512,0,0,1-1.75,5.821A9.523,9.523,0,0,1,26-19.464a10.445,10.445,0,0,1-1.357,5.143,11.1,11.1,0,0,1,.107,1.536,10.416,10.416,0,0,1-2.143,6.357v.179C22.643.429,17.964,4.286,11.464,4.286h-4c-5.5,0-9.964-1.357-15.107-3.143A26.4,26.4,0,0,0-12.571-.286H-22.857a4.557,4.557,0,0,1-4.571-4.571V-27.714a4.557,4.557,0,0,1,4.571-4.571h9.786c1.393-.929,3.821-4.143,4.893-5.536a58.287,58.287,0,0,1,3.821-4.536c2.107-2.321,1-7.964,4.571-11.464a4.663,4.663,0,0,1,3.214-1.321c3.714,0,7.286,1.321,9.036,4.786a13.717,13.717,0,0,1,1.25,6.643A15.228,15.228,0,0,1,12-36.857h6.286A9.271,9.271,0,0,1,27.429-27.75Z" transform="translate(194.123 244.022) rotate(180)"/></g></svg>
assets/vue/img/thumbs-down.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><defs><style>.a-thumbsdown{fill:#fff;stroke:#d83638;stroke-width:5px;}.b-thumbsdown{fill:#d83638;}.c-thumbsdown{stroke:none;}.d-thumbsdown{fill:none;}</style></defs><g transform="translate(-130.123 -203.022)"><g class="a-thumbsdown" transform="translate(130.123 203.022)"><circle class="c-thumbsdown" cx="64" cy="64" r="64"/><circle class="d-thumbsdown" cx="64" cy="64" r="61.5"/></g><path class="b-thumbsdown" d="M-18.286-7.143a2.3,2.3,0,0,0-2.286-2.286,2.3,2.3,0,0,0-2.286,2.286,2.3,2.3,0,0,0,2.286,2.286A2.3,2.3,0,0,0-18.286-7.143ZM22.857-27.714a4.726,4.726,0,0,0-4.571-4.571H5.714c0-4.179,3.429-7.214,3.429-11.429,0-4.179-.821-6.857-5.714-6.857C1.143-48.25,2.321-42.786-1.143-39.143c-1,1.036-1.857,2.143-2.75,3.25-1.607,2.071-5.857,8.179-8.679,8.179h-1.143V-4.857h1.143c2,0,5.286,1.286,7.214,1.964,3.929,1.357,8,2.607,12.214,2.607h4.571c3.964,0,6.607-1.786,6.607-5.964a12.249,12.249,0,0,0-.179-2,5.319,5.319,0,0,0,2.321-4.5,4.977,4.977,0,0,0-.643-2.464,5.685,5.685,0,0,0,1.893-4.25,6.423,6.423,0,0,0-1.25-3.679C21.857-23.179,22.857-26.393,22.857-27.714Zm4.571-.036a10.512,10.512,0,0,1-1.75,5.821A9.523,9.523,0,0,1,26-19.464a10.445,10.445,0,0,1-1.357,5.143,11.1,11.1,0,0,1,.107,1.536,10.416,10.416,0,0,1-2.143,6.357v.179C22.643.429,17.964,4.286,11.464,4.286h-4c-5.5,0-9.964-1.357-15.107-3.143A26.4,26.4,0,0,0-12.571-.286H-22.857a4.557,4.557,0,0,1-4.571-4.571V-27.714a4.557,4.557,0,0,1,4.571-4.571h9.786c1.393-.929,3.821-4.143,4.893-5.536a58.287,58.287,0,0,1,3.821-4.536c2.107-2.321,1-7.964,4.571-11.464a4.663,4.663,0,0,1,3.214-1.321c3.714,0,7.286,1.321,9.036,4.786a13.717,13.717,0,0,1,1.25,6.643A15.228,15.228,0,0,1,12-36.857h6.286A9.271,9.271,0,0,1,27.429-27.75Z" transform="translate(194.123 244.022) rotate(180)"/></g></svg>
assets/vue/img/thumbs-up-hover.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><defs><style>.a-thumbsup{fill:#6ab255;stroke:#6ab255;stroke-width:5px;}.b-thumbsup{fill:#fff;}.c-thumbsup{stroke:none;}.d-thumbsup{fill:none;}</style></defs><g transform="translate(-311.123 -203.022)"><g class="a-thumbsup" transform="translate(311.123 203.022)"><circle class="c-thumbsup" cx="64" cy="64" r="64"/><circle class="d-thumbsup" cx="64" cy="64" r="61.5"/></g><path class="b-thumbsup" d="M-18.286-6.857a2.3,2.3,0,0,1-2.286,2.286,2.3,2.3,0,0,1-2.286-2.286,2.3,2.3,0,0,1,2.286-2.286A2.3,2.3,0,0,1-18.286-6.857ZM22.857-27.429c0,1.321-1,4.536-2.679,4.571a6.423,6.423,0,0,1,1.25,3.679,5.685,5.685,0,0,1-1.893,4.25,4.977,4.977,0,0,1,.643,2.464,5.319,5.319,0,0,1-2.321,4.5,12.249,12.249,0,0,1,.179,2C18.036-1.607,15.214,0,11.179,0H6.857C2.643,0-1.429-1.25-5.357-2.607c-1.929-.679-5.214-1.964-7.214-1.964h-1.143V-27.429h1.143c2.821,0,7.071-6.107,8.679-8.179.893-1.107,1.75-2.214,2.75-3.25C2.321-42.5,1.143-47.964,3.429-50.286c4.893,0,5.714,2.679,5.714,6.857,0,4.214-3.429,7.25-3.429,11.429H18.286A4.726,4.726,0,0,1,22.857-27.429Zm4.571-.036a9.271,9.271,0,0,0-9.143-9.107H12a15.228,15.228,0,0,0,1.714-6.857,13.717,13.717,0,0,0-1.25-6.643c-1.75-3.464-5.321-4.786-9.036-4.786A4.663,4.663,0,0,0,.214-53.536c-3.571,3.5-2.429,9.143-4.571,11.429-1.357,1.464-2.607,3-3.821,4.571-1.071,1.393-3.5,4.607-4.893,5.536h-9.786a4.557,4.557,0,0,0-4.571,4.571V-4.571A4.557,4.557,0,0,0-22.857,0h10.286A26.4,26.4,0,0,1-7.643,1.429c4.714,1.643,9.429,3.143,14.5,3.143h4.607c6.607,0,11.214-3.964,11.143-10.714A10.416,10.416,0,0,0,24.75-12.5a11.1,11.1,0,0,0-.107-1.536A10.445,10.445,0,0,0,26-19.179a9.523,9.523,0,0,0-.321-2.464A10.512,10.512,0,0,0,27.429-27.464Z" transform="translate(375.123 290.022)"/></g></svg>
assets/vue/img/thumbs-up.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><defs><style>.a-thumbsup{fill:#fff;stroke:#6ab255;stroke-width:5px;}.b-thumbsup{fill:#6ab255;}.c-thumbsup{stroke:none;}.d-thumbsup{fill:none;}</style></defs><g transform="translate(-311.123 -203.022)"><g class="a-thumbsup" transform="translate(311.123 203.022)"><circle class="c-thumbsup" cx="64" cy="64" r="64"/><circle class="d-thumbsup" cx="64" cy="64" r="61.5"/></g><path class="b-thumbsup" d="M-18.286-6.857a2.3,2.3,0,0,1-2.286,2.286,2.3,2.3,0,0,1-2.286-2.286,2.3,2.3,0,0,1,2.286-2.286A2.3,2.3,0,0,1-18.286-6.857ZM22.857-27.429c0,1.321-1,4.536-2.679,4.571a6.423,6.423,0,0,1,1.25,3.679,5.685,5.685,0,0,1-1.893,4.25,4.977,4.977,0,0,1,.643,2.464,5.319,5.319,0,0,1-2.321,4.5,12.249,12.249,0,0,1,.179,2C18.036-1.607,15.214,0,11.179,0H6.857C2.643,0-1.429-1.25-5.357-2.607c-1.929-.679-5.214-1.964-7.214-1.964h-1.143V-27.429h1.143c2.821,0,7.071-6.107,8.679-8.179.893-1.107,1.75-2.214,2.75-3.25C2.321-42.5,1.143-47.964,3.429-50.286c4.893,0,5.714,2.679,5.714,6.857,0,4.214-3.429,7.25-3.429,11.429H18.286A4.726,4.726,0,0,1,22.857-27.429Zm4.571-.036a9.271,9.271,0,0,0-9.143-9.107H12a15.228,15.228,0,0,0,1.714-6.857,13.717,13.717,0,0,0-1.25-6.643c-1.75-3.464-5.321-4.786-9.036-4.786A4.663,4.663,0,0,0,.214-53.536c-3.571,3.5-2.429,9.143-4.571,11.429-1.357,1.464-2.607,3-3.821,4.571-1.071,1.393-3.5,4.607-4.893,5.536h-9.786a4.557,4.557,0,0,0-4.571,4.571V-4.571A4.557,4.557,0,0,0-22.857,0h10.286A26.4,26.4,0,0,1-7.643,1.429c4.714,1.643,9.429,3.143,14.5,3.143h4.607c6.607,0,11.214-3.964,11.143-10.714A10.416,10.416,0,0,0,24.75-12.5a11.1,11.1,0,0,0-.107-1.536A10.445,10.445,0,0,0,26-19.179a9.523,9.523,0,0,0-.321-2.464A10.512,10.512,0,0,0,27.429-27.464Z" transform="translate(375.123 290.022)"/></g></svg>
assets/vue/img/times-solid-grey.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="#B6B6B6" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
assets/vue/img/times-solid.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
assets/vue/img/working.svg ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="415" height="228" viewBox="0 0 415 228">
2
+ <defs>
3
+ <radialGradient id="radial-gradient" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox">
4
+ <stop offset="0" stop-color="#ddd"/>
5
+ <stop offset="1" stop-color="#fff"/>
6
+ </radialGradient>
7
+ </defs>
8
+ <g id="process" transform="translate(-492 -434)">
9
+ <g id="circles">
10
+ <g id="Ellipse_9" data-name="Ellipse 9" transform="translate(574 527)" fill="#fff" stroke="#777" stroke-width="3" opacity="0.15">
11
+ <circle cx="8" cy="8" r="8" stroke="none"/>
12
+ <circle cx="8" cy="8" r="6.5" fill="none"/>
13
+ <animate attributeName="opacity" values="0;0.25;0" dur="1s" repeatCount="indefinite"/>
14
+ </g>
15
+ <g id="Ellipse_13" data-name="Ellipse 13" transform="translate(895 567)" fill="#fff" stroke="#777" stroke-width="2" opacity="0.3">
16
+ <circle cx="6" cy="6" r="6" stroke="none"/>
17
+ <circle cx="6" cy="6" r="5" fill="none"/>
18
+ <animate attributeName="opacity" values="0;0.6;0" dur="1.3s" repeatCount="indefinite"/>
19
+ </g>
20
+ <g id="Ellipse_14" data-name="Ellipse 14" transform="translate(592 440)" fill="#fff" stroke="#777" stroke-width="2" opacity="0.15">
21
+ <circle cx="6" cy="6" r="6" stroke="none"/>
22
+ <circle cx="6" cy="6" r="5" fill="none"/>
23
+ <animate attributeName="opacity" values="0;0.25;0" dur="1.6s" repeatCount="indefinite"/>
24
+ </g>
25
+ <g id="Ellipse_10" data-name="Ellipse 10" transform="translate(845 460)" fill="#fff" stroke="#777" stroke-width="3" opacity="0.3">
26
+ <circle cx="8" cy="8" r="8" stroke="none"/>
27
+ <circle cx="8" cy="8" r="6.5" fill="none"/>
28
+ <animate attributeName="opacity" values="0;0.6;0" dur="1.9s" repeatCount="indefinite"/>
29
+ </g>
30
+ <g id="Ellipse_11" data-name="Ellipse 11" transform="translate(824 618)" fill="#fff" stroke="#777" stroke-width="1" opacity="0.15">
31
+ <circle cx="4" cy="4" r="4" stroke="none"/>
32
+ <circle cx="4" cy="4" r="3.5" fill="none"/>
33
+ <animate attributeName="opacity" values="0;0.25;0" dur="2.2s" repeatCount="indefinite"/>
34
+ </g>
35
+ <g id="Ellipse_16" data-name="Ellipse 16" transform="translate(492 517)" fill="#fff" stroke="#777" stroke-width="1" opacity="0.3">
36
+ <circle cx="4" cy="4" r="4" stroke="none"/>
37
+ <circle cx="4" cy="4" r="3.5" fill="none"/>
38
+ <animate attributeName="opacity" values="0;0.6;0" dur="2.5s" repeatCount="indefinite"/>
39
+ </g>
40
+ <g id="Ellipse_15" data-name="Ellipse 15" transform="translate(719 434)" fill="#fff" stroke="#777" stroke-width="1" opacity="0.15">
41
+ <circle cx="4" cy="4" r="4" stroke="none"/>
42
+ <circle cx="4" cy="4" r="3.5" fill="none"/>
43
+ <animate attributeName="opacity" values="0;0.25;0" dur="2.8s" repeatCount="indefinite"/>
44
+ </g>
45
+ <g id="Ellipse_12" data-name="Ellipse 12" transform="translate(521 452)" fill="#fff" stroke="#777" stroke-width="1" opacity="0.3">
46
+ <circle cx="4" cy="4" r="4" stroke="none"/>
47
+ <circle cx="4" cy="4" r="3.5" fill="none"/>
48
+ <animate attributeName="opacity" values="0;0.6;0" dur="3.1s" repeatCount="indefinite"/>
49
+ </g>
50
+ </g>
51
+ <g id="stars">
52
+ <path id="Path_510" data-name="Path 510" d="M7.5-8.641,2.937-9.306.9-13.444a1,1,0,0,0-1.794,0L-2.938-9.306-7.5-8.641a1,1,0,0,0-.553,1.706l3.3,3.219L-5.534.831a1,1,0,0,0,1.45,1.053L0-.263,4.084,1.884A1,1,0,0,0,5.534.831L4.753-3.716l3.3-3.219A1,1,0,0,0,7.5-8.641Zm-4.359,4.4L3.884.084,0-1.956-3.884.084l.741-4.325L-6.288-7.3l4.344-.631L0-11.872,1.944-7.934,6.287-7.3Z" transform="matrix(0.966, 0.259, -0.259, 0.966, 826.447, 540.796)" fill="#777" opacity="0.3"><animate attributeName="opacity" values="0;0.6;0" dur="1.5s" repeatCount="indefinite"/></path>
53
+ <path id="Path_509" data-name="Path 509" d="M7.5-8.641,2.937-9.306.9-13.444a1,1,0,0,0-1.794,0L-2.938-9.306-7.5-8.641a1,1,0,0,0-.553,1.706l3.3,3.219L-5.534.831a1,1,0,0,0,1.45,1.053L0-.263,4.084,1.884A1,1,0,0,0,5.534.831L4.753-3.716l3.3-3.219A1,1,0,0,0,7.5-8.641Zm-4.359,4.4L3.884.084,0-1.956-3.884.084l.741-4.325L-6.288-7.3l4.344-.631L0-11.872,1.944-7.934,6.287-7.3Z" transform="matrix(0.966, -0.259, 0.259, 0.966, 672.553, 471.795)" fill="#777" opacity="0.5"><animate attributeName="opacity" values="0;0.4;0" dur="1.7s" repeatCount="indefinite"/></path>
54
+ <path id="Path_508" data-name="Path 508" d="M7.5-8.641,2.937-9.306.9-13.444a1,1,0,0,0-1.794,0L-2.938-9.306-7.5-8.641a1,1,0,0,0-.553,1.706l3.3,3.219L-5.534.831a1,1,0,0,0,1.45,1.053L0-.263,4.084,1.884A1,1,0,0,0,5.534.831L4.753-3.716l3.3-3.219A1,1,0,0,0,7.5-8.641Zm-4.359,4.4L3.884.084,0-1.956-3.884.084l.741-4.325L-6.288-7.3l4.344-.631L0-11.872,1.944-7.934,6.287-7.3Z" transform="matrix(0.966, -0.259, 0.259, 0.966, 557.553, 495.795)" fill="#777" opacity="0.1"><animate attributeName="opacity" values="0;0.25;0" dur="1.9s" repeatCount="indefinite"/></path>
55
+ <path id="Path_507" data-name="Path 507" d="M4.689-5.4,1.836-5.816.561-8.4a.626.626,0,0,0-1.121,0L-1.836-5.816-4.689-5.4a.625.625,0,0,0-.346,1.066l2.064,2.012L-3.459.52a.625.625,0,0,0,.906.658L0-.164,2.553,1.178A.625.625,0,0,0,3.459.52L2.971-2.322,5.035-4.334A.625.625,0,0,0,4.689-5.4ZM1.965-2.65l.463,2.7L0-1.223-2.428.053l.463-2.7L-3.93-4.564l2.715-.395L0-7.42,1.215-4.959l2.715.395Z" transform="matrix(0.966, -0.259, 0.259, 0.966, 519.553, 584.795)" fill="#777" opacity="0.5"><animate attributeName="opacity" values="0;0.4;0" dur="2.1s" repeatCount="indefinite"/></path>
56
+ <path id="Path_506" data-name="Path 506" d="M4.689-5.4,1.836-5.816.561-8.4a.626.626,0,0,0-1.121,0L-1.836-5.816-4.689-5.4a.625.625,0,0,0-.346,1.066l2.064,2.012L-3.459.52a.625.625,0,0,0,.906.658L0-.164,2.553,1.178A.625.625,0,0,0,3.459.52L2.971-2.322,5.035-4.334A.625.625,0,0,0,4.689-5.4ZM1.965-2.65l.463,2.7L0-1.223-2.428.053l.463-2.7L-3.93-4.564l2.715-.395L0-7.42,1.215-4.959l2.715.395Z" transform="matrix(0.966, 0.259, -0.259, 0.966, 778.482, 455.795)" fill="#777" opacity="0.3"><animate attributeName="opacity" values="0;0.6;0" dur="2.3s" repeatCount="indefinite"/></path>
57
+ </g>
58
+ <g id="shadow">
59
+ <ellipse id="shadow-2" data-name="shadow" cx="80" cy="6" rx="80" ry="6" transform="translate(620 650)" fill="url(#radial-gradient)"/>
60
+ <animate attributeName="opacity" values="0.7;1;0.7" dur="1.5" repeatCount="indefinite"/>
61
+ </g>
62
+ <g id="envelope">
63
+ <path id="envelope-light" d="M145,64H15A15,15,0,0,0,0,79v90a15,15,0,0,0,15,15H145a15,15,0,0,0,15-15V79A15,15,0,0,0,145,64ZM15,74H145a5.015,5.015,0,0,1,5,5V91.938c-6.844,5.781-16.625,13.75-47.062,37.906C97.656,134.031,87.25,144.125,80,144c-7.25.125-17.688-9.969-22.937-14.156C26.625,105.688,16.844,97.719,10,91.938V79A5.015,5.015,0,0,1,15,74ZM145,174H15a5.015,5.015,0,0,1-5-5V104.938c7.125,5.844,18.375,14.875,40.844,32.719C57.25,142.781,68.563,154.063,80,154c11.375.094,22.594-11.094,29.156-16.344,22.469-17.844,33.719-26.875,40.844-32.719V169A5.015,5.015,0,0,1,145,174Z" transform="translate(620 435.703)" fill="#e27730"/>
64
+ <animateMotion path="M 0 0 V 10 Z" dur="1.5" repeatCount="indefinite"/>
65
+ </g>
66
+ </g>
67
+ </svg>
assets/vue/img/wp-smtp.png ADDED
Binary file
assets/vue/img/zoho.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="11.035" viewBox="0 0 32 11.035"><defs><style>.a-zoho{fill:#dc7e28;}.b-zoho{fill:url(#a);}.c-zoho{fill:#fdd600;}.d-zoho{fill:#90c7ea;}.e-zoho{fill:url(#b);}.f-zoho{fill:#0b98d5;}.g-zoho{fill:url(#c);}.h-zoho{fill:#95cea0;}.i-zoho{fill:#69bf6d;}.j-zoho{fill:url(#d);}.k-zoho{fill:#761216;}.l-zoho{fill:#fff;}.m-zoho{fill:#ec473f;}</style><linearGradient id="a" x1="-0.01" y1="0.572" x2="0.981" y2="-0.449" gradientUnits="objectBoundingBox"><stop offset="0.006" stop-color="#f8c51b"/><stop offset="1" stop-color="#e78f24"/></linearGradient><linearGradient id="b" x1="0.032" y1="0.459" x2="0.956" y2="-0.29" gradientUnits="objectBoundingBox"><stop offset="0.006" stop-color="#1f8aca"/><stop offset="1" stop-color="#01659e"/></linearGradient><linearGradient id="c" x1="0.5" y1="0.498" x2="0.5" y2="-0.2" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#269f49"/><stop offset="1" stop-color="#008a54"/></linearGradient><linearGradient id="d" x1="0.437" y1="0.5" x2="0.575" y2="-0.349" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#d81f32"/><stop offset="1" stop-color="#bb2637"/></linearGradient></defs><g transform="translate(0 -10.483)"><path class="a-zoho" d="M32,12.839V20.43l-1.03,1.03V14.028Z"/><rect class="b-zoho" width="6.943" height="7.432" transform="translate(24.033 14.028)"/><path class="c-zoho" d="M25.12,12.844l-1.087,1.184H30.97L32,12.839Z"/><path class="d-zoho" d="M16.521,13.169l6.829-.95-.575,1.639-6.732.916Z"/><path class="e-zoho" d="M22.775,13.857l.95,6.658-6.732.945-.95-6.687Z"/><path class="f-zoho" d="M22.775,13.857l.95,6.658.512-1.44-.882-6.818-.006-.04"/><path class="g-zoho" d="M10.756,12.6,16.8,15.331l-2.726,6.186L8.03,18.791Z"/><path class="h-zoho" d="M10.13,10.483l.626,2.117L16.8,15.331l-.506-2.026Z"/><path class="i-zoho" d="M10.13,10.483,7.694,16.253l.336,2.538L10.756,12.6Z"/><path class="j-zoho" d="M6.755,13.846l1,6.556L1.076,21.449,0,14.882Z"/><path class="k-zoho" d="M7.21,11.461l.99,6.613L7.751,20.4l-1-6.556Z"/><path class="l-zoho" d="M29.911,16.7a2.764,2.764,0,0,0-.609-.928,2.58,2.58,0,0,0-.865-.592,2.708,2.708,0,0,0-1.036-.2,2.766,2.766,0,0,0-1.047.2,2.525,2.525,0,0,0-.865.592,2.643,2.643,0,0,0-.6.922,3.243,3.243,0,0,0,.006,2.254,2.771,2.771,0,0,0,.6.933,2.546,2.546,0,0,0,.854.586,2.837,2.837,0,0,0,2.089,0,2.642,2.642,0,0,0,.871-.586,2.787,2.787,0,0,0,.609-.933,3.05,3.05,0,0,0,.2-1.127A3.166,3.166,0,0,0,29.911,16.7ZM28.483,19.15a1.361,1.361,0,0,1-1.087.484,1.344,1.344,0,0,1-1.093-.478,2.006,2.006,0,0,1-.4-1.326,2.065,2.065,0,0,1,.4-1.343,1.47,1.47,0,0,1,2.18,0,2.044,2.044,0,0,1,.4,1.343A1.927,1.927,0,0,1,28.483,19.15Zm-24.01-1.5Zm1.565,1.707a.512.512,0,0,0-.211-.142,1.06,1.06,0,0,0-.324-.046,2.253,2.253,0,0,0-.41.04l-1.764.3a1.586,1.586,0,0,1,.2-.529A7.3,7.3,0,0,1,4.12,18.1h0q.137-.179.2-.273c.034-.04.08-.1.142-.182a4.352,4.352,0,0,0,.751-1.3,2.959,2.959,0,0,0,.1-.58,1.491,1.491,0,0,0,.006-.159,2.438,2.438,0,0,0-.034-.41,1.165,1.165,0,0,0-.091-.307.446.446,0,0,0-.154-.182.576.576,0,0,0-.307-.063,2.176,2.176,0,0,0-.393.04L2.3,15.035a1.057,1.057,0,0,0-.546.222.443.443,0,0,0-.142.33.627.627,0,0,0,.011.1.46.46,0,0,0,.262.364.733.733,0,0,0,.313.057,2.641,2.641,0,0,0,.273-.023l1.707-.29a.49.49,0,0,1,.006.091.846.846,0,0,1-.057.313,2.378,2.378,0,0,1-.381.6c-.057.068-.142.176-.262.324a8,8,0,0,0-.99,1.428h0a3.212,3.212,0,0,0-.3.8,2.028,2.028,0,0,0-.046.444,1.685,1.685,0,0,0,.023.3,1.117,1.117,0,0,0,.1.336.421.421,0,0,0,.176.193.674.674,0,0,0,.3.051,4.121,4.121,0,0,0,.689-.074l1.85-.319a1.524,1.524,0,0,0,.689-.245.421.421,0,0,0,.159-.347.7.7,0,0,0-.011-.108A.4.4,0,0,0,6.038,19.355Zm8.383-4.428a2.517,2.517,0,0,0-.865-.592,2.6,2.6,0,0,0-1.019-.216H12.52a2.677,2.677,0,0,0-1.024.233h0a2.847,2.847,0,0,0-.928.649,3.484,3.484,0,0,0-.9,2.145c0,.046-.006.085-.006.131a2.849,2.849,0,0,0,.176,1,2.531,2.531,0,0,0,.546.888,2.627,2.627,0,0,0,.882.6h0a2.566,2.566,0,0,0,1.013.211h.011a2.518,2.518,0,0,0,1.024-.222h0a2.913,2.913,0,0,0,.933-.654,3.448,3.448,0,0,0,.911-2.145v-.108a2.918,2.918,0,0,0-.182-1.007A2.6,2.6,0,0,0,14.421,14.927Zm-.66,2.7a2.18,2.18,0,0,1-.9,1.11,1.277,1.277,0,0,1-.615.165,1.412,1.412,0,0,1-.569-.125,1.32,1.32,0,0,1-.8-.876,1.528,1.528,0,0,1-.057-.433,2.48,2.48,0,0,1,.228-.985,2.195,2.195,0,0,1,.911-1.127,1.277,1.277,0,0,1,.615-.165,1.438,1.438,0,0,1,.575.125,1.265,1.265,0,0,1,.791.882,1.718,1.718,0,0,1,.057.427A2.663,2.663,0,0,1,13.761,17.625Zm7.871-2.493a.749.749,0,0,0-.216-.467.473.473,0,0,0-.336-.125.618.618,0,0,0-.1.006.53.53,0,0,0-.393.239.67.67,0,0,0-.091.347,1.5,1.5,0,0,0,.011.159l.245,1.73-1.935.285-.245-1.73a.744.744,0,0,0-.211-.461.478.478,0,0,0-.336-.131.489.489,0,0,0-.091.006.559.559,0,0,0-.4.239.62.62,0,0,0-.091.347c0,.051.006.108.011.165l.66,4.507a.725.725,0,0,0,.222.467.51.51,0,0,0,.341.12.856.856,0,0,0,.114-.011.492.492,0,0,0,.376-.239.661.661,0,0,0,.085-.341c0-.051-.006-.108-.011-.165L18.962,18.3l1.935-.285.273,1.781a.765.765,0,0,0,.216.467.514.514,0,0,0,.341.125.618.618,0,0,0,.1-.006.494.494,0,0,0,.387-.239A.661.661,0,0,0,22.3,19.8c0-.051-.006-.108-.011-.165Z"/><path class="m-zoho" d="M0,14.882l.131-.66.336-1.679L7.21,11.461l-.455,2.384Z"/></g></svg>
assets/vue/js/chunk-vendors.min.js ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (window["wpmailsmtpjsonp"]=window["wpmailsmtpjsonp"]||[]).push([["chunk-vendors"],{"00ee":function(t,e,n){var r=n("b622"),o=r("toStringTag"),i={};i[o]="z",t.exports="[object z]"===String(i)},"0366":function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"057f":function(t,e,n){var r=n("fc6a"),o=n("241c").f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return o(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?s(t):o(r(t))}},"06cf":function(t,e,n){var r=n("83ab"),o=n("d1e7"),i=n("5c6c"),a=n("fc6a"),s=n("c04e"),c=n("5135"),u=n("0cfb"),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),u)try{return l(t,e)}catch(n){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},"0a06":function(t,e,n){"use strict";var r=n("c532"),o=n("30b5"),i=n("f6b4"),a=n("5270"),s=n("4a7b");function c(t){this.defaults=t,this.interceptors={request:new i,response:new i}}c.prototype.request=function(t){"string"===typeof t?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=s(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));while(e.length)n=n.then(e.shift(),e.shift());return n},c.prototype.getUri=function(t){return t=s(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,r){return this.request(s(r||{},{method:t,url:e,data:n}))}})),t.exports=c},"0cfb":function(t,e,n){var r=n("83ab"),o=n("d039"),i=n("cc12");t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},"0d3b":function(t,e,n){var r=n("d039"),o=n("b622"),i=n("c430"),a=o("iterator");t.exports=!r((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n="";return t.pathname="c%20d",e.forEach((function(t,r){e["delete"]("b"),n+=r+t})),i&&!t.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},"0df6":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},1276:function(t,e,n){"use strict";var r=n("d784"),o=n("44e7"),i=n("825a"),a=n("1d80"),s=n("4840"),c=n("8aa5"),u=n("50c4"),l=n("14c3"),f=n("9263"),p=n("d039"),d=[].push,h=Math.min,v=4294967295,m=!p((function(){return!RegExp(v,"y")}));r("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(a(this)),i=void 0===n?v:n>>>0;if(0===i)return[];if(void 0===t)return[r];if(!o(t))return e.call(r,t,i);var s,c,u,l=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),h=0,m=new RegExp(t.source,p+"g");while(s=f.call(m,r)){if(c=m.lastIndex,c>h&&(l.push(r.slice(h,s.index)),s.length>1&&s.index<r.length&&d.apply(l,s.slice(1)),u=s[0].length,h=c,l.length>=i))break;m.lastIndex===s.index&&m.lastIndex++}return h===r.length?!u&&m.test("")||l.push(""):l.push(r.slice(h)),l.length>i?l.slice(0,i):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var o=a(this),i=void 0==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,o){var a=n(r,t,this,o,r!==e);if(a.done)return a.value;var f=i(t),p=String(this),d=s(f,RegExp),g=f.unicode,y=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(m?"y":"g"),b=new d(m?f:"^(?:"+f.source+")",y),w=void 0===o?v:o>>>0;if(0===w)return[];if(0===p.length)return null===l(b,p)?[p]:[];var _=0,x=0,O=[];while(x<p.length){b.lastIndex=m?x:0;var k,C=l(b,m?p:p.slice(x));if(null===C||(k=h(u(b.lastIndex+(m?0:x)),p.length))===_)x=c(p,x,g);else{if(O.push(p.slice(_,x)),O.length===w)return O;for(var S=1;S<=C.length-1;S++)if(O.push(C[S]),O.length===w)return O;x=_=k}}return O.push(p.slice(_)),O}]}),!m)},"129f":function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},"14c3":function(t,e,n){var r=n("c6b6"),o=n("9263");t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var i=n.call(t,e);if("object"!==typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},"159b":function(t,e,n){var r=n("da84"),o=n("fdbc"),i=n("17c2"),a=n("9112");for(var s in o){var c=r[s],u=c&&c.prototype;if(u&&u.forEach!==i)try{a(u,"forEach",i)}catch(l){u.forEach=i}}},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,o=n("a640"),i=n("ae40"),a=o("forEach"),s=i("forEach");t.exports=a&&s?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},"19aa":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c7e":function(t,e,n){var r=n("b622"),o=r("iterator"),i=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){i=!0}};s[o]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(c){}return n}},"1cdc":function(t,e,n){var r=n("342f");t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},"1d2b":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"1dde":function(t,e,n){var r=n("d039"),o=n("b622"),i=n("2d00"),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[],n=e.constructor={};return n[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},2266:function(t,e,n){var r=n("825a"),o=n("e95a"),i=n("50c4"),a=n("0366"),s=n("35a1"),c=n("2a62"),u=function(t,e){this.stopped=t,this.result=e};t.exports=function(t,e,n){var l,f,p,d,h,v,m,g=n&&n.that,y=!(!n||!n.AS_ENTRIES),b=!(!n||!n.IS_ITERATOR),w=!(!n||!n.INTERRUPTED),_=a(e,g,1+y+w),x=function(t){return l&&c(l),new u(!0,t)},O=function(t){return y?(r(t),w?_(t[0],t[1],x):_(t[0],t[1])):w?_(t,x):_(t)};if(b)l=t;else{if(f=s(t),"function"!=typeof f)throw TypeError("Target is not iterable");if(o(f)){for(p=0,d=i(t.length);d>p;p++)if(h=O(t[p]),h&&h instanceof u)return h;return new u(!1)}l=f.call(t)}v=l.next;while(!(m=v.call(l)).done){try{h=O(m.value)}catch(k){throw c(l),k}if("object"==typeof h&&h&&h instanceof u)return h}return new u(!1)}},"23cb":function(t,e,n){var r=n("a691"),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},"23e7":function(t,e,n){var r=n("da84"),o=n("06cf").f,i=n("9112"),a=n("6eeb"),s=n("ce4e"),c=n("e893"),u=n("94ca");t.exports=function(t,e){var n,l,f,p,d,h,v=t.target,m=t.global,g=t.stat;if(l=m?r:g?r[v]||s(v,{}):(r[v]||{}).prototype,l)for(f in e){if(d=e[f],t.noTargetGet?(h=o(l,f),p=h&&h.value):p=l[f],n=u(m?f:v+(g?".":"#")+f,t.forced),!n&&void 0!==p){if(typeof d===typeof p)continue;c(d,p)}(t.sham||p&&p.sham)&&i(d,"sham",!0),a(l,f,d,t)}}},"241c":function(t,e,n){var r=n("ca84"),o=n("7839"),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},2444:function(t,e,n){"use strict";(function(e){var r=n("c532"),o=n("c8af"),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function s(){var t;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof e&&"[object process]"===Object.prototype.toString.call(e))&&(t=n("b50d")),t}var c={adapter:s(),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(i)})),t.exports=c}).call(this,n("4362"))},"252c":function(t,e,n){"use strict";(function(t){function r(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);var n=t.indexOf("Trident/");if(n>0){var r=t.indexOf("rv:");return parseInt(t.substring(r+3,t.indexOf(".",r)),10)}var o=t.indexOf("Edge/");return o>0?parseInt(t.substring(o+5,t.indexOf(".",o)),10):-1}n.d(e,"a",(function(){return a}));var o=void 0;function i(){i.init||(i.init=!0,o=-1!==r())}var a={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"resize-observer",attrs:{tabindex:"-1"}})},staticRenderFns:[],_scopeId:"data-v-b329ee4c",name:"resize-observer",methods:{compareAndNotify:function(){this._w===this.$el.offsetWidth&&this._h===this.$el.offsetHeight||(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.$emit("notify"))},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject&&this._resizeObject.onload&&(!o&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),delete this._resizeObject.onload)}},mounted:function(){var t=this;i(),this.$nextTick((function(){t._w=t.$el.offsetWidth,t._h=t.$el.offsetHeight}));var e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",o&&this.$el.appendChild(e),e.data="about:blank",o||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()}};function s(t){t.component("resize-observer",a),t.component("ResizeObserver",a)}var c={version:"0.4.5",install:s},u=null;"undefined"!==typeof window?u=window.Vue:"undefined"!==typeof t&&(u=t.Vue),u&&u.use(c)}).call(this,n("c8ba"))},2532:function(t,e,n){"use strict";var r=n("23e7"),o=n("5a34"),i=n("1d80"),a=n("ab13");r({target:"String",proto:!0,forced:!a("includes")},{includes:function(t){return!!~String(i(this)).indexOf(o(t),arguments.length>1?arguments[1]:void 0)}})},"25f0":function(t,e,n){"use strict";var r=n("6eeb"),o=n("825a"),i=n("d039"),a=n("ad6d"),s="toString",c=RegExp.prototype,u=c[s],l=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),f=u.name!=s;(l||f)&&r(RegExp.prototype,s,(function(){var t=o(this),e=String(t.source),n=t.flags,r=String(void 0===n&&t instanceof RegExp&&!("flags"in c)?a.call(t):n);return"/"+e+"/"+r}),{unsafe:!0})},2626:function(t,e,n){"use strict";var r=n("d066"),o=n("9bf2"),i=n("b622"),a=n("83ab"),s=i("species");t.exports=function(t){var e=r(t),n=o.f;a&&e&&!e[s]&&n(e,s,{configurable:!0,get:function(){return this}})}},2877:function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):o&&(c=s?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},"2a62":function(t,e,n){var r=n("825a");t.exports=function(t){var e=t["return"];if(void 0!==e)return r(e.call(t)).value}},"2b0e":function(t,e,n){"use strict";(function(t){
2
+ /*!
3
+ * Vue.js v2.6.12
4
+ * (c) 2014-2020 Evan You
5
+ * Released under the MIT License.
6
+ */
7
+ var n=Object.freeze({});function r(t){return void 0===t||null===t}function o(t){return void 0!==t&&null!==t}function i(t){return!0===t}function a(t){return!1===t}function s(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return null!==t&&"object"===typeof t}var u=Object.prototype.toString;function l(t){return"[object Object]"===u.call(t)}function f(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return o(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}m("slot,component",!0);var g=m("key,ref,slot,slot-scope,is");function y(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function w(t,e){return b.call(t,e)}function _(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var x=/-(\w)/g,O=_((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),k=_((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),C=/\B([A-Z])/g,S=_((function(t){return t.replace(C,"-$1").toLowerCase()}));function E(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function j(t,e){return t.bind(e)}var A=Function.prototype.bind?j:E;function T(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function $(t,e){for(var n in e)t[n]=e[n];return t}function P(t){for(var e={},n=0;n<t.length;n++)t[n]&&$(e,t[n]);return e}function L(t,e,n){}var I=function(t,e,n){return!1},R=function(t){return t};function N(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),i=Array.isArray(e);if(o&&i)return t.length===e.length&&t.every((function(t,n){return N(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||i)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return N(t[n],e[n])}))}catch(u){return!1}}function M(t,e){for(var n=0;n<t.length;n++)if(N(t[n],e))return n;return-1}function B(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var D="data-server-rendered",F=["component","directive","filter"],U=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],z={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:I,isReservedAttr:I,isUnknownElement:I,getTagNamespace:L,parsePlatformTagName:R,mustUseProp:I,async:!0,_lifecycleHooks:U},q=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function H(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function V(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var W=new RegExp("[^"+q.source+".$_\\d]");function G(t){if(!W.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}var K,Y="__proto__"in{},X="undefined"!==typeof window,Z="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,J=Z&&WXEnvironment.platform.toLowerCase(),Q=X&&window.navigator.userAgent.toLowerCase(),tt=Q&&/msie|trident/.test(Q),et=Q&&Q.indexOf("msie 9.0")>0,nt=Q&&Q.indexOf("edge/")>0,rt=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===J),ot=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),it={}.watch,at=!1;if(X)try{var st={};Object.defineProperty(st,"passive",{get:function(){at=!0}}),window.addEventListener("test-passive",null,st)}catch(Oa){}var ct=function(){return void 0===K&&(K=!X&&!Z&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),K},ut=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function lt(t){return"function"===typeof t&&/native code/.test(t.toString())}var ft,pt="undefined"!==typeof Symbol&&lt(Symbol)&&"undefined"!==typeof Reflect&&lt(Reflect.ownKeys);ft="undefined"!==typeof Set&&lt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var dt=L,ht=0,vt=function(){this.id=ht++,this.subs=[]};vt.prototype.addSub=function(t){this.subs.push(t)},vt.prototype.removeSub=function(t){y(this.subs,t)},vt.prototype.depend=function(){vt.target&&vt.target.addDep(this)},vt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e<n;e++)t[e].update()},vt.target=null;var mt=[];function gt(t){mt.push(t),vt.target=t}function yt(){mt.pop(),vt.target=mt[mt.length-1]}var bt=function(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},wt={child:{configurable:!0}};wt.child.get=function(){return this.componentInstance},Object.defineProperties(bt.prototype,wt);var _t=function(t){void 0===t&&(t="");var e=new bt;return e.text=t,e.isComment=!0,e};function xt(t){return new bt(void 0,void 0,void 0,String(t))}function Ot(t){var e=new bt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var kt=Array.prototype,Ct=Object.create(kt),St=["push","pop","shift","unshift","splice","sort","reverse"];St.forEach((function(t){var e=kt[t];V(Ct,t,(function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2);break}return o&&a.observeArray(o),a.dep.notify(),i}))}));var Et=Object.getOwnPropertyNames(Ct),jt=!0;function At(t){jt=t}var Tt=function(t){this.value=t,this.dep=new vt,this.vmCount=0,V(t,"__ob__",this),Array.isArray(t)?(Y?$t(t,Ct):Pt(t,Ct,Et),this.observeArray(t)):this.walk(t)};function $t(t,e){t.__proto__=e}function Pt(t,e,n){for(var r=0,o=n.length;r<o;r++){var i=n[r];V(t,i,e[i])}}function Lt(t,e){var n;if(c(t)&&!(t instanceof bt))return w(t,"__ob__")&&t.__ob__ instanceof Tt?n=t.__ob__:jt&&!ct()&&(Array.isArray(t)||l(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new Tt(t)),e&&n&&n.vmCount++,n}function It(t,e,n,r,o){var i=new vt,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=t[e]);var u=!o&&Lt(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return vt.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(e)&&Mt(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!==e&&r!==r||s&&!c||(c?c.call(t,e):n=e,u=!o&&Lt(e),i.notify())}})}}function Rt(t,e,n){if(Array.isArray(t)&&p(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?(It(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function Nt(t,e){if(Array.isArray(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||w(t,e)&&(delete t[e],n&&n.dep.notify())}}function Mt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)e=t[n],e&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&Mt(e)}Tt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)It(t,e[n])},Tt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Lt(t[e])};var Bt=z.optionMergeStrategies;function Dt(t,e){if(!e)return t;for(var n,r,o,i=pt?Reflect.ownKeys(e):Object.keys(e),a=0;a<i.length;a++)n=i[a],"__ob__"!==n&&(r=t[n],o=e[n],w(t,n)?r!==o&&l(r)&&l(o)&&Dt(r,o):Rt(t,n,o));return t}function Ft(t,e,n){return n?function(){var r="function"===typeof e?e.call(n,n):e,o="function"===typeof t?t.call(n,n):t;return r?Dt(r,o):o}:e?t?function(){return Dt("function"===typeof e?e.call(this,this):e,"function"===typeof t?t.call(this,this):t)}:e:t}function Ut(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?zt(n):n}function zt(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}function qt(t,e,n,r){var o=Object.create(t||null);return e?$(o,e):o}Bt.data=function(t,e,n){return n?Ft(t,e,n):e&&"function"!==typeof e?t:Ft(t,e)},U.forEach((function(t){Bt[t]=Ut})),F.forEach((function(t){Bt[t+"s"]=qt})),Bt.watch=function(t,e,n,r){if(t===it&&(t=void 0),e===it&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var o={};for(var i in $(o,t),e){var a=o[i],s=e[i];a&&!Array.isArray(a)&&(a=[a]),o[i]=a?a.concat(s):Array.isArray(s)?s:[s]}return o},Bt.props=Bt.methods=Bt.inject=Bt.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return $(o,t),e&&$(o,e),o},Bt.provide=Ft;var Ht=function(t,e){return void 0===e?t:e};function Vt(t,e){var n=t.props;if(n){var r,o,i,a={};if(Array.isArray(n)){r=n.length;while(r--)o=n[r],"string"===typeof o&&(i=O(o),a[i]={type:null})}else if(l(n))for(var s in n)o=n[s],i=O(s),a[i]=l(o)?o:{type:o};else 0;t.props=a}}function Wt(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var o=0;o<n.length;o++)r[n[o]]={from:n[o]};else if(l(n))for(var i in n){var a=n[i];r[i]=l(a)?$({from:i},a):{from:a}}else 0}}function Gt(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"===typeof r&&(e[n]={bind:r,update:r})}}function Kt(t,e,n){if("function"===typeof e&&(e=e.options),Vt(e,n),Wt(e,n),Gt(e),!e._base&&(e.extends&&(t=Kt(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=Kt(t,e.mixins[r],n);var i,a={};for(i in t)s(i);for(i in e)w(t,i)||s(i);function s(r){var o=Bt[r]||Ht;a[r]=o(t[r],e[r],n,r)}return a}function Yt(t,e,n,r){if("string"===typeof n){var o=t[e];if(w(o,n))return o[n];var i=O(n);if(w(o,i))return o[i];var a=k(i);if(w(o,a))return o[a];var s=o[n]||o[i]||o[a];return s}}function Xt(t,e,n,r){var o=e[t],i=!w(n,t),a=n[t],s=te(Boolean,o.type);if(s>-1)if(i&&!w(o,"default"))a=!1;else if(""===a||a===S(t)){var c=te(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=Zt(r,o,t);var u=jt;At(!0),Lt(a),At(u)}return a}function Zt(t,e,n){if(w(e,"default")){var r=e.default;return t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n]?t._props[n]:"function"===typeof r&&"Function"!==Jt(e.type)?r.call(t):r}}function Jt(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Qt(t,e){return Jt(t)===Jt(e)}function te(t,e){if(!Array.isArray(e))return Qt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Qt(e[n],t))return n;return-1}function ee(t,e,n){gt();try{if(e){var r=e;while(r=r.$parent){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{var a=!1===o[i].call(r,t,e,n);if(a)return}catch(Oa){re(Oa,r,"errorCaptured hook")}}}re(t,e,n)}finally{yt()}}function ne(t,e,n,r,o){var i;try{i=n?t.apply(e,n):t.call(e),i&&!i._isVue&&d(i)&&!i._handled&&(i.catch((function(t){return ee(t,r,o+" (Promise/async)")})),i._handled=!0)}catch(Oa){ee(Oa,r,o)}return i}function re(t,e,n){if(z.errorHandler)try{return z.errorHandler.call(null,t,e,n)}catch(Oa){Oa!==t&&oe(Oa,null,"config.errorHandler")}oe(t,e,n)}function oe(t,e,n){if(!X&&!Z||"undefined"===typeof console)throw t;console.error(t)}var ie,ae=!1,se=[],ce=!1;function ue(){ce=!1;var t=se.slice(0);se.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!==typeof Promise&&lt(Promise)){var le=Promise.resolve();ie=function(){le.then(ue),rt&&setTimeout(L)},ae=!0}else if(tt||"undefined"===typeof MutationObserver||!lt(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())ie="undefined"!==typeof setImmediate&&lt(setImmediate)?function(){setImmediate(ue)}:function(){setTimeout(ue,0)};else{var fe=1,pe=new MutationObserver(ue),de=document.createTextNode(String(fe));pe.observe(de,{characterData:!0}),ie=function(){fe=(fe+1)%2,de.data=String(fe)},ae=!0}function he(t,e){var n;if(se.push((function(){if(t)try{t.call(e)}catch(Oa){ee(Oa,e,"nextTick")}else n&&n(e)})),ce||(ce=!0,ie()),!t&&"undefined"!==typeof Promise)return new Promise((function(t){n=t}))}var ve=new ft;function me(t){ge(t,ve),ve.clear()}function ge(t,e){var n,r,o=Array.isArray(t);if(!(!o&&!c(t)||Object.isFrozen(t)||t instanceof bt)){if(t.__ob__){var i=t.__ob__.dep.id;if(e.has(i))return;e.add(i)}if(o){n=t.length;while(n--)ge(t[n],e)}else{r=Object.keys(t),n=r.length;while(n--)ge(t[r[n]],e)}}}var ye=_((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var r="!"===t.charAt(0);return t=r?t.slice(1):t,{name:t,once:n,capture:r,passive:e}}));function be(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return ne(r,null,arguments,e,"v-on handler");for(var o=r.slice(),i=0;i<o.length;i++)ne(o[i],null,t,e,"v-on handler")}return n.fns=t,n}function we(t,e,n,o,a,s){var c,u,l,f;for(c in t)u=t[c],l=e[c],f=ye(c),r(u)||(r(l)?(r(u.fns)&&(u=t[c]=be(u,s)),i(f.once)&&(u=t[c]=a(f.name,u,f.capture)),n(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[c]=l));for(c in e)r(t[c])&&(f=ye(c),o(f.name,e[c],f.capture))}function _e(t,e,n){var a;t instanceof bt&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function c(){n.apply(this,arguments),y(a.fns,c)}r(s)?a=be([c]):o(s.fns)&&i(s.merged)?(a=s,a.fns.push(c)):a=be([s,c]),a.merged=!0,t[e]=a}function xe(t,e,n){var i=e.options.props;if(!r(i)){var a={},s=t.attrs,c=t.props;if(o(s)||o(c))for(var u in i){var l=S(u);Oe(a,c,u,l,!0)||Oe(a,s,u,l,!1)}return a}}function Oe(t,e,n,r,i){if(o(e)){if(w(e,n))return t[n]=e[n],i||delete e[n],!0;if(w(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function ke(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}function Ce(t){return s(t)?[xt(t)]:Array.isArray(t)?Ee(t):void 0}function Se(t){return o(t)&&o(t.text)&&a(t.isComment)}function Ee(t,e){var n,a,c,u,l=[];for(n=0;n<t.length;n++)a=t[n],r(a)||"boolean"===typeof a||(c=l.length-1,u=l[c],Array.isArray(a)?a.length>0&&(a=Ee(a,(e||"")+"_"+n),Se(a[0])&&Se(u)&&(l[c]=xt(u.text+a[0].text),a.shift()),l.push.apply(l,a)):s(a)?Se(u)?l[c]=xt(u.text+a):""!==a&&l.push(xt(a)):Se(a)&&Se(u)?l[c]=xt(u.text+a.text):(i(t._isVList)&&o(a.tag)&&r(a.key)&&o(e)&&(a.key="__vlist"+e+"_"+n+"__"),l.push(a)));return l}function je(t){var e=t.$options.provide;e&&(t._provided="function"===typeof e?e.call(t):e)}function Ae(t){var e=Te(t.$options.inject,t);e&&(At(!1),Object.keys(e).forEach((function(n){It(t,n,e[n])})),At(!0))}function Te(t,e){if(t){for(var n=Object.create(null),r=pt?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){var a=t[i].from,s=e;while(s){if(s._provided&&w(s._provided,a)){n[i]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[i]){var c=t[i].default;n[i]="function"===typeof c?c.call(e):c}else 0}}return n}}function $e(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(Pe)&&delete n[u];return n}function Pe(t){return t.isComment&&!t.asyncFactory||" "===t.text}function Le(t,e,r){var o,i=Object.keys(e).length>0,a=t?!!t.$stable:!i,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==n&&s===r.$key&&!i&&!r.$hasNormal)return r;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=Ie(e,c,t[c]))}else o={};for(var u in e)u in o||(o[u]=Re(e,u));return t&&Object.isExtensible(t)&&(t._normalized=o),V(o,"$stable",a),V(o,"$key",s),V(o,"$hasNormal",i),o}function Ie(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return t=t&&"object"===typeof t&&!Array.isArray(t)?[t]:Ce(t),t&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function Re(t,e){return function(){return t[e]}}function Ne(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"===typeof t)for(n=new Array(t.length),r=0,i=t.length;r<i;r++)n[r]=e(t[r],r);else if("number"===typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))if(pt&&t[Symbol.iterator]){n=[];var u=t[Symbol.iterator](),l=u.next();while(!l.done)n.push(e(l.value,n.length)),l=u.next()}else for(a=Object.keys(t),n=new Array(a.length),r=0,i=a.length;r<i;r++)s=a[r],n[r]=e(t[s],s,r);return o(n)||(n=[]),n._isVList=!0,n}function Me(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=$($({},r),n)),o=i(n)||e):o=this.$slots[t]||e;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function Be(t){return Yt(this.$options,"filters",t,!0)||R}function De(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function Fe(t,e,n,r,o){var i=z.keyCodes[e]||n;return o&&r&&!z.keyCodes[e]?De(o,r):i?De(i,t):r?S(r)!==e:void 0}function Ue(t,e,n,r,o){if(n)if(c(n)){var i;Array.isArray(n)&&(n=P(n));var a=function(a){if("class"===a||"style"===a||g(a))i=t;else{var s=t.attrs&&t.attrs.type;i=r||z.mustUseProp(e,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=O(a),u=S(a);if(!(c in i)&&!(u in i)&&(i[a]=n[a],o)){var l=t.on||(t.on={});l["update:"+a]=function(t){n[a]=t}}};for(var s in n)a(s)}else;return t}function ze(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),He(r,"__static__"+t,!1)),r}function qe(t,e,n){return He(t,"__once__"+e+(n?"_"+n:""),!0),t}function He(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!==typeof t[r]&&Ve(t[r],e+"_"+r,n);else Ve(t,e,n)}function Ve(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function We(t,e){if(e)if(l(e)){var n=t.on=t.on?$({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function Ge(t,e,n,r){e=e||{$stable:!n};for(var o=0;o<t.length;o++){var i=t[o];Array.isArray(i)?Ge(i,e,n):i&&(i.proxy&&(i.fn.proxy=!0),e[i.key]=i.fn)}return r&&(e.$key=r),e}function Ke(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"===typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Ye(t,e){return"string"===typeof t?e+t:t}function Xe(t){t._o=qe,t._n=v,t._s=h,t._l=Ne,t._t=Me,t._q=N,t._i=M,t._m=ze,t._f=Be,t._k=Fe,t._b=Ue,t._v=xt,t._e=_t,t._u=Ge,t._g=We,t._d=Ke,t._p=Ye}function Ze(t,e,r,o,a){var s,c=this,u=a.options;w(o,"_uid")?(s=Object.create(o),s._original=o):(s=o,o=o._original);var l=i(u._compiled),f=!l;this.data=t,this.props=e,this.children=r,this.parent=o,this.listeners=t.on||n,this.injections=Te(u.inject,o),this.slots=function(){return c.$slots||Le(t.scopedSlots,c.$slots=$e(r,o)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Le(t.scopedSlots,this.slots())}}),l&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=Le(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var i=fn(s,t,e,n,r,f);return i&&!Array.isArray(i)&&(i.fnScopeId=u._scopeId,i.fnContext=o),i}:this._c=function(t,e,n,r){return fn(s,t,e,n,r,f)}}function Je(t,e,r,i,a){var s=t.options,c={},u=s.props;if(o(u))for(var l in u)c[l]=Xt(l,u,e||n);else o(r.attrs)&&tn(c,r.attrs),o(r.props)&&tn(c,r.props);var f=new Ze(r,c,a,i,t),p=s.render.call(null,f._c,f);if(p instanceof bt)return Qe(p,r,f.parent,s,f);if(Array.isArray(p)){for(var d=Ce(p)||[],h=new Array(d.length),v=0;v<d.length;v++)h[v]=Qe(d[v],r,f.parent,s,f);return h}}function Qe(t,e,n,r,o){var i=Ot(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function tn(t,e){for(var n in e)t[O(n)]=e[n]}Xe(Ze.prototype);var en={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;en.prepatch(n,n)}else{var r=t.componentInstance=on(t,Tn);r.$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions,r=e.componentInstance=t.componentInstance;Rn(r,n.propsData,n.listeners,e,n.children)},insert:function(t){var e=t.context,n=t.componentInstance;n._isMounted||(n._isMounted=!0,Dn(n,"mounted")),t.data.keepAlive&&(e._isMounted?Jn(n):Mn(n,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?Bn(e,!0):e.$destroy())}},nn=Object.keys(en);function rn(t,e,n,a,s){if(!r(t)){var u=n.$options._base;if(c(t)&&(t=u.extend(t)),"function"===typeof t){var l;if(r(t.cid)&&(l=t,t=_n(l,u),void 0===t))return wn(l,e,n,a,s);e=e||{},_r(t),o(e.model)&&cn(t.options,e);var f=xe(e,t,s);if(i(t.options.functional))return Je(t,f,e,n,a);var p=e.on;if(e.on=e.nativeOn,i(t.options.abstract)){var d=e.slot;e={},d&&(e.slot=d)}an(e);var h=t.options.name||s,v=new bt("vue-component-"+t.cid+(h?"-"+h:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:f,listeners:p,tag:s,children:a},l);return v}}}function on(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;return o(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new t.componentOptions.Ctor(n)}function an(t){for(var e=t.hook||(t.hook={}),n=0;n<nn.length;n++){var r=nn[n],o=e[r],i=en[r];o===i||o&&o._merged||(e[r]=o?sn(i,o):i)}}function sn(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function cn(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var i=e.on||(e.on={}),a=i[r],s=e.model.callback;o(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(i[r]=[s].concat(a)):i[r]=s}var un=1,ln=2;function fn(t,e,n,r,o,a){return(Array.isArray(n)||s(n))&&(o=r,r=n,n=void 0),i(a)&&(o=ln),pn(t,e,n,r,o)}function pn(t,e,n,r,i){if(o(n)&&o(n.__ob__))return _t();if(o(n)&&o(n.is)&&(e=n.is),!e)return _t();var a,s,c;(Array.isArray(r)&&"function"===typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),i===ln?r=Ce(r):i===un&&(r=ke(r)),"string"===typeof e)?(s=t.$vnode&&t.$vnode.ns||z.getTagNamespace(e),a=z.isReservedTag(e)?new bt(z.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!o(c=Yt(t.$options,"components",e))?new bt(e,n,r,void 0,void 0,t):rn(c,n,t,r,e)):a=rn(e,n,t,r);return Array.isArray(a)?a:o(a)?(o(s)&&dn(a,s),o(n)&&hn(n),a):_t()}function dn(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),o(t.children))for(var a=0,s=t.children.length;a<s;a++){var c=t.children[a];o(c.tag)&&(r(c.ns)||i(n)&&"svg"!==c.tag)&&dn(c,e,n)}}function hn(t){c(t.style)&&me(t.style),c(t.class)&&me(t.class)}function vn(t){t._vnode=null,t._staticTrees=null;var e=t.$options,r=t.$vnode=e._parentVnode,o=r&&r.context;t.$slots=$e(e._renderChildren,o),t.$scopedSlots=n,t._c=function(e,n,r,o){return fn(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return fn(t,e,n,r,o,!0)};var i=r&&r.data;It(t,"$attrs",i&&i.attrs||n,null,!0),It(t,"$listeners",e._parentListeners||n,null,!0)}var mn,gn=null;function yn(t){Xe(t.prototype),t.prototype.$nextTick=function(t){return he(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,o=n._parentVnode;o&&(e.$scopedSlots=Le(o.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=o;try{gn=e,t=r.call(e._renderProxy,e.$createElement)}catch(Oa){ee(Oa,e,"render"),t=e._vnode}finally{gn=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof bt||(t=_t()),t.parent=o,t}}function bn(t,e){return(t.__esModule||pt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function wn(t,e,n,r,o){var i=_t();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}function _n(t,e){if(i(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;var n=gn;if(n&&o(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),i(t.loading)&&o(t.loadingComp))return t.loadingComp;if(n&&!o(t.owners)){var a=t.owners=[n],s=!0,u=null,l=null;n.$on("hook:destroyed",(function(){return y(a,n)}));var f=function(t){for(var e=0,n=a.length;e<n;e++)a[e].$forceUpdate();t&&(a.length=0,null!==u&&(clearTimeout(u),u=null),null!==l&&(clearTimeout(l),l=null))},p=B((function(n){t.resolved=bn(n,e),s?a.length=0:f(!0)})),h=B((function(e){o(t.errorComp)&&(t.error=!0,f(!0))})),v=t(p,h);return c(v)&&(d(v)?r(t.resolved)&&v.then(p,h):d(v.component)&&(v.component.then(p,h),o(v.error)&&(t.errorComp=bn(v.error,e)),o(v.loading)&&(t.loadingComp=bn(v.loading,e),0===v.delay?t.loading=!0:u=setTimeout((function(){u=null,r(t.resolved)&&r(t.error)&&(t.loading=!0,f(!1))}),v.delay||200)),o(v.timeout)&&(l=setTimeout((function(){l=null,r(t.resolved)&&h(null)}),v.timeout)))),s=!1,t.loading?t.loadingComp:t.resolved}}function xn(t){return t.isComment&&t.asyncFactory}function On(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(o(n)&&(o(n.componentOptions)||xn(n)))return n}}function kn(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&jn(t,e)}function Cn(t,e){mn.$on(t,e)}function Sn(t,e){mn.$off(t,e)}function En(t,e){var n=mn;return function r(){var o=e.apply(null,arguments);null!==o&&n.$off(t,r)}}function jn(t,e,n){mn=t,we(e,n||{},Cn,Sn,En,t),mn=void 0}function An(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o<i;o++)r.$on(t[o],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,o=t.length;r<o;r++)n.$off(t[r],e);return n}var i,a=n._events[t];if(!a)return n;if(!e)return n._events[t]=null,n;var s=a.length;while(s--)if(i=a[s],i===e||i.fn===e){a.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?T(n):n;for(var r=T(arguments,1),o='event handler for "'+t+'"',i=0,a=n.length;i<a;i++)ne(n[i],e,r,e,o)}return e}}var Tn=null;function $n(t){var e=Tn;return Tn=t,function(){Tn=e}}function Pn(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function Ln(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=$n(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Dn(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||y(e.$children,t),t._watcher&&t._watcher.teardown();var n=t._watchers.length;while(n--)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Dn(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function In(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=_t),Dn(t,"beforeMount"),r=function(){t._update(t._render(),n)},new nr(t,r,L,{before:function(){t._isMounted&&!t._isDestroyed&&Dn(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Dn(t,"mounted")),t}function Rn(t,e,r,o,i){var a=o.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key),u=!!(i||t.$options._renderChildren||c);if(t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o),t.$options._renderChildren=i,t.$attrs=o.data.attrs||n,t.$listeners=r||n,e&&t.$options.props){At(!1);for(var l=t._props,f=t.$options._propKeys||[],p=0;p<f.length;p++){var d=f[p],h=t.$options.props;l[d]=Xt(d,h,e,t)}At(!0),t.$options.propsData=e}r=r||n;var v=t.$options._parentListeners;t.$options._parentListeners=r,jn(t,r,v),u&&(t.$slots=$e(i,o.context),t.$forceUpdate())}function Nn(t){while(t&&(t=t.$parent))if(t._inactive)return!0;return!1}function Mn(t,e){if(e){if(t._directInactive=!1,Nn(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Mn(t.$children[n]);Dn(t,"activated")}}function Bn(t,e){if((!e||(t._directInactive=!0,!Nn(t)))&&!t._inactive){t._inactive=!0;for(var n=0;n<t.$children.length;n++)Bn(t.$children[n]);Dn(t,"deactivated")}}function Dn(t,e){gt();var n=t.$options[e],r=e+" hook";if(n)for(var o=0,i=n.length;o<i;o++)ne(n[o],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),yt()}var Fn=[],Un=[],zn={},qn=!1,Hn=!1,Vn=0;function Wn(){Vn=Fn.length=Un.length=0,zn={},qn=Hn=!1}var Gn=0,Kn=Date.now;if(X&&!tt){var Yn=window.performance;Yn&&"function"===typeof Yn.now&&Kn()>document.createEvent("Event").timeStamp&&(Kn=function(){return Yn.now()})}function Xn(){var t,e;for(Gn=Kn(),Hn=!0,Fn.sort((function(t,e){return t.id-e.id})),Vn=0;Vn<Fn.length;Vn++)t=Fn[Vn],t.before&&t.before(),e=t.id,zn[e]=null,t.run();var n=Un.slice(),r=Fn.slice();Wn(),Qn(n),Zn(r),ut&&z.devtools&&ut.emit("flush")}function Zn(t){var e=t.length;while(e--){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Dn(r,"updated")}}function Jn(t){t._inactive=!1,Un.push(t)}function Qn(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Mn(t[e],!0)}function tr(t){var e=t.id;if(null==zn[e]){if(zn[e]=!0,Hn){var n=Fn.length-1;while(n>Vn&&Fn[n].id>t.id)n--;Fn.splice(n+1,0,t)}else Fn.push(t);qn||(qn=!0,he(Xn))}}var er=0,nr=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++er,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ft,this.newDepIds=new ft,this.expression="","function"===typeof e?this.getter=e:(this.getter=G(e),this.getter||(this.getter=L)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var t;gt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(Oa){if(!this.user)throw Oa;ee(Oa,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&me(t),yt(),this.cleanupDeps()}return t},nr.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},nr.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():tr(this)},nr.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(Oa){ee(Oa,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:L,set:L};function or(t,e,n){rr.get=function(){return this[e][n]},rr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,rr)}function ir(t){t._watchers=[];var e=t.$options;e.props&&ar(t,e.props),e.methods&&hr(t,e.methods),e.data?sr(t):Lt(t._data={},!0),e.computed&&lr(t,e.computed),e.watch&&e.watch!==it&&vr(t,e.watch)}function ar(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[],i=!t.$parent;i||At(!1);var a=function(i){o.push(i);var a=Xt(i,e,n,t);It(r,i,a),i in t||or(t,"_props",i)};for(var s in e)a(s);At(!0)}function sr(t){var e=t.$options.data;e=t._data="function"===typeof e?cr(e,t):e||{},l(e)||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);while(o--){var i=n[o];0,r&&w(r,i)||H(i)||or(t,"_data",i)}Lt(e,!0)}function cr(t,e){gt();try{return t.call(e,e)}catch(Oa){return ee(Oa,e,"data()"),{}}finally{yt()}}var ur={lazy:!0};function lr(t,e){var n=t._computedWatchers=Object.create(null),r=ct();for(var o in e){var i=e[o],a="function"===typeof i?i:i.get;0,r||(n[o]=new nr(t,a||L,L,ur)),o in t||fr(t,o,i)}}function fr(t,e,n){var r=!ct();"function"===typeof n?(rr.get=r?pr(e):dr(n),rr.set=L):(rr.get=n.get?r&&!1!==n.cache?pr(e):dr(n.get):L,rr.set=n.set||L),Object.defineProperty(t,e,rr)}function pr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),vt.target&&e.depend(),e.value}}function dr(t){return function(){return t.call(this,this)}}function hr(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?L:A(e[n],t)}function vr(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o<r.length;o++)mr(t,n,r[o]);else mr(t,n,r)}}function mr(t,e,n,r){return l(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=t[n]),t.$watch(e,n,r)}function gr(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Rt,t.prototype.$delete=Nt,t.prototype.$watch=function(t,e,n){var r=this;if(l(e))return mr(r,t,e,n);n=n||{},n.user=!0;var o=new nr(r,t,e,n);if(n.immediate)try{e.call(r,o.value)}catch(i){ee(i,r,'callback for immediate watcher "'+o.expression+'"')}return function(){o.teardown()}}}var yr=0;function br(t){t.prototype._init=function(t){var e=this;e._uid=yr++,e._isVue=!0,t&&t._isComponent?wr(e,t):e.$options=Kt(_r(e.constructor),t||{},e),e._renderProxy=e,e._self=e,Pn(e),kn(e),vn(e),Dn(e,"beforeCreate"),Ae(e),ir(e),je(e),Dn(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}function wr(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}function _r(t){var e=t.options;if(t.super){var n=_r(t.super),r=t.superOptions;if(n!==r){t.superOptions=n;var o=xr(t);o&&$(t.extendOptions,o),e=t.options=Kt(n,t.extendOptions),e.name&&(e.components[e.name]=t)}}return e}function xr(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}function Or(t){this._init(t)}function kr(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=T(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function Cr(t){t.mixin=function(t){return this.options=Kt(this.options,t),this}}function Sr(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Kt(n.options,t),a["super"]=n,a.options.props&&Er(a),a.options.computed&&jr(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,F.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=$({},a.options),o[r]=a,a}}function Er(t){var e=t.options.props;for(var n in e)or(t.prototype,"_props",n)}function jr(t){var e=t.options.computed;for(var n in e)fr(t.prototype,n,e[n])}function Ar(t){F.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function Tr(t){return t&&(t.Ctor.options.name||t.tag)}function $r(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function Pr(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=Tr(a.componentOptions);s&&!e(s)&&Lr(n,i,r,o)}}}function Lr(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}br(Or),gr(Or),An(Or),Ln(Or),yn(Or);var Ir=[String,RegExp,Array],Rr={name:"keep-alive",abstract:!0,props:{include:Ir,exclude:Ir,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Lr(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Pr(t,(function(t){return $r(e,t)}))})),this.$watch("exclude",(function(e){Pr(t,(function(t){return!$r(e,t)}))}))},render:function(){var t=this.$slots.default,e=On(t),n=e&&e.componentOptions;if(n){var r=Tr(n),o=this,i=o.include,a=o.exclude;if(i&&(!r||!$r(i,r))||a&&r&&$r(a,r))return e;var s=this,c=s.cache,u=s.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;c[l]?(e.componentInstance=c[l].componentInstance,y(u,l),u.push(l)):(c[l]=e,u.push(l),this.max&&u.length>parseInt(this.max)&&Lr(c,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},Nr={KeepAlive:Rr};function Mr(t){var e={get:function(){return z}};Object.defineProperty(t,"config",e),t.util={warn:dt,extend:$,mergeOptions:Kt,defineReactive:It},t.set=Rt,t.delete=Nt,t.nextTick=he,t.observable=function(t){return Lt(t),t},t.options=Object.create(null),F.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,$(t.options.components,Nr),kr(t),Cr(t),Sr(t),Ar(t)}Mr(Or),Object.defineProperty(Or.prototype,"$isServer",{get:ct}),Object.defineProperty(Or.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Or,"FunctionalRenderContext",{value:Ze}),Or.version="2.6.12";var Br=m("style,class"),Dr=m("input,textarea,option,select,progress"),Fr=function(t,e,n){return"value"===n&&Dr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Ur=m("contenteditable,draggable,spellcheck"),zr=m("events,caret,typing,plaintext-only"),qr=function(t,e){return Kr(e)||"false"===e?"false":"contenteditable"===t&&zr(e)?e:"true"},Hr=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Vr="http://www.w3.org/1999/xlink",Wr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Gr=function(t){return Wr(t)?t.slice(6,t.length):""},Kr=function(t){return null==t||!1===t};function Yr(t){var e=t.data,n=t,r=t;while(o(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Xr(r.data,e));while(o(n=n.parent))n&&n.data&&(e=Xr(e,n.data));return Zr(e.staticClass,e.class)}function Xr(t,e){return{staticClass:Jr(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Zr(t,e){return o(t)||o(e)?Jr(t,Qr(e)):""}function Jr(t,e){return t?e?t+" "+e:t:e||""}function Qr(t){return Array.isArray(t)?to(t):c(t)?eo(t):"string"===typeof t?t:""}function to(t){for(var e,n="",r=0,i=t.length;r<i;r++)o(e=Qr(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}function eo(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}var no={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ro=m("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),oo=m("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),io=function(t){return ro(t)||oo(t)};function ao(t){return oo(t)?"svg":"math"===t?"math":void 0}var so=Object.create(null);function co(t){if(!X)return!0;if(io(t))return!1;if(t=t.toLowerCase(),null!=so[t])return so[t];var e=document.createElement(t);return t.indexOf("-")>-1?so[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:so[t]=/HTMLUnknownElement/.test(e.toString())}var uo=m("text,number,password,search,email,tel,url");function lo(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function fo(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function po(t,e){return document.createElementNS(no[t],e)}function ho(t){return document.createTextNode(t)}function vo(t){return document.createComment(t)}function mo(t,e,n){t.insertBefore(e,n)}function go(t,e){t.removeChild(e)}function yo(t,e){t.appendChild(e)}function bo(t){return t.parentNode}function wo(t){return t.nextSibling}function _o(t){return t.tagName}function xo(t,e){t.textContent=e}function Oo(t,e){t.setAttribute(e,"")}var ko=Object.freeze({createElement:fo,createElementNS:po,createTextNode:ho,createComment:vo,insertBefore:mo,removeChild:go,appendChild:yo,parentNode:bo,nextSibling:wo,tagName:_o,setTextContent:xo,setStyleScope:Oo}),Co={create:function(t,e){So(e)},update:function(t,e){t.data.ref!==e.data.ref&&(So(t,!0),So(e))},destroy:function(t){So(t,!0)}};function So(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?y(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var Eo=new bt("",{},[]),jo=["create","activate","update","remove","destroy"];function Ao(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&To(t,e)||i(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&r(e.asyncFactory.error))}function To(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||uo(r)&&uo(i)}function $o(t,e,n){var r,i,a={};for(r=e;r<=n;++r)i=t[r].key,o(i)&&(a[i]=r);return a}function Po(t){var e,n,a={},c=t.modules,u=t.nodeOps;for(e=0;e<jo.length;++e)for(a[jo[e]]=[],n=0;n<c.length;++n)o(c[n][jo[e]])&&a[jo[e]].push(c[n][jo[e]]);function l(t){return new bt(u.tagName(t).toLowerCase(),{},[],void 0,t)}function f(t,e){function n(){0===--n.listeners&&p(t)}return n.listeners=e,n}function p(t){var e=u.parentNode(t);o(e)&&u.removeChild(e,t)}function d(t,e,n,r,a,s,c){if(o(t.elm)&&o(s)&&(t=s[c]=Ot(t)),t.isRootInsert=!a,!h(t,e,n,r)){var l=t.data,f=t.children,p=t.tag;o(p)?(t.elm=t.ns?u.createElementNS(t.ns,p):u.createElement(p,t),x(t),b(t,f,e),o(l)&&_(t,e),y(n,t.elm,r)):i(t.isComment)?(t.elm=u.createComment(t.text),y(n,t.elm,r)):(t.elm=u.createTextNode(t.text),y(n,t.elm,r))}}function h(t,e,n,r){var a=t.data;if(o(a)){var s=o(t.componentInstance)&&a.keepAlive;if(o(a=a.hook)&&o(a=a.init)&&a(t,!1),o(t.componentInstance))return v(t,e),y(n,t.elm,r),i(s)&&g(t,e,n,r),!0}}function v(t,e){o(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,w(t)?(_(t,e),x(t)):(So(t),e.push(t))}function g(t,e,n,r){var i,s=t;while(s.componentInstance)if(s=s.componentInstance._vnode,o(i=s.data)&&o(i=i.transition)){for(i=0;i<a.activate.length;++i)a.activate[i](Eo,s);e.push(s);break}y(n,t.elm,r)}function y(t,e,n){o(t)&&(o(n)?u.parentNode(n)===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function b(t,e,n){if(Array.isArray(e)){0;for(var r=0;r<e.length;++r)d(e[r],n,t.elm,null,!0,e,r)}else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function w(t){while(t.componentInstance)t=t.componentInstance._vnode;return o(t.tag)}function _(t,n){for(var r=0;r<a.create.length;++r)a.create[r](Eo,t);e=t.data.hook,o(e)&&(o(e.create)&&e.create(Eo,t),o(e.insert)&&n.push(t))}function x(t){var e;if(o(e=t.fnScopeId))u.setStyleScope(t.elm,e);else{var n=t;while(n)o(e=n.context)&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent}o(e=Tn)&&e!==t.context&&e!==t.fnContext&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function O(t,e,n,r,o,i){for(;r<=o;++r)d(n[r],i,t,e,!1,n,r)}function k(t){var e,n,r=t.data;if(o(r))for(o(e=r.hook)&&o(e=e.destroy)&&e(t),e=0;e<a.destroy.length;++e)a.destroy[e](t);if(o(e=t.children))for(n=0;n<t.children.length;++n)k(t.children[n])}function C(t,e,n){for(;e<=n;++e){var r=t[e];o(r)&&(o(r.tag)?(S(r),k(r)):p(r.elm))}}function S(t,e){if(o(e)||o(t.data)){var n,r=a.remove.length+1;for(o(e)?e.listeners+=r:e=f(t.elm,r),o(n=t.componentInstance)&&o(n=n._vnode)&&o(n.data)&&S(n,e),n=0;n<a.remove.length;++n)a.remove[n](t,e);o(n=t.data.hook)&&o(n=n.remove)?n(t,e):e()}else p(t.elm)}function E(t,e,n,i,a){var s,c,l,f,p=0,h=0,v=e.length-1,m=e[0],g=e[v],y=n.length-1,b=n[0],w=n[y],_=!a;while(p<=v&&h<=y)r(m)?m=e[++p]:r(g)?g=e[--v]:Ao(m,b)?(A(m,b,i,n,h),m=e[++p],b=n[++h]):Ao(g,w)?(A(g,w,i,n,y),g=e[--v],w=n[--y]):Ao(m,w)?(A(m,w,i,n,y),_&&u.insertBefore(t,m.elm,u.nextSibling(g.elm)),m=e[++p],w=n[--y]):Ao(g,b)?(A(g,b,i,n,h),_&&u.insertBefore(t,g.elm,m.elm),g=e[--v],b=n[++h]):(r(s)&&(s=$o(e,p,v)),c=o(b.key)?s[b.key]:j(b,e,p,v),r(c)?d(b,i,t,m.elm,!1,n,h):(l=e[c],Ao(l,b)?(A(l,b,i,n,h),e[c]=void 0,_&&u.insertBefore(t,l.elm,m.elm)):d(b,i,t,m.elm,!1,n,h)),b=n[++h]);p>v?(f=r(n[y+1])?null:n[y+1].elm,O(t,f,n,h,y,i)):h>y&&C(e,p,v)}function j(t,e,n,r){for(var i=n;i<r;i++){var a=e[i];if(o(a)&&Ao(t,a))return i}}function A(t,e,n,s,c,l){if(t!==e){o(e.elm)&&o(s)&&(e=s[c]=Ot(e));var f=e.elm=t.elm;if(i(t.isAsyncPlaceholder))o(e.asyncFactory.resolved)?P(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(i(e.isStatic)&&i(t.isStatic)&&e.key===t.key&&(i(e.isCloned)||i(e.isOnce)))e.componentInstance=t.componentInstance;else{var p,d=e.data;o(d)&&o(p=d.hook)&&o(p=p.prepatch)&&p(t,e);var h=t.children,v=e.children;if(o(d)&&w(e)){for(p=0;p<a.update.length;++p)a.update[p](t,e);o(p=d.hook)&&o(p=p.update)&&p(t,e)}r(e.text)?o(h)&&o(v)?h!==v&&E(f,h,v,n,l):o(v)?(o(t.text)&&u.setTextContent(f,""),O(f,null,v,0,v.length-1,n)):o(h)?C(h,0,h.length-1):o(t.text)&&u.setTextContent(f,""):t.text!==e.text&&u.setTextContent(f,e.text),o(d)&&o(p=d.hook)&&o(p=p.postpatch)&&p(t,e)}}}function T(t,e,n){if(i(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var $=m("attrs,class,staticClass,staticStyle,key");function P(t,e,n,r){var a,s=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,i(e.isComment)&&o(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(o(c)&&(o(a=c.hook)&&o(a=a.init)&&a(e,!0),o(a=e.componentInstance)))return v(e,n),!0;if(o(s)){if(o(u))if(t.hasChildNodes())if(o(a=c)&&o(a=a.domProps)&&o(a=a.innerHTML)){if(a!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,p=0;p<u.length;p++){if(!f||!P(f,u[p],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else b(e,u,n);if(o(c)){var d=!1;for(var h in c)if(!$(h)){d=!0,_(e,n);break}!d&&c["class"]&&me(c["class"])}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s){if(!r(e)){var c=!1,f=[];if(r(t))c=!0,d(e,f);else{var p=o(t.nodeType);if(!p&&Ao(t,e))A(t,e,f,null,null,s);else{if(p){if(1===t.nodeType&&t.hasAttribute(D)&&(t.removeAttribute(D),n=!0),i(n)&&P(t,e,f))return T(e,f,!0),t;t=l(t)}var h=t.elm,v=u.parentNode(h);if(d(e,f,h._leaveCb?null:v,u.nextSibling(h)),o(e.parent)){var m=e.parent,g=w(e);while(m){for(var y=0;y<a.destroy.length;++y)a.destroy[y](m);if(m.elm=e.elm,g){for(var b=0;b<a.create.length;++b)a.create[b](Eo,m);var _=m.data.hook.insert;if(_.merged)for(var x=1;x<_.fns.length;x++)_.fns[x]()}else So(m);m=m.parent}}o(v)?C([t],0,0):o(t.tag)&&k(t)}}return T(e,f,c),e.elm}o(t)&&k(t)}}var Lo={create:Io,update:Io,destroy:function(t){Io(t,Eo)}};function Io(t,e){(t.data.directives||e.data.directives)&&Ro(t,e)}function Ro(t,e){var n,r,o,i=t===Eo,a=e===Eo,s=Mo(t.data.directives,t.context),c=Mo(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,Do(o,"update",e,t),o.def&&o.def.componentUpdated&&l.push(o)):(Do(o,"bind",e,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Do(u[n],"inserted",e,t)};i?_e(e,"insert",f):f()}if(l.length&&_e(e,"postpatch",(function(){for(var n=0;n<l.length;n++)Do(l[n],"componentUpdated",e,t)})),!i)for(n in s)c[n]||Do(s[n],"unbind",t,t,a)}var No=Object.create(null);function Mo(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++)r=t[n],r.modifiers||(r.modifiers=No),o[Bo(r)]=r,r.def=Yt(e.$options,"directives",r.name,!0);return o}function Bo(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Do(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(Oa){ee(Oa,n.context,"directive "+t.name+" "+e+" hook")}}var Fo=[Co,Lo];function Uo(t,e){var n=e.componentOptions;if((!o(n)||!1!==n.Ctor.options.inheritAttrs)&&(!r(t.data.attrs)||!r(e.data.attrs))){var i,a,s,c=e.elm,u=t.data.attrs||{},l=e.data.attrs||{};for(i in o(l.__ob__)&&(l=e.data.attrs=$({},l)),l)a=l[i],s=u[i],s!==a&&zo(c,i,a);for(i in(tt||nt)&&l.value!==u.value&&zo(c,"value",l.value),u)r(l[i])&&(Wr(i)?c.removeAttributeNS(Vr,Gr(i)):Ur(i)||c.removeAttribute(i))}}function zo(t,e,n){t.tagName.indexOf("-")>-1?qo(t,e,n):Hr(e)?Kr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ur(e)?t.setAttribute(e,qr(e,n)):Wr(e)?Kr(n)?t.removeAttributeNS(Vr,Gr(e)):t.setAttributeNS(Vr,e,n):qo(t,e,n)}function qo(t,e,n){if(Kr(n))t.removeAttribute(e);else{if(tt&&!et&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Ho={create:Uo,update:Uo};function Vo(t,e){var n=e.elm,i=e.data,a=t.data;if(!(r(i.staticClass)&&r(i.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Yr(e),c=n._transitionClasses;o(c)&&(s=Jr(s,Qr(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Wo,Go={create:Vo,update:Vo},Ko="__r",Yo="__c";function Xo(t){if(o(t[Ko])){var e=tt?"change":"input";t[e]=[].concat(t[Ko],t[e]||[]),delete t[Ko]}o(t[Yo])&&(t.change=[].concat(t[Yo],t.change||[]),delete t[Yo])}function Zo(t,e,n){var r=Wo;return function o(){var i=e.apply(null,arguments);null!==i&&ti(t,o,n,r)}}var Jo=ae&&!(ot&&Number(ot[1])<=53);function Qo(t,e,n,r){if(Jo){var o=Gn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}Wo.addEventListener(t,e,at?{capture:n,passive:r}:n)}function ti(t,e,n,r){(r||Wo).removeEventListener(t,e._wrapper||e,n)}function ei(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},o=t.data.on||{};Wo=e.elm,Xo(n),we(n,o,Qo,ti,Zo,e.context),Wo=void 0}}var ni,ri={create:ei,update:ei};function oi(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,i,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in o(c.__ob__)&&(c=e.data.domProps=$({},c)),s)n in c||(a[n]="");for(n in c){if(i=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=i;var u=r(i)?"":String(i);ii(a,u)&&(a.value=u)}else if("innerHTML"===n&&oo(a.tagName)&&r(a.innerHTML)){ni=ni||document.createElement("div"),ni.innerHTML="<svg>"+i+"</svg>";var l=ni.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(l.firstChild)a.appendChild(l.firstChild)}else if(i!==s[n])try{a[n]=i}catch(Oa){}}}}function ii(t,e){return!t.composing&&("OPTION"===t.tagName||ai(t,e)||si(t,e))}function ai(t,e){var n=!0;try{n=document.activeElement!==t}catch(Oa){}return n&&t.value!==e}function si(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var ci={create:oi,update:oi},ui=_((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function li(t){var e=fi(t.style);return t.staticStyle?$(t.staticStyle,e):e}function fi(t){return Array.isArray(t)?P(t):"string"===typeof t?ui(t):t}function pi(t,e){var n,r={};if(e){var o=t;while(o.componentInstance)o=o.componentInstance._vnode,o&&o.data&&(n=li(o.data))&&$(r,n)}(n=li(t.data))&&$(r,n);var i=t;while(i=i.parent)i.data&&(n=li(i.data))&&$(r,n);return r}var di,hi=/^--/,vi=/\s*!important$/,mi=function(t,e,n){if(hi.test(e))t.style.setProperty(e,n);else if(vi.test(n))t.style.setProperty(S(e),n.replace(vi,""),"important");else{var r=yi(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},gi=["Webkit","Moz","ms"],yi=_((function(t){if(di=di||document.createElement("div").style,t=O(t),"filter"!==t&&t in di)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<gi.length;n++){var r=gi[n]+e;if(r in di)return r}}));function bi(t,e){var n=e.data,i=t.data;if(!(r(n.staticStyle)&&r(n.style)&&r(i.staticStyle)&&r(i.style))){var a,s,c=e.elm,u=i.staticStyle,l=i.normalizedStyle||i.style||{},f=u||l,p=fi(e.data.style)||{};e.data.normalizedStyle=o(p.__ob__)?$({},p):p;var d=pi(e,!0);for(s in f)r(d[s])&&mi(c,s,"");for(s in d)a=d[s],a!==f[s]&&mi(c,s,null==a?"":a)}}var wi={create:bi,update:bi},_i=/\s+/;function xi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(_i).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Oi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(_i).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function ki(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&$(e,Ci(t.name||"v")),$(e,t),e}return"string"===typeof t?Ci(t):void 0}}var Ci=_((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Si=X&&!et,Ei="transition",ji="animation",Ai="transition",Ti="transitionend",$i="animation",Pi="animationend";Si&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ai="WebkitTransition",Ti="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&($i="WebkitAnimation",Pi="webkitAnimationEnd"));var Li=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Ii(t){Li((function(){Li(t)}))}function Ri(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),xi(t,e))}function Ni(t,e){t._transitionClasses&&y(t._transitionClasses,e),Oi(t,e)}function Mi(t,e,n){var r=Di(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Ei?Ti:Pi,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),i+1),t.addEventListener(s,l)}var Bi=/\b(transform|all)(,|$)/;function Di(t,e){var n,r=window.getComputedStyle(t),o=(r[Ai+"Delay"]||"").split(", "),i=(r[Ai+"Duration"]||"").split(", "),a=Fi(o,i),s=(r[$i+"Delay"]||"").split(", "),c=(r[$i+"Duration"]||"").split(", "),u=Fi(s,c),l=0,f=0;e===Ei?a>0&&(n=Ei,l=a,f=i.length):e===ji?u>0&&(n=ji,l=u,f=c.length):(l=Math.max(a,u),n=l>0?a>u?Ei:ji:null,f=n?n===Ei?i.length:c.length:0);var p=n===Ei&&Bi.test(r[Ai+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:p}}function Fi(t,e){while(t.length<e.length)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return Ui(e)+Ui(t[n])})))}function Ui(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function zi(t,e){var n=t.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var i=ki(t.data.transition);if(!r(i)&&!o(n._enterCb)&&1===n.nodeType){var a=i.css,s=i.type,u=i.enterClass,l=i.enterToClass,f=i.enterActiveClass,p=i.appearClass,d=i.appearToClass,h=i.appearActiveClass,m=i.beforeEnter,g=i.enter,y=i.afterEnter,b=i.enterCancelled,w=i.beforeAppear,_=i.appear,x=i.afterAppear,O=i.appearCancelled,k=i.duration,C=Tn,S=Tn.$vnode;while(S&&S.parent)C=S.context,S=S.parent;var E=!C._isMounted||!t.isRootInsert;if(!E||_||""===_){var j=E&&p?p:u,A=E&&h?h:f,T=E&&d?d:l,$=E&&w||m,P=E&&"function"===typeof _?_:g,L=E&&x||y,I=E&&O||b,R=v(c(k)?k.enter:k);0;var N=!1!==a&&!et,M=Vi(P),D=n._enterCb=B((function(){N&&(Ni(n,T),Ni(n,A)),D.cancelled?(N&&Ni(n,j),I&&I(n)):L&&L(n),n._enterCb=null}));t.data.show||_e(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),P&&P(n,D)})),$&&$(n),N&&(Ri(n,j),Ri(n,A),Ii((function(){Ni(n,j),D.cancelled||(Ri(n,T),M||(Hi(R)?setTimeout(D,R):Mi(n,s,D)))}))),t.data.show&&(e&&e(),P&&P(n,D)),N||M||D()}}}function qi(t,e){var n=t.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var i=ki(t.data.transition);if(r(i)||1!==n.nodeType)return e();if(!o(n._leaveCb)){var a=i.css,s=i.type,u=i.leaveClass,l=i.leaveToClass,f=i.leaveActiveClass,p=i.beforeLeave,d=i.leave,h=i.afterLeave,m=i.leaveCancelled,g=i.delayLeave,y=i.duration,b=!1!==a&&!et,w=Vi(d),_=v(c(y)?y.leave:y);0;var x=n._leaveCb=B((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Ni(n,l),Ni(n,f)),x.cancelled?(b&&Ni(n,u),m&&m(n)):(e(),h&&h(n)),n._leaveCb=null}));g?g(O):O()}function O(){x.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),b&&(Ri(n,u),Ri(n,f),Ii((function(){Ni(n,u),x.cancelled||(Ri(n,l),w||(Hi(_)?setTimeout(x,_):Mi(n,s,x)))}))),d&&d(n,x),b||w||x())}}function Hi(t){return"number"===typeof t&&!isNaN(t)}function Vi(t){if(r(t))return!1;var e=t.fns;return o(e)?Vi(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Wi(t,e){!0!==e.data.show&&zi(e)}var Gi=X?{create:Wi,activate:Wi,remove:function(t,e){!0!==t.data.show?qi(t,e):e()}}:{},Ki=[Ho,Go,ri,ci,wi,Gi],Yi=Ki.concat(Fo),Xi=Po({nodeOps:ko,modules:Yi});et&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&oa(t,"input")}));var Zi={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?_e(n,"postpatch",(function(){Zi.componentUpdated(t,e,n)})):Ji(t,e,n.context),t._vOptions=[].map.call(t.options,ea)):("textarea"===n.tag||uo(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",na),t.addEventListener("compositionend",ra),t.addEventListener("change",ra),et&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ji(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,ea);if(o.some((function(t,e){return!N(t,r[e])}))){var i=t.multiple?e.value.some((function(t){return ta(t,o)})):e.value!==e.oldValue&&ta(e.value,o);i&&oa(t,"change")}}}};function Ji(t,e,n){Qi(t,e,n),(tt||nt)&&setTimeout((function(){Qi(t,e,n)}),0)}function Qi(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],o)i=M(r,ea(a))>-1,a.selected!==i&&(a.selected=i);else if(N(ea(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function ta(t,e){return e.every((function(e){return!N(e,t)}))}function ea(t){return"_value"in t?t._value:t.value}function na(t){t.target.composing=!0}function ra(t){t.target.composing&&(t.target.composing=!1,oa(t.target,"input"))}function oa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ia(t){return!t.componentInstance||t.data&&t.data.transition?t:ia(t.componentInstance._vnode)}var aa={bind:function(t,e,n){var r=e.value;n=ia(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,zi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value,o=e.oldValue;if(!r!==!o){n=ia(n);var i=n.data&&n.data.transition;i?(n.data.show=!0,r?zi(n,(function(){t.style.display=t.__vOriginalDisplay})):qi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},sa={model:Zi,show:aa},ca={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ua(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ua(On(e.children)):t}function la(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[O(i)]=o[i];return e}function fa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function pa(t){while(t=t.parent)if(t.data.transition)return!0}function da(t,e){return e.key===t.key&&e.tag===t.tag}var ha=function(t){return t.tag||xn(t)},va=function(t){return"show"===t.name},ma={name:"transition",props:ca,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ha),n.length)){0;var r=this.mode;0;var o=n[0];if(pa(this.$vnode))return o;var i=ua(o);if(!i)return o;if(this._leaving)return fa(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=la(this),u=this._vnode,l=ua(u);if(i.data.directives&&i.data.directives.some(va)&&(i.data.show=!0),l&&l.data&&!da(i,l)&&!xn(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=$({},c);if("out-in"===r)return this._leaving=!0,_e(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),fa(t,o);if("in-out"===r){if(xn(i))return u;var p,d=function(){p()};_e(c,"afterEnter",d),_e(c,"enterCancelled",d),_e(f,"delayLeave",(function(t){p=t}))}}return o}}},ga=$({tag:String,moveClass:String},ca);delete ga.mode;var ya={props:ga,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=$n(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=la(this),s=0;s<o.length;s++){var c=o[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept=t(e,null,u),this.removed=l}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(ba),t.forEach(wa),t.forEach(_a),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Ri(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Ti,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Ti,t),n._moveCb=null,Ni(n,e))})}})))},methods:{hasMove:function(t,e){if(!Si)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Oi(n,t)})),xi(n,e),n.style.display="none",this.$el.appendChild(n);var r=Di(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ba(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function wa(t){t.data.newPos=t.elm.getBoundingClientRect()}function _a(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}var xa={Transition:ma,TransitionGroup:ya};Or.config.mustUseProp=Fr,Or.config.isReservedTag=io,Or.config.isReservedAttr=Br,Or.config.getTagNamespace=ao,Or.config.isUnknownElement=co,$(Or.options.directives,sa),$(Or.options.components,xa),Or.prototype.__patch__=X?Xi:L,Or.prototype.$mount=function(t,e){return t=t&&X?lo(t):void 0,In(this,t,e)},X&&setTimeout((function(){z.devtools&&ut&&ut.emit("init",Or)}),0),e["a"]=Or}).call(this,n("c8ba"))},"2b3d":function(t,e,n){"use strict";n("3ca3");var r,o=n("23e7"),i=n("83ab"),a=n("0d3b"),s=n("da84"),c=n("37e8"),u=n("6eeb"),l=n("19aa"),f=n("5135"),p=n("60da"),d=n("4df4"),h=n("6547").codeAt,v=n("5fb2"),m=n("d44e"),g=n("9861"),y=n("69f3"),b=s.URL,w=g.URLSearchParams,_=g.getState,x=y.set,O=y.getterFor("URL"),k=Math.floor,C=Math.pow,S="Invalid authority",E="Invalid scheme",j="Invalid host",A="Invalid port",T=/[A-Za-z]/,$=/[\d+-.A-Za-z]/,P=/\d/,L=/^(0x|0X)/,I=/^[0-7]+$/,R=/^\d+$/,N=/^[\dA-Fa-f]+$/,M=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,B=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,D=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,F=/[\u0009\u000A\u000D]/g,U=function(t,e){var n,r,o;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return j;if(n=q(e.slice(1,-1)),!n)return j;t.host=n}else if(J(t)){if(e=v(e),M.test(e))return j;if(n=z(e),null===n)return j;t.host=n}else{if(B.test(e))return j;for(n="",r=d(e),o=0;o<r.length;o++)n+=X(r[o],W);t.host=n}},z=function(t){var e,n,r,o,i,a,s,c=t.split(".");if(c.length&&""==c[c.length-1]&&c.pop(),e=c.length,e>4)return t;for(n=[],r=0;r<e;r++){if(o=c[r],""==o)return t;if(i=10,o.length>1&&"0"==o.charAt(0)&&(i=L.test(o)?16:8,o=o.slice(8==i?1:2)),""===o)a=0;else{if(!(10==i?R:8==i?I:N).test(o))return t;a=parseInt(o,i)}n.push(a)}for(r=0;r<e;r++)if(a=n[r],r==e-1){if(a>=C(256,5-e))return null}else if(a>255)return null;for(s=n.pop(),r=0;r<n.length;r++)s+=n[r]*C(256,3-r);return s},q=function(t){var e,n,r,o,i,a,s,c=[0,0,0,0,0,0,0,0],u=0,l=null,f=0,p=function(){return t.charAt(f)};if(":"==p()){if(":"!=t.charAt(1))return;f+=2,u++,l=u}while(p()){if(8==u)return;if(":"!=p()){e=n=0;while(n<4&&N.test(p()))e=16*e+parseInt(p(),16),f++,n++;if("."==p()){if(0==n)return;if(f-=n,u>6)return;r=0;while(p()){if(o=null,r>0){if(!("."==p()&&r<4))return;f++}if(!P.test(p()))return;while(P.test(p())){if(i=parseInt(p(),10),null===o)o=i;else{if(0==o)return;o=10*o+i}if(o>255)return;f++}c[u]=256*c[u]+o,r++,2!=r&&4!=r||u++}if(4!=r)return;break}if(":"==p()){if(f++,!p())return}else if(p())return;c[u++]=e}else{if(null!==l)return;f++,u++,l=u}}if(null!==l){a=u-l,u=7;while(0!=u&&a>0)s=c[u],c[u--]=c[l+a-1],c[l+--a]=s}else if(8!=u)return;return c},H=function(t){for(var e=null,n=1,r=null,o=0,i=0;i<8;i++)0!==t[i]?(o>n&&(e=r,n=o),r=null,o=0):(null===r&&(r=i),++o);return o>n&&(e=r,n=o),e},V=function(t){var e,n,r,o;if("number"==typeof t){for(e=[],n=0;n<4;n++)e.unshift(t%256),t=k(t/256);return e.join(".")}if("object"==typeof t){for(e="",r=H(t),n=0;n<8;n++)o&&0===t[n]||(o&&(o=!1),r===n?(e+=n?":":"::",o=!0):(e+=t[n].toString(16),n<7&&(e+=":")));return"["+e+"]"}return t},W={},G=p({},W,{" ":1,'"':1,"<":1,">":1,"`":1}),K=p({},G,{"#":1,"?":1,"{":1,"}":1}),Y=p({},K,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),X=function(t,e){var n=h(t,0);return n>32&&n<127&&!f(e,t)?t:encodeURIComponent(t)},Z={ftp:21,file:null,http:80,https:443,ws:80,wss:443},J=function(t){return f(Z,t.scheme)},Q=function(t){return""!=t.username||""!=t.password},tt=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},et=function(t,e){var n;return 2==t.length&&T.test(t.charAt(0))&&(":"==(n=t.charAt(1))||!e&&"|"==n)},nt=function(t){var e;return t.length>1&&et(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},rt=function(t){var e=t.path,n=e.length;!n||"file"==t.scheme&&1==n&&et(e[0],!0)||e.pop()},ot=function(t){return"."===t||"%2e"===t.toLowerCase()},it=function(t){return t=t.toLowerCase(),".."===t||"%2e."===t||".%2e"===t||"%2e%2e"===t},at={},st={},ct={},ut={},lt={},ft={},pt={},dt={},ht={},vt={},mt={},gt={},yt={},bt={},wt={},_t={},xt={},Ot={},kt={},Ct={},St={},Et=function(t,e,n,o){var i,a,s,c,u=n||at,l=0,p="",h=!1,v=!1,m=!1;n||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(D,"")),e=e.replace(F,""),i=d(e);while(l<=i.length){switch(a=i[l],u){case at:if(!a||!T.test(a)){if(n)return E;u=ct;continue}p+=a.toLowerCase(),u=st;break;case st:if(a&&($.test(a)||"+"==a||"-"==a||"."==a))p+=a.toLowerCase();else{if(":"!=a){if(n)return E;p="",u=ct,l=0;continue}if(n&&(J(t)!=f(Z,p)||"file"==p&&(Q(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=p,n)return void(J(t)&&Z[t.scheme]==t.port&&(t.port=null));p="","file"==t.scheme?u=bt:J(t)&&o&&o.scheme==t.scheme?u=ut:J(t)?u=dt:"/"==i[l+1]?(u=lt,l++):(t.cannotBeABaseURL=!0,t.path.push(""),u=kt)}break;case ct:if(!o||o.cannotBeABaseURL&&"#"!=a)return E;if(o.cannotBeABaseURL&&"#"==a){t.scheme=o.scheme,t.path=o.path.slice(),t.query=o.query,t.fragment="",t.cannotBeABaseURL=!0,u=St;break}u="file"==o.scheme?bt:ft;continue;case ut:if("/"!=a||"/"!=i[l+1]){u=ft;continue}u=ht,l++;break;case lt:if("/"==a){u=vt;break}u=Ot;continue;case ft:if(t.scheme=o.scheme,a==r)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query;else if("/"==a||"\\"==a&&J(t))u=pt;else if("?"==a)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query="",u=Ct;else{if("#"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.path.pop(),u=Ot;continue}t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query,t.fragment="",u=St}break;case pt:if(!J(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,u=Ot;continue}u=vt}else u=ht;break;case dt:if(u=ht,"/"!=a||"/"!=p.charAt(l+1))continue;l++;break;case ht:if("/"!=a&&"\\"!=a){u=vt;continue}break;case vt:if("@"==a){h&&(p="%40"+p),h=!0,s=d(p);for(var g=0;g<s.length;g++){var y=s[g];if(":"!=y||m){var b=X(y,Y);m?t.password+=b:t.username+=b}else m=!0}p=""}else if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)){if(h&&""==p)return S;l-=d(p).length+1,p="",u=mt}else p+=a;break;case mt:case gt:if(n&&"file"==t.scheme){u=_t;continue}if(":"!=a||v){if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)){if(J(t)&&""==p)return j;if(n&&""==p&&(Q(t)||null!==t.port))return;if(c=U(t,p),c)return c;if(p="",u=xt,n)return;continue}"["==a?v=!0:"]"==a&&(v=!1),p+=a}else{if(""==p)return j;if(c=U(t,p),c)return c;if(p="",u=yt,n==gt)return}break;case yt:if(!P.test(a)){if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)||n){if(""!=p){var w=parseInt(p,10);if(w>65535)return A;t.port=J(t)&&w===Z[t.scheme]?null:w,p=""}if(n)return;u=xt;continue}return A}p+=a;break;case bt:if(t.scheme="file","/"==a||"\\"==a)u=wt;else{if(!o||"file"!=o.scheme){u=Ot;continue}if(a==r)t.host=o.host,t.path=o.path.slice(),t.query=o.query;else if("?"==a)t.host=o.host,t.path=o.path.slice(),t.query="",u=Ct;else{if("#"!=a){nt(i.slice(l).join(""))||(t.host=o.host,t.path=o.path.slice(),rt(t)),u=Ot;continue}t.host=o.host,t.path=o.path.slice(),t.query=o.query,t.fragment="",u=St}}break;case wt:if("/"==a||"\\"==a){u=_t;break}o&&"file"==o.scheme&&!nt(i.slice(l).join(""))&&(et(o.path[0],!0)?t.path.push(o.path[0]):t.host=o.host),u=Ot;continue;case _t:if(a==r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&et(p))u=Ot;else if(""==p){if(t.host="",n)return;u=xt}else{if(c=U(t,p),c)return c;if("localhost"==t.host&&(t.host=""),n)return;p="",u=xt}continue}p+=a;break;case xt:if(J(t)){if(u=Ot,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=r&&(u=Ot,"/"!=a))continue}else t.fragment="",u=St;else t.query="",u=Ct;break;case Ot:if(a==r||"/"==a||"\\"==a&&J(t)||!n&&("?"==a||"#"==a)){if(it(p)?(rt(t),"/"==a||"\\"==a&&J(t)||t.path.push("")):ot(p)?"/"==a||"\\"==a&&J(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&et(p)&&(t.host&&(t.host=""),p=p.charAt(0)+":"),t.path.push(p)),p="","file"==t.scheme&&(a==r||"?"==a||"#"==a))while(t.path.length>1&&""===t.path[0])t.path.shift();"?"==a?(t.query="",u=Ct):"#"==a&&(t.fragment="",u=St)}else p+=X(a,K);break;case kt:"?"==a?(t.query="",u=Ct):"#"==a?(t.fragment="",u=St):a!=r&&(t.path[0]+=X(a,W));break;case Ct:n||"#"!=a?a!=r&&("'"==a&&J(t)?t.query+="%27":t.query+="#"==a?"%23":X(a,W)):(t.fragment="",u=St);break;case St:a!=r&&(t.fragment+=X(a,G));break}l++}},jt=function(t){var e,n,r=l(this,jt,"URL"),o=arguments.length>1?arguments[1]:void 0,a=String(t),s=x(r,{type:"URL"});if(void 0!==o)if(o instanceof jt)e=O(o);else if(n=Et(e={},String(o)),n)throw TypeError(n);if(n=Et(s,a,null,e),n)throw TypeError(n);var c=s.searchParams=new w,u=_(c);u.updateSearchParams(s.query),u.updateURL=function(){s.query=String(c)||null},i||(r.href=Tt.call(r),r.origin=$t.call(r),r.protocol=Pt.call(r),r.username=Lt.call(r),r.password=It.call(r),r.host=Rt.call(r),r.hostname=Nt.call(r),r.port=Mt.call(r),r.pathname=Bt.call(r),r.search=Dt.call(r),r.searchParams=Ft.call(r),r.hash=Ut.call(r))},At=jt.prototype,Tt=function(){var t=O(this),e=t.scheme,n=t.username,r=t.password,o=t.host,i=t.port,a=t.path,s=t.query,c=t.fragment,u=e+":";return null!==o?(u+="//",Q(t)&&(u+=n+(r?":"+r:"")+"@"),u+=V(o),null!==i&&(u+=":"+i)):"file"==e&&(u+="//"),u+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==s&&(u+="?"+s),null!==c&&(u+="#"+c),u},$t=function(){var t=O(this),e=t.scheme,n=t.port;if("blob"==e)try{return new URL(e.path[0]).origin}catch(r){return"null"}return"file"!=e&&J(t)?e+"://"+V(t.host)+(null!==n?":"+n:""):"null"},Pt=function(){return O(this).scheme+":"},Lt=function(){return O(this).username},It=function(){return O(this).password},Rt=function(){var t=O(this),e=t.host,n=t.port;return null===e?"":null===n?V(e):V(e)+":"+n},Nt=function(){var t=O(this).host;return null===t?"":V(t)},Mt=function(){var t=O(this).port;return null===t?"":String(t)},Bt=function(){var t=O(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},Dt=function(){var t=O(this).query;return t?"?"+t:""},Ft=function(){return O(this).searchParams},Ut=function(){var t=O(this).fragment;return t?"#"+t:""},zt=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(i&&c(At,{href:zt(Tt,(function(t){var e=O(this),n=String(t),r=Et(e,n);if(r)throw TypeError(r);_(e.searchParams).updateSearchParams(e.query)})),origin:zt($t),protocol:zt(Pt,(function(t){var e=O(this);Et(e,String(t)+":",at)})),username:zt(Lt,(function(t){var e=O(this),n=d(String(t));if(!tt(e)){e.username="";for(var r=0;r<n.length;r++)e.username+=X(n[r],Y)}})),password:zt(It,(function(t){var e=O(this),n=d(String(t));if(!tt(e)){e.password="";for(var r=0;r<n.length;r++)e.password+=X(n[r],Y)}})),host:zt(Rt,(function(t){var e=O(this);e.cannotBeABaseURL||Et(e,String(t),mt)})),hostname:zt(Nt,(function(t){var e=O(this);e.cannotBeABaseURL||Et(e,String(t),gt)})),port:zt(Mt,(function(t){var e=O(this);tt(e)||(t=String(t),""==t?e.port=null:Et(e,t,yt))})),pathname:zt(Bt,(function(t){var e=O(this);e.cannotBeABaseURL||(e.path=[],Et(e,t+"",xt))})),search:zt(Dt,(function(t){var e=O(this);t=String(t),""==t?e.query=null:("?"==t.charAt(0)&&(t=t.slice(1)),e.query="",Et(e,t,Ct)),_(e.searchParams).updateSearchParams(e.query)})),searchParams:zt(Ft),hash:zt(Ut,(function(t){var e=O(this);t=String(t),""!=t?("#"==t.charAt(0)&&(t=t.slice(1)),e.fragment="",Et(e,t,St)):e.fragment=null}))}),u(At,"toJSON",(function(){return Tt.call(this)}),{enumerable:!0}),u(At,"toString",(function(){return Tt.call(this)}),{enumerable:!0}),b){var qt=b.createObjectURL,Ht=b.revokeObjectURL;qt&&u(jt,"createObjectURL",(function(t){return qt.apply(b,arguments)})),Ht&&u(jt,"revokeObjectURL",(function(t){return Ht.apply(b,arguments)}))}m(jt,"URL"),o({global:!0,forced:!a,sham:!i},{URL:jt})},"2cf4":function(t,e,n){var r,o,i,a=n("da84"),s=n("d039"),c=n("0366"),u=n("1be4"),l=n("cc12"),f=n("1cdc"),p=n("605d"),d=a.location,h=a.setImmediate,v=a.clearImmediate,m=a.process,g=a.MessageChannel,y=a.Dispatch,b=0,w={},_="onreadystatechange",x=function(t){if(w.hasOwnProperty(t)){var e=w[t];delete w[t],e()}},O=function(t){return function(){x(t)}},k=function(t){x(t.data)},C=function(t){a.postMessage(t+"",d.protocol+"//"+d.host)};h&&v||(h=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return w[++b]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(b),b},v=function(t){delete w[t]},p?r=function(t){m.nextTick(O(t))}:y&&y.now?r=function(t){y.now(O(t))}:g&&!f?(o=new g,i=o.port2,o.port1.onmessage=k,r=c(i.postMessage,i,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts&&d&&"file:"!==d.protocol&&!s(C)?(r=C,a.addEventListener("message",k,!1)):r=_ in l("script")?function(t){u.appendChild(l("script"))[_]=function(){u.removeChild(this),x(t)}}:function(t){setTimeout(O(t),0)}),t.exports={set:h,clear:v}},"2d00":function(t,e,n){var r,o,i=n("da84"),a=n("342f"),s=i.process,c=s&&s.versions,u=c&&c.v8;u?(r=u.split("."),o=r[0]+r[1]):a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(o=r[1]))),t.exports=o&&+o},"2d83":function(t,e,n){"use strict";var r=n("387f");t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},"2e67":function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},"2f62":function(t,e,n){"use strict";(function(t){
8
+ /*!
9
+ * vuex v3.6.0
10
+ * (c) 2020 Evan You
11
+ * @license MIT
12
+ */
13
+ function r(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:r});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[r].concat(t.init):r,n.call(this,t)}}function r(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"b",(function(){return R}));var o="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},i=o.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t){i&&(t._devtoolHook=i,i.emit("vuex:init",t),i.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){i.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){i.emit("vuex:action",t,e)}),{prepend:!0}))}function s(t,e){return t.filter(e)[0]}function c(t,e){if(void 0===e&&(e=[]),null===t||"object"!==typeof t)return t;var n=s(e,(function(e){return e.original===t}));if(n)return n.copy;var r=Array.isArray(t)?[]:{};return e.push({original:t,copy:r}),Object.keys(t).forEach((function(n){r[n]=c(t[n],e)})),r}function u(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function l(t){return null!==t&&"object"===typeof t}function f(t){return t&&"function"===typeof t.then}function p(t,e){return function(){return t(e)}}var d=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},h={namespaced:{configurable:!0}};h.namespaced.get=function(){return!!this._rawModule.namespaced},d.prototype.addChild=function(t,e){this._children[t]=e},d.prototype.removeChild=function(t){delete this._children[t]},d.prototype.getChild=function(t){return this._children[t]},d.prototype.hasChild=function(t){return t in this._children},d.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},d.prototype.forEachChild=function(t){u(this._children,t)},d.prototype.forEachGetter=function(t){this._rawModule.getters&&u(this._rawModule.getters,t)},d.prototype.forEachAction=function(t){this._rawModule.actions&&u(this._rawModule.actions,t)},d.prototype.forEachMutation=function(t){this._rawModule.mutations&&u(this._rawModule.mutations,t)},Object.defineProperties(d.prototype,h);var v=function(t){this.register([],t,!1)};function m(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;m(t.concat(r),e.getChild(r),n.modules[r])}}v.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},v.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},v.prototype.update=function(t){m([],this.root,t)},v.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var o=new d(e,n);if(0===t.length)this.root=o;else{var i=this.get(t.slice(0,-1));i.addChild(t[t.length-1],o)}e.modules&&u(e.modules,(function(e,o){r.register(t.concat(o),e,n)}))},v.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],r=e.getChild(n);r&&r.runtime&&e.removeChild(n)},v.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var g;var y=function(t){var e=this;void 0===t&&(t={}),!g&&"undefined"!==typeof window&&window.Vue&&P(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new v(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new g,this._makeLocalGettersCache=Object.create(null);var o=this,i=this,s=i.dispatch,c=i.commit;this.dispatch=function(t,e){return s.call(o,t,e)},this.commit=function(t,e,n){return c.call(o,t,e,n)},this.strict=r;var u=this._modules.root.state;O(this,u,[],this._modules.root),x(this,u),n.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:g.config.devtools;l&&a(this)},b={state:{configurable:!0}};function w(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function _(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;O(t,n,[],t._modules.root,!0),x(t,n,e)}function x(t,e,n){var r=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var o=t._wrappedGetters,i={};u(o,(function(e,n){i[n]=p(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var a=g.config.silent;g.config.silent=!0,t._vm=new g({data:{$$state:e},computed:i}),g.config.silent=a,t.strict&&A(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),g.nextTick((function(){return r.$destroy()})))}function O(t,e,n,r,o){var i=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a],t._modulesNamespaceMap[a]=r),!i&&!o){var s=T(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit((function(){g.set(s,c,r.state)}))}var u=r.context=k(t,a,n);r.forEachMutation((function(e,n){var r=a+n;S(t,r,e,u)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,o=e.handler||e;E(t,r,o,u)})),r.forEachGetter((function(e,n){var r=a+n;j(t,r,e,u)})),r.forEachChild((function(r,i){O(t,e,n.concat(i),r,o)}))}function k(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=$(n,r,o),a=i.payload,s=i.options,c=i.type;return s&&s.root||(c=e+c),t.dispatch(c,a)},commit:r?t.commit:function(n,r,o){var i=$(n,r,o),a=i.payload,s=i.options,c=i.type;s&&s.root||(c=e+c),t.commit(c,a,s)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return C(t,e)}},state:{get:function(){return T(t.state,n)}}}),o}function C(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach((function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}function S(t,e,n,r){var o=t._mutations[e]||(t._mutations[e]=[]);o.push((function(e){n.call(t,r.state,e)}))}function E(t,e,n,r){var o=t._actions[e]||(t._actions[e]=[]);o.push((function(e){var o=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e);return f(o)||(o=Promise.resolve(o)),t._devtoolHook?o.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):o}))}function j(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)})}function A(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function T(t,e){return e.reduce((function(t,e){return t[e]}),t)}function $(t,e,n){return l(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function P(t){g&&t===g||(g=t,r(g))}b.state.get=function(){return this._vm._data.$$state},b.state.set=function(t){0},y.prototype.commit=function(t,e,n){var r=this,o=$(t,e,n),i=o.type,a=o.payload,s=(o.options,{type:i,payload:a}),c=this._mutations[i];c&&(this._withCommit((function(){c.forEach((function(t){t(a)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},y.prototype.dispatch=function(t,e){var n=this,r=$(t,e),o=r.type,i=r.payload,a={type:o,payload:i},s=this._actions[o];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(u){0}var c=s.length>1?Promise.all(s.map((function(t){return t(i)}))):s[0](i);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(u){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(a,n.state,t)}))}catch(u){0}e(t)}))}))}},y.prototype.subscribe=function(t,e){return w(t,this._subscribers,e)},y.prototype.subscribeAction=function(t,e){var n="function"===typeof t?{before:t}:t;return w(n,this._actionSubscribers,e)},y.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},y.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},y.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),O(this,this.state,t,this._modules.get(t),n.preserveState),x(this,this.state)},y.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=T(e.state,t.slice(0,-1));g.delete(n,t[t.length-1])})),_(this)},y.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},y.prototype.hotUpdate=function(t){this._modules.update(t),_(this,!0)},y.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(y.prototype,b);var L=F((function(t,e){var n={};return B(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=U(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"===typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0})),n})),I=F((function(t,e){var n={};return B(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=U(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),R=F((function(t,e){var n={};return B(e).forEach((function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||U(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0})),n})),N=F((function(t,e){var n={};return B(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=U(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),M=function(t){return{mapState:L.bind(null,t),mapGetters:R.bind(null,t),mapMutations:I.bind(null,t),mapActions:N.bind(null,t)}};function B(t){return D(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function D(t){return Array.isArray(t)||l(t)}function F(t){return function(e,n){return"string"!==typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function U(t,e,n){var r=t._modulesNamespaceMap[n];return r}function z(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var o=t.mutationTransformer;void 0===o&&(o=function(t){return t});var i=t.actionFilter;void 0===i&&(i=function(t,e){return!0});var a=t.actionTransformer;void 0===a&&(a=function(t){return t});var s=t.logMutations;void 0===s&&(s=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var f=c(t.state);"undefined"!==typeof l&&(s&&t.subscribe((function(t,i){var a=c(i);if(n(t,f,a)){var s=V(),u=o(t),p="mutation "+t.type+s;q(l,p,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(a)),H(l)}f=a})),u&&t.subscribeAction((function(t,n){if(i(t,n)){var r=V(),o=a(t),s="action "+t.type+r;q(l,s,e),l.log("%c action","color: #03A9F4; font-weight: bold",o),H(l)}})))}}function q(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(o){t.log(e)}}function H(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function V(){var t=new Date;return" @ "+G(t.getHours(),2)+":"+G(t.getMinutes(),2)+":"+G(t.getSeconds(),2)+"."+G(t.getMilliseconds(),3)}function W(t,e){return new Array(e+1).join(t)}function G(t,e){return W("0",e-t.toString().length)+t}var K={Store:y,install:P,version:"3.6.0",mapState:L,mapMutations:I,mapGetters:R,mapActions:N,createNamespacedHelpers:M,createLogger:z};e["a"]=K}).call(this,n("c8ba"))},"30b5":function(t,e,n){"use strict";var r=n("c532");function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},"342f":function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},"35a1":function(t,e,n){var r=n("f5df"),o=n("3f8c"),i=n("b622"),a=i("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||o[r(t)]}},"37e8":function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("825a"),a=n("df75");t.exports=r?Object.defineProperties:function(t,e){i(t);var n,r=a(e),s=r.length,c=0;while(s>c)o.f(t,n=r[c++],e[n]);return t}},"387f":function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},3934:function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3ca3":function(t,e,n){"use strict";var r=n("6547").charAt,o=n("69f3"),i=n("7dd0"),a="String Iterator",s=o.set,c=o.getterFor(a);i(String,"String",(function(t){s(this,{type:a,string:String(t),index:0})}),(function(){var t,e=c(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})}))},"3d20":function(t,e,n){
14
+ /*!
15
+ * sweetalert2 v9.17.2
16
+ * Released under the MIT License.
17
+ */
18
+ (function(e,n){t.exports=n()})(0,(function(){"use strict";function t(e){return t="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),t}function o(){return o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},o.apply(this,arguments)}function i(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}function s(t,e){return s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},s(t,e)}function c(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function u(t,e,n){return u=c()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=Function.bind.apply(t,r),i=new o;return n&&s(i,n.prototype),i},u.apply(null,arguments)}function l(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function f(t,e){return!e||"object"!==typeof e&&"function"!==typeof e?l(t):e}function p(t){var e=c();return function(){var n,r=a(t);if(e){var o=a(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function d(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=a(t),null===t)break;return t}function h(t,e,n){return h="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=d(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(n):o.value}},h(t,e,n||t)}var v="SweetAlert2:",m=function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e},g=function(t){return t.charAt(0).toUpperCase()+t.slice(1)},y=function(t){return Object.keys(t).map((function(e){return t[e]}))},b=function(t){return Array.prototype.slice.call(t)},w=function(t){console.warn("".concat(v," ").concat(t))},_=function(t){console.error("".concat(v," ").concat(t))},x=[],O=function(t){-1===x.indexOf(t)&&(x.push(t),w(t))},k=function(t,e){O('"'.concat(t,'" is deprecated and will be removed in the next major release. Please use "').concat(e,'" instead.'))},C=function(t){return"function"===typeof t?t():t},S=function(t){return t&&"function"===typeof t.toPromise},E=function(t){return S(t)?t.toPromise():Promise.resolve(t)},j=function(t){return t&&Promise.resolve(t)===t},A=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),T=function(e){return"object"===t(e)&&e.jquery},$=function(t){return t instanceof Element||T(t)},P=function(e){var n={};return"object"!==t(e[0])||$(e[0])?["title","html","icon"].forEach((function(r,o){var i=e[o];"string"===typeof i||$(i)?n[r]=i:void 0!==i&&_("Unexpected type of ".concat(r,'! Expected "string" or "Element", got ').concat(t(i)))})):o(n,e[0]),n},L="swal2-",I=function(t){var e={};for(var n in t)e[t[n]]=L+t[n];return e},R=I(["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","toast-column","show","hide","close","title","header","content","html-container","actions","confirm","cancel","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error"]),N=I(["success","warning","info","question","error"]),M=function(){return document.body.querySelector(".".concat(R.container))},B=function(t){var e=M();return e?e.querySelector(t):null},D=function(t){return B(".".concat(t))},F=function(){return D(R.popup)},U=function(){var t=F();return b(t.querySelectorAll(".".concat(R.icon)))},z=function(){var t=U().filter((function(t){return Ot(t)}));return t.length?t[0]:null},q=function(){return D(R.title)},H=function(){return D(R.content)},V=function(){return D(R["html-container"])},W=function(){return D(R.image)},G=function(){return D(R["progress-steps"])},K=function(){return D(R["validation-message"])},Y=function(){return B(".".concat(R.actions," .").concat(R.confirm))},X=function(){return B(".".concat(R.actions," .").concat(R.cancel))},Z=function(){return D(R.actions)},J=function(){return D(R.header)},Q=function(){return D(R.footer)},tt=function(){return D(R["timer-progress-bar"])},et=function(){return D(R.close)},nt='\n a[href],\n area[href],\n input:not([disabled]),\n select:not([disabled]),\n textarea:not([disabled]),\n button:not([disabled]),\n iframe,\n object,\n embed,\n [tabindex="0"],\n [contenteditable],\n audio[controls],\n video[controls],\n summary\n',rt=function(){var t=b(F().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort((function(t,e){return t=parseInt(t.getAttribute("tabindex")),e=parseInt(e.getAttribute("tabindex")),t>e?1:t<e?-1:0})),e=b(F().querySelectorAll(nt)).filter((function(t){return"-1"!==t.getAttribute("tabindex")}));return m(t.concat(e)).filter((function(t){return Ot(t)}))},ot=function(){return!it()&&!document.body.classList.contains(R["no-backdrop"])},it=function(){return document.body.classList.contains(R["toast-shown"])},at=function(){return F().hasAttribute("data-loading")},st={previousBodyPadding:null},ct=function(t,e){if(t.textContent="",e){var n=new DOMParser,r=n.parseFromString(e,"text/html");b(r.querySelector("head").childNodes).forEach((function(e){t.appendChild(e)})),b(r.querySelector("body").childNodes).forEach((function(e){t.appendChild(e)}))}},ut=function(t,e){if(!e)return!1;for(var n=e.split(/\s+/),r=0;r<n.length;r++)if(!t.classList.contains(n[r]))return!1;return!0},lt=function(t,e){b(t.classList).forEach((function(n){-1===y(R).indexOf(n)&&-1===y(N).indexOf(n)&&-1===y(e.showClass).indexOf(n)&&t.classList.remove(n)}))},ft=function(e,n,r){if(lt(e,n),n.customClass&&n.customClass[r]){if("string"!==typeof n.customClass[r]&&!n.customClass[r].forEach)return w("Invalid type of customClass.".concat(r,'! Expected string or iterable object, got "').concat(t(n.customClass[r]),'"'));mt(e,n.customClass[r])}};function pt(t,e){if(!e)return null;switch(e){case"select":case"textarea":case"file":return yt(t,R[e]);case"checkbox":return t.querySelector(".".concat(R.checkbox," input"));case"radio":return t.querySelector(".".concat(R.radio," input:checked"))||t.querySelector(".".concat(R.radio," input:first-child"));case"range":return t.querySelector(".".concat(R.range," input"));default:return yt(t,R.input)}}var dt,ht=function(t){if(t.focus(),"file"!==t.type){var e=t.value;t.value="",t.value=e}},vt=function(t,e,n){t&&e&&("string"===typeof e&&(e=e.split(/\s+/).filter(Boolean)),e.forEach((function(e){t.forEach?t.forEach((function(t){n?t.classList.add(e):t.classList.remove(e)})):n?t.classList.add(e):t.classList.remove(e)})))},mt=function(t,e){vt(t,e,!0)},gt=function(t,e){vt(t,e,!1)},yt=function(t,e){for(var n=0;n<t.childNodes.length;n++)if(ut(t.childNodes[n],e))return t.childNodes[n]},bt=function(t,e,n){n||0===parseInt(n)?t.style[e]="number"===typeof n?"".concat(n,"px"):n:t.style.removeProperty(e)},wt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"flex";t.style.opacity="",t.style.display=e},_t=function(t){t.style.opacity="",t.style.display="none"},xt=function(t,e,n){e?wt(t,n):_t(t)},Ot=function(t){return!(!t||!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))},kt=function(t){return!!(t.scrollHeight>t.clientHeight)},Ct=function(t){var e=window.getComputedStyle(t),n=parseFloat(e.getPropertyValue("animation-duration")||"0"),r=parseFloat(e.getPropertyValue("transition-duration")||"0");return n>0||r>0},St=function(t,e){if("function"===typeof t.contains)return t.contains(e)},Et=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=tt();Ot(n)&&(e&&(n.style.transition="none",n.style.width="100%"),setTimeout((function(){n.style.transition="width ".concat(t/1e3,"s linear"),n.style.width="0%"}),10))},jt=function(){var t=tt(),e=parseInt(window.getComputedStyle(t).width);t.style.removeProperty("transition"),t.style.width="100%";var n=parseInt(window.getComputedStyle(t).width),r=parseInt(e/n*100);t.style.removeProperty("transition"),t.style.width="".concat(r,"%")},At=function(){return"undefined"===typeof window||"undefined"===typeof document},Tt='\n <div aria-labelledby="'.concat(R.title,'" aria-describedby="').concat(R.content,'" class="').concat(R.popup,'" tabindex="-1">\n <div class="').concat(R.header,'">\n <ul class="').concat(R["progress-steps"],'"></ul>\n <div class="').concat(R.icon," ").concat(N.error,'"></div>\n <div class="').concat(R.icon," ").concat(N.question,'"></div>\n <div class="').concat(R.icon," ").concat(N.warning,'"></div>\n <div class="').concat(R.icon," ").concat(N.info,'"></div>\n <div class="').concat(R.icon," ").concat(N.success,'"></div>\n <img class="').concat(R.image,'" />\n <h2 class="').concat(R.title,'" id="').concat(R.title,'"></h2>\n <button type="button" class="').concat(R.close,'"></button>\n </div>\n <div class="').concat(R.content,'">\n <div id="').concat(R.content,'" class="').concat(R["html-container"],'"></div>\n <input class="').concat(R.input,'" />\n <input type="file" class="').concat(R.file,'" />\n <div class="').concat(R.range,'">\n <input type="range" />\n <output></output>\n </div>\n <select class="').concat(R.select,'"></select>\n <div class="').concat(R.radio,'"></div>\n <label for="').concat(R.checkbox,'" class="').concat(R.checkbox,'">\n <input type="checkbox" />\n <span class="').concat(R.label,'"></span>\n </label>\n <textarea class="').concat(R.textarea,'"></textarea>\n <div class="').concat(R["validation-message"],'" id="').concat(R["validation-message"],'"></div>\n </div>\n <div class="').concat(R.actions,'">\n <button type="button" class="').concat(R.confirm,'">OK</button>\n <button type="button" class="').concat(R.cancel,'">Cancel</button>\n </div>\n <div class="').concat(R.footer,'"></div>\n <div class="').concat(R["timer-progress-bar-container"],'">\n <div class="').concat(R["timer-progress-bar"],'"></div>\n </div>\n </div>\n').replace(/(^|\n)\s*/g,""),$t=function(){var t=M();return!!t&&(t.parentNode.removeChild(t),gt([document.documentElement,document.body],[R["no-backdrop"],R["toast-shown"],R["has-column"]]),!0)},Pt=function(t){Lr.isVisible()&&dt!==t.target.value&&Lr.resetValidationMessage(),dt=t.target.value},Lt=function(){var t=H(),e=yt(t,R.input),n=yt(t,R.file),r=t.querySelector(".".concat(R.range," input")),o=t.querySelector(".".concat(R.range," output")),i=yt(t,R.select),a=t.querySelector(".".concat(R.checkbox," input")),s=yt(t,R.textarea);e.oninput=Pt,n.onchange=Pt,i.onchange=Pt,a.onchange=Pt,s.oninput=Pt,r.oninput=function(t){Pt(t),o.value=r.value},r.onchange=function(t){Pt(t),r.nextSibling.value=r.value}},It=function(t){return"string"===typeof t?document.querySelector(t):t},Rt=function(t){var e=F();e.setAttribute("role",t.toast?"alert":"dialog"),e.setAttribute("aria-live",t.toast?"polite":"assertive"),t.toast||e.setAttribute("aria-modal","true")},Nt=function(t){"rtl"===window.getComputedStyle(t).direction&&mt(M(),R.rtl)},Mt=function(t){var e=$t();if(At())_("SweetAlert2 requires document to initialize");else{var n=document.createElement("div");n.className=R.container,e&&mt(n,R["no-transition"]),ct(n,Tt);var r=It(t.target);r.appendChild(n),Rt(t),Nt(r),Lt()}},Bt=function(e,n){e instanceof HTMLElement?n.appendChild(e):"object"===t(e)?Dt(e,n):e&&ct(n,e)},Dt=function(t,e){t.jquery?Ft(e,t):ct(e,t.toString())},Ft=function(t,e){if(t.textContent="",0 in e)for(var n=0;n in e;n++)t.appendChild(e[n].cloneNode(!0));else t.appendChild(e.cloneNode(!0))},Ut=function(){if(At())return!1;var t=document.createElement("div"),e={WebkitAnimation:"webkitAnimationEnd",OAnimation:"oAnimationEnd oanimationend",animation:"animationend"};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&"undefined"!==typeof t.style[n])return e[n];return!1}(),zt=function(){var t=document.createElement("div");t.className=R["scrollbar-measure"],document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},qt=function(t,e){var n=Z(),r=Y(),o=X();e.showConfirmButton||e.showCancelButton||_t(n),ft(n,e,"actions"),Vt(r,"confirm",e),Vt(o,"cancel",e),e.buttonsStyling?Ht(r,o,e):(gt([r,o],R.styled),r.style.backgroundColor=r.style.borderLeftColor=r.style.borderRightColor="",o.style.backgroundColor=o.style.borderLeftColor=o.style.borderRightColor=""),e.reverseButtons&&r.parentNode.insertBefore(o,r)};function Ht(t,e,n){if(mt([t,e],R.styled),n.confirmButtonColor&&(t.style.backgroundColor=n.confirmButtonColor),n.cancelButtonColor&&(e.style.backgroundColor=n.cancelButtonColor),!at()){var r=window.getComputedStyle(t).getPropertyValue("background-color");t.style.borderLeftColor=r,t.style.borderRightColor=r}}function Vt(t,e,n){xt(t,n["show".concat(g(e),"Button")],"inline-block"),ct(t,n["".concat(e,"ButtonText")]),t.setAttribute("aria-label",n["".concat(e,"ButtonAriaLabel")]),t.className=R[e],ft(t,n,"".concat(e,"Button")),mt(t,n["".concat(e,"ButtonClass")])}function Wt(t,e){"string"===typeof e?t.style.background=e:e||mt([document.documentElement,document.body],R["no-backdrop"])}function Gt(t,e){e in R?mt(t,R[e]):(w('The "position" parameter is not valid, defaulting to "center"'),mt(t,R.center))}function Kt(t,e){if(e&&"string"===typeof e){var n="grow-".concat(e);n in R&&mt(t,R[n])}}var Yt=function(t,e){var n=M();if(n){Wt(n,e.backdrop),!e.backdrop&&e.allowOutsideClick&&w('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`'),Gt(n,e.position),Kt(n,e.grow),ft(n,e,"container");var r=document.body.getAttribute("data-swal2-queue-step");r&&(n.setAttribute("data-queue-step",r),document.body.removeAttribute("data-swal2-queue-step"))}},Xt={promise:new WeakMap,innerParams:new WeakMap,domCache:new WeakMap},Zt=["input","file","range","select","radio","checkbox","textarea"],Jt=function(t,e){var n=H(),r=Xt.innerParams.get(t),o=!r||e.input!==r.input;Zt.forEach((function(t){var r=R[t],i=yt(n,r);ee(t,e.inputAttributes),i.className=r,o&&_t(i)})),e.input&&(o&&Qt(e),ne(e))},Qt=function(t){if(!ie[t.input])return _('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'.concat(t.input,'"'));var e=oe(t.input),n=ie[t.input](e,t);wt(n),setTimeout((function(){ht(n)}))},te=function(t){for(var e=0;e<t.attributes.length;e++){var n=t.attributes[e].name;-1===["type","value","style"].indexOf(n)&&t.removeAttribute(n)}},ee=function(t,e){var n=pt(H(),t);if(n)for(var r in te(n),e)"range"===t&&"placeholder"===r||n.setAttribute(r,e[r])},ne=function(t){var e=oe(t.input);t.customClass&&mt(e,t.customClass.input)},re=function(t,e){t.placeholder&&!e.inputPlaceholder||(t.placeholder=e.inputPlaceholder)},oe=function(t){var e=R[t]?R[t]:R.input;return yt(H(),e)},ie={};ie.text=ie.email=ie.password=ie.number=ie.tel=ie.url=function(e,n){return"string"===typeof n.inputValue||"number"===typeof n.inputValue?e.value=n.inputValue:j(n.inputValue)||w('Unexpected type of inputValue! Expected "string", "number" or "Promise", got "'.concat(t(n.inputValue),'"')),re(e,n),e.type=n.input,e},ie.file=function(t,e){return re(t,e),t},ie.range=function(t,e){var n=t.querySelector("input"),r=t.querySelector("output");return n.value=e.inputValue,n.type=e.input,r.value=e.inputValue,t},ie.select=function(t,e){if(t.textContent="",e.inputPlaceholder){var n=document.createElement("option");ct(n,e.inputPlaceholder),n.value="",n.disabled=!0,n.selected=!0,t.appendChild(n)}return t},ie.radio=function(t){return t.textContent="",t},ie.checkbox=function(t,e){var n=pt(H(),"checkbox");n.value=1,n.id=R.checkbox,n.checked=Boolean(e.inputValue);var r=t.querySelector("span");return ct(r,e.inputPlaceholder),t},ie.textarea=function(t,e){if(t.value=e.inputValue,re(t,e),"MutationObserver"in window){var n=parseInt(window.getComputedStyle(F()).width),r=parseInt(window.getComputedStyle(F()).paddingLeft)+parseInt(window.getComputedStyle(F()).paddingRight),o=function(){var e=t.offsetWidth+r;F().style.width=e>n?"".concat(e,"px"):null};new MutationObserver(o).observe(t,{attributes:!0,attributeFilter:["style"]})}return t};var ae=function(t,e){var n=H().querySelector("#".concat(R.content));e.html?(Bt(e.html,n),wt(n,"block")):e.text?(n.textContent=e.text,wt(n,"block")):_t(n),Jt(t,e),ft(H(),e,"content")},se=function(t,e){var n=Q();xt(n,e.footer),e.footer&&Bt(e.footer,n),ft(n,e,"footer")},ce=function(t,e){var n=et();ct(n,e.closeButtonHtml),ft(n,e,"closeButton"),xt(n,e.showCloseButton),n.setAttribute("aria-label",e.closeButtonAriaLabel)},ue=function(t,e){var n=Xt.innerParams.get(t);if(n&&e.icon===n.icon&&z())ft(z(),e,"icon");else if(le(),e.icon)if(-1!==Object.keys(N).indexOf(e.icon)){var r=B(".".concat(R.icon,".").concat(N[e.icon]));wt(r),pe(r,e),fe(),ft(r,e,"icon"),mt(r,e.showClass.icon)}else _('Unknown icon! Expected "success", "error", "warning", "info" or "question", got "'.concat(e.icon,'"'))},le=function(){for(var t=U(),e=0;e<t.length;e++)_t(t[e])},fe=function(){for(var t=F(),e=window.getComputedStyle(t).getPropertyValue("background-color"),n=t.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix"),r=0;r<n.length;r++)n[r].style.backgroundColor=e},pe=function(t,e){if(t.textContent="",e.iconHtml)ct(t,de(e.iconHtml));else if("success"===e.icon)ct(t,'\n <div class="swal2-success-circular-line-left"></div>\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>\n <div class="swal2-success-circular-line-right"></div>\n ');else if("error"===e.icon)ct(t,'\n <span class="swal2-x-mark">\n <span class="swal2-x-mark-line-left"></span>\n <span class="swal2-x-mark-line-right"></span>\n </span>\n ');else{var n={question:"?",warning:"!",info:"i"};ct(t,de(n[e.icon]))}},de=function(t){return'<div class="'.concat(R["icon-content"],'">').concat(t,"</div>")},he=function(t,e){var n=W();if(!e.imageUrl)return _t(n);wt(n,""),n.setAttribute("src",e.imageUrl),n.setAttribute("alt",e.imageAlt),bt(n,"width",e.imageWidth),bt(n,"height",e.imageHeight),n.className=R.image,ft(n,e,"image")},ve=[],me=function(t){var e=this;ve=t;var n=function(t,e){ve=[],t(e)},r=[];return new Promise((function(t){(function o(i,a){i<ve.length?(document.body.setAttribute("data-swal2-queue-step",i),e.fire(ve[i]).then((function(e){"undefined"!==typeof e.value?(r.push(e.value),o(i+1,a)):n(t,{dismiss:e.dismiss})}))):n(t,{value:r})})(0)}))},ge=function(){return M()&&M().getAttribute("data-queue-step")},ye=function(t,e){return e&&e<ve.length?ve.splice(e,0,t):ve.push(t)},be=function(t){"undefined"!==typeof ve[t]&&ve.splice(t,1)},we=function(t){var e=document.createElement("li");return mt(e,R["progress-step"]),ct(e,t),e},_e=function(t){var e=document.createElement("li");return mt(e,R["progress-step-line"]),t.progressStepsDistance&&(e.style.width=t.progressStepsDistance),e},xe=function(t,e){var n=G();if(!e.progressSteps||0===e.progressSteps.length)return _t(n);wt(n),n.textContent="";var r=parseInt(void 0===e.currentProgressStep?ge():e.currentProgressStep);r>=e.progressSteps.length&&w("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),e.progressSteps.forEach((function(t,o){var i=we(t);if(n.appendChild(i),o===r&&mt(i,R["active-progress-step"]),o!==e.progressSteps.length-1){var a=_e(e);n.appendChild(a)}}))},Oe=function(t,e){var n=q();xt(n,e.title||e.titleText),e.title&&Bt(e.title,n),e.titleText&&(n.innerText=e.titleText),ft(n,e,"title")},ke=function(t,e){var n=J();ft(n,e,"header"),xe(t,e),ue(t,e),he(t,e),Oe(t,e),ce(t,e)},Ce=function(t,e){var n=F();bt(n,"width",e.width),bt(n,"padding",e.padding),e.background&&(n.style.background=e.background),Se(n,e)},Se=function(t,e){t.className="".concat(R.popup," ").concat(Ot(t)?e.showClass.popup:""),e.toast?(mt([document.documentElement,document.body],R["toast-shown"]),mt(t,R.toast)):mt(t,R.modal),ft(t,e,"popup"),"string"===typeof e.customClass&&mt(t,e.customClass),e.icon&&mt(t,R["icon-".concat(e.icon)])},Ee=function(t,e){Ce(t,e),Yt(t,e),ke(t,e),ae(t,e),qt(t,e),se(t,e),"function"===typeof e.onRender&&e.onRender(F())},je=function(){return Ot(F())},Ae=function(){return Y()&&Y().click()},Te=function(){return X()&&X().click()};function $e(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return u(t,n)}function Pe(t){var n=function(n){i(c,n);var s=p(c);function c(){return e(this,c),s.apply(this,arguments)}return r(c,[{key:"_main",value:function(e){return h(a(c.prototype),"_main",this).call(this,o({},t,e))}}]),c}(this);return n}var Le=function(){var t=F();t||Lr.fire(),t=F();var e=Z(),n=Y();wt(e),wt(n,"inline-block"),mt([t,e],R.loading),n.disabled=!0,t.setAttribute("data-loading",!0),t.setAttribute("aria-busy",!0),t.focus()},Ie=100,Re={},Ne=function(){Re.previousActiveElement&&Re.previousActiveElement.focus?(Re.previousActiveElement.focus(),Re.previousActiveElement=null):document.body&&document.body.focus()},Me=function(){return new Promise((function(t){var e=window.scrollX,n=window.scrollY;Re.restoreFocusTimeout=setTimeout((function(){Ne(),t()}),Ie),"undefined"!==typeof e&&"undefined"!==typeof n&&window.scrollTo(e,n)}))},Be=function(){return Re.timeout&&Re.timeout.getTimerLeft()},De=function(){if(Re.timeout)return jt(),Re.timeout.stop()},Fe=function(){if(Re.timeout){var t=Re.timeout.start();return Et(t),t}},Ue=function(){var t=Re.timeout;return t&&(t.running?De():Fe())},ze=function(t){if(Re.timeout){var e=Re.timeout.increase(t);return Et(e,!0),e}},qe=function(){return Re.timeout&&Re.timeout.isRunning()},He={title:"",titleText:"",text:"",html:"",footer:"",icon:void 0,iconHtml:void 0,toast:!1,animation:!0,showClass:{popup:"swal2-show",backdrop:"swal2-backdrop-show",icon:"swal2-icon-show"},hideClass:{popup:"swal2-hide",backdrop:"swal2-backdrop-hide",icon:"swal2-icon-hide"},customClass:void 0,target:"body",backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showCancelButton:!1,preConfirm:void 0,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:void 0,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:void 0,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusCancel:!1,showCloseButton:!1,closeButtonHtml:"&times;",closeButtonAriaLabel:"Close this dialog",showLoaderOnConfirm:!1,imageUrl:void 0,imageWidth:void 0,imageHeight:void 0,imageAlt:"",timer:void 0,timerProgressBar:!1,width:void 0,padding:void 0,background:void 0,input:void 0,inputPlaceholder:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputAttributes:{},inputValidator:void 0,validationMessage:void 0,grow:!1,position:"center",progressSteps:[],currentProgressStep:void 0,progressStepsDistance:void 0,onBeforeOpen:void 0,onOpen:void 0,onRender:void 0,onClose:void 0,onAfterClose:void 0,onDestroy:void 0,scrollbarPadding:!0},Ve=["allowEscapeKey","allowOutsideClick","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","footer","hideClass","html","icon","imageAlt","imageHeight","imageUrl","imageWidth","onAfterClose","onClose","onDestroy","progressSteps","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","text","title","titleText"],We={animation:'showClass" and "hideClass'},Ge=["allowOutsideClick","allowEnterKey","backdrop","focusConfirm","focusCancel","heightAuto","keydownListenerCapture"],Ke=function(t){return Object.prototype.hasOwnProperty.call(He,t)},Ye=function(t){return-1!==Ve.indexOf(t)},Xe=function(t){return We[t]},Ze=function(t){Ke(t)||w('Unknown parameter "'.concat(t,'"'))},Je=function(t){-1!==Ge.indexOf(t)&&w('The parameter "'.concat(t,'" is incompatible with toasts'))},Qe=function(t){Xe(t)&&k(t,Xe(t))},tn=function(t){for(var e in t)Ze(e),t.toast&&Je(e),Qe(e)},en=Object.freeze({isValidParameter:Ke,isUpdatableParameter:Ye,isDeprecatedParameter:Xe,argsToParams:P,isVisible:je,clickConfirm:Ae,clickCancel:Te,getContainer:M,getPopup:F,getTitle:q,getContent:H,getHtmlContainer:V,getImage:W,getIcon:z,getIcons:U,getCloseButton:et,getActions:Z,getConfirmButton:Y,getCancelButton:X,getHeader:J,getFooter:Q,getTimerProgressBar:tt,getFocusableElements:rt,getValidationMessage:K,isLoading:at,fire:$e,mixin:Pe,queue:me,getQueueStep:ge,insertQueueStep:ye,deleteQueueStep:be,showLoading:Le,enableLoading:Le,getTimerLeft:Be,stopTimer:De,resumeTimer:Fe,toggleTimer:Ue,increaseTimer:ze,isTimerRunning:qe});function nn(){var t=Xt.innerParams.get(this);if(t){var e=Xt.domCache.get(this);t.showConfirmButton||(_t(e.confirmButton),t.showCancelButton||_t(e.actions)),gt([e.popup,e.actions],R.loading),e.popup.removeAttribute("aria-busy"),e.popup.removeAttribute("data-loading"),e.confirmButton.disabled=!1,e.cancelButton.disabled=!1}}function rn(t){var e=Xt.innerParams.get(t||this),n=Xt.domCache.get(t||this);return n?pt(n.content,e.input):null}var on=function(){null===st.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(st.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(st.previousBodyPadding+zt(),"px"))},an=function(){null!==st.previousBodyPadding&&(document.body.style.paddingRight="".concat(st.previousBodyPadding,"px"),st.previousBodyPadding=null)},sn=function(){var t=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1;if(t&&!ut(document.body,R.iosfix)){var e=document.body.scrollTop;document.body.style.top="".concat(-1*e,"px"),mt(document.body,R.iosfix),un(),cn()}},cn=function(){var t=!navigator.userAgent.match(/(CriOS|FxiOS|EdgiOS|YaBrowser|UCBrowser)/i);if(t){var e=44;F().scrollHeight>window.innerHeight-e&&(M().style.paddingBottom="".concat(e,"px"))}},un=function(){var t,e=M();e.ontouchstart=function(e){t=ln(e.target)},e.ontouchmove=function(e){t&&(e.preventDefault(),e.stopPropagation())}},ln=function(t){var e=M();return t===e||!(kt(e)||"INPUT"===t.tagName||kt(H())&&H().contains(t))},fn=function(){if(ut(document.body,R.iosfix)){var t=parseInt(document.body.style.top,10);gt(document.body,R.iosfix),document.body.style.top="",document.body.scrollTop=-1*t}},pn=function(){return!!window.MSInputMethodContext&&!!document.documentMode},dn=function(){var t=M(),e=F();t.style.removeProperty("align-items"),e.offsetTop<0&&(t.style.alignItems="flex-start")},hn=function(){"undefined"!==typeof window&&pn()&&(dn(),window.addEventListener("resize",dn))},vn=function(){"undefined"!==typeof window&&pn()&&window.removeEventListener("resize",dn)},mn=function(){var t=b(document.body.children);t.forEach((function(t){t===M()||St(t,M())||(t.hasAttribute("aria-hidden")&&t.setAttribute("data-previous-aria-hidden",t.getAttribute("aria-hidden")),t.setAttribute("aria-hidden","true"))}))},gn=function(){var t=b(document.body.children);t.forEach((function(t){t.hasAttribute("data-previous-aria-hidden")?(t.setAttribute("aria-hidden",t.getAttribute("data-previous-aria-hidden")),t.removeAttribute("data-previous-aria-hidden")):t.removeAttribute("aria-hidden")}))},yn={swalPromiseResolve:new WeakMap};function bn(t,e,n,r){n?kn(t,r):(Me().then((function(){return kn(t,r)})),Re.keydownTarget.removeEventListener("keydown",Re.keydownHandler,{capture:Re.keydownListenerCapture}),Re.keydownHandlerAdded=!1),e.parentNode&&!document.body.getAttribute("data-swal2-queue-step")&&e.parentNode.removeChild(e),ot()&&(an(),fn(),vn(),gn()),wn()}function wn(){gt([document.documentElement,document.body],[R.shown,R["height-auto"],R["no-backdrop"],R["toast-shown"],R["toast-column"]])}function _n(t){var e=F();if(e){var n=Xt.innerParams.get(this);if(n&&!ut(e,n.hideClass.popup)){var r=yn.swalPromiseResolve.get(this);gt(e,n.showClass.popup),mt(e,n.hideClass.popup);var o=M();gt(o,n.showClass.backdrop),mt(o,n.hideClass.backdrop),xn(this,e,n),"undefined"!==typeof t?(t.isDismissed="undefined"!==typeof t.dismiss,t.isConfirmed="undefined"===typeof t.dismiss):t={isDismissed:!0,isConfirmed:!1},r(t||{})}}}var xn=function(t,e,n){var r=M(),o=Ut&&Ct(e),i=n.onClose,a=n.onAfterClose;null!==i&&"function"===typeof i&&i(e),o?On(t,e,r,a):bn(t,r,it(),a)},On=function(t,e,n,r){Re.swalCloseEventFinishedCallback=bn.bind(null,t,n,it(),r),e.addEventListener(Ut,(function(t){t.target===e&&(Re.swalCloseEventFinishedCallback(),delete Re.swalCloseEventFinishedCallback)}))},kn=function(t,e){setTimeout((function(){"function"===typeof e&&e(),t._destroy()}))};function Cn(t,e,n){var r=Xt.domCache.get(t);e.forEach((function(t){r[t].disabled=n}))}function Sn(t,e){if(!t)return!1;if("radio"===t.type)for(var n=t.parentNode.parentNode,r=n.querySelectorAll("input"),o=0;o<r.length;o++)r[o].disabled=e;else t.disabled=e}function En(){Cn(this,["confirmButton","cancelButton"],!1)}function jn(){Cn(this,["confirmButton","cancelButton"],!0)}function An(){return Sn(this.getInput(),!1)}function Tn(){return Sn(this.getInput(),!0)}function $n(t){var e=Xt.domCache.get(this);ct(e.validationMessage,t);var n=window.getComputedStyle(e.popup);e.validationMessage.style.marginLeft="-".concat(n.getPropertyValue("padding-left")),e.validationMessage.style.marginRight="-".concat(n.getPropertyValue("padding-right")),wt(e.validationMessage);var r=this.getInput();r&&(r.setAttribute("aria-invalid",!0),r.setAttribute("aria-describedBy",R["validation-message"]),ht(r),mt(r,R.inputerror))}function Pn(){var t=Xt.domCache.get(this);t.validationMessage&&_t(t.validationMessage);var e=this.getInput();e&&(e.removeAttribute("aria-invalid"),e.removeAttribute("aria-describedBy"),gt(e,R.inputerror))}function Ln(){var t=Xt.domCache.get(this);return t.progressSteps}var In=function(){function t(n,r){e(this,t),this.callback=n,this.remaining=r,this.running=!1,this.start()}return r(t,[{key:"start",value:function(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}},{key:"stop",value:function(){return this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date-this.started),this.remaining}},{key:"increase",value:function(t){var e=this.running;return e&&this.stop(),this.remaining+=t,e&&this.start(),this.remaining}},{key:"getTimerLeft",value:function(){return this.running&&(this.stop(),this.start()),this.remaining}},{key:"isRunning",value:function(){return this.running}}]),t}(),Rn={email:function(t,e){return/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(t)?Promise.resolve():Promise.resolve(e||"Invalid email address")},url:function(t,e){return/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(t)?Promise.resolve():Promise.resolve(e||"Invalid URL")}};function Nn(t){t.inputValidator||Object.keys(Rn).forEach((function(e){t.input===e&&(t.inputValidator=Rn[e])}))}function Mn(t){(!t.target||"string"===typeof t.target&&!document.querySelector(t.target)||"string"!==typeof t.target&&!t.target.appendChild)&&(w('Target parameter is not valid, defaulting to "body"'),t.target="body")}function Bn(t){Nn(t),t.showLoaderOnConfirm&&!t.preConfirm&&w("showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://sweetalert2.github.io/#ajax-request"),t.animation=C(t.animation),Mn(t),"string"===typeof t.title&&(t.title=t.title.split("\n").join("<br />")),Mt(t)}var Dn=function(t){var e=M(),n=F();"function"===typeof t.onBeforeOpen&&t.onBeforeOpen(n);var r=window.getComputedStyle(document.body),o=r.overflowY;qn(e,n,t),Un(e,n),ot()&&(zn(e,t.scrollbarPadding,o),mn()),it()||Re.previousActiveElement||(Re.previousActiveElement=document.activeElement),"function"===typeof t.onOpen&&setTimeout((function(){return t.onOpen(n)})),gt(e,R["no-transition"])};function Fn(t){var e=F();if(t.target===e){var n=M();e.removeEventListener(Ut,Fn),n.style.overflowY="auto"}}var Un=function(t,e){Ut&&Ct(e)?(t.style.overflowY="hidden",e.addEventListener(Ut,Fn)):t.style.overflowY="auto"},zn=function(t,e,n){sn(),hn(),e&&"hidden"!==n&&on(),setTimeout((function(){t.scrollTop=0}))},qn=function(t,e,n){mt(t,n.showClass.backdrop),wt(e),mt(e,n.showClass.popup),mt([document.documentElement,document.body],R.shown),n.heightAuto&&n.backdrop&&!n.toast&&mt([document.documentElement,document.body],R["height-auto"])},Hn=function(t,e){"select"===e.input||"radio"===e.input?Yn(t,e):-1!==["text","email","number","tel","textarea"].indexOf(e.input)&&(S(e.inputValue)||j(e.inputValue))&&Xn(t,e)},Vn=function(t,e){var n=t.getInput();if(!n)return null;switch(e.input){case"checkbox":return Wn(n);case"radio":return Gn(n);case"file":return Kn(n);default:return e.inputAutoTrim?n.value.trim():n.value}},Wn=function(t){return t.checked?1:0},Gn=function(t){return t.checked?t.value:null},Kn=function(t){return t.files.length?null!==t.getAttribute("multiple")?t.files:t.files[0]:null},Yn=function(e,n){var r=H(),o=function(t){return Zn[n.input](r,Jn(t),n)};S(n.inputOptions)||j(n.inputOptions)?(Le(),E(n.inputOptions).then((function(t){e.hideLoading(),o(t)}))):"object"===t(n.inputOptions)?o(n.inputOptions):_("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(t(n.inputOptions)))},Xn=function(t,e){var n=t.getInput();_t(n),E(e.inputValue).then((function(r){n.value="number"===e.input?parseFloat(r)||0:"".concat(r),wt(n),n.focus(),t.hideLoading()}))["catch"]((function(e){_("Error in inputValue promise: ".concat(e)),n.value="",wt(n),n.focus(),t.hideLoading()}))},Zn={select:function(t,e,n){var r=yt(t,R.select),o=function(t,e,r){var o=document.createElement("option");o.value=r,ct(o,e),n.inputValue.toString()===r.toString()&&(o.selected=!0),t.appendChild(o)};e.forEach((function(t){var e=t[0],n=t[1];if(Array.isArray(n)){var i=document.createElement("optgroup");i.label=e,i.disabled=!1,r.appendChild(i),n.forEach((function(t){return o(i,t[1],t[0])}))}else o(r,n,e)})),r.focus()},radio:function(t,e,n){var r=yt(t,R.radio);e.forEach((function(t){var e=t[0],o=t[1],i=document.createElement("input"),a=document.createElement("label");i.type="radio",i.name=R.radio,i.value=e,n.inputValue.toString()===e.toString()&&(i.checked=!0);var s=document.createElement("span");ct(s,o),s.className=R.label,a.appendChild(i),a.appendChild(s),r.appendChild(a)}));var o=r.querySelectorAll("input");o.length&&o[0].focus()}},Jn=function e(n){var r=[];return"undefined"!==typeof Map&&n instanceof Map?n.forEach((function(n,o){var i=n;"object"===t(i)&&(i=e(i)),r.push([o,i])})):Object.keys(n).forEach((function(o){var i=n[o];"object"===t(i)&&(i=e(i)),r.push([o,i])})),r},Qn=function(t,e){t.disableButtons(),e.input?er(t,e):rr(t,e,!0)},tr=function(t,e){t.disableButtons(),e(A.cancel)},er=function(t,e){var n=Vn(t,e);if(e.inputValidator){t.disableInput();var r=Promise.resolve().then((function(){return E(e.inputValidator(n,e.validationMessage))}));r.then((function(r){t.enableButtons(),t.enableInput(),r?t.showValidationMessage(r):rr(t,e,n)}))}else t.getInput().checkValidity()?rr(t,e,n):(t.enableButtons(),t.showValidationMessage(e.validationMessage))},nr=function(t,e){t.closePopup({value:e})},rr=function(t,e,n){if(e.showLoaderOnConfirm&&Le(),e.preConfirm){t.resetValidationMessage();var r=Promise.resolve().then((function(){return E(e.preConfirm(n,e.validationMessage))}));r.then((function(e){Ot(K())||!1===e?t.hideLoading():nr(t,"undefined"===typeof e?n:e)}))}else nr(t,n)},or=function(t,e,n,r){e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1),n.toast||(e.keydownHandler=function(e){return cr(t,e,r)},e.keydownTarget=n.keydownListenerCapture?window:F(),e.keydownListenerCapture=n.keydownListenerCapture,e.keydownTarget.addEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!0)},ir=function(t,e,n){for(var r=rt(),o=0;o<r.length;o++)return e+=n,e===r.length?e=0:-1===e&&(e=r.length-1),r[e].focus();F().focus()},ar=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Left","Right","Up","Down"],sr=["Escape","Esc"],cr=function(t,e,n){var r=Xt.innerParams.get(t);r.stopKeydownPropagation&&e.stopPropagation(),"Enter"===e.key?ur(t,e,r):"Tab"===e.key?lr(e,r):-1!==ar.indexOf(e.key)?fr():-1!==sr.indexOf(e.key)&&pr(e,r,n)},ur=function(t,e,n){if(!e.isComposing&&e.target&&t.getInput()&&e.target.outerHTML===t.getInput().outerHTML){if(-1!==["textarea","file"].indexOf(n.input))return;Ae(),e.preventDefault()}},lr=function(t,e){for(var n=t.target,r=rt(),o=-1,i=0;i<r.length;i++)if(n===r[i]){o=i;break}t.shiftKey?ir(e,o,-1):ir(e,o,1),t.stopPropagation(),t.preventDefault()},fr=function(){var t=Y(),e=X();document.activeElement===t&&Ot(e)?e.focus():document.activeElement===e&&Ot(t)&&t.focus()},pr=function(t,e,n){C(e.allowEscapeKey)&&(t.preventDefault(),n(A.esc))},dr=function(t,e,n){var r=Xt.innerParams.get(t);r.toast?hr(t,e,n):(mr(e),gr(e),yr(t,e,n))},hr=function(t,e,n){e.popup.onclick=function(){var e=Xt.innerParams.get(t);e.showConfirmButton||e.showCancelButton||e.showCloseButton||e.input||n(A.close)}},vr=!1,mr=function(t){t.popup.onmousedown=function(){t.container.onmouseup=function(e){t.container.onmouseup=void 0,e.target===t.container&&(vr=!0)}}},gr=function(t){t.container.onmousedown=function(){t.popup.onmouseup=function(e){t.popup.onmouseup=void 0,(e.target===t.popup||t.popup.contains(e.target))&&(vr=!0)}}},yr=function(t,e,n){e.container.onclick=function(r){var o=Xt.innerParams.get(t);vr?vr=!1:r.target===e.container&&C(o.allowOutsideClick)&&n(A.backdrop)}};function br(t){tn(t),Re.currentInstance&&Re.currentInstance._destroy(),Re.currentInstance=this;var e=wr(t);Bn(e),Object.freeze(e),Re.timeout&&(Re.timeout.stop(),delete Re.timeout),clearTimeout(Re.restoreFocusTimeout);var n=xr(this);return Ee(this,e),Xt.innerParams.set(this,e),_r(this,n,e)}var wr=function(t){var e=o({},He.showClass,t.showClass),n=o({},He.hideClass,t.hideClass),r=o({},He,t);return r.showClass=e,r.hideClass=n,!1===t.animation&&(r.showClass={popup:"swal2-noanimation",backdrop:"swal2-noanimation"},r.hideClass={}),r},_r=function(t,e,n){return new Promise((function(r){var o=function(e){t.closePopup({dismiss:e})};yn.swalPromiseResolve.set(t,r),e.confirmButton.onclick=function(){return Qn(t,n)},e.cancelButton.onclick=function(){return tr(t,o)},e.closeButton.onclick=function(){return o(A.close)},dr(t,e,o),or(t,Re,n,o),n.toast&&(n.input||n.footer||n.showCloseButton)?mt(document.body,R["toast-column"]):gt(document.body,R["toast-column"]),Hn(t,n),Dn(n),Or(Re,n,o),kr(e,n),setTimeout((function(){e.container.scrollTop=0}))}))},xr=function(t){var e={popup:F(),container:M(),content:H(),actions:Z(),confirmButton:Y(),cancelButton:X(),closeButton:et(),validationMessage:K(),progressSteps:G()};return Xt.domCache.set(t,e),e},Or=function(t,e,n){var r=tt();_t(r),e.timer&&(t.timeout=new In((function(){n("timer"),delete t.timeout}),e.timer),e.timerProgressBar&&(wt(r),setTimeout((function(){t.timeout.running&&Et(e.timer)}))))},kr=function(t,e){if(!e.toast)return C(e.allowEnterKey)?e.focusCancel&&Ot(t.cancelButton)?t.cancelButton.focus():e.focusConfirm&&Ot(t.confirmButton)?t.confirmButton.focus():void ir(e,-1,1):Cr()},Cr=function(){document.activeElement&&"function"===typeof document.activeElement.blur&&document.activeElement.blur()};function Sr(t){var e=F(),n=Xt.innerParams.get(this);if(!e||ut(e,n.hideClass.popup))return w("You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup.");var r={};Object.keys(t).forEach((function(e){Lr.isUpdatableParameter(e)?r[e]=t[e]:w('Invalid parameter to update: "'.concat(e,'". Updatable params are listed here: https://github.com/sweetalert2/sweetalert2/blob/master/src/utils/params.js'))}));var i=o({},n,r);Ee(this,i),Xt.innerParams.set(this,i),Object.defineProperties(this,{params:{value:o({},this.params,t),writable:!1,enumerable:!0}})}function Er(){var t=Xt.domCache.get(this),e=Xt.innerParams.get(this);e&&(t.popup&&Re.swalCloseEventFinishedCallback&&(Re.swalCloseEventFinishedCallback(),delete Re.swalCloseEventFinishedCallback),Re.deferDisposalTimer&&(clearTimeout(Re.deferDisposalTimer),delete Re.deferDisposalTimer),"function"===typeof e.onDestroy&&e.onDestroy(),Ar(this))}var jr,Ar=function(t){delete t.params,delete Re.keydownHandler,delete Re.keydownTarget,Tr(Xt),Tr(yn)},Tr=function(t){for(var e in t)t[e]=new WeakMap},$r=Object.freeze({hideLoading:nn,disableLoading:nn,getInput:rn,close:_n,closePopup:_n,closeModal:_n,closeToast:_n,enableButtons:En,disableButtons:jn,enableInput:An,disableInput:Tn,showValidationMessage:$n,resetValidationMessage:Pn,getProgressSteps:Ln,_main:br,update:Sr,_destroy:Er}),Pr=function(){function t(){if(e(this,t),"undefined"!==typeof window){"undefined"===typeof Promise&&_("This package requires a Promise library, please include a shim to enable it in this browser (See: https://github.com/sweetalert2/sweetalert2/wiki/Migration-from-SweetAlert-to-SweetAlert2#1-ie-support)"),jr=this;for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];var i=Object.freeze(this.constructor.argsToParams(r));Object.defineProperties(this,{params:{value:i,writable:!1,enumerable:!0,configurable:!0}});var a=this._main(this.params);Xt.promise.set(this,a)}}return r(t,[{key:"then",value:function(t){var e=Xt.promise.get(this);return e.then(t)}},{key:"finally",value:function(t){var e=Xt.promise.get(this);return e["finally"](t)}}]),t}();o(Pr.prototype,$r),o(Pr,en),Object.keys($r).forEach((function(t){Pr[t]=function(){var e;if(jr)return(e=jr)[t].apply(e,arguments)}})),Pr.DismissReason=A,Pr.version="9.17.2";var Lr=Pr;return Lr["default"]=Lr,Lr})),"undefined"!==typeof this&&this.Sweetalert2&&(this.swal=this.sweetAlert=this.Swal=this.SweetAlert=this.Sweetalert2),"undefined"!=typeof document&&function(t,e){var n=t.createElement("style");if(t.getElementsByTagName("head")[0].appendChild(n),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=e);else try{n.innerHTML=e}catch(t){n.innerText=e}}(document,'.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}')},"3f8c":function(t,e){t.exports={}},4160:function(t,e,n){"use strict";var r=n("23e7"),o=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},"428f":function(t,e,n){var r=n("da84");t.exports=r},4362:function(t,e,n){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"44ad":function(t,e,n){var r=n("d039"),o=n("c6b6"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},"44d2":function(t,e,n){var r=n("b622"),o=n("7c73"),i=n("9bf2"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&i.f(s,a,{configurable:!0,value:o(null)}),t.exports=function(t){s[a][t]=!0}},"44de":function(t,e,n){var r=n("da84");t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},"44e7":function(t,e,n){var r=n("861d"),o=n("c6b6"),i=n("b622"),a=i("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[a])?!!e:"RegExp"==o(t))}},"466d":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("50c4"),a=n("1d80"),s=n("8aa5"),c=n("14c3");r("match",1,(function(t,e,n){return[function(e){var n=a(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=o(t),u=String(this);if(!a.global)return c(a,u);var l=a.unicode;a.lastIndex=0;var f,p=[],d=0;while(null!==(f=c(a,u))){var h=String(f[0]);p[d]=h,""===h&&(a.lastIndex=s(u,i(a.lastIndex),l)),d++}return 0===d?null:p}]}))},"467f":function(t,e,n){"use strict";var r=n("2d83");t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},4795:function(t,e,n){var r=n("23e7"),o=n("da84"),i=n("342f"),a=[].slice,s=/MSIE .\./.test(i),c=function(t){return function(e,n){var r=arguments.length>2,o=r?a.call(arguments,2):void 0;return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,o)}:e,n)}};r({global:!0,bind:!0,forced:s},{setTimeout:c(o.setTimeout),setInterval:c(o.setInterval)})},4840:function(t,e,n){var r=n("825a"),o=n("1c0b"),i=n("b622"),a=i("species");t.exports=function(t,e){var n,i=r(t).constructor;return void 0===i||void 0==(n=r(i)[a])?e:o(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"4a7b":function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){e=e||{};var n={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=c(void 0,t[o])):n[o]=c(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=c(void 0,e[t]))})),r.forEach(i,u),r.forEach(a,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=c(void 0,t[o])):n[o]=c(void 0,e[o])})),r.forEach(s,(function(r){r in e?n[r]=c(t[r],e[r]):r in t&&(n[r]=c(void 0,t[r]))}));var l=o.concat(i).concat(a).concat(s),f=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===l.indexOf(t)}));return r.forEach(f,u),n}},"4d63":function(t,e,n){var r=n("83ab"),o=n("da84"),i=n("94ca"),a=n("7156"),s=n("9bf2").f,c=n("241c").f,u=n("44e7"),l=n("ad6d"),f=n("9f7f"),p=n("6eeb"),d=n("d039"),h=n("69f3").set,v=n("2626"),m=n("b622"),g=m("match"),y=o.RegExp,b=y.prototype,w=/a/g,_=/a/g,x=new y(w)!==w,O=f.UNSUPPORTED_Y,k=r&&i("RegExp",!x||O||d((function(){return _[g]=!1,y(w)!=w||y(_)==_||"/a/i"!=y(w,"i")})));if(k){var C=function(t,e){var n,r=this instanceof C,o=u(t),i=void 0===e;if(!r&&o&&t.constructor===C&&i)return t;x?o&&!i&&(t=t.source):t instanceof C&&(i&&(e=l.call(t)),t=t.source),O&&(n=!!e&&e.indexOf("y")>-1,n&&(e=e.replace(/y/g,"")));var s=a(x?new y(t,e):y(t,e),r?this:b,C);return O&&n&&h(s,{sticky:n}),s},S=function(t){t in C||s(C,t,{configurable:!0,get:function(){return y[t]},set:function(e){y[t]=e}})},E=c(y),j=0;while(E.length>j)S(E[j++]);b.constructor=C,C.prototype=b,p(o,"RegExp",C)}v("RegExp")},"4d64":function(t,e,n){var r=n("fc6a"),o=n("50c4"),i=n("23cb"),a=function(t){return function(e,n,a){var s,c=r(e),u=o(c.length),l=i(a,u);if(t&&n!=n){while(u>l)if(s=c[l++],s!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").filter,i=n("1dde"),a=n("ae40"),s=i("filter"),c=a("filter");r({target:"Array",proto:!0,forced:!s||!c},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(t,e,n){"use strict";var r=n("0366"),o=n("7b0b"),i=n("9bdd"),a=n("e95a"),s=n("50c4"),c=n("8418"),u=n("35a1");t.exports=function(t){var e,n,l,f,p,d,h=o(t),v="function"==typeof this?this:Array,m=arguments.length,g=m>1?arguments[1]:void 0,y=void 0!==g,b=u(h),w=0;if(y&&(g=r(g,m>2?arguments[2]:void 0,2)),void 0==b||v==Array&&a(b))for(e=s(h.length),n=new v(e);e>w;w++)d=y?g(h[w],w):h[w],c(n,w,d);else for(f=b.call(h),p=f.next,n=new v;!(l=p.call(f)).done;w++)d=y?i(f,g,[l.value,w],!0):l.value,c(n,w,d);return n.length=w,n}},"50c4":function(t,e,n){var r=n("a691"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5270:function(t,e,n){"use strict";var r=n("c532"),o=n("c401"),i=n("2e67"),a=n("2444");function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){s(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||a.adapter;return e(t).then((function(e){return s(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(s(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},5319:function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("7b0b"),a=n("50c4"),s=n("a691"),c=n("1d80"),u=n("8aa5"),l=n("14c3"),f=Math.max,p=Math.min,d=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g,m=function(t){return void 0===t?t:String(t)};r("replace",2,(function(t,e,n,r){var g=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,b=g?"$":"$0";return[function(n,r){var o=c(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!g&&y||"string"===typeof r&&-1===r.indexOf(b)){var i=n(e,t,this,r);if(i.done)return i.value}var c=o(t),d=String(this),h="function"===typeof r;h||(r=String(r));var v=c.global;if(v){var _=c.unicode;c.lastIndex=0}var x=[];while(1){var O=l(c,d);if(null===O)break;if(x.push(O),!v)break;var k=String(O[0]);""===k&&(c.lastIndex=u(d,a(c.lastIndex),_))}for(var C="",S=0,E=0;E<x.length;E++){O=x[E];for(var j=String(O[0]),A=f(p(s(O.index),d.length),0),T=[],$=1;$<O.length;$++)T.push(m(O[$]));var P=O.groups;if(h){var L=[j].concat(T,A,d);void 0!==P&&L.push(P);var I=String(r.apply(void 0,L))}else I=w(j,d,A,T,P,r);A>=S&&(C+=d.slice(S,A)+I,S=A+j.length)}return C+d.slice(S)}];function w(t,n,r,o,a,s){var c=r+t.length,u=o.length,l=v;return void 0!==a&&(a=i(a),l=h),e.call(s,l,(function(e,i){var s;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":s=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>u){var f=d(l/10);return 0===f?e:f<=u?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}s=o[l-1]}return void 0===s?"":s}))}}))},5530:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("a4d3"),n("4de4"),n("4160"),n("e439"),n("dbb4"),n("b64b"),n("159b");var r=n("ade3");function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},"561c":function(t,e,n){"use strict";n.d(e,"c",(function(){return c})),n.d(e,"b",(function(){return E})),n.d(e,"a",(function(){return j}));var r=n("e1e2"),o=n.n(r),i=n("e19f"),a=n.n(i),s=o()(console.error);function c(t){try{for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return a.a.sprintf.apply(a.a,[t].concat(n))}catch(o){return s("sprintf error: \n\n"+o.toString()),t}}var u,l,f,p,d=n("ade3");function h(t){var e,n,r,o,i=[],a=[];while(e=t.match(p)){n=e[0],r=t.substr(0,e.index).trim(),r&&i.push(r);while(o=a.pop()){if(f[n]){if(f[n][0]===o){n=f[n][1]||n;break}}else if(l.indexOf(o)>=0||u[o]<u[n]){a.push(o);break}i.push(o)}f[n]||a.push(n),t=t.substr(e.index+n.length)}return t=t.trim(),t&&i.push(t),i.concat(a.reverse())}u={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},l=["(","?"],f={")":["("],":":["?","?:"]},p=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var v={"!":function(t){return!t},"*":function(t,e){return t*e},"/":function(t,e){return t/e},"%":function(t,e){return t%e},"+":function(t,e){return t+e},"-":function(t,e){return t-e},"<":function(t,e){return t<e},"<=":function(t,e){return t<=e},">":function(t,e){return t>e},">=":function(t,e){return t>=e},"==":function(t,e){return t===e},"!=":function(t,e){return t!==e},"&&":function(t,e){return t&&e},"||":function(t,e){return t||e},"?:":function(t,e,n){if(t)throw e;return n}};function m(t,e){var n,r,o,i,a,s,c=[];for(n=0;n<t.length;n++){if(a=t[n],i=v[a],i){r=i.length,o=Array(r);while(r--)o[r]=c.pop();try{s=i.apply(null,o)}catch(u){return u}}else s=e.hasOwnProperty(a)?e[a]:+a;c.push(s)}return c[0]}function g(t){var e=h(t);return function(t){return m(e,t)}}function y(t){var e=g(t);return function(t){return+e({n:t})}}var b={contextDelimiter:"",onMissingKey:null};function w(t){var e,n,r;for(e=t.split(";"),n=0;n<e.length;n++)if(r=e[n].trim(),0===r.indexOf("plural="))return r.substr(7)}function _(t,e){var n;for(n in this.data=t,this.pluralForms={},this.options={},b)this.options[n]=void 0!==e&&n in e?e[n]:b[n]}function x(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function O(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?x(Object(n),!0).forEach((function(e){Object(d["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):x(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}_.prototype.getPluralForm=function(t,e){var n,r,o,i=this.pluralForms[t];return i||(n=this.data[t][""],o=n["Plural-Forms"]||n["plural-forms"]||n.plural_forms,"function"!==typeof o&&(r=w(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),o=y(r)),i=this.pluralForms[t]=o),i(e)},_.prototype.dcnpgettext=function(t,e,n,r,o){var i,a,s;return i=void 0===o?0:this.getPluralForm(t,o),a=n,e&&(a=e+this.options.contextDelimiter+n),s=this.data[t][a],s&&s[i]?s[i]:(this.options.onMissingKey&&this.options.onMissingKey(n,t),0===i?n:r)};var k={"":{plural_forms:function(t){return 1===t?0:1}}},C=function(t,e){var n=new _({}),r=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";n.data[e]=O(O(O({},k),n.data[e]),t),n.data[e][""]=O(O({},k[""]),n.data[e][""])},o=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1?arguments[1]:void 0,o=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0,a=arguments.length>4?arguments[4]:void 0;return n.data[t]||r(void 0,t),n.dcnpgettext(t,e,o,i,a)},i=function(t,e){return o(e,void 0,t)},a=function(t,e,n){return o(n,e,t)},s=function(t,e,n,r){return o(r,void 0,t,e,n)},c=function(t,e,n,r,i){return o(i,r,t,e,n)},u=function(){return"rtl"===a("ltr","text direction")};return t&&r(t,e),{setLocaleData:r,__:i,_x:a,_n:s,_nx:c,isRTL:u}},S=C(),E=S.setLocaleData.bind(S),j=S.__.bind(S);S._x.bind(S),S._n.bind(S),S._nx.bind(S),S.isRTL.bind(S)},5692:function(t,e,n){var r=n("c430"),o=n("c6cd");(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.8.1",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,n){var r=n("d066"),o=n("241c"),i=n("7418"),a=n("825a");t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},5886:function(t,e,n){"use strict";var r=n("3d20"),o=n.n(r),i=function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var r=Array(t),o=0;for(e=0;e<n;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)r[o]=i[a];return r},a=function(){function t(){}return t.install=function(t,e){var n,r=e?o.a.mixin(e):o.a,a=function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return(t=r.fire).call.apply(t,i([r],e))};for(n in r)Object.prototype.hasOwnProperty.call(r,n)&&"function"===typeof r[n]&&(a[n]=function(t){return function(){for(var e,n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return(e=r[t]).call.apply(e,i([r],n))}}(n));t["swal"]=a,Object.prototype.hasOwnProperty.call(t,"$swal")||(t.prototype.$swal=a)},t}();e["a"]=a},5899:function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"58a8":function(t,e,n){var r=n("1d80"),o=n("5899"),i="["+o+"]",a=RegExp("^"+i+i+"*"),s=RegExp(i+i+"*$"),c=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(a,"")),2&t&&(n=n.replace(s,"")),n}};t.exports={start:c(1),end:c(2),trim:c(3)}},5935:function(t,e,n){"use strict";function r(t,e){return o(t)||i(t,e)||a(t,e)||c()}function o(t){if(Array.isArray(t))return t}function i(t,e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),e&&n.length===e)break}catch(c){o=!0,i=c}finally{try{r||null==s["return"]||s["return"]()}finally{if(o)throw i}}return n}}function a(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function c(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function u(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.reduce((function(t,e){var n=e.split(".").slice(-1)[0];if(t[n])throw new Error("The key `".concat(n,"` is already in use."));return t[n]=e,t}),{})}function l(t){return Object.keys(t).map((function(e){return[e,t[e]]}))}function f(t){return function(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];var i="string"===typeof n[0]?[].concat(n):[""].concat(n),a=r(i,4),s=a[0],c=a[1],u=a[2],l=a[3];return s.length&&"/"!==s.charAt(s.length-1)&&(s+="/"),u="".concat(s).concat(u||"getField"),l="".concat(s).concat(l||"updateField"),t(s,c,u,l)}}function p(t){return function(e){return e.split(/[.[\]]+/).reduce((function(t,e){return t[e]}),t)}}function d(t,e){var n=e.path,r=e.value;n.split(/[.[\]]+/).reduce((function(t,e,n,o){return o.length===n+1&&(t[e]=r),t[e]}),t)}n.d(e,"a",(function(){return p})),n.d(e,"b",(function(){return h})),n.d(e,"c",(function(){return d}));var h=f((function(t,e,n,r){var o=Array.isArray(e)?u(e):e;return Object.keys(o).reduce((function(t,e){var i=o[e],a={get:function(){return this.$store.getters[n](i)},set:function(t){this.$store.commit(r,{path:i,value:t})}};return t[e]=a,t}),{})}));f((function(t,e,n,r){var o=Array.isArray(e)?u(e):e;return Object.keys(o).reduce((function(t,e){var i=o[e];return t[e]={get:function(){var t=this.$store,e=l(t.getters[n](i));return e.map((function(e){return Object.keys(e[1]).reduce((function(o,a){var s="".concat(i,"[").concat(e[0],"].").concat(a);return Object.defineProperty(o,a,{get:function(){return t.getters[n](s)},set:function(e){t.commit(r,{path:s,value:e})}})}),{})}))}},t}),{})}))},"5a34":function(t,e,n){var r=n("44e7");t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},"5c6c":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"5f02":function(t,e,n){"use strict";t.exports=function(t){return"object"===typeof t&&!0===t.isAxiosError}},"5fb2":function(t,e,n){"use strict";var r=2147483647,o=36,i=1,a=26,s=38,c=700,u=72,l=128,f="-",p=/[^\0-\u007E]/,d=/[.\u3002\uFF0E\uFF61]/g,h="Overflow: input needs wider integers to process",v=o-i,m=Math.floor,g=String.fromCharCode,y=function(t){var e=[],n=0,r=t.length;while(n<r){var o=t.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){var i=t.charCodeAt(n++);56320==(64512&i)?e.push(((1023&o)<<10)+(1023&i)+65536):(e.push(o),n--)}else e.push(o)}return e},b=function(t){return t+22+75*(t<26)},w=function(t,e,n){var r=0;for(t=n?m(t/c):t>>1,t+=m(t/e);t>v*a>>1;r+=o)t=m(t/v);return m(r+(v+1)*t/(t+s))},_=function(t){var e=[];t=y(t);var n,s,c=t.length,p=l,d=0,v=u;for(n=0;n<t.length;n++)s=t[n],s<128&&e.push(g(s));var _=e.length,x=_;_&&e.push(f);while(x<c){var O=r;for(n=0;n<t.length;n++)s=t[n],s>=p&&s<O&&(O=s);var k=x+1;if(O-p>m((r-d)/k))throw RangeError(h);for(d+=(O-p)*k,p=O,n=0;n<t.length;n++){if(s=t[n],s<p&&++d>r)throw RangeError(h);if(s==p){for(var C=d,S=o;;S+=o){var E=S<=v?i:S>=v+a?a:S-v;if(C<E)break;var j=C-E,A=o-E;e.push(g(b(E+j%A))),C=m(j/A)}e.push(g(b(C))),v=w(d,k,x==_),d=0,++x}}++d,++p}return e.join("")};t.exports=function(t){var e,n,r=[],o=t.toLowerCase().replace(d,".").split(".");for(e=0;e<o.length;e++)n=o[e],r.push(p.test(n)?"xn--"+_(n):n);return r.join(".")}},"605d":function(t,e,n){var r=n("c6b6"),o=n("da84");t.exports="process"==r(o.process)},"60da":function(t,e,n){"use strict";var r=n("83ab"),o=n("d039"),i=n("df75"),a=n("7418"),s=n("d1e7"),c=n("7b0b"),u=n("44ad"),l=Object.assign,f=Object.defineProperty;t.exports=!l||o((function(){if(r&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||i(l({},e)).join("")!=o}))?function(t,e){var n=c(t),o=arguments.length,l=1,f=a.f,p=s.f;while(o>l){var d,h=u(arguments[l++]),v=f?i(h).concat(f(h)):i(h),m=v.length,g=0;while(m>g)d=v[g++],r&&!p.call(h,d)||(n[d]=h[d])}return n}:l},"62e4":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},6341:function(t,e,n){(function(e){var n="Expected a function",r="__lodash_hash_undefined__",o=1/0,i=9007199254740991,a="[object Arguments]",s="[object Function]",c="[object GeneratorFunction]",u="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,f=/^\w*$/,p=/^\./,d=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,h=/[\\^$.*+?()[\]{}|]/g,v=/\\(\\)?/g,m=/^\[object .+?Constructor\]$/,g=/^(?:0|[1-9]\d*)$/,y="object"==typeof e&&e&&e.Object===Object&&e,b="object"==typeof self&&self&&self.Object===Object&&self,w=y||b||Function("return this")();function _(t,e){return null==t?void 0:t[e]}function x(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(n){}return e}var O=Array.prototype,k=Function.prototype,C=Object.prototype,S=w["__core-js_shared__"],E=function(){var t=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),j=k.toString,A=C.hasOwnProperty,T=C.toString,$=RegExp("^"+j.call(A).replace(h,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),P=w.Symbol,L=C.propertyIsEnumerable,I=O.splice,R=ut(w,"Map"),N=ut(Object,"create"),M=P?P.prototype:void 0,B=M?M.toString:void 0;function D(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function F(){this.__data__=N?N(null):{}}function U(t){return this.has(t)&&delete this.__data__[t]}function z(t){var e=this.__data__;if(N){var n=e[t];return n===r?void 0:n}return A.call(e,t)?e[t]:void 0}function q(t){var e=this.__data__;return N?void 0!==e[t]:A.call(e,t)}function H(t,e){var n=this.__data__;return n[t]=N&&void 0===e?r:e,this}function V(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function W(){this.__data__=[]}function G(t){var e=this.__data__,n=rt(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():I.call(e,n,1),!0}function K(t){var e=this.__data__,n=rt(e,t);return n<0?void 0:e[n][1]}function Y(t){return rt(this.__data__,t)>-1}function X(t,e){var n=this.__data__,r=rt(n,t);return r<0?n.push([t,e]):n[r][1]=e,this}function Z(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function J(){this.__data__={hash:new D,map:new(R||V),string:new D}}function Q(t){return ct(this,t)["delete"](t)}function tt(t){return ct(this,t).get(t)}function et(t){return ct(this,t).has(t)}function nt(t,e){return ct(this,t).set(t,e),this}function rt(t,e){var n=t.length;while(n--)if(bt(t[n][0],e))return n;return-1}function ot(t,e){return null!=t&&A.call(t,e)}function it(t){if(!St(t)||ht(t))return!1;var e=kt(t)||x(t)?$:m;return e.test(gt(t))}function at(t){if("string"==typeof t)return t;if(jt(t))return B?B.call(t):"";var e=t+"";return"0"==e&&1/t==-o?"-0":e}function st(t){return _t(t)?t:vt(t)}function ct(t,e){var n=t.__data__;return dt(e)?n["string"==typeof e?"string":"hash"]:n.map}function ut(t,e){var n=_(t,e);return it(n)?n:void 0}function lt(t,e,n){e=pt(e,t)?[e]:st(e);var r,o=-1,i=e.length;while(++o<i){var a=mt(e[o]);if(!(r=null!=t&&n(t,a)))break;t=t[a]}if(r)return r;i=t?t.length:0;return!!i&&Ct(i)&&ft(a,i)&&(_t(t)||wt(t))}function ft(t,e){return e=null==e?i:e,!!e&&("number"==typeof t||g.test(t))&&t>-1&&t%1==0&&t<e}function pt(t,e){if(_t(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!jt(t))||(f.test(t)||!l.test(t)||null!=e&&t in Object(e))}function dt(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function ht(t){return!!E&&E in t}D.prototype.clear=F,D.prototype["delete"]=U,D.prototype.get=z,D.prototype.has=q,D.prototype.set=H,V.prototype.clear=W,V.prototype["delete"]=G,V.prototype.get=K,V.prototype.has=Y,V.prototype.set=X,Z.prototype.clear=J,Z.prototype["delete"]=Q,Z.prototype.get=tt,Z.prototype.has=et,Z.prototype.set=nt;var vt=yt((function(t){t=At(t);var e=[];return p.test(t)&&e.push(""),t.replace(d,(function(t,n,r,o){e.push(r?o.replace(v,"$1"):n||t)})),e}));function mt(t){if("string"==typeof t||jt(t))return t;var e=t+"";return"0"==e&&1/t==-o?"-0":e}function gt(t){if(null!=t){try{return j.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function yt(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(n);var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=t.apply(this,n);return r.cache=i.set(o,a),a};return r.cache=new(yt.Cache||Z),r}function bt(t,e){return t===e||t!==t&&e!==e}function wt(t){return Ot(t)&&A.call(t,"callee")&&(!L.call(t,"callee")||T.call(t)==a)}yt.Cache=Z;var _t=Array.isArray;function xt(t){return null!=t&&Ct(t.length)&&!kt(t)}function Ot(t){return Et(t)&&xt(t)}function kt(t){var e=St(t)?T.call(t):"";return e==s||e==c}function Ct(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function St(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Et(t){return!!t&&"object"==typeof t}function jt(t){return"symbol"==typeof t||Et(t)&&T.call(t)==u}function At(t){return null==t?"":at(t)}function Tt(t,e){return null!=t&&lt(t,e,ot)}t.exports=Tt}).call(this,n("c8ba"))},6547:function(t,e,n){var r=n("a691"),o=n("1d80"),i=function(t){return function(e,n){var i,a,s=String(o(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(i=s.charCodeAt(c),i<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):i:t?s.slice(c,c+2):a-56320+(i-55296<<10)+65536)}};t.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(t,e,n){var r=n("861d"),o=n("e8b5"),i=n("b622"),a=i("species");t.exports=function(t,e){var n;return o(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"69f3":function(t,e,n){var r,o,i,a=n("7f9a"),s=n("da84"),c=n("861d"),u=n("9112"),l=n("5135"),f=n("c6cd"),p=n("f772"),d=n("d012"),h=s.WeakMap,v=function(t){return i(t)?o(t):r(t,{})},m=function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var g=f.state||(f.state=new h),y=g.get,b=g.has,w=g.set;r=function(t,e){return e.facade=t,w.call(g,t,e),e},o=function(t){return y.call(g,t)||{}},i=function(t){return b.call(g,t)}}else{var _=p("state");d[_]=!0,r=function(t,e){return e.facade=t,u(t,_,e),e},o=function(t){return l(t,_)?t[_]:{}},i=function(t){return l(t,_)}}t.exports={set:r,get:o,has:i,enforce:v,getterFor:m}},"6c6b":function(t,e,n){"use strict";var r=n("cd3f"),o=n.n(r);function i(t){void 0===t&&(t={shift:!1,ctrl:!1,left:!1}),document.addEventListener(t.left?"click":"contextmenu",(function(e){if((!t.ctrl||e.ctrlKey)&&(!t.shift||e.shiftKey)){t.stop&&(e.preventDefault(),e.stopPropagation());var n=u(e.target);n&&l(n)}}))}function a(t){while(t.length<8)t+=" ";return t}function s(t){console.log(a(t)+" %cnone","color:grey")}i.install=function(t,e){i(e)};var c="background:#42b983;color:white;border-radius:99px;padding:0px 6px;";function u(t){var e=t&&t.__vue__;return e||(t.parentNode?u(t.parentNode):void console.info("no Vue component found"))}function l(t,e){if(e?console.groupCollapsed("%cparent %c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),"font-weight:normal",c,t):console.group("%c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),c,t),Object.keys(t.$data).length?console.log(a("data"),o()(t.$data)):s("data"),t._computedWatchers&&Object.keys(t._computedWatchers).length){var n={};for(var r in t._computedWatchers)try{n[r]=o()(t[r])}catch(i){n[r]="["+i.message+"]"}console.log(a("computed"),n)}else s("computed");t._props&&Object.keys(t._props).length?console.log(a("props"),o()(t._props)):s("props"),console.log(a("element"),t.$el),!e&&t.$route&&console.log(a("route"),t.$route),t.$parent?l(t.$parent,!0):s("parent"),console.groupEnd()}},"6d5e":function(t,e,n){(function(t,n){n(e)})(0,(function(t){"use strict";var e={};function n(t){return Object.keys(t).reduce((function(e,n){return!1!==t[n]&&null!==t[n]&&void 0!==t[n]&&(e[n]=t[n]),e}),{})}var r={inheritAttrs:!1,render:function(t){return this.svgElSource?t("svg",{on:this.$listeners,attrs:Object.assign(this.getSvgAttrs(this.svgElSource),n(this.$attrs)),domProps:{innerHTML:this.getSvgContent(this.svgElSource)}}):null},props:{src:{type:String,required:!0},title:{type:String},transformSource:{type:Function,default:function(t){return t}},keepDuringLoading:{type:Boolean,default:!0}},data:function(){return{svgElSource:null}},watch:{src:function(t){this.getSource(t)}},mounted:function(){this.getSource(this.src)},methods:{getSvgAttrs:function(t){var e={},n=t.attributes;if(!n)return e;for(var r=n.length-1;r>=0;r--)e[n[r].name]=n[r].value;return e},getSvgContent:function(t){return t=t.cloneNode(!0),t=this.transformSource(t),this.title&&o(t,this.title),t.innerHTML},getSource:function(t){var n=this;e[t]||(e[t]=this.download(t)),this.svgElSource&&e[t].isPending()&&!this.keepDuringLoading&&(this.svgElSource=null,this.$emit("unloaded")),e[t].then((function(t){n.svgElSource=t,n.$nextTick((function(){n.$emit("loaded",n.$el)}))}))["catch"]((function(r){n.svgElSource&&(n.svgElSource=null,n.$emit("unloaded")),delete e[t],n.$emit("error",r)}))},download:function(t){return i(new Promise((function(e,n){var r=new XMLHttpRequest;r.open("GET",t,!0),r.onload=function(){if(r.status>=200&&r.status<400)try{var t=new DOMParser,o=t.parseFromString(r.responseText,"text/xml"),i=o.getElementsByTagName("svg")[0];i?e(i):n(new Error('Loaded file is not valid SVG"'))}catch(a){n(a)}else n(new Error("Error loading SVG"))},r.onerror=n,r.send()})))}}};function o(t,e){var n=t.getElementsByTagName("title");if(n.length)n[0].textContent=e;else{var r=document.createElementNS("http://www.w3.org/2000/svg","title");r.textContent=e,t.appendChild(r)}}function i(t){if(t.isPending)return t;var e=!0,n=t.then((function(t){return e=!1,t}),(function(t){throw e=!1,t}));return n.isPending=function(){return e},n}var a={install:function(t){t.component("inline-svg",r)}};t.InlineSvgComponent=r,t.InlineSvgPlugin=a,t.default=r,Object.defineProperty(t,"__esModule",{value:!0})}))},"6eeb":function(t,e,n){var r=n("da84"),o=n("9112"),i=n("5135"),a=n("ce4e"),s=n("8925"),c=n("69f3"),u=c.get,l=c.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var c,u=!!s&&!!s.unsafe,p=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),c=l(n),c.source||(c.source=f.join("string"==typeof e?e:""))),t!==r?(u?!d&&t[e]&&(p=!0):delete t[e],p?t[e]=n:o(t,e,n)):p?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},7156:function(t,e,n){var r=n("861d"),o=n("d2bb");t.exports=function(t,e,n){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(t,a),t}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),o=n("5135"),i=n("e538"),a=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7a77":function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},"7aac":function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,o,i,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r,o=n("825a"),i=n("37e8"),a=n("7839"),s=n("d012"),c=n("1be4"),u=n("cc12"),l=n("f772"),f=">",p="<",d="prototype",h="script",v=l("IE_PROTO"),m=function(){},g=function(t){return p+h+f+t+p+"/"+h+f},y=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=u("iframe"),n="java"+h+":";return e.style.display="none",c.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(g("document.F=Object")),t.close(),t.F},w=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}w=r?y(r):b();var t=a.length;while(t--)delete w[d][a[t]];return w()};s[v]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(m[d]=o(t),n=new m,m[d]=null,n[v]=t):n=w(),void 0===e?n:i(n,e)}},"7db0":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").find,i=n("44d2"),a=n("ae40"),s="find",c=!0,u=a(s);s in[]&&Array(1)[s]((function(){c=!1})),r({target:"Array",proto:!0,forced:c||!u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(s)},"7dd0":function(t,e,n){"use strict";var r=n("23e7"),o=n("9ed3"),i=n("e163"),a=n("d2bb"),s=n("d44e"),c=n("9112"),u=n("6eeb"),l=n("b622"),f=n("c430"),p=n("3f8c"),d=n("ae93"),h=d.IteratorPrototype,v=d.BUGGY_SAFARI_ITERATORS,m=l("iterator"),g="keys",y="values",b="entries",w=function(){return this};t.exports=function(t,e,n,l,d,_,x){o(n,e,l);var O,k,C,S=function(t){if(t===d&&$)return $;if(!v&&t in A)return A[t];switch(t){case g:return function(){return new n(this,t)};case y:return function(){return new n(this,t)};case b:return function(){return new n(this,t)}}return function(){return new n(this)}},E=e+" Iterator",j=!1,A=t.prototype,T=A[m]||A["@@iterator"]||d&&A[d],$=!v&&T||S(d),P="Array"==e&&A.entries||T;if(P&&(O=i(P.call(new t)),h!==Object.prototype&&O.next&&(f||i(O)===h||(a?a(O,h):"function"!=typeof O[m]&&c(O,m,w)),s(O,E,!0,!0),f&&(p[E]=w))),d==y&&T&&T.name!==y&&(j=!0,$=function(){return T.call(this)}),f&&!x||A[m]===$||c(A,m,$),p[e]=$,d)if(k={values:S(y),keys:_?$:S(g),entries:S(b)},x)for(C in k)(v||j||!(C in A))&&u(A,C,k[C]);else r({target:e,proto:!0,forced:v||j},k);return k}},"7f9a":function(t,e,n){var r=n("da84"),o=n("8925"),i=r.WeakMap;t.exports="function"===typeof i&&/native code/.test(o(i))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"83b9":function(t,e,n){"use strict";var r=n("d925"),o=n("e683");t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},8418:function(t,e,n){"use strict";var r=n("c04e"),o=n("9bf2"),i=n("5c6c");t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},"841c":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("1d80"),a=n("129f"),s=n("14c3");r("search",1,(function(t,e,n){return[function(e){var n=i(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var i=o(t),c=String(this),u=i.lastIndex;a(u,0)||(i.lastIndex=0);var l=s(i,c);return a(i.lastIndex,u)||(i.lastIndex=u),null===l?-1:l.index}]}))},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},8925:function(t,e,n){var r=n("c6cd"),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8c4f":function(t,e,n){"use strict";
19
+ /*!
20
+ * vue-router v3.4.9
21
+ * (c) 2020 Evan You
22
+ * @license MIT
23
+ */function r(t,e){0}function o(t,e){for(var n in e)t[n]=e[n];return t}var i=/[!'()*]/g,a=function(t){return"%"+t.charCodeAt(0).toString(16)},s=/%2C/g,c=function(t){return encodeURIComponent(t).replace(i,a).replace(s,",")};function u(t){try{return decodeURIComponent(t)}catch(e){0}return t}function l(t,e,n){void 0===e&&(e={});var r,o=n||p;try{r=o(t||"")}catch(s){r={}}for(var i in e){var a=e[i];r[i]=Array.isArray(a)?a.map(f):f(a)}return r}var f=function(t){return null==t||"object"===typeof t?t:String(t)};function p(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=u(n.shift()),o=n.length>0?u(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]})),e):e}function d(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return c(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(c(e)):r.push(c(e)+"="+c(t)))})),r.join("&")}return c(e)+"="+c(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var h=/\/?$/;function v(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=m(i)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:b(e,o),matched:t?y(t):[]};return n&&(a.redirectedFrom=b(n,o)),Object.freeze(a)}function m(t){if(Array.isArray(t))return t.map(m);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=m(t[n]);return e}return t}var g=v(null,{path:"/"});function y(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function b(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;void 0===o&&(o="");var i=e||d;return(n||"/")+i(r)+o}function w(t,e){return e===g?t===e:!!e&&(t.path&&e.path?t.path.replace(h,"")===e.path.replace(h,"")&&t.hash===e.hash&&_(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params)))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),r=Object.keys(e).sort();return n.length===r.length&&n.every((function(n,o){var i=t[n],a=r[o];if(a!==n)return!1;var s=e[n];return null==i||null==s?i===s:"object"===typeof i&&"object"===typeof s?_(i,s):String(i)===String(s)}))}function x(t,e){return 0===t.path.replace(h,"/").indexOf(e.path.replace(h,"/"))&&(!e.hash||t.hash===e.hash)&&O(t.query,e.query)}function O(t,e){for(var n in e)if(!(n in t))return!1;return!0}function k(t){for(var e=0;e<t.matched.length;e++){var n=t.matched[e];for(var r in n.instances){var o=n.instances[r],i=n.enteredCbs[r];if(o&&i){delete n.enteredCbs[r];for(var a=0;a<i.length;a++)o._isBeingDestroyed||i[a](o)}}}}var C={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,a=e.data;a.routerView=!0;var s=i.$createElement,c=n.name,u=i.$route,l=i._routerViewCache||(i._routerViewCache={}),f=0,p=!1;while(i&&i._routerRoot!==i){var d=i.$vnode?i.$vnode.data:{};d.routerView&&f++,d.keepAlive&&i._directInactive&&i._inactive&&(p=!0),i=i.$parent}if(a.routerViewDepth=f,p){var h=l[c],v=h&&h.component;return v?(h.configProps&&S(v,a,h.route,h.configProps),s(v,a,r)):s()}var m=u.matched[f],g=m&&m.components[c];if(!m||!g)return l[c]=null,s();l[c]={component:g},a.registerRouteInstance=function(t,e){var n=m.instances[c];(e&&n!==t||!e&&n===t)&&(m.instances[c]=e)},(a.hook||(a.hook={})).prepatch=function(t,e){m.instances[c]=e.componentInstance},a.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==m.instances[c]&&(m.instances[c]=t.componentInstance),k(u)};var y=m.props&&m.props[c];return y&&(o(l[c],{route:u,configProps:y}),S(g,a,u,y)),s(g,a,r)}};function S(t,e,n,r){var i=e.props=E(n,r);if(i){i=e.props=o({},i);var a=e.attrs=e.attrs||{};for(var s in i)t.props&&s in t.props||(a[s]=i[s],delete i[s])}}function E(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}function j(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var o=e.split("/");n&&o[o.length-1]||o.pop();for(var i=t.replace(/^\//,"").split("/"),a=0;a<i.length;a++){var s=i[a];".."===s?o.pop():"."!==s&&o.push(s)}return""!==o[0]&&o.unshift(""),o.join("/")}function A(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}function T(t){return t.replace(/\/\//g,"/")}var $=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},P=Z,L=B,I=D,R=z,N=X,M=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function B(t,e){var n,r=[],o=0,i=0,a="",s=e&&e.delimiter||"/";while(null!=(n=M.exec(t))){var c=n[0],u=n[1],l=n.index;if(a+=t.slice(i,l),i=l+c.length,u)a+=u[1];else{var f=t[i],p=n[2],d=n[3],h=n[4],v=n[5],m=n[6],g=n[7];a&&(r.push(a),a="");var y=null!=p&&null!=f&&f!==p,b="+"===m||"*"===m,w="?"===m||"*"===m,_=n[2]||s,x=h||v;r.push({name:d||o++,prefix:p||"",delimiter:_,optional:w,repeat:b,partial:y,asterisk:!!g,pattern:x?H(x):g?".*":"[^"+q(_)+"]+?"})}}return i<t.length&&(a+=t.substr(i)),a&&r.push(a),r}function D(t,e){return z(B(t,e),e)}function F(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function U(t){return encodeURI(t).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function z(t,e){for(var n=new Array(t.length),r=0;r<t.length;r++)"object"===typeof t[r]&&(n[r]=new RegExp("^(?:"+t[r].pattern+")$",W(e)));return function(e,r){for(var o="",i=e||{},a=r||{},s=a.pretty?F:encodeURIComponent,c=0;c<t.length;c++){var u=t[c];if("string"!==typeof u){var l,f=i[u.name];if(null==f){if(u.optional){u.partial&&(o+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if($(f)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var p=0;p<f.length;p++){if(l=s(f[p]),!n[c].test(l))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(l)+"`");o+=(0===p?u.prefix:u.delimiter)+l}}else{if(l=u.asterisk?U(f):s(f),!n[c].test(l))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+l+'"');o+=u.prefix+l}}else o+=u}return o}}function q(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function H(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function V(t,e){return t.keys=e,t}function W(t){return t&&t.sensitive?"":"i"}function G(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return V(t,e)}function K(t,e,n){for(var r=[],o=0;o<t.length;o++)r.push(Z(t[o],e,n).source);var i=new RegExp("(?:"+r.join("|")+")",W(n));return V(i,e)}function Y(t,e,n){return X(B(t,n),e,n)}function X(t,e,n){$(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,o=!1!==n.end,i="",a=0;a<t.length;a++){var s=t[a];if("string"===typeof s)i+=q(s);else{var c=q(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")",i+=u}}var l=q(n.delimiter||"/"),f=i.slice(-l.length)===l;return r||(i=(f?i.slice(0,-l.length):i)+"(?:"+l+"(?=$))?"),i+=o?"$":r&&f?"":"(?="+l+"|$)",V(new RegExp("^"+i,W(n)),e)}function Z(t,e,n){return $(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?G(t,e):$(t)?K(t,e,n):Y(t,e,n)}P.parse=L,P.compile=I,P.tokensToFunction=R,P.tokensToRegExp=N;var J=Object.create(null);function Q(t,e,n){e=e||{};try{var r=J[t]||(J[t]=P.compile(t));return"string"===typeof e.pathMatch&&(e[0]=e.pathMatch),r(e,{pretty:!0})}catch(o){return""}finally{delete e[0]}}function tt(t,e,n,r){var i="string"===typeof t?{path:t}:t;if(i._normalized)return i;if(i.name){i=o({},t);var a=i.params;return a&&"object"===typeof a&&(i.params=o({},a)),i}if(!i.path&&i.params&&e){i=o({},i),i._normalized=!0;var s=o(o({},e.params),i.params);if(e.name)i.name=e.name,i.params=s;else if(e.matched.length){var c=e.matched[e.matched.length-1].path;i.path=Q(c,s,"path "+e.path)}else 0;return i}var u=A(i.path||""),f=e&&e.path||"/",p=u.path?j(u.path,f,n||i.append):f,d=l(u.query,i.query,r&&r.options.parseQuery),h=i.hash||u.hash;return h&&"#"!==h.charAt(0)&&(h="#"+h),{_normalized:!0,path:p,query:d,hash:h}}var et,nt=[String,Object],rt=[String,Array],ot=function(){},it={name:"RouterLink",props:{to:{type:nt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:rt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),a=i.location,s=i.route,c=i.href,u={},l=n.options.linkActiveClass,f=n.options.linkExactActiveClass,p=null==l?"router-link-active":l,d=null==f?"router-link-exact-active":f,h=null==this.activeClass?p:this.activeClass,m=null==this.exactActiveClass?d:this.exactActiveClass,g=s.redirectedFrom?v(null,tt(s.redirectedFrom),null,n):s;u[m]=w(r,g),u[h]=this.exact?u[m]:x(r,g);var y=u[m]?this.ariaCurrentValue:null,b=function(t){at(t)&&(e.replace?n.replace(a,ot):n.push(a,ot))},_={click:at};Array.isArray(this.event)?this.event.forEach((function(t){_[t]=b})):_[this.event]=b;var O={class:u},k=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:c,route:s,navigate:b,isActive:u[h],isExactActive:u[m]});if(k){if(1===k.length)return k[0];if(k.length>1||!k.length)return 0===k.length?t():t("span",{},k)}if("a"===this.tag)O.on=_,O.attrs={href:c,"aria-current":y};else{var C=st(this.$slots.default);if(C){C.isStatic=!1;var S=C.data=o({},C.data);for(var E in S.on=S.on||{},S.on){var j=S.on[E];E in _&&(S.on[E]=Array.isArray(j)?j:[j])}for(var A in _)A in S.on?S.on[A].push(_[A]):S.on[A]=b;var T=C.data.attrs=o({},C.data.attrs);T.href=c,T["aria-current"]=y}else O.on=_}return t(this.tag,O,this.$slots.default)}};function at(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function st(t){if(t)for(var e,n=0;n<t.length;n++){if(e=t[n],"a"===e.tag)return e;if(e.children&&(e=st(e.children)))return e}}function ct(t){if(!ct.installed||et!==t){ct.installed=!0,et=t;var e=function(t){return void 0!==t},n=function(t,n){var r=t.$options._parentVnode;e(r)&&e(r=r.data)&&e(r=r.registerRouteInstance)&&r(t,n)};t.mixin({beforeCreate:function(){e(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",C),t.component("RouterLink",it);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var ut="undefined"!==typeof window;function lt(t,e,n,r){var o=e||[],i=n||Object.create(null),a=r||Object.create(null);t.forEach((function(t){ft(o,i,a,t)}));for(var s=0,c=o.length;s<c;s++)"*"===o[s]&&(o.push(o.splice(s,1)[0]),c--,s--);return{pathList:o,pathMap:i,nameMap:a}}function ft(t,e,n,r,o,i){var a=r.path,s=r.name;var c=r.pathToRegexpOptions||{},u=dt(a,o,c.strict);"boolean"===typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var l={path:u,regex:pt(u,c),components:r.components||{default:r.component},instances:{},enteredCbs:{},name:s,parent:o,matchAs:i,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var o=i?T(i+"/"+r.path):void 0;ft(t,e,n,r,l,o)})),e[l.path]||(t.push(l.path),e[l.path]=l),void 0!==r.alias)for(var f=Array.isArray(r.alias)?r.alias:[r.alias],p=0;p<f.length;++p){var d=f[p];0;var h={path:d,children:r.children};ft(t,e,n,h,o,l.path||"/")}s&&(n[s]||(n[s]=l))}function pt(t,e){var n=P(t,[],e);return n}function dt(t,e,n){return n||(t=t.replace(/\/$/,"")),"/"===t[0]||null==e?t:T(e.path+"/"+t)}function ht(t,e){var n=lt(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function a(t){lt(t,r,o,i)}function s(t,n,a){var s=tt(t,n,!1,e),c=s.name;if(c){var u=i[c];if(!u)return l(null,s);var f=u.regex.keys.filter((function(t){return!t.optional})).map((function(t){return t.name}));if("object"!==typeof s.params&&(s.params={}),n&&"object"===typeof n.params)for(var p in n.params)!(p in s.params)&&f.indexOf(p)>-1&&(s.params[p]=n.params[p]);return s.path=Q(u.path,s.params,'named route "'+c+'"'),l(u,s,a)}if(s.path){s.params={};for(var d=0;d<r.length;d++){var h=r[d],v=o[h];if(vt(v.regex,s.path,s.params))return l(v,s,a)}}return l(null,s)}function c(t,n){var r=t.redirect,o="function"===typeof r?r(v(t,n,null,e)):r;if("string"===typeof o&&(o={path:o}),!o||"object"!==typeof o)return l(null,n);var a=o,c=a.name,u=a.path,f=n.query,p=n.hash,d=n.params;if(f=a.hasOwnProperty("query")?a.query:f,p=a.hasOwnProperty("hash")?a.hash:p,d=a.hasOwnProperty("params")?a.params:d,c){i[c];return s({_normalized:!0,name:c,query:f,hash:p,params:d},void 0,n)}if(u){var h=mt(u,t),m=Q(h,d,'redirect route with path "'+h+'"');return s({_normalized:!0,path:m,query:f,hash:p},void 0,n)}return l(null,n)}function u(t,e,n){var r=Q(n,e.params,'aliased route with path "'+n+'"'),o=s({_normalized:!0,path:r});if(o){var i=o.matched,a=i[i.length-1];return e.params=o.params,l(a,e)}return l(null,e)}function l(t,n,r){return t&&t.redirect?c(t,r||n):t&&t.matchAs?u(t,n,t.matchAs):v(t,n,r,e)}return{match:s,addRoutes:a}}function vt(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var o=1,i=r.length;o<i;++o){var a=t.keys[o-1];a&&(n[a.name||"pathMatch"]="string"===typeof r[o]?u(r[o]):r[o])}return!0}function mt(t,e){return j(t,e.parent?e.parent.path:"/",!0)}var gt=ut&&window.performance&&window.performance.now?window.performance:Date;function yt(){return gt.now().toFixed(3)}var bt=yt();function wt(){return bt}function _t(t){return bt=t}var xt=Object.create(null);function Ot(){"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual");var t=window.location.protocol+"//"+window.location.host,e=window.location.href.replace(t,""),n=o({},window.history.state);return n.key=wt(),window.history.replaceState(n,"",e),window.addEventListener("popstate",St),function(){window.removeEventListener("popstate",St)}}function kt(t,e,n,r){if(t.app){var o=t.options.scrollBehavior;o&&t.app.$nextTick((function(){var i=Et(),a=o.call(t,e,n,r?i:null);a&&("function"===typeof a.then?a.then((function(t){It(t,i)})).catch((function(t){0})):It(a,i))}))}}function Ct(){var t=wt();t&&(xt[t]={x:window.pageXOffset,y:window.pageYOffset})}function St(t){Ct(),t.state&&t.state.key&&_t(t.state.key)}function Et(){var t=wt();if(t)return xt[t]}function jt(t,e){var n=document.documentElement,r=n.getBoundingClientRect(),o=t.getBoundingClientRect();return{x:o.left-r.left-e.x,y:o.top-r.top-e.y}}function At(t){return Pt(t.x)||Pt(t.y)}function Tt(t){return{x:Pt(t.x)?t.x:window.pageXOffset,y:Pt(t.y)?t.y:window.pageYOffset}}function $t(t){return{x:Pt(t.x)?t.x:0,y:Pt(t.y)?t.y:0}}function Pt(t){return"number"===typeof t}var Lt=/^#\d/;function It(t,e){var n="object"===typeof t;if(n&&"string"===typeof t.selector){var r=Lt.test(t.selector)?document.getElementById(t.selector.slice(1)):document.querySelector(t.selector);if(r){var o=t.offset&&"object"===typeof t.offset?t.offset:{};o=$t(o),e=jt(r,o)}else At(t)&&(e=Tt(t))}else n&&At(t)&&(e=Tt(t));e&&("scrollBehavior"in document.documentElement.style?window.scrollTo({left:e.x,top:e.y,behavior:t.behavior}):window.scrollTo(e.x,e.y))}var Rt=ut&&function(){var t=window.navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&(window.history&&"function"===typeof window.history.pushState)}();function Nt(t,e){Ct();var n=window.history;try{if(e){var r=o({},n.state);r.key=wt(),n.replaceState(r,"",t)}else n.pushState({key:_t(yt())},"",t)}catch(i){window.location[e?"replace":"assign"](t)}}function Mt(t){Nt(t,!0)}function Bt(t,e,n){var r=function(o){o>=t.length?n():t[o]?e(t[o],(function(){r(o+1)})):r(o+1)};r(0)}var Dt={redirected:2,aborted:4,cancelled:8,duplicated:16};function Ft(t,e){return Ht(t,e,Dt.redirected,'Redirected when going from "'+t.fullPath+'" to "'+Wt(e)+'" via a navigation guard.')}function Ut(t,e){var n=Ht(t,e,Dt.duplicated,'Avoided redundant navigation to current location: "'+t.fullPath+'".');return n.name="NavigationDuplicated",n}function zt(t,e){return Ht(t,e,Dt.cancelled,'Navigation cancelled from "'+t.fullPath+'" to "'+e.fullPath+'" with a new navigation.')}function qt(t,e){return Ht(t,e,Dt.aborted,'Navigation aborted from "'+t.fullPath+'" to "'+e.fullPath+'" via a navigation guard.')}function Ht(t,e,n,r){var o=new Error(r);return o._isRouter=!0,o.from=t,o.to=e,o.type=n,o}var Vt=["params","query","hash"];function Wt(t){if("string"===typeof t)return t;if("path"in t)return t.path;var e={};return Vt.forEach((function(n){n in t&&(e[n]=t[n])})),JSON.stringify(e,null,2)}function Gt(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function Kt(t,e){return Gt(t)&&t._isRouter&&(null==e||t.type===e)}function Yt(t){return function(e,n,r){var o=!1,i=0,a=null;Xt(t,(function(t,e,n,s){if("function"===typeof t&&void 0===t.cid){o=!0,i++;var c,u=te((function(e){Qt(e)&&(e=e.default),t.resolved="function"===typeof e?e:et.extend(e),n.components[s]=e,i--,i<=0&&r()})),l=te((function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=Gt(t)?t:new Error(e),r(a))}));try{c=t(u,l)}catch(p){l(p)}if(c)if("function"===typeof c.then)c.then(u,l);else{var f=c.component;f&&"function"===typeof f.then&&f.then(u,l)}}})),o||r()}}function Xt(t,e){return Zt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Zt(t){return Array.prototype.concat.apply([],t)}var Jt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Qt(t){return t.__esModule||Jt&&"Module"===t[Symbol.toStringTag]}function te(t){var e=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var ee=function(t,e){this.router=t,this.base=ne(e),this.current=g,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ne(t){if(!t)if(ut){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function re(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r;n++)if(t[n]!==e[n])break;return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}function oe(t,e,n,r){var o=Xt(t,(function(t,r,o,i){var a=ie(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,r,o,i)})):n(a,r,o,i)}));return Zt(r?o.reverse():o)}function ie(t,e){return"function"!==typeof t&&(t=et.extend(t)),t.options[e]}function ae(t){return oe(t,"beforeRouteLeave",ce,!0)}function se(t){return oe(t,"beforeRouteUpdate",ce)}function ce(t,e){if(e)return function(){return t.apply(e,arguments)}}function ue(t){return oe(t,"beforeRouteEnter",(function(t,e,n,r){return le(t,n,r)}))}function le(t,e,n){return function(r,o,i){return t(r,o,(function(t){"function"===typeof t&&(e.enteredCbs[n]||(e.enteredCbs[n]=[]),e.enteredCbs[n].push(t)),i(t)}))}}ee.prototype.listen=function(t){this.cb=t},ee.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},ee.prototype.onError=function(t){this.errorCbs.push(t)},ee.prototype.transitionTo=function(t,e,n){var r,o=this;try{r=this.router.match(t,this.current)}catch(a){throw this.errorCbs.forEach((function(t){t(a)})),a}var i=this.current;this.confirmTransition(r,(function(){o.updateRoute(r),e&&e(r),o.ensureURL(),o.router.afterHooks.forEach((function(t){t&&t(r,i)})),o.ready||(o.ready=!0,o.readyCbs.forEach((function(t){t(r)})))}),(function(t){n&&n(t),t&&!o.ready&&(Kt(t,Dt.redirected)&&i===g||(o.ready=!0,o.readyErrorCbs.forEach((function(e){e(t)}))))}))},ee.prototype.confirmTransition=function(t,e,n){var o=this,i=this.current;this.pending=t;var a=function(t){!Kt(t)&&Gt(t)&&(o.errorCbs.length?o.errorCbs.forEach((function(e){e(t)})):(r(!1,"uncaught error during route navigation:"),console.error(t))),n&&n(t)},s=t.matched.length-1,c=i.matched.length-1;if(w(t,i)&&s===c&&t.matched[s]===i.matched[c])return this.ensureURL(),a(Ut(i,t));var u=re(this.current.matched,t.matched),l=u.updated,f=u.deactivated,p=u.activated,d=[].concat(ae(f),this.router.beforeHooks,se(l),p.map((function(t){return t.beforeEnter})),Yt(p)),h=function(e,n){if(o.pending!==t)return a(zt(i,t));try{e(t,i,(function(e){!1===e?(o.ensureURL(!0),a(qt(i,t))):Gt(e)?(o.ensureURL(!0),a(e)):"string"===typeof e||"object"===typeof e&&("string"===typeof e.path||"string"===typeof e.name)?(a(Ft(i,t)),"object"===typeof e&&e.replace?o.replace(e):o.push(e)):n(e)}))}catch(r){a(r)}};Bt(d,h,(function(){var n=ue(p),r=n.concat(o.router.resolveHooks);Bt(r,h,(function(){if(o.pending!==t)return a(zt(i,t));o.pending=null,e(t),o.router.app&&o.router.app.$nextTick((function(){k(t)}))}))}))},ee.prototype.updateRoute=function(t){this.current=t,this.cb&&this.cb(t)},ee.prototype.setupListeners=function(){},ee.prototype.teardown=function(){this.listeners.forEach((function(t){t()})),this.listeners=[],this.current=g,this.pending=null};var fe=function(t){function e(e,n){t.call(this,e,n),this._startLocation=pe(this.base)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=Rt&&n;r&&this.listeners.push(Ot());var o=function(){var n=t.current,o=pe(t.base);t.current===g&&o===t._startLocation||t.transitionTo(o,(function(t){r&&kt(e,t,n,!0)}))};window.addEventListener("popstate",o),this.listeners.push((function(){window.removeEventListener("popstate",o)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){Nt(T(r.base+t.fullPath)),kt(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){Mt(T(r.base+t.fullPath)),kt(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(pe(this.base)!==this.current.fullPath){var e=T(this.base+this.current.fullPath);t?Nt(e):Mt(e)}},e.prototype.getCurrentLocation=function(){return pe(this.base)},e}(ee);function pe(t){var e=window.location.pathname;return t&&0===e.toLowerCase().indexOf(t.toLowerCase())&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var de=function(t){function e(e,n,r){t.call(this,e,n),r&&he(this.base)||ve()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=Rt&&n;r&&this.listeners.push(Ot());var o=function(){var e=t.current;ve()&&t.transitionTo(me(),(function(n){r&&kt(t.router,n,e,!0),Rt||be(n.fullPath)}))},i=Rt?"popstate":"hashchange";window.addEventListener(i,o),this.listeners.push((function(){window.removeEventListener(i,o)}))}},e.prototype.push=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){ye(t.fullPath),kt(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,o=this,i=o.current;this.transitionTo(t,(function(t){be(t.fullPath),kt(r.router,t,i,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;me()!==e&&(t?ye(e):be(e))},e.prototype.getCurrentLocation=function(){return me()},e}(ee);function he(t){var e=pe(t);if(!/^\/#/.test(e))return window.location.replace(T(t+"/#"+e)),!0}function ve(){var t=me();return"/"===t.charAt(0)||(be("/"+t),!1)}function me(){var t=window.location.href,e=t.indexOf("#");return e<0?"":(t=t.slice(e+1),t)}function ge(t){var e=window.location.href,n=e.indexOf("#"),r=n>=0?e.slice(0,n):e;return r+"#"+t}function ye(t){Rt?Nt(ge(t)):window.location.hash=t}function be(t){Rt?Mt(ge(t)):window.location.replace(ge(t))}var we=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){var t=e.current;e.index=n,e.updateRoute(r),e.router.afterHooks.forEach((function(e){e&&e(r,t)}))}),(function(t){Kt(t,Dt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(ee),_e=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ht(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Rt&&!1!==t.fallback,this.fallback&&(e="hash"),ut||(e="abstract"),this.mode=e,e){case"history":this.history=new fe(this,t.base);break;case"hash":this.history=new de(this,t.base,this.fallback);break;case"abstract":this.history=new we(this,t.base);break;default:0}},xe={currentRoute:{configurable:!0}};function Oe(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function ke(t,e,n){var r="hash"===n?"#"+e:e;return t?T(t+"/"+r):r}_e.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},xe.currentRoute.get=function(){return this.history&&this.history.current},_e.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof fe||n instanceof de){var r=function(t){var r=n.current,o=e.options.scrollBehavior,i=Rt&&o;i&&"fullPath"in t&&kt(e,t,r,!1)},o=function(t){n.setupListeners(),r(t)};n.transitionTo(n.getCurrentLocation(),o,o)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},_e.prototype.beforeEach=function(t){return Oe(this.beforeHooks,t)},_e.prototype.beforeResolve=function(t){return Oe(this.resolveHooks,t)},_e.prototype.afterEach=function(t){return Oe(this.afterHooks,t)},_e.prototype.onReady=function(t,e){this.history.onReady(t,e)},_e.prototype.onError=function(t){this.history.onError(t)},_e.prototype.push=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.push(t,e,n)}));this.history.push(t,e,n)},_e.prototype.replace=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.replace(t,e,n)}));this.history.replace(t,e,n)},_e.prototype.go=function(t){this.history.go(t)},_e.prototype.back=function(){this.go(-1)},_e.prototype.forward=function(){this.go(1)},_e.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},_e.prototype.resolve=function(t,e,n){e=e||this.history.current;var r=tt(t,e,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath,a=this.history.base,s=ke(a,i,this.mode);return{location:r,route:o,href:s,normalizedTo:r,resolved:o}},_e.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==g&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(_e.prototype,xe),_e.install=ct,_e.version="3.4.9",_e.isNavigationFailure=Kt,_e.NavigationFailureType=Dt,ut&&window.Vue&&window.Vue.use(_e),e["a"]=_e},"8df4":function(t,e,n){"use strict";var r=n("7a77");function o(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t,e=new o((function(e){t=e}));return{token:e,cancel:t}},t.exports=o},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("5c6c");t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},9263:function(t,e,n){"use strict";var r=n("ad6d"),o=n("9f7f"),i=RegExp.prototype.exec,a=String.prototype.replace,s=i,c=function(){var t=/a/,e=/b*/g;return i.call(t,"a"),i.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),u=o.UNSUPPORTED_Y||o.BROKEN_CARET,l=void 0!==/()??/.exec("")[1],f=c||l||u;f&&(s=function(t){var e,n,o,s,f=this,p=u&&f.sticky,d=r.call(f),h=f.source,v=0,m=t;return p&&(d=d.replace("y",""),-1===d.indexOf("g")&&(d+="g"),m=String(t).slice(f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==t[f.lastIndex-1])&&(h="(?: "+h+")",m=" "+m,v++),n=new RegExp("^(?:"+h+")",d)),l&&(n=new RegExp("^"+h+"$(?!\\s)",d)),c&&(e=f.lastIndex),o=i.call(p?n:f,m),p?o?(o.input=o.input.slice(v),o[0]=o[0].slice(v),o.index=f.lastIndex,f.lastIndex+=o[0].length):f.lastIndex=0:c&&o&&(f.lastIndex=f.global?o.index+o[0].length:e),l&&o&&o.length>1&&a.call(o[0],n,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(o[s]=void 0)})),o}),t.exports=s},"94ca":function(t,e,n){var r=n("d039"),o=/#|\.prototype\./,i=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},s=i.data={},c=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},9861:function(t,e,n){"use strict";n("e260");var r=n("23e7"),o=n("d066"),i=n("0d3b"),a=n("6eeb"),s=n("e2cc"),c=n("d44e"),u=n("9ed3"),l=n("69f3"),f=n("19aa"),p=n("5135"),d=n("0366"),h=n("f5df"),v=n("825a"),m=n("861d"),g=n("7c73"),y=n("5c6c"),b=n("9a1f"),w=n("35a1"),_=n("b622"),x=o("fetch"),O=o("Headers"),k=_("iterator"),C="URLSearchParams",S=C+"Iterator",E=l.set,j=l.getterFor(C),A=l.getterFor(S),T=/\+/g,$=Array(4),P=function(t){return $[t-1]||($[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},L=function(t){try{return decodeURIComponent(t)}catch(e){return t}},I=function(t){var e=t.replace(T," "),n=4;try{return decodeURIComponent(e)}catch(r){while(n)e=e.replace(P(n--),L);return e}},R=/[!'()~]|%20/g,N={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},M=function(t){return N[t]},B=function(t){return encodeURIComponent(t).replace(R,M)},D=function(t,e){if(e){var n,r,o=e.split("&"),i=0;while(i<o.length)n=o[i++],n.length&&(r=n.split("="),t.push({key:I(r.shift()),value:I(r.join("="))}))}},F=function(t){this.entries.length=0,D(this.entries,t)},U=function(t,e){if(t<e)throw TypeError("Not enough arguments")},z=u((function(t,e){E(this,{type:S,iterator:b(j(t).entries),kind:e})}),"Iterator",(function(){var t=A(this),e=t.kind,n=t.iterator.next(),r=n.value;return n.done||(n.value="keys"===e?r.key:"values"===e?r.value:[r.key,r.value]),n})),q=function(){f(this,q,C);var t,e,n,r,o,i,a,s,c,u=arguments.length>0?arguments[0]:void 0,l=this,d=[];if(E(l,{type:C,entries:d,updateURL:function(){},updateSearchParams:F}),void 0!==u)if(m(u))if(t=w(u),"function"===typeof t){e=t.call(u),n=e.next;while(!(r=n.call(e)).done){if(o=b(v(r.value)),i=o.next,(a=i.call(o)).done||(s=i.call(o)).done||!i.call(o).done)throw TypeError("Expected sequence with length 2");d.push({key:a.value+"",value:s.value+""})}}else for(c in u)p(u,c)&&d.push({key:c,value:u[c]+""});else D(d,"string"===typeof u?"?"===u.charAt(0)?u.slice(1):u:u+"")},H=q.prototype;s(H,{append:function(t,e){U(arguments.length,2);var n=j(this);n.entries.push({key:t+"",value:e+""}),n.updateURL()},delete:function(t){U(arguments.length,1);var e=j(this),n=e.entries,r=t+"",o=0;while(o<n.length)n[o].key===r?n.splice(o,1):o++;e.updateURL()},get:function(t){U(arguments.length,1);for(var e=j(this).entries,n=t+"",r=0;r<e.length;r++)if(e[r].key===n)return e[r].value;return null},getAll:function(t){U(arguments.length,1);for(var e=j(this).entries,n=t+"",r=[],o=0;o<e.length;o++)e[o].key===n&&r.push(e[o].value);return r},has:function(t){U(arguments.length,1);var e=j(this).entries,n=t+"",r=0;while(r<e.length)if(e[r++].key===n)return!0;return!1},set:function(t,e){U(arguments.length,1);for(var n,r=j(this),o=r.entries,i=!1,a=t+"",s=e+"",c=0;c<o.length;c++)n=o[c],n.key===a&&(i?o.splice(c--,1):(i=!0,n.value=s));i||o.push({key:a,value:s}),r.updateURL()},sort:function(){var t,e,n,r=j(this),o=r.entries,i=o.slice();for(o.length=0,n=0;n<i.length;n++){for(t=i[n],e=0;e<n;e++)if(o[e].key>t.key){o.splice(e,0,t);break}e===n&&o.push(t)}r.updateURL()},forEach:function(t){var e,n=j(this).entries,r=d(t,arguments.length>1?arguments[1]:void 0,3),o=0;while(o<n.length)e=n[o++],r(e.value,e.key,this)},keys:function(){return new z(this,"keys")},values:function(){return new z(this,"values")},entries:function(){return new z(this,"entries")}},{enumerable:!0}),a(H,k,H.entries),a(H,"toString",(function(){var t,e=j(this).entries,n=[],r=0;while(r<e.length)t=e[r++],n.push(B(t.key)+"="+B(t.value));return n.join("&")}),{enumerable:!0}),c(q,C),r({global:!0,forced:!i},{URLSearchParams:q}),i||"function"!=typeof x||"function"!=typeof O||r({global:!0,enumerable:!0,forced:!0},{fetch:function(t){var e,n,r,o=[t];return arguments.length>1&&(e=arguments[1],m(e)&&(n=e.body,h(n)===C&&(r=e.headers?new O(e.headers):new O,r.has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),e=g(e,{body:y(0,String(n)),headers:y(0,r)}))),o.push(e)),x.apply(this,o)}}),t.exports={URLSearchParams:q,getState:j}},"99af":function(t,e,n){"use strict";var r=n("23e7"),o=n("d039"),i=n("e8b5"),a=n("861d"),s=n("7b0b"),c=n("50c4"),u=n("8418"),l=n("65f0"),f=n("1dde"),p=n("b622"),d=n("2d00"),h=p("isConcatSpreadable"),v=9007199254740991,m="Maximum allowed index exceeded",g=d>=51||!o((function(){var t=[];return t[h]=!1,t.concat()[0]!==t})),y=f("concat"),b=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:i(t)},w=!g||!y;r({target:"Array",proto:!0,forced:w},{concat:function(t){var e,n,r,o,i,a=s(this),f=l(a,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(i=-1===e?a:arguments[e],b(i)){if(o=c(i.length),p+o>v)throw TypeError(m);for(n=0;n<o;n++,p++)n in i&&u(f,p,i[n])}else{if(p>=v)throw TypeError(m);u(f,p++,i)}return f.length=p,f}})},"9a1f":function(t,e,n){var r=n("825a"),o=n("35a1");t.exports=function(t){var e=o(t);if("function"!=typeof e)throw TypeError(String(t)+" is not iterable");return r(e.call(t))}},"9bdd":function(t,e,n){var r=n("825a"),o=n("2a62");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(a){throw o(t),a}}},"9bf2":function(t,e,n){var r=n("83ab"),o=n("0cfb"),i=n("825a"),a=n("c04e"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9ed3":function(t,e,n){"use strict";var r=n("ae93").IteratorPrototype,o=n("7c73"),i=n("5c6c"),a=n("d44e"),s=n("3f8c"),c=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),a(t,u,!1,!0),s[u]=c,t}},"9f7f":function(t,e,n){"use strict";var r=n("d039");function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},a4d3:function(t,e,n){"use strict";var r=n("23e7"),o=n("da84"),i=n("d066"),a=n("c430"),s=n("83ab"),c=n("4930"),u=n("fdbf"),l=n("d039"),f=n("5135"),p=n("e8b5"),d=n("861d"),h=n("825a"),v=n("7b0b"),m=n("fc6a"),g=n("c04e"),y=n("5c6c"),b=n("7c73"),w=n("df75"),_=n("241c"),x=n("057f"),O=n("7418"),k=n("06cf"),C=n("9bf2"),S=n("d1e7"),E=n("9112"),j=n("6eeb"),A=n("5692"),T=n("f772"),$=n("d012"),P=n("90e3"),L=n("b622"),I=n("e538"),R=n("746f"),N=n("d44e"),M=n("69f3"),B=n("b727").forEach,D=T("hidden"),F="Symbol",U="prototype",z=L("toPrimitive"),q=M.set,H=M.getterFor(F),V=Object[U],W=o.Symbol,G=i("JSON","stringify"),K=k.f,Y=C.f,X=x.f,Z=S.f,J=A("symbols"),Q=A("op-symbols"),tt=A("string-to-symbol-registry"),et=A("symbol-to-string-registry"),nt=A("wks"),rt=o.QObject,ot=!rt||!rt[U]||!rt[U].findChild,it=s&&l((function(){return 7!=b(Y({},"a",{get:function(){return Y(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=K(V,e);r&&delete V[e],Y(t,e,n),r&&t!==V&&Y(V,e,r)}:Y,at=function(t,e){var n=J[t]=b(W[U]);return q(n,{type:F,tag:t,description:e}),s||(n.description=e),n},st=u?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof W},ct=function(t,e,n){t===V&&ct(Q,e,n),h(t);var r=g(e,!0);return h(n),f(J,r)?(n.enumerable?(f(t,D)&&t[D][r]&&(t[D][r]=!1),n=b(n,{enumerable:y(0,!1)})):(f(t,D)||Y(t,D,y(1,{})),t[D][r]=!0),it(t,r,n)):Y(t,r,n)},ut=function(t,e){h(t);var n=m(e),r=w(n).concat(ht(n));return B(r,(function(e){s&&!ft.call(n,e)||ct(t,e,n[e])})),t},lt=function(t,e){return void 0===e?b(t):ut(b(t),e)},ft=function(t){var e=g(t,!0),n=Z.call(this,e);return!(this===V&&f(J,e)&&!f(Q,e))&&(!(n||!f(this,e)||!f(J,e)||f(this,D)&&this[D][e])||n)},pt=function(t,e){var n=m(t),r=g(e,!0);if(n!==V||!f(J,r)||f(Q,r)){var o=K(n,r);return!o||!f(J,r)||f(n,D)&&n[D][r]||(o.enumerable=!0),o}},dt=function(t){var e=X(m(t)),n=[];return B(e,(function(t){f(J,t)||f($,t)||n.push(t)})),n},ht=function(t){var e=t===V,n=X(e?Q:m(t)),r=[];return B(n,(function(t){!f(J,t)||e&&!f(V,t)||r.push(J[t])})),r};if(c||(W=function(){if(this instanceof W)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=P(t),n=function(t){this===V&&n.call(Q,t),f(this,D)&&f(this[D],e)&&(this[D][e]=!1),it(this,e,y(1,t))};return s&&ot&&it(V,e,{configurable:!0,set:n}),at(e,t)},j(W[U],"toString",(function(){return H(this).tag})),j(W,"withoutSetter",(function(t){return at(P(t),t)})),S.f=ft,C.f=ct,k.f=pt,_.f=x.f=dt,O.f=ht,I.f=function(t){return at(L(t),t)},s&&(Y(W[U],"description",{configurable:!0,get:function(){return H(this).description}}),a||j(V,"propertyIsEnumerable",ft,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:W}),B(w(nt),(function(t){R(t)})),r({target:F,stat:!0,forced:!c},{for:function(t){var e=String(t);if(f(tt,e))return tt[e];var n=W(e);return tt[e]=n,et[n]=e,n},keyFor:function(t){if(!st(t))throw TypeError(t+" is not a symbol");if(f(et,t))return et[t]},useSetter:function(){ot=!0},useSimple:function(){ot=!1}}),r({target:"Object",stat:!0,forced:!c,sham:!s},{create:lt,defineProperty:ct,defineProperties:ut,getOwnPropertyDescriptor:pt}),r({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:dt,getOwnPropertySymbols:ht}),r({target:"Object",stat:!0,forced:l((function(){O.f(1)}))},{getOwnPropertySymbols:function(t){return O.f(v(t))}}),G){var vt=!c||l((function(){var t=W();return"[null]"!=G([t])||"{}"!=G({a:t})||"{}"!=G(Object(t))}));r({target:"JSON",stat:!0,forced:vt},{stringify:function(t,e,n){var r,o=[t],i=1;while(arguments.length>i)o.push(arguments[i++]);if(r=e,(d(e)||void 0!==t)&&!st(t))return p(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!st(e))return e}),o[1]=e,G.apply(null,o)}})}W[U][z]||E(W[U],z,W[U].valueOf),N(W,F),$[D]=!0},a640:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},a79d:function(t,e,n){"use strict";var r=n("23e7"),o=n("c430"),i=n("fea9"),a=n("d039"),s=n("d066"),c=n("4840"),u=n("cdf9"),l=n("6eeb"),f=!!i&&a((function(){i.prototype["finally"].call({then:function(){}},(function(){}))}));r({target:"Promise",proto:!0,real:!0,forced:f},{finally:function(t){var e=c(this,s("Promise")),n="function"==typeof t;return this.then(n?function(n){return u(e,t()).then((function(){return n}))}:t,n?function(n){return u(e,t()).then((function(){throw n}))}:t)}}),o||"function"!=typeof i||i.prototype["finally"]||l(i.prototype,"finally",s("Promise").prototype["finally"])},a9e3:function(t,e,n){"use strict";var r=n("83ab"),o=n("da84"),i=n("94ca"),a=n("6eeb"),s=n("5135"),c=n("c6b6"),u=n("7156"),l=n("c04e"),f=n("d039"),p=n("7c73"),d=n("241c").f,h=n("06cf").f,v=n("9bf2").f,m=n("58a8").trim,g="Number",y=o[g],b=y.prototype,w=c(p(b))==g,_=function(t){var e,n,r,o,i,a,s,c,u=l(t,!1);if("string"==typeof u&&u.length>2)if(u=m(u),e=u.charCodeAt(0),43===e||45===e){if(n=u.charCodeAt(2),88===n||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+u}for(i=u.slice(2),a=i.length,s=0;s<a;s++)if(c=i.charCodeAt(s),c<48||c>o)return NaN;return parseInt(i,r)}return+u};if(i(g,!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var x,O=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof O&&(w?f((function(){b.valueOf.call(n)})):c(n)!=g)?u(new y(_(e)),n,O):_(e)},k=r?d(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),C=0;k.length>C;C++)s(y,x=k[C])&&!s(O,x)&&v(O,x,h(y,x));O.prototype=b,b.constructor=O,a(o,g,O)}},ab13:function(t,e,n){var r=n("b622"),o=r("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[o]=!1,"/./"[t](e)}catch(r){}}return!1}},ac1f:function(t,e,n){"use strict";var r=n("23e7"),o=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},ad6d:function(t,e,n){"use strict";var r=n("825a");t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},ade3:function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}))},ae40:function(t,e,n){var r=n("83ab"),o=n("d039"),i=n("5135"),a=Object.defineProperty,s={},c=function(t){throw t};t.exports=function(t,e){if(i(s,t))return s[t];e||(e={});var n=[][t],u=!!i(e,"ACCESSORS")&&e.ACCESSORS,l=i(e,0)?e[0]:c,f=i(e,1)?e[1]:void 0;return s[t]=!!n&&!o((function(){if(u&&!r)return!0;var t={length:-1};u?a(t,1,{enumerable:!0,get:c}):t[1]=1,n.call(t,l,f)}))}},ae93:function(t,e,n){"use strict";var r,o,i,a=n("e163"),s=n("9112"),c=n("5135"),u=n("b622"),l=n("c430"),f=u("iterator"),p=!1,d=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=a(a(i)),o!==Object.prototype&&(r=o)):p=!0),void 0==r&&(r={}),l||c(r,f)||s(r,f,d),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},b041:function(t,e,n){"use strict";var r=n("00ee"),o=n("f5df");t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},b0c0:function(t,e,n){var r=n("83ab"),o=n("9bf2").f,i=Function.prototype,a=i.toString,s=/^\s*function ([^ (]*)/,c="name";r&&!(c in i)&&o(i,c,{configurable:!0,get:function(){try{return a.call(this).match(s)[1]}catch(t){return""}}})},b50d:function(t,e,n){"use strict";var r=n("c532"),o=n("467f"),i=n("7aac"),a=n("30b5"),s=n("83b9"),c=n("c345"),u=n("3934"),l=n("2d83");t.exports=function(t){return new Promise((function(e,n){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(h+":"+v)}var m=s(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),a(m,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in d?c(d.getAllResponseHeaders()):null,i=t.responseType&&"text"!==t.responseType?d.response:d.responseText,a={data:i,status:d.status,statusText:d.statusText,headers:r,config:t,request:d};o(e,n,a),d=null}},d.onabort=function(){d&&(n(l("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){n(l("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(l(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var g=(t.withCredentials||u(m))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;g&&(p[t.xsrfHeaderName]=g)}if("setRequestHeader"in d&&r.forEach(p,(function(t,e){"undefined"===typeof f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(y){if("json"!==t.responseType)throw y}"function"===typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),n(t),d=null)})),f||(f=null),d.send(f)}))}},b575:function(t,e,n){var r,o,i,a,s,c,u,l,f=n("da84"),p=n("06cf").f,d=n("2cf4").set,h=n("1cdc"),v=n("605d"),m=f.MutationObserver||f.WebKitMutationObserver,g=f.document,y=f.process,b=f.Promise,w=p(f,"queueMicrotask"),_=w&&w.value;_||(r=function(){var t,e;v&&(t=y.domain)&&t.exit();while(o){e=o.fn,o=o.next;try{e()}catch(n){throw o?a():i=void 0,n}}i=void 0,t&&t.enter()},!h&&!v&&m&&g?(s=!0,c=g.createTextNode(""),new m(r).observe(c,{characterData:!0}),a=function(){c.data=s=!s}):b&&b.resolve?(u=b.resolve(void 0),l=u.then,a=function(){l.call(u,r)}):a=v?function(){y.nextTick(r)}:function(){d.call(f,r)}),t.exports=_||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,a()),i=e}},b622:function(t,e,n){var r=n("da84"),o=n("5692"),i=n("5135"),a=n("90e3"),s=n("4930"),c=n("fdbf"),u=o("wks"),l=r.Symbol,f=c?l:l&&l.withoutSetter||a;t.exports=function(t){return i(u,t)||(s&&i(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},b64b:function(t,e,n){var r=n("23e7"),o=n("7b0b"),i=n("df75"),a=n("d039"),s=a((function(){i(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(t){return i(o(t))}})},b727:function(t,e,n){var r=n("0366"),o=n("44ad"),i=n("7b0b"),a=n("50c4"),s=n("65f0"),c=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,l=4==t,f=6==t,p=7==t,d=5==t||f;return function(h,v,m,g){for(var y,b,w=i(h),_=o(w),x=r(v,m,3),O=a(_.length),k=0,C=g||s,S=e?C(h,O):n||p?C(h,0):void 0;O>k;k++)if((d||k in _)&&(y=_[k],b=x(y,k,w),t))if(e)S[k]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return k;case 2:c.call(S,y)}else switch(t){case 4:return!1;case 7:c.call(S,y)}return f?-1:u||l?l:S}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},baa5:function(t,e,n){var r=n("23e7"),o=n("e58c");r({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},bc3a:function(t,e,n){t.exports=n("cee4")},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},c345:function(t,e,n){"use strict";var r=n("c532"),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},c401:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},c430:function(t,e){t.exports=!1},c532:function(t,e,n){"use strict";var r=n("1d2b"),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return"undefined"===typeof t}function s(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function c(t){return"[object ArrayBuffer]"===o.call(t)}function u(t){return"undefined"!==typeof FormData&&t instanceof FormData}function l(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function f(t){return"string"===typeof t}function p(t){return"number"===typeof t}function d(t){return null!==t&&"object"===typeof t}function h(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function v(t){return"[object Date]"===o.call(t)}function m(t){return"[object File]"===o.call(t)}function g(t){return"[object Blob]"===o.call(t)}function y(t){return"[object Function]"===o.call(t)}function b(t){return d(t)&&y(t.pipe)}function w(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function x(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function O(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}function k(){var t={};function e(e,n){h(t[n])&&h(e)?t[n]=k(t[n],e):h(e)?t[n]=k({},e):i(e)?t[n]=e.slice():t[n]=e}for(var n=0,r=arguments.length;n<r;n++)O(arguments[n],e);return t}function C(t,e,n){return O(e,(function(e,o){t[o]=n&&"function"===typeof e?r(e,n):e})),t}function S(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}t.exports={isArray:i,isArrayBuffer:c,isBuffer:s,isFormData:u,isArrayBufferView:l,isString:f,isNumber:p,isObject:d,isPlainObject:h,isUndefined:a,isDate:v,isFile:m,isBlob:g,isFunction:y,isStream:b,isURLSearchParams:w,isStandardBrowserEnv:x,forEach:O,merge:k,extend:C,trim:_,stripBOM:S}},c6b6:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},c6cd:function(t,e,n){var r=n("da84"),o=n("ce4e"),i="__core-js_shared__",a=r[i]||o(i,{});t.exports=a},c740:function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").findIndex,i=n("44d2"),a=n("ae40"),s="findIndex",c=!0,u=a(s);s in[]&&Array(1)[s]((function(){c=!1})),r({target:"Array",proto:!0,forced:c||!u},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(s)},c8af:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},c975:function(t,e,n){"use strict";var r=n("23e7"),o=n("4d64").indexOf,i=n("a640"),a=n("ae40"),s=[].indexOf,c=!!s&&1/[1].indexOf(1,-0)<0,u=i("indexOf"),l=a("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:c||!u||!l},{indexOf:function(t){return c?s.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},ca84:function(t,e,n){var r=n("5135"),o=n("fc6a"),i=n("4d64").indexOf,a=n("d012");t.exports=function(t,e){var n,s=o(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);while(e.length>c)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}},caad:function(t,e,n){"use strict";var r=n("23e7"),o=n("4d64").includes,i=n("44d2"),a=n("ae40"),s=a("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:!s},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},cc12:function(t,e,n){var r=n("da84"),o=n("861d"),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},cca6:function(t,e,n){var r=n("23e7"),o=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},cd3f:function(t,e,n){(function(t,n){var r=200,o="__lodash_hash_undefined__",i=9007199254740991,a="[object Arguments]",s="[object Array]",c="[object Boolean]",u="[object Date]",l="[object Error]",f="[object Function]",p="[object GeneratorFunction]",d="[object Map]",h="[object Number]",v="[object Object]",m="[object Promise]",g="[object RegExp]",y="[object Set]",b="[object String]",w="[object Symbol]",_="[object WeakMap]",x="[object ArrayBuffer]",O="[object DataView]",k="[object Float32Array]",C="[object Float64Array]",S="[object Int8Array]",E="[object Int16Array]",j="[object Int32Array]",A="[object Uint8Array]",T="[object Uint8ClampedArray]",$="[object Uint16Array]",P="[object Uint32Array]",L=/[\\^$.*+?()[\]{}|]/g,I=/\w*$/,R=/^\[object .+?Constructor\]$/,N=/^(?:0|[1-9]\d*)$/,M={};M[a]=M[s]=M[x]=M[O]=M[c]=M[u]=M[k]=M[C]=M[S]=M[E]=M[j]=M[d]=M[h]=M[v]=M[g]=M[y]=M[b]=M[w]=M[A]=M[T]=M[$]=M[P]=!0,M[l]=M[f]=M[_]=!1;var B="object"==typeof t&&t&&t.Object===Object&&t,D="object"==typeof self&&self&&self.Object===Object&&self,F=B||D||Function("return this")(),U=e&&!e.nodeType&&e,z=U&&"object"==typeof n&&n&&!n.nodeType&&n,q=z&&z.exports===U;function H(t,e){return t.set(e[0],e[1]),t}function V(t,e){return t.add(e),t}function W(t,e){var n=-1,r=t?t.length:0;while(++n<r)if(!1===e(t[n],n,t))break;return t}function G(t,e){var n=-1,r=e.length,o=t.length;while(++n<r)t[o+n]=e[n];return t}function K(t,e,n,r){var o=-1,i=t?t.length:0;r&&i&&(n=t[++o]);while(++o<i)n=e(n,t[o],o,t);return n}function Y(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function X(t,e){return null==t?void 0:t[e]}function Z(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(n){}return e}function J(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function Q(t,e){return function(n){return t(e(n))}}function tt(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var et=Array.prototype,nt=Function.prototype,rt=Object.prototype,ot=F["__core-js_shared__"],it=function(){var t=/[^.]+$/.exec(ot&&ot.keys&&ot.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),at=nt.toString,st=rt.hasOwnProperty,ct=rt.toString,ut=RegExp("^"+at.call(st).replace(L,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),lt=q?F.Buffer:void 0,ft=F.Symbol,pt=F.Uint8Array,dt=Q(Object.getPrototypeOf,Object),ht=Object.create,vt=rt.propertyIsEnumerable,mt=et.splice,gt=Object.getOwnPropertySymbols,yt=lt?lt.isBuffer:void 0,bt=Q(Object.keys,Object),wt=Se(F,"DataView"),_t=Se(F,"Map"),xt=Se(F,"Promise"),Ot=Se(F,"Set"),kt=Se(F,"WeakMap"),Ct=Se(Object,"create"),St=Ne(wt),Et=Ne(_t),jt=Ne(xt),At=Ne(Ot),Tt=Ne(kt),$t=ft?ft.prototype:void 0,Pt=$t?$t.valueOf:void 0;function Lt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function It(){this.__data__=Ct?Ct(null):{}}function Rt(t){return this.has(t)&&delete this.__data__[t]}function Nt(t){var e=this.__data__;if(Ct){var n=e[t];return n===o?void 0:n}return st.call(e,t)?e[t]:void 0}function Mt(t){var e=this.__data__;return Ct?void 0!==e[t]:st.call(e,t)}function Bt(t,e){var n=this.__data__;return n[t]=Ct&&void 0===e?o:e,this}function Dt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Ft(){this.__data__=[]}function Ut(t){var e=this.__data__,n=ie(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():mt.call(e,n,1),!0}function zt(t){var e=this.__data__,n=ie(e,t);return n<0?void 0:e[n][1]}function qt(t){return ie(this.__data__,t)>-1}function Ht(t,e){var n=this.__data__,r=ie(n,t);return r<0?n.push([t,e]):n[r][1]=e,this}function Vt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Wt(){this.__data__={hash:new Lt,map:new(_t||Dt),string:new Lt}}function Gt(t){return Ce(this,t)["delete"](t)}function Kt(t){return Ce(this,t).get(t)}function Yt(t){return Ce(this,t).has(t)}function Xt(t,e){return Ce(this,t).set(t,e),this}function Zt(t){this.__data__=new Dt(t)}function Jt(){this.__data__=new Dt}function Qt(t){return this.__data__["delete"](t)}function te(t){return this.__data__.get(t)}function ee(t){return this.__data__.has(t)}function ne(t,e){var n=this.__data__;if(n instanceof Dt){var o=n.__data__;if(!_t||o.length<r-1)return o.push([t,e]),this;n=this.__data__=new Vt(o)}return n.set(t,e),this}function re(t,e){var n=Fe(t)||De(t)?Y(t.length,String):[],r=n.length,o=!!r;for(var i in t)!e&&!st.call(t,i)||o&&("length"==i||Pe(i,r))||n.push(i);return n}function oe(t,e,n){var r=t[e];st.call(t,e)&&Be(r,n)&&(void 0!==n||e in t)||(t[e]=n)}function ie(t,e){var n=t.length;while(n--)if(Be(t[n][0],e))return n;return-1}function ae(t,e){return t&&xe(e,Ke(e),t)}function se(t,e,n,r,o,i,s){var c;if(r&&(c=i?r(t,o,i,s):r(t)),void 0!==c)return c;if(!We(t))return t;var u=Fe(t);if(u){if(c=Ae(t),!e)return _e(t,c)}else{var l=je(t),d=l==f||l==p;if(qe(t))return de(t,e);if(l==v||l==a||d&&!i){if(Z(t))return i?t:{};if(c=Te(d?{}:t),!e)return Oe(t,ae(c,t))}else{if(!M[l])return i?t:{};c=$e(t,l,se,e)}}s||(s=new Zt);var h=s.get(t);if(h)return h;if(s.set(t,c),!u)var m=n?ke(t):Ke(t);return W(m||t,(function(o,i){m&&(i=o,o=t[i]),oe(c,i,se(o,e,n,r,i,t,s))})),c}function ce(t){return We(t)?ht(t):{}}function ue(t,e,n){var r=e(t);return Fe(t)?r:G(r,n(t))}function le(t){return ct.call(t)}function fe(t){if(!We(t)||Ie(t))return!1;var e=He(t)||Z(t)?ut:R;return e.test(Ne(t))}function pe(t){if(!Re(t))return bt(t);var e=[];for(var n in Object(t))st.call(t,n)&&"constructor"!=n&&e.push(n);return e}function de(t,e){if(e)return t.slice();var n=new t.constructor(t.length);return t.copy(n),n}function he(t){var e=new t.constructor(t.byteLength);return new pt(e).set(new pt(t)),e}function ve(t,e){var n=e?he(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function me(t,e,n){var r=e?n(J(t),!0):J(t);return K(r,H,new t.constructor)}function ge(t){var e=new t.constructor(t.source,I.exec(t));return e.lastIndex=t.lastIndex,e}function ye(t,e,n){var r=e?n(tt(t),!0):tt(t);return K(r,V,new t.constructor)}function be(t){return Pt?Object(Pt.call(t)):{}}function we(t,e){var n=e?he(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function _e(t,e){var n=-1,r=t.length;e||(e=Array(r));while(++n<r)e[n]=t[n];return e}function xe(t,e,n,r){n||(n={});var o=-1,i=e.length;while(++o<i){var a=e[o],s=r?r(n[a],t[a],a,n,t):void 0;oe(n,a,void 0===s?t[a]:s)}return n}function Oe(t,e){return xe(t,Ee(t),e)}function ke(t){return ue(t,Ke,Ee)}function Ce(t,e){var n=t.__data__;return Le(e)?n["string"==typeof e?"string":"hash"]:n.map}function Se(t,e){var n=X(t,e);return fe(n)?n:void 0}Lt.prototype.clear=It,Lt.prototype["delete"]=Rt,Lt.prototype.get=Nt,Lt.prototype.has=Mt,Lt.prototype.set=Bt,Dt.prototype.clear=Ft,Dt.prototype["delete"]=Ut,Dt.prototype.get=zt,Dt.prototype.has=qt,Dt.prototype.set=Ht,Vt.prototype.clear=Wt,Vt.prototype["delete"]=Gt,Vt.prototype.get=Kt,Vt.prototype.has=Yt,Vt.prototype.set=Xt,Zt.prototype.clear=Jt,Zt.prototype["delete"]=Qt,Zt.prototype.get=te,Zt.prototype.has=ee,Zt.prototype.set=ne;var Ee=gt?Q(gt,Object):Ye,je=le;function Ae(t){var e=t.length,n=t.constructor(e);return e&&"string"==typeof t[0]&&st.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Te(t){return"function"!=typeof t.constructor||Re(t)?{}:ce(dt(t))}function $e(t,e,n,r){var o=t.constructor;switch(e){case x:return he(t);case c:case u:return new o(+t);case O:return ve(t,r);case k:case C:case S:case E:case j:case A:case T:case $:case P:return we(t,r);case d:return me(t,r,n);case h:case b:return new o(t);case g:return ge(t);case y:return ye(t,r,n);case w:return be(t)}}function Pe(t,e){return e=null==e?i:e,!!e&&("number"==typeof t||N.test(t))&&t>-1&&t%1==0&&t<e}function Le(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function Ie(t){return!!it&&it in t}function Re(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||rt;return t===n}function Ne(t){if(null!=t){try{return at.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Me(t){return se(t,!0,!0)}function Be(t,e){return t===e||t!==t&&e!==e}function De(t){return ze(t)&&st.call(t,"callee")&&(!vt.call(t,"callee")||ct.call(t)==a)}(wt&&je(new wt(new ArrayBuffer(1)))!=O||_t&&je(new _t)!=d||xt&&je(xt.resolve())!=m||Ot&&je(new Ot)!=y||kt&&je(new kt)!=_)&&(je=function(t){var e=ct.call(t),n=e==v?t.constructor:void 0,r=n?Ne(n):void 0;if(r)switch(r){case St:return O;case Et:return d;case jt:return m;case At:return y;case Tt:return _}return e});var Fe=Array.isArray;function Ue(t){return null!=t&&Ve(t.length)&&!He(t)}function ze(t){return Ge(t)&&Ue(t)}var qe=yt||Xe;function He(t){var e=We(t)?ct.call(t):"";return e==f||e==p}function Ve(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function We(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Ge(t){return!!t&&"object"==typeof t}function Ke(t){return Ue(t)?re(t):pe(t)}function Ye(){return[]}function Xe(){return!1}n.exports=Me}).call(this,n("c8ba"),n("62e4")(t))},cdf9:function(t,e,n){var r=n("825a"),o=n("861d"),i=n("f069");t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t),a=n.resolve;return a(e),n.promise}},ce4e:function(t,e,n){var r=n("da84"),o=n("9112");t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},cee4:function(t,e,n){"use strict";var r=n("c532"),o=n("1d2b"),i=n("0a06"),a=n("4a7b"),s=n("2444");function c(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=c(s);u.Axios=i,u.create=function(t){return c(a(u.defaults,t))},u.Cancel=n("7a77"),u.CancelToken=n("8df4"),u.isCancel=n("2e67"),u.all=function(t){return Promise.all(t)},u.spread=n("0df6"),u.isAxiosError=n("5f02"),t.exports=u,t.exports.default=u},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),o=n("da84"),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},d2bb:function(t,e,n){var r=n("825a"),o=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(i){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},d3b7:function(t,e,n){var r=n("00ee"),o=n("6eeb"),i=n("b041");r||o(Object.prototype,"toString",i,{unsafe:!0})},d44e:function(t,e,n){var r=n("9bf2").f,o=n("5135"),i=n("b622"),a=i("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},d784:function(t,e,n){"use strict";n("ac1f");var r=n("6eeb"),o=n("d039"),i=n("b622"),a=n("9263"),s=n("9112"),c=i("species"),u=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l=function(){return"$0"==="a".replace(/./,"$0")}(),f=i("replace"),p=function(){return!!/./[f]&&""===/./[f]("a","$0")}(),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=i(t),v=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),m=v&&!o((function(){var e=!1,n=/a/;return"split"===t&&(n={},n.constructor={},n.constructor[c]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!v||!m||"replace"===t&&(!u||!l||p)||"split"===t&&!d){var g=/./[h],y=n(h,""[t],(function(t,e,n,r,o){return e.exec===a?v&&!o?{done:!0,value:g.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=y[0],w=y[1];r(String.prototype,t,b),r(RegExp.prototype,h,2==e?function(t,e){return w.call(t,this,e)}:function(t){return w.call(t,this)})}f&&s(RegExp.prototype[h],"sham",!0)}},d81d:function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").map,i=n("1dde"),a=n("ae40"),s=i("map"),c=a("map");r({target:"Array",proto:!0,forced:!s||!c},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},d925:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},da81:function(t,e,n){(function(t,n){var r=200,o="__lodash_hash_undefined__",i=800,a=16,s=9007199254740991,c="[object Arguments]",u="[object Array]",l="[object AsyncFunction]",f="[object Boolean]",p="[object Date]",d="[object Error]",h="[object Function]",v="[object GeneratorFunction]",m="[object Map]",g="[object Number]",y="[object Null]",b="[object Object]",w="[object Proxy]",_="[object RegExp]",x="[object Set]",O="[object String]",k="[object Undefined]",C="[object WeakMap]",S="[object ArrayBuffer]",E="[object DataView]",j="[object Float32Array]",A="[object Float64Array]",T="[object Int8Array]",$="[object Int16Array]",P="[object Int32Array]",L="[object Uint8Array]",I="[object Uint8ClampedArray]",R="[object Uint16Array]",N="[object Uint32Array]",M=/[\\^$.*+?()[\]{}|]/g,B=/^\[object .+?Constructor\]$/,D=/^(?:0|[1-9]\d*)$/,F={};F[j]=F[A]=F[T]=F[$]=F[P]=F[L]=F[I]=F[R]=F[N]=!0,F[c]=F[u]=F[S]=F[f]=F[E]=F[p]=F[d]=F[h]=F[m]=F[g]=F[b]=F[_]=F[x]=F[O]=F[C]=!1;var U="object"==typeof t&&t&&t.Object===Object&&t,z="object"==typeof self&&self&&self.Object===Object&&self,q=U||z||Function("return this")(),H=e&&!e.nodeType&&e,V=H&&"object"==typeof n&&n&&!n.nodeType&&n,W=V&&V.exports===H,G=W&&U.process,K=function(){try{var t=V&&V.require&&V.require("util").types;return t||G&&G.binding&&G.binding("util")}catch(e){}}(),Y=K&&K.isTypedArray;function X(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function Z(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function J(t){return function(e){return t(e)}}function Q(t,e){return null==t?void 0:t[e]}function tt(t,e){return function(n){return t(e(n))}}var et=Array.prototype,nt=Function.prototype,rt=Object.prototype,ot=q["__core-js_shared__"],it=nt.toString,at=rt.hasOwnProperty,st=function(){var t=/[^.]+$/.exec(ot&&ot.keys&&ot.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),ct=rt.toString,ut=it.call(Object),lt=RegExp("^"+it.call(at).replace(M,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ft=W?q.Buffer:void 0,pt=q.Symbol,dt=q.Uint8Array,ht=ft?ft.allocUnsafe:void 0,vt=tt(Object.getPrototypeOf,Object),mt=Object.create,gt=rt.propertyIsEnumerable,yt=et.splice,bt=pt?pt.toStringTag:void 0,wt=function(){try{var t=we(Object,"defineProperty");return t({},"",{}),t}catch(e){}}(),_t=ft?ft.isBuffer:void 0,xt=Math.max,Ot=Date.now,kt=we(q,"Map"),Ct=we(Object,"create"),St=function(){function t(){}return function(e){if(!qe(e))return{};if(mt)return mt(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function Et(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function jt(){this.__data__=Ct?Ct(null):{},this.size=0}function At(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function Tt(t){var e=this.__data__;if(Ct){var n=e[t];return n===o?void 0:n}return at.call(e,t)?e[t]:void 0}function $t(t){var e=this.__data__;return Ct?void 0!==e[t]:at.call(e,t)}function Pt(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?o:e,this}function Lt(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function It(){this.__data__=[],this.size=0}function Rt(t){var e=this.__data__,n=te(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():yt.call(e,n,1),--this.size,!0}function Nt(t){var e=this.__data__,n=te(e,t);return n<0?void 0:e[n][1]}function Mt(t){return te(this.__data__,t)>-1}function Bt(t,e){var n=this.__data__,r=te(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}function Dt(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Ft(){this.size=0,this.__data__={hash:new Et,map:new(kt||Lt),string:new Et}}function Ut(t){var e=be(this,t)["delete"](t);return this.size-=e?1:0,e}function zt(t){return be(this,t).get(t)}function qt(t){return be(this,t).has(t)}function Ht(t,e){var n=be(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}function Vt(t){var e=this.__data__=new Lt(t);this.size=e.size}function Wt(){this.__data__=new Lt,this.size=0}function Gt(t){var e=this.__data__,n=e["delete"](t);return this.size=e.size,n}function Kt(t){return this.__data__.get(t)}function Yt(t){return this.__data__.has(t)}function Xt(t,e){var n=this.__data__;if(n instanceof Lt){var o=n.__data__;if(!kt||o.length<r-1)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Dt(o)}return n.set(t,e),this.size=n.size,this}function Zt(t,e){var n=Me(t),r=!n&&Ne(t),o=!n&&!r&&Fe(t),i=!n&&!r&&!o&&We(t),a=n||r||o||i,s=a?Z(t.length,String):[],c=s.length;for(var u in t)!e&&!at.call(t,u)||a&&("length"==u||o&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Oe(u,c))||s.push(u);return s}function Jt(t,e,n){(void 0!==n&&!Re(t[e],n)||void 0===n&&!(e in t))&&ee(t,e,n)}function Qt(t,e,n){var r=t[e];at.call(t,e)&&Re(r,n)&&(void 0!==n||e in t)||ee(t,e,n)}function te(t,e){var n=t.length;while(n--)if(Re(t[n][0],e))return n;return-1}function ee(t,e,n){"__proto__"==e&&wt?wt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}Et.prototype.clear=jt,Et.prototype["delete"]=At,Et.prototype.get=Tt,Et.prototype.has=$t,Et.prototype.set=Pt,Lt.prototype.clear=It,Lt.prototype["delete"]=Rt,Lt.prototype.get=Nt,Lt.prototype.has=Mt,Lt.prototype.set=Bt,Dt.prototype.clear=Ft,Dt.prototype["delete"]=Ut,Dt.prototype.get=zt,Dt.prototype.has=qt,Dt.prototype.set=Ht,Vt.prototype.clear=Wt,Vt.prototype["delete"]=Gt,Vt.prototype.get=Kt,Vt.prototype.has=Yt,Vt.prototype.set=Xt;var ne=ye();function re(t){return null==t?void 0===t?k:y:bt&&bt in Object(t)?_e(t):Ae(t)}function oe(t){return He(t)&&re(t)==c}function ie(t){if(!qe(t)||Se(t))return!1;var e=Ue(t)?lt:B;return e.test(Ie(t))}function ae(t){return He(t)&&ze(t.length)&&!!F[re(t)]}function se(t){if(!qe(t))return je(t);var e=Ee(t),n=[];for(var r in t)("constructor"!=r||!e&&at.call(t,r))&&n.push(r);return n}function ce(t,e,n,r,o){t!==e&&ne(e,(function(i,a){if(o||(o=new Vt),qe(i))ue(t,e,a,n,ce,r,o);else{var s=r?r($e(t,a),i,a+"",t,e,o):void 0;void 0===s&&(s=i),Jt(t,a,s)}}),Ke)}function ue(t,e,n,r,o,i,a){var s=$e(t,n),c=$e(e,n),u=a.get(c);if(u)Jt(t,n,u);else{var l=i?i(s,c,n+"",t,e,a):void 0,f=void 0===l;if(f){var p=Me(c),d=!p&&Fe(c),h=!p&&!d&&We(c);l=c,p||d||h?Me(s)?l=s:De(s)?l=ve(s):d?(f=!1,l=pe(c,!0)):h?(f=!1,l=he(c,!0)):l=[]:Ve(c)||Ne(c)?(l=s,Ne(s)?l=Ge(s):qe(s)&&!Ue(s)||(l=xe(c))):f=!1}f&&(a.set(c,l),o(l,c,r,i,a),a["delete"](c)),Jt(t,n,l)}}function le(t,e){return Pe(Te(t,e,Ze),t+"")}var fe=wt?function(t,e){return wt(t,"toString",{configurable:!0,enumerable:!1,value:Xe(e),writable:!0})}:Ze;function pe(t,e){if(e)return t.slice();var n=t.length,r=ht?ht(n):new t.constructor(n);return t.copy(r),r}function de(t){var e=new t.constructor(t.byteLength);return new dt(e).set(new dt(t)),e}function he(t,e){var n=e?de(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function ve(t,e){var n=-1,r=t.length;e||(e=Array(r));while(++n<r)e[n]=t[n];return e}function me(t,e,n,r){var o=!n;n||(n={});var i=-1,a=e.length;while(++i<a){var s=e[i],c=r?r(n[s],t[s],s,n,t):void 0;void 0===c&&(c=t[s]),o?ee(n,s,c):Qt(n,s,c)}return n}function ge(t){return le((function(e,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;i=t.length>3&&"function"==typeof i?(o--,i):void 0,a&&ke(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),e=Object(e);while(++r<o){var s=n[r];s&&t(e,s,r,i)}return e}))}function ye(t){return function(e,n,r){var o=-1,i=Object(e),a=r(e),s=a.length;while(s--){var c=a[t?s:++o];if(!1===n(i[c],c,i))break}return e}}function be(t,e){var n=t.__data__;return Ce(e)?n["string"==typeof e?"string":"hash"]:n.map}function we(t,e){var n=Q(t,e);return ie(n)?n:void 0}function _e(t){var e=at.call(t,bt),n=t[bt];try{t[bt]=void 0;var r=!0}catch(i){}var o=ct.call(t);return r&&(e?t[bt]=n:delete t[bt]),o}function xe(t){return"function"!=typeof t.constructor||Ee(t)?{}:St(vt(t))}function Oe(t,e){var n=typeof t;return e=null==e?s:e,!!e&&("number"==n||"symbol"!=n&&D.test(t))&&t>-1&&t%1==0&&t<e}function ke(t,e,n){if(!qe(n))return!1;var r=typeof e;return!!("number"==r?Be(n)&&Oe(e,n.length):"string"==r&&e in n)&&Re(n[e],t)}function Ce(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function Se(t){return!!st&&st in t}function Ee(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||rt;return t===n}function je(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}function Ae(t){return ct.call(t)}function Te(t,e,n){return e=xt(void 0===e?t.length-1:e,0),function(){var r=arguments,o=-1,i=xt(r.length-e,0),a=Array(i);while(++o<i)a[o]=r[e+o];o=-1;var s=Array(e+1);while(++o<e)s[o]=r[o];return s[e]=n(a),X(t,this,s)}}function $e(t,e){if(("constructor"!==e||"function"!==typeof t[e])&&"__proto__"!=e)return t[e]}var Pe=Le(fe);function Le(t){var e=0,n=0;return function(){var r=Ot(),o=a-(r-n);if(n=r,o>0){if(++e>=i)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function Ie(t){if(null!=t){try{return it.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Re(t,e){return t===e||t!==t&&e!==e}var Ne=oe(function(){return arguments}())?oe:function(t){return He(t)&&at.call(t,"callee")&&!gt.call(t,"callee")},Me=Array.isArray;function Be(t){return null!=t&&ze(t.length)&&!Ue(t)}function De(t){return He(t)&&Be(t)}var Fe=_t||Je;function Ue(t){if(!qe(t))return!1;var e=re(t);return e==h||e==v||e==l||e==w}function ze(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=s}function qe(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function He(t){return null!=t&&"object"==typeof t}function Ve(t){if(!He(t)||re(t)!=b)return!1;var e=vt(t);if(null===e)return!0;var n=at.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&it.call(n)==ut}var We=Y?J(Y):ae;function Ge(t){return me(t,Ke(t))}function Ke(t){return Be(t)?Zt(t,!0):se(t)}var Ye=ge((function(t,e,n){ce(t,e,n)}));function Xe(t){return function(){return t}}function Ze(t){return t}function Je(){return!1}n.exports=Ye}).call(this,n("c8ba"),n("62e4")(t))},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n("c8ba"))},dbb4:function(t,e,n){var r=n("23e7"),o=n("83ab"),i=n("56ef"),a=n("fc6a"),s=n("06cf"),c=n("8418");r({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){var e,n,r=a(t),o=s.f,u=i(r),l={},f=0;while(u.length>f)n=o(r,e=u[f++]),void 0!==n&&c(l,e,n);return l}})},ddb0:function(t,e,n){var r=n("da84"),o=n("fdbc"),i=n("e260"),a=n("9112"),s=n("b622"),c=s("iterator"),u=s("toStringTag"),l=i.values;for(var f in o){var p=r[f],d=p&&p.prototype;if(d){if(d[c]!==l)try{a(d,c,l)}catch(v){d[c]=l}if(d[u]||a(d,u,f),o[f])for(var h in i)if(d[h]!==i[h])try{a(d,h,i[h])}catch(v){d[h]=i[h]}}}},df75:function(t,e,n){var r=n("ca84"),o=n("7839");t.exports=Object.keys||function(t){return r(t,o)}},df7c:function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t.splice(r,1):".."===o?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function r(t){"string"!==typeof t&&(t+="");var e,n=0,r=-1,o=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!o){n=e+1;break}}else-1===r&&(o=!1,r=e+1);return-1===r?"":t.slice(n,r)}function o(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r<t.length;r++)e(t[r],r,t)&&n.push(t[r]);return n}e.resolve=function(){for(var e="",r=!1,i=arguments.length-1;i>=-1&&!r;i--){var a=i>=0?arguments[i]:t.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(e=a+"/"+e,r="/"===a.charAt(0))}return e=n(o(e.split("/"),(function(t){return!!t})),!r).join("/"),(r?"/":"")+e||"."},e.normalize=function(t){var r=e.isAbsolute(t),a="/"===i(t,-1);return t=n(o(t.split("/"),(function(t){return!!t})),!r).join("/"),t||r||(t="."),t&&a&&(t+="/"),(r?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(o(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var n=t.length-1;n>=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var o=r(t.split("/")),i=r(n.split("/")),a=Math.min(o.length,i.length),s=a,c=0;c<a;c++)if(o[c]!==i[c]){s=c;break}var u=[];for(c=s;c<o.length;c++)u.push("..");return u=u.concat(i.slice(s)),u.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),n=47===e,r=-1,o=!0,i=t.length-1;i>=1;--i)if(e=t.charCodeAt(i),47===e){if(!o){r=i;break}}else o=!1;return-1===r?n?"/":".":n&&1===r?"/":t.slice(0,r)},e.basename=function(t,e){var n=r(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,r=-1,o=!0,i=0,a=t.length-1;a>=0;--a){var s=t.charCodeAt(a);if(47!==s)-1===r&&(o=!1,r=a+1),46===s?-1===e?e=a:1!==i&&(i=1):-1!==e&&(i=-1);else if(!o){n=a+1;break}}return-1===e||-1===r||0===i||1===i&&e===r-1&&e===n+1?"":t.slice(e,r)};var i="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("4362"))},e01a:function(t,e,n){"use strict";var r=n("23e7"),o=n("83ab"),i=n("da84"),a=n("5135"),s=n("861d"),c=n("9bf2").f,u=n("e893"),l=i.Symbol;if(o&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};u(p,l);var d=p.prototype=l.prototype;d.constructor=p;var h=d.toString,v="Symbol(test)"==String(l("test")),m=/^Symbol\((.*)\)[^)]+$/;c(d,"description",{configurable:!0,get:function(){var t=s(this)?this.valueOf():this,e=h.call(t);if(a(f,t))return"";var n=v?e.slice(7,-1):e.replace(m,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:p})}},e163:function(t,e,n){var r=n("5135"),o=n("7b0b"),i=n("f772"),a=n("e177"),s=i("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},e177:function(t,e,n){var r=n("d039");t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e19f:function(t,e,n){var r;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function i(t){return s(u(t),arguments)}function a(t,e){return i.apply(null,[t].concat(e||[]))}function s(t,e){var n,r,a,s,c,u,l,f,p,d=1,h=t.length,v="";for(r=0;r<h;r++)if("string"===typeof t[r])v+=t[r];else if("object"===typeof t[r]){if(s=t[r],s.keys)for(n=e[d],a=0;a<s.keys.length;a++){if(void 0==n)throw new Error(i('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[a],s.keys[a-1]));n=n[s.keys[a]]}else n=s.param_no?e[s.param_no]:e[d++];if(o.not_type.test(s.type)&&o.not_primitive.test(s.type)&&n instanceof Function&&(n=n()),o.numeric_arg.test(s.type)&&"number"!==typeof n&&isNaN(n))throw new TypeError(i("[sprintf] expecting number but found %T",n));switch(o.number.test(s.type)&&(f=n>=0),s.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,s.width?parseInt(s.width):0);break;case"e":n=s.precision?parseFloat(n).toExponential(s.precision):parseFloat(n).toExponential();break;case"f":n=s.precision?parseFloat(n).toFixed(s.precision):parseFloat(n);break;case"g":n=s.precision?String(Number(n.toPrecision(s.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=String(!!n),n=s.precision?n.substring(0,s.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=s.precision?n.substring(0,s.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=s.precision?n.substring(0,s.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase();break}o.json.test(s.type)?v+=n:(!o.number.test(s.type)||f&&!s.sign?p="":(p=f?"+":"-",n=n.toString().replace(o.sign,"")),u=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",l=s.width-(p+n).length,c=s.width&&l>0?u.repeat(l):"",v+=s.align?p+n+c:"0"===u?p+c+n:c+p+n)}return v}var c=Object.create(null);function u(t){if(c[t])return c[t];var e,n=t,r=[],i=0;while(n){if(null!==(e=o.text.exec(n)))r.push(e[0]);else if(null!==(e=o.modulo.exec(n)))r.push("%");else{if(null===(e=o.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(e[2]){i|=1;var a=[],s=e[2],u=[];if(null===(u=o.key.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1]);while(""!==(s=s.substring(u[0].length)))if(null!==(u=o.key_access.exec(s)))a.push(u[1]);else{if(null===(u=o.index_access.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1])}e[2]=a}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:e[0],param_no:e[1],keys:e[2],sign:e[3],pad_char:e[4],align:e[5],width:e[6],precision:e[7],type:e[8]})}n=n.substring(e[0].length)}return c[t]=r}e["sprintf"]=i,e["vsprintf"]=a,"undefined"!==typeof window&&(window["sprintf"]=i,window["vsprintf"]=a,r=function(){return{sprintf:i,vsprintf:a}}.call(e,n,e,t),void 0===r||(t.exports=r))}()},e1e2:function(t,e,n){function r(t,e){var n,r,o=0;function i(){var i,a,s=n,c=arguments.length;t:while(s){if(s.args.length===arguments.length){for(a=0;a<c;a++)if(s.args[a]!==arguments[a]){s=s.next;continue t}return s!==n&&(s===r&&(r=s.prev),s.prev.next=s.next,s.next&&(s.next.prev=s.prev),s.next=n,s.prev=null,n.prev=s,n=s),s.val}s=s.next}for(i=new Array(c),a=0;a<c;a++)i[a]=arguments[a];return s={args:i,val:t.apply(null,i)},n?(n.prev=s,s.next=n):r=s,o===e.maxSize?(r=r.prev,r.next=null):o++,n=s,s.val}return e=e||{},i.clear=function(){n=null,r=null,o=0},i}t.exports=r},e260:function(t,e,n){"use strict";var r=n("fc6a"),o=n("44d2"),i=n("3f8c"),a=n("69f3"),s=n("7dd0"),c="Array Iterator",u=a.set,l=a.getterFor(c);t.exports=s(Array,"Array",(function(t,e){u(this,{type:c,target:r(t),index:0,kind:e})}),(function(){var t=l(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},e2cc:function(t,e,n){var r=n("6eeb");t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},e37d:function(t,e,n){"use strict";(function(t){var r=n("f0bd"),o=n("252c");function i(t){return i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function c(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){u(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var p=function(){};function d(t){return"string"===typeof t&&(t=t.split(" ")),t}function h(t,e){var n,r=d(e);n=t.className instanceof p?d(t.className.baseVal):d(t.className),r.forEach((function(t){-1===n.indexOf(t)&&n.push(t)})),t instanceof SVGElement?t.setAttribute("class",n.join(" ")):t.className=n.join(" ")}function v(t,e){var n,r=d(e);n=t.className instanceof p?d(t.className.baseVal):d(t.className),r.forEach((function(t){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})),t instanceof SVGElement?t.setAttribute("class",n.join(" ")):t.className=n.join(" ")}"undefined"!==typeof window&&(p=window.SVGAnimatedString);var m=!1;if("undefined"!==typeof window){m=!1;try{var g=Object.defineProperty({},"passive",{get:function(){m=!0}});window.addEventListener("test",null,g)}catch(ns){}}function y(){this.__data__=[],this.size=0}var b=y;function w(t,e){return t===e||t!==t&&e!==e}var _=w;function x(t,e){var n=t.length;while(n--)if(_(t[n][0],e))return n;return-1}var O=x,k=Array.prototype,C=k.splice;function S(t){var e=this.__data__,n=O(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():C.call(e,n,1),--this.size,!0}var E=S;function j(t){var e=this.__data__,n=O(e,t);return n<0?void 0:e[n][1]}var A=j;function T(t){return O(this.__data__,t)>-1}var $=T;function P(t,e){var n=this.__data__,r=O(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}var L=P;function I(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}I.prototype.clear=b,I.prototype["delete"]=E,I.prototype.get=A,I.prototype.has=$,I.prototype.set=L;var R=I;function N(){this.__data__=new R,this.size=0}var M=N;function B(t){var e=this.__data__,n=e["delete"](t);return this.size=e.size,n}var D=B;function F(t){return this.__data__.get(t)}var U=F;function z(t){return this.__data__.has(t)}var q=z,H="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof t?t:"undefined"!==typeof self?self:{};function V(t,e){return e={exports:{}},t(e,e.exports),e.exports}var W="object"==typeof H&&H&&H.Object===Object&&H,G=W,K="object"==typeof self&&self&&self.Object===Object&&self,Y=G||K||Function("return this")(),X=Y,Z=X.Symbol,J=Z,Q=Object.prototype,tt=Q.hasOwnProperty,et=Q.toString,nt=J?J.toStringTag:void 0;function rt(t){var e=tt.call(t,nt),n=t[nt];try{t[nt]=void 0;var r=!0}catch(ns){}var o=et.call(t);return r&&(e?t[nt]=n:delete t[nt]),o}var ot=rt,it=Object.prototype,at=it.toString;function st(t){return at.call(t)}var ct=st,ut="[object Null]",lt="[object Undefined]",ft=J?J.toStringTag:void 0;function pt(t){return null==t?void 0===t?lt:ut:ft&&ft in Object(t)?ot(t):ct(t)}var dt=pt;function ht(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}var vt=ht,mt="[object AsyncFunction]",gt="[object Function]",yt="[object GeneratorFunction]",bt="[object Proxy]";function wt(t){if(!vt(t))return!1;var e=dt(t);return e==gt||e==yt||e==mt||e==bt}var _t=wt,xt=X["__core-js_shared__"],Ot=xt,kt=function(){var t=/[^.]+$/.exec(Ot&&Ot.keys&&Ot.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function Ct(t){return!!kt&&kt in t}var St=Ct,Et=Function.prototype,jt=Et.toString;function At(t){if(null!=t){try{return jt.call(t)}catch(ns){}try{return t+""}catch(ns){}}return""}var Tt=At,$t=/[\\^$.*+?()[\]{}|]/g,Pt=/^\[object .+?Constructor\]$/,Lt=Function.prototype,It=Object.prototype,Rt=Lt.toString,Nt=It.hasOwnProperty,Mt=RegExp("^"+Rt.call(Nt).replace($t,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Bt(t){if(!vt(t)||St(t))return!1;var e=_t(t)?Mt:Pt;return e.test(Tt(t))}var Dt=Bt;function Ft(t,e){return null==t?void 0:t[e]}var Ut=Ft;function zt(t,e){var n=Ut(t,e);return Dt(n)?n:void 0}var qt=zt,Ht=qt(X,"Map"),Vt=Ht,Wt=qt(Object,"create"),Gt=Wt;function Kt(){this.__data__=Gt?Gt(null):{},this.size=0}var Yt=Kt;function Xt(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}var Zt=Xt,Jt="__lodash_hash_undefined__",Qt=Object.prototype,te=Qt.hasOwnProperty;function ee(t){var e=this.__data__;if(Gt){var n=e[t];return n===Jt?void 0:n}return te.call(e,t)?e[t]:void 0}var ne=ee,re=Object.prototype,oe=re.hasOwnProperty;function ie(t){var e=this.__data__;return Gt?void 0!==e[t]:oe.call(e,t)}var ae=ie,se="__lodash_hash_undefined__";function ce(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Gt&&void 0===e?se:e,this}var ue=ce;function le(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}le.prototype.clear=Yt,le.prototype["delete"]=Zt,le.prototype.get=ne,le.prototype.has=ae,le.prototype.set=ue;var fe=le;function pe(){this.size=0,this.__data__={hash:new fe,map:new(Vt||R),string:new fe}}var de=pe;function he(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}var ve=he;function me(t,e){var n=t.__data__;return ve(e)?n["string"==typeof e?"string":"hash"]:n.map}var ge=me;function ye(t){var e=ge(this,t)["delete"](t);return this.size-=e?1:0,e}var be=ye;function we(t){return ge(this,t).get(t)}var _e=we;function xe(t){return ge(this,t).has(t)}var Oe=xe;function ke(t,e){var n=ge(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}var Ce=ke;function Se(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}Se.prototype.clear=de,Se.prototype["delete"]=be,Se.prototype.get=_e,Se.prototype.has=Oe,Se.prototype.set=Ce;var Ee=Se,je=200;function Ae(t,e){var n=this.__data__;if(n instanceof R){var r=n.__data__;if(!Vt||r.length<je-1)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ee(r)}return n.set(t,e),this.size=n.size,this}var Te=Ae;function $e(t){var e=this.__data__=new R(t);this.size=e.size}$e.prototype.clear=M,$e.prototype["delete"]=D,$e.prototype.get=U,$e.prototype.has=q,$e.prototype.set=Te;var Pe=$e,Le="__lodash_hash_undefined__";function Ie(t){return this.__data__.set(t,Le),this}var Re=Ie;function Ne(t){return this.__data__.has(t)}var Me=Ne;function Be(t){var e=-1,n=null==t?0:t.length;this.__data__=new Ee;while(++e<n)this.add(t[e])}Be.prototype.add=Be.prototype.push=Re,Be.prototype.has=Me;var De=Be;function Fe(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(e(t[n],n,t))return!0;return!1}var Ue=Fe;function ze(t,e){return t.has(e)}var qe=ze,He=1,Ve=2;function We(t,e,n,r,o,i){var a=n&He,s=t.length,c=e.length;if(s!=c&&!(a&&c>s))return!1;var u=i.get(t);if(u&&i.get(e))return u==e;var l=-1,f=!0,p=n&Ve?new De:void 0;i.set(t,e),i.set(e,t);while(++l<s){var d=t[l],h=e[l];if(r)var v=a?r(h,d,l,e,t,i):r(d,h,l,t,e,i);if(void 0!==v){if(v)continue;f=!1;break}if(p){if(!Ue(e,(function(t,e){if(!qe(p,e)&&(d===t||o(d,t,n,r,i)))return p.push(e)}))){f=!1;break}}else if(d!==h&&!o(d,h,n,r,i)){f=!1;break}}return i["delete"](t),i["delete"](e),f}var Ge=We,Ke=X.Uint8Array,Ye=Ke;function Xe(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}var Ze=Xe;function Je(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var Qe=Je,tn=1,en=2,nn="[object Boolean]",rn="[object Date]",on="[object Error]",an="[object Map]",sn="[object Number]",cn="[object RegExp]",un="[object Set]",ln="[object String]",fn="[object Symbol]",pn="[object ArrayBuffer]",dn="[object DataView]",hn=J?J.prototype:void 0,vn=hn?hn.valueOf:void 0;function mn(t,e,n,r,o,i,a){switch(n){case dn:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case pn:return!(t.byteLength!=e.byteLength||!i(new Ye(t),new Ye(e)));case nn:case rn:case sn:return _(+t,+e);case on:return t.name==e.name&&t.message==e.message;case cn:case ln:return t==e+"";case an:var s=Ze;case un:var c=r&tn;if(s||(s=Qe),t.size!=e.size&&!c)return!1;var u=a.get(t);if(u)return u==e;r|=en,a.set(t,e);var l=Ge(s(t),s(e),r,o,i,a);return a["delete"](t),l;case fn:if(vn)return vn.call(t)==vn.call(e)}return!1}var gn=mn;function yn(t,e){var n=-1,r=e.length,o=t.length;while(++n<r)t[o+n]=e[n];return t}var bn=yn,wn=Array.isArray,_n=wn;function xn(t,e,n){var r=e(t);return _n(t)?r:bn(r,n(t))}var On=xn;function kn(t,e){var n=-1,r=null==t?0:t.length,o=0,i=[];while(++n<r){var a=t[n];e(a,n,t)&&(i[o++]=a)}return i}var Cn=kn;function Sn(){return[]}var En=Sn,jn=Object.prototype,An=jn.propertyIsEnumerable,Tn=Object.getOwnPropertySymbols,$n=Tn?function(t){return null==t?[]:(t=Object(t),Cn(Tn(t),(function(e){return An.call(t,e)})))}:En,Pn=$n;function Ln(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}var In=Ln;function Rn(t){return null!=t&&"object"==typeof t}var Nn=Rn,Mn="[object Arguments]";function Bn(t){return Nn(t)&&dt(t)==Mn}var Dn=Bn,Fn=Object.prototype,Un=Fn.hasOwnProperty,zn=Fn.propertyIsEnumerable,qn=Dn(function(){return arguments}())?Dn:function(t){return Nn(t)&&Un.call(t,"callee")&&!zn.call(t,"callee")},Hn=qn;function Vn(){return!1}var Wn=Vn,Gn=V((function(t,e){var n=e&&!e.nodeType&&e,r=n&&t&&!t.nodeType&&t,o=r&&r.exports===n,i=o?X.Buffer:void 0,a=i?i.isBuffer:void 0,s=a||Wn;t.exports=s})),Kn=9007199254740991,Yn=/^(?:0|[1-9]\d*)$/;function Xn(t,e){var n=typeof t;return e=null==e?Kn:e,!!e&&("number"==n||"symbol"!=n&&Yn.test(t))&&t>-1&&t%1==0&&t<e}var Zn=Xn,Jn=9007199254740991;function Qn(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=Jn}var tr=Qn,er="[object Arguments]",nr="[object Array]",rr="[object Boolean]",or="[object Date]",ir="[object Error]",ar="[object Function]",sr="[object Map]",cr="[object Number]",ur="[object Object]",lr="[object RegExp]",fr="[object Set]",pr="[object String]",dr="[object WeakMap]",hr="[object ArrayBuffer]",vr="[object DataView]",mr="[object Float32Array]",gr="[object Float64Array]",yr="[object Int8Array]",br="[object Int16Array]",wr="[object Int32Array]",_r="[object Uint8Array]",xr="[object Uint8ClampedArray]",Or="[object Uint16Array]",kr="[object Uint32Array]",Cr={};function Sr(t){return Nn(t)&&tr(t.length)&&!!Cr[dt(t)]}Cr[mr]=Cr[gr]=Cr[yr]=Cr[br]=Cr[wr]=Cr[_r]=Cr[xr]=Cr[Or]=Cr[kr]=!0,Cr[er]=Cr[nr]=Cr[hr]=Cr[rr]=Cr[vr]=Cr[or]=Cr[ir]=Cr[ar]=Cr[sr]=Cr[cr]=Cr[ur]=Cr[lr]=Cr[fr]=Cr[pr]=Cr[dr]=!1;var Er=Sr;function jr(t){return function(e){return t(e)}}var Ar=jr,Tr=V((function(t,e){var n=e&&!e.nodeType&&e,r=n&&t&&!t.nodeType&&t,o=r&&r.exports===n,i=o&&G.process,a=function(){try{var t=r&&r.require&&r.require("util").types;return t||i&&i.binding&&i.binding("util")}catch(ns){}}();t.exports=a})),$r=Tr&&Tr.isTypedArray,Pr=$r?Ar($r):Er,Lr=Pr,Ir=Object.prototype,Rr=Ir.hasOwnProperty;function Nr(t,e){var n=_n(t),r=!n&&Hn(t),o=!n&&!r&&Gn(t),i=!n&&!r&&!o&&Lr(t),a=n||r||o||i,s=a?In(t.length,String):[],c=s.length;for(var u in t)!e&&!Rr.call(t,u)||a&&("length"==u||o&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Zn(u,c))||s.push(u);return s}var Mr=Nr,Br=Object.prototype;function Dr(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||Br;return t===n}var Fr=Dr;function Ur(t,e){return function(n){return t(e(n))}}var zr=Ur,qr=zr(Object.keys,Object),Hr=qr,Vr=Object.prototype,Wr=Vr.hasOwnProperty;function Gr(t){if(!Fr(t))return Hr(t);var e=[];for(var n in Object(t))Wr.call(t,n)&&"constructor"!=n&&e.push(n);return e}var Kr=Gr;function Yr(t){return null!=t&&tr(t.length)&&!_t(t)}var Xr=Yr;function Zr(t){return Xr(t)?Mr(t):Kr(t)}var Jr=Zr;function Qr(t){return On(t,Jr,Pn)}var to=Qr,eo=1,no=Object.prototype,ro=no.hasOwnProperty;function oo(t,e,n,r,o,i){var a=n&eo,s=to(t),c=s.length,u=to(e),l=u.length;if(c!=l&&!a)return!1;var f=c;while(f--){var p=s[f];if(!(a?p in e:ro.call(e,p)))return!1}var d=i.get(t);if(d&&i.get(e))return d==e;var h=!0;i.set(t,e),i.set(e,t);var v=a;while(++f<c){p=s[f];var m=t[p],g=e[p];if(r)var y=a?r(g,m,p,e,t,i):r(m,g,p,t,e,i);if(!(void 0===y?m===g||o(m,g,n,r,i):y)){h=!1;break}v||(v="constructor"==p)}if(h&&!v){var b=t.constructor,w=e.constructor;b==w||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof w&&w instanceof w||(h=!1)}return i["delete"](t),i["delete"](e),h}var io=oo,ao=qt(X,"DataView"),so=ao,co=qt(X,"Promise"),uo=co,lo=qt(X,"Set"),fo=lo,po=qt(X,"WeakMap"),ho=po,vo="[object Map]",mo="[object Object]",go="[object Promise]",yo="[object Set]",bo="[object WeakMap]",wo="[object DataView]",_o=Tt(so),xo=Tt(Vt),Oo=Tt(uo),ko=Tt(fo),Co=Tt(ho),So=dt;(so&&So(new so(new ArrayBuffer(1)))!=wo||Vt&&So(new Vt)!=vo||uo&&So(uo.resolve())!=go||fo&&So(new fo)!=yo||ho&&So(new ho)!=bo)&&(So=function(t){var e=dt(t),n=e==mo?t.constructor:void 0,r=n?Tt(n):"";if(r)switch(r){case _o:return wo;case xo:return vo;case Oo:return go;case ko:return yo;case Co:return bo}return e});var Eo=So,jo=1,Ao="[object Arguments]",To="[object Array]",$o="[object Object]",Po=Object.prototype,Lo=Po.hasOwnProperty;function Io(t,e,n,r,o,i){var a=_n(t),s=_n(e),c=a?To:Eo(t),u=s?To:Eo(e);c=c==Ao?$o:c,u=u==Ao?$o:u;var l=c==$o,f=u==$o,p=c==u;if(p&&Gn(t)){if(!Gn(e))return!1;a=!0,l=!1}if(p&&!l)return i||(i=new Pe),a||Lr(t)?Ge(t,e,n,r,o,i):gn(t,e,c,n,r,o,i);if(!(n&jo)){var d=l&&Lo.call(t,"__wrapped__"),h=f&&Lo.call(e,"__wrapped__");if(d||h){var v=d?t.value():t,m=h?e.value():e;return i||(i=new Pe),o(v,m,n,r,i)}}return!!p&&(i||(i=new Pe),io(t,e,n,r,o,i))}var Ro=Io;function No(t,e,n,r,o){return t===e||(null==t||null==e||!Nn(t)&&!Nn(e)?t!==t&&e!==e:Ro(t,e,n,r,No,o))}var Mo=No;function Bo(t,e){return Mo(t,e)}var Do=Bo,Fo={container:!1,delay:0,html:!1,placement:"top",title:"",template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",offset:0},Uo=[],zo=function(){function t(e,n){var r=this;a(this,t),u(this,"_events",[]),u(this,"_setTooltipNodeEvent",(function(t,e,n,o){var i=t.relatedreference||t.toElement||t.relatedTarget,a=function n(i){var a=i.relatedreference||i.toElement||i.relatedTarget;r._tooltipNode.removeEventListener(t.type,n),e.contains(a)||r._scheduleHide(e,o.delay,o,i)};return!!r._tooltipNode.contains(i)&&(r._tooltipNode.addEventListener(t.type,a),!0)})),n=f({},Fo,{},n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return c(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||Jo.options.defaultClass;Do(this._classes,n)||(this.setClasses(n),e=!0),t=Wo(t);var r=!1,o=!1;for(var i in this.options.offset===t.offset&&this.options.placement===t.placement||(r=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(o=!0),t)this.options[i]=t[i];if(this._tooltipNode)if(o){var a=this._isOpen;this.dispose(),this._init(),a&&this.show()}else r&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"===typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=window.document.createElement("div");n.innerHTML=e.trim();var r=n.childNodes[0];return r.id="tooltip_".concat(Math.random().toString(36).substr(2,10)),r.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(r.addEventListener("mouseenter",this.hide),r.addEventListener("click",this.hide)),r}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(r,o){var i=e.html,a=n._tooltipNode;if(a){var s=a.querySelector(n.options.innerSelector);if(1===t.nodeType){if(i){while(s.firstChild)s.removeChild(s.firstChild);s.appendChild(t)}}else{if("function"===typeof t){var c=t();return void(c&&"function"===typeof c.then?(n.asyncContent=!0,e.loadingClass&&h(a,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),c.then((function(t){return e.loadingClass&&v(a,e.loadingClass),n._applyContent(t,e)})).then(r).catch(o)):n._applyContent(c,e).then(r).catch(o))}i?s.innerHTML=t:s.innerText=t}r()}}))}},{key:"_show",value:function(t,e){if(e&&"string"===typeof e.container){var n=document.querySelector(e.container);if(!n)return}clearTimeout(this._disposeTimer),e=Object.assign({},e),delete e.offset;var r=!0;this._tooltipNode&&(h(this._tooltipNode,this._classes),r=!1);var o=this._ensureShown(t,e);return r&&this._tooltipNode&&h(this._tooltipNode,this._classes),h(t,["v-tooltip-open"]),o}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,Uo.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var o=t.getAttribute("title")||e.title;if(!o)return this;var i=this._create(t,e.template);this._tooltipNode=i,t.setAttribute("aria-describedby",i.id);var a=this._findContainer(e.container,t);this._append(i,a);var s=f({},e.popperOptions,{placement:e.placement});return s.modifiers=f({},s.modifiers,{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(s.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new r["a"](t,i,s),this._setContent(o,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&i.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=Uo.indexOf(this);-1!==t&&Uo.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=Jo.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),v(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,r=e.event;t.reference.removeEventListener(r,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"===typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var r=this,o=[],i=[];e.forEach((function(t){switch(t){case"hover":o.push("mouseenter"),i.push("mouseleave"),r.options.hideOnTargetClick&&i.push("click");break;case"focus":o.push("focus"),i.push("blur"),r.options.hideOnTargetClick&&i.push("click");break;case"click":o.push("click"),i.push("click");break}})),o.forEach((function(e){var o=function(e){!0!==r._isOpen&&(e.usedByTooltip=!0,r._scheduleShow(t,n.delay,n,e))};r._events.push({event:e,func:o}),t.addEventListener(e,o)})),i.forEach((function(e){var o=function(e){!0!==e.usedByTooltip&&r._scheduleHide(t,n.delay,n,e)};r._events.push({event:e,func:o}),t.addEventListener(e,o)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var r=this,o=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return r._show(t,n)}),o)}},{key:"_scheduleHide",value:function(t,e,n,r){var o=this,i=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==o._isOpen&&o._tooltipNode.ownerDocument.body.contains(o._tooltipNode)){if("mouseleave"===r.type){var i=o._setTooltipNodeEvent(r,t,e,n);if(i)return}o._hide(t,n)}}),i)}}]),t}();"undefined"!==typeof document&&document.addEventListener("touchstart",(function(t){for(var e=0;e<Uo.length;e++)Uo[e]._onDocumentTouch(t)}),!m||{passive:!0,capture:!0});var qo={enabled:!0},Ho=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],Vo={defaultPlacement:"top",defaultClass:"vue-tooltip-theme",defaultTargetClass:"has-tooltip",defaultHtml:!0,defaultTemplate:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function Wo(t){var e={placement:"undefined"!==typeof t.placement?t.placement:Jo.options.defaultPlacement,delay:"undefined"!==typeof t.delay?t.delay:Jo.options.defaultDelay,html:"undefined"!==typeof t.html?t.html:Jo.options.defaultHtml,template:"undefined"!==typeof t.template?t.template:Jo.options.defaultTemplate,arrowSelector:"undefined"!==typeof t.arrowSelector?t.arrowSelector:Jo.options.defaultArrowSelector,innerSelector:"undefined"!==typeof t.innerSelector?t.innerSelector:Jo.options.defaultInnerSelector,trigger:"undefined"!==typeof t.trigger?t.trigger:Jo.options.defaultTrigger,offset:"undefined"!==typeof t.offset?t.offset:Jo.options.defaultOffset,container:"undefined"!==typeof t.container?t.container:Jo.options.defaultContainer,boundariesElement:"undefined"!==typeof t.boundariesElement?t.boundariesElement:Jo.options.defaultBoundariesElement,autoHide:"undefined"!==typeof t.autoHide?t.autoHide:Jo.options.autoHide,hideOnTargetClick:"undefined"!==typeof t.hideOnTargetClick?t.hideOnTargetClick:Jo.options.defaultHideOnTargetClick,loadingClass:"undefined"!==typeof t.loadingClass?t.loadingClass:Jo.options.defaultLoadingClass,loadingContent:"undefined"!==typeof t.loadingContent?t.loadingContent:Jo.options.defaultLoadingContent,popperOptions:f({},"undefined"!==typeof t.popperOptions?t.popperOptions:Jo.options.defaultPopperOptions)};if(e.offset){var n=i(e.offset),r=e.offset;("number"===n||"string"===n&&-1===r.indexOf(","))&&(r="0, ".concat(r)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:r}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function Go(t,e){for(var n=t.placement,r=0;r<Ho.length;r++){var o=Ho[r];e[o]&&(n=o)}return n}function Ko(t){var e=i(t);return"string"===e?t:!(!t||"object"!==e)&&t.content}function Yo(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Ko(e),o="undefined"!==typeof e.classes?e.classes:Jo.options.defaultClass,i=f({title:r},Wo(f({},e,{placement:Go(e,n)}))),a=t._tooltip=new zo(t,i);a.setClasses(o),a._vueEl=t;var s="undefined"!==typeof e.targetClasses?e.targetClasses:Jo.options.defaultTargetClass;return t._tooltipTargetClasses=s,h(t,s),a}function Xo(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(v(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function Zo(t,e){var n,r=e.value,o=(e.oldValue,e.modifiers),i=Ko(r);i&&qo.enabled?(t._tooltip?(n=t._tooltip,n.setContent(i),n.setOptions(f({},r,{placement:Go(r,o)}))):n=Yo(t,r,o),"undefined"!==typeof r.show&&r.show!==t._tooltipOldShow&&(t._tooltipOldShow=r.show,r.show?n.show():n.hide())):Xo(t)}var Jo={options:Vo,bind:Zo,update:Zo,unbind:function(t){Xo(t)}};function Qo(t){t.addEventListener("click",ei),t.addEventListener("touchstart",ni,!!m&&{passive:!0})}function ti(t){t.removeEventListener("click",ei),t.removeEventListener("touchstart",ni),t.removeEventListener("touchend",ri),t.removeEventListener("touchcancel",oi)}function ei(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function ni(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",ri),e.addEventListener("touchcancel",oi)}}function ri(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],r=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function oi(t){var e=t.currentTarget;e.$_vclosepopover_touch=!1}var ii={bind:function(t,e){var n=e.value,r=e.modifiers;t.$_closePopoverModifiers=r,("undefined"===typeof n||n)&&Qo(t)},update:function(t,e){var n=e.value,r=e.oldValue,o=e.modifiers;t.$_closePopoverModifiers=o,n!==r&&("undefined"===typeof n||n?Qo(t):ti(t))},unbind:function(t){ti(t)}};function ai(t){var e=Jo.options.popover[t];return"undefined"===typeof e?Jo.options[t]:e}var si=!1;"undefined"!==typeof window&&"undefined"!==typeof navigator&&(si=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);var ci=[],ui=function(){};"undefined"!==typeof window&&(ui=window.Element);var li={name:"VPopover",components:{ResizeObserver:o["a"]},props:{open:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placement:{type:String,default:function(){return ai("defaultPlacement")}},delay:{type:[String,Number,Object],default:function(){return ai("defaultDelay")}},offset:{type:[String,Number],default:function(){return ai("defaultOffset")}},trigger:{type:String,default:function(){return ai("defaultTrigger")}},container:{type:[String,Object,ui,Boolean],default:function(){return ai("defaultContainer")}},boundariesElement:{type:[String,ui],default:function(){return ai("defaultBoundariesElement")}},popperOptions:{type:Object,default:function(){return ai("defaultPopperOptions")}},popoverClass:{type:[String,Array],default:function(){return ai("defaultClass")}},popoverBaseClass:{type:[String,Array],default:function(){return Jo.options.popover.defaultBaseClass}},popoverInnerClass:{type:[String,Array],default:function(){return Jo.options.popover.defaultInnerClass}},popoverWrapperClass:{type:[String,Array],default:function(){return Jo.options.popover.defaultWrapperClass}},popoverArrowClass:{type:[String,Array],default:function(){return Jo.options.popover.defaultArrowClass}},autoHide:{type:Boolean,default:function(){return Jo.options.popover.defaultAutoHide}},handleResize:{type:Boolean,default:function(){return Jo.options.popover.defaultHandleResize}},openGroup:{type:String,default:null},openClass:{type:[String,Array],default:function(){return Jo.options.popover.defaultOpenClass}}},data:function(){return{isOpen:!1,id:Math.random().toString(36).substr(2,10)}},computed:{cssClass:function(){return u({},this.openClass,this.isOpen)},popoverId:function(){return"popover_".concat(this.id)}},watch:{open:function(t){t?this.show():this.hide()},disabled:function(t,e){t!==e&&(t?this.hide():this.open&&this.show())},container:function(t){if(this.isOpen&&this.popperInstance){var e=this.$refs.popover,n=this.$refs.trigger,r=this.$_findContainer(this.container,n);if(!r)return void console.warn("No container for popover",this);r.appendChild(e),this.popperInstance.scheduleUpdate()}},trigger:function(t){this.$_removeEventListeners(),this.$_addEventListeners()},placement:function(t){var e=this;this.$_updatePopper((function(){e.popperInstance.options.placement=t}))},offset:"$_restartPopper",boundariesElement:"$_restartPopper",popperOptions:{handler:"$_restartPopper",deep:!0}},created:function(){this.$_isDisposed=!1,this.$_mounted=!1,this.$_events=[],this.$_preventOpen=!1},mounted:function(){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t),this.$_init(),this.open&&this.show()},deactivated:function(){this.hide()},beforeDestroy:function(){this.dispose()},methods:{show:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.event,r=(e.skipDelay,e.force),o=void 0!==r&&r;!o&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay;this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var o=this.$_findContainer(this.container,e);if(!o)return void console.warn("No container for popover",this);o.appendChild(n),this.$_mounted=!0}if(!this.popperInstance){var i=f({},this.popperOptions,{placement:this.placement});if(i.modifiers=f({},i.modifiers,{arrow:f({},i.modifiers&&i.modifiers.arrow,{element:this.$refs.arrow})}),this.offset){var a=this.$_getOffset();i.modifiers.offset=f({},i.modifiers&&i.modifiers.offset,{offset:a})}this.boundariesElement&&(i.modifiers.preventOverflow=f({},i.modifiers&&i.modifiers.preventOverflow,{boundariesElement:this.boundariesElement})),this.popperInstance=new r["a"](e,n,i),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var s=this.openGroup;if(s)for(var c,u=0;u<ci.length;u++)c=ci[u],c.openGroup!==s&&(c.hide(),c.$emit("close-group"));ci.push(this),this.$emit("apply-show")}},$_hide:function(){var t=this;if(this.isOpen){var e=ci.indexOf(this);-1!==e&&ci.splice(e,1),this.isOpen=!1,this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this.$_disposeTimer);var n=Jo.options.popover.disposeTimeout||Jo.options.disposeTimeout;null!==n&&(this.$_disposeTimer=setTimeout((function(){var e=t.$refs.popover;e&&(e.parentNode&&e.parentNode.removeChild(e),t.$_mounted=!1)}),n)),this.$emit("apply-hide")}},$_findContainer:function(t,e){return"string"===typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t},$_getOffset:function(){var t=i(this.offset),e=this.offset;return("number"===t||"string"===t&&-1===e.indexOf(","))&&(e="0, ".concat(e)),e},$_addEventListeners:function(){var t=this,e=this.$refs.trigger,n=[],r=[],o="string"===typeof this.trigger?this.trigger.split(" ").filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})):[];o.forEach((function(t){switch(t){case"hover":n.push("mouseenter"),r.push("mouseleave");break;case"focus":n.push("focus"),r.push("blur");break;case"click":n.push("click"),r.push("click");break}})),n.forEach((function(n){var r=function(e){t.isOpen||(e.usedByTooltip=!0,!t.$_preventOpen&&t.show({event:e}),t.hidden=!1)};t.$_events.push({event:n,func:r}),e.addEventListener(n,r)})),r.forEach((function(n){var r=function(e){e.usedByTooltip||(t.hide({event:e}),t.hidden=!0)};t.$_events.push({event:n,func:r}),e.addEventListener(n,r)}))},$_scheduleShow:function(){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var r=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type){var n=t.$_setTooltipNodeEvent(e);if(n)return}t.$_hide()}}),r)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,r=this.$refs.popover,o=t.relatedreference||t.toElement||t.relatedTarget,i=function o(i){var a=i.relatedreference||i.toElement||i.relatedTarget;r.removeEventListener(t.type,o),n.contains(a)||e.hide({event:i})};return!!r.contains(o)&&(r.addEventListener(t.type,i),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,r=e.event;t.removeEventListener(r,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function fi(t){di(t)}function pi(t){di(t,!0)}function di(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var r=ci[n];if(r.$refs.popover){var o=r.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&o||r.autoHide&&!o)&&r.$_handleGlobalClose(t,e)}))}},r=0;r<ci.length;r++)n(r)}function hi(t,e,n,r,o,i,a,s,c,u){"boolean"!==typeof a&&(c=s,s=a,a=!1);const l="function"===typeof n?n.options:n;let f;if(t&&t.render&&(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,o&&(l.functional=!0)),r&&(l._scopeId=r),i?(f=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,c(t)),t&&t._registeredComponents&&t._registeredComponents.add(i)},l._ssrRegister=f):e&&(f=a?function(t){e.call(this,u(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,s(t))}),f)if(l.functional){const t=l.render;l.render=function(e,n){return f.call(n),t(e,n)}}else{const t=l.beforeCreate;l.beforeCreate=t?[].concat(t,f):[f]}return n}"undefined"!==typeof document&&"undefined"!==typeof window&&(si?document.addEventListener("touchend",pi,!m||{passive:!0,capture:!0}):window.addEventListener("click",fi,!0));var vi=li,mi=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"v-popover",class:t.cssClass},[n("div",{ref:"trigger",staticClass:"trigger",staticStyle:{display:"inline-block"},attrs:{"aria-describedby":t.popoverId,tabindex:-1!==t.trigger.indexOf("focus")?0:void 0}},[t._t("default")],2),t._v(" "),n("div",{ref:"popover",class:[t.popoverBaseClass,t.popoverClass,t.cssClass],style:{visibility:t.isOpen?"visible":"hidden"},attrs:{id:t.popoverId,"aria-hidden":t.isOpen?"false":"true",tabindex:t.autoHide?0:void 0},on:{keyup:function(e){if(!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;t.autoHide&&t.hide()}}},[n("div",{class:t.popoverWrapperClass},[n("div",{ref:"inner",class:t.popoverInnerClass,staticStyle:{position:"relative"}},[n("div",[t._t("popover")],2),t._v(" "),t.handleResize?n("ResizeObserver",{on:{notify:t.$_handleResize}}):t._e()],1),t._v(" "),n("div",{ref:"arrow",class:t.popoverArrowClass})])])])},gi=[];mi._withStripped=!0;var yi=void 0,bi=void 0,wi=void 0,_i=!1,xi=hi({render:mi,staticRenderFns:gi},yi,vi,bi,_i,wi,!1,void 0,void 0,void 0),Oi=function(){try{var t=qt(Object,"defineProperty");return t({},"",{}),t}catch(ns){}}(),ki=Oi;function Ci(t,e,n){"__proto__"==e&&ki?ki(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}var Si=Ci;function Ei(t,e,n){(void 0!==n&&!_(t[e],n)||void 0===n&&!(e in t))&&Si(t,e,n)}var ji=Ei;function Ai(t){return function(e,n,r){var o=-1,i=Object(e),a=r(e),s=a.length;while(s--){var c=a[t?s:++o];if(!1===n(i[c],c,i))break}return e}}var Ti=Ai,$i=Ti(),Pi=$i,Li=V((function(t,e){var n=e&&!e.nodeType&&e,r=n&&t&&!t.nodeType&&t,o=r&&r.exports===n,i=o?X.Buffer:void 0,a=i?i.allocUnsafe:void 0;function s(t,e){if(e)return t.slice();var n=t.length,r=a?a(n):new t.constructor(n);return t.copy(r),r}t.exports=s}));function Ii(t){var e=new t.constructor(t.byteLength);return new Ye(e).set(new Ye(t)),e}var Ri=Ii;function Ni(t,e){var n=e?Ri(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}var Mi=Ni;function Bi(t,e){var n=-1,r=t.length;e||(e=Array(r));while(++n<r)e[n]=t[n];return e}var Di=Bi,Fi=Object.create,Ui=function(){function t(){}return function(e){if(!vt(e))return{};if(Fi)return Fi(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}(),zi=Ui,qi=zr(Object.getPrototypeOf,Object),Hi=qi;function Vi(t){return"function"!=typeof t.constructor||Fr(t)?{}:zi(Hi(t))}var Wi=Vi;function Gi(t){return Nn(t)&&Xr(t)}var Ki=Gi,Yi="[object Object]",Xi=Function.prototype,Zi=Object.prototype,Ji=Xi.toString,Qi=Zi.hasOwnProperty,ta=Ji.call(Object);function ea(t){if(!Nn(t)||dt(t)!=Yi)return!1;var e=Hi(t);if(null===e)return!0;var n=Qi.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ji.call(n)==ta}var na=ea;function ra(t,e){if(("constructor"!==e||"function"!==typeof t[e])&&"__proto__"!=e)return t[e]}var oa=ra,ia=Object.prototype,aa=ia.hasOwnProperty;function sa(t,e,n){var r=t[e];aa.call(t,e)&&_(r,n)&&(void 0!==n||e in t)||Si(t,e,n)}var ca=sa;function ua(t,e,n,r){var o=!n;n||(n={});var i=-1,a=e.length;while(++i<a){var s=e[i],c=r?r(n[s],t[s],s,n,t):void 0;void 0===c&&(c=t[s]),o?Si(n,s,c):ca(n,s,c)}return n}var la=ua;function fa(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}var pa=fa,da=Object.prototype,ha=da.hasOwnProperty;function va(t){if(!vt(t))return pa(t);var e=Fr(t),n=[];for(var r in t)("constructor"!=r||!e&&ha.call(t,r))&&n.push(r);return n}var ma=va;function ga(t){return Xr(t)?Mr(t,!0):ma(t)}var ya=ga;function ba(t){return la(t,ya(t))}var wa=ba;function _a(t,e,n,r,o,i,a){var s=oa(t,n),c=oa(e,n),u=a.get(c);if(u)ji(t,n,u);else{var l=i?i(s,c,n+"",t,e,a):void 0,f=void 0===l;if(f){var p=_n(c),d=!p&&Gn(c),h=!p&&!d&&Lr(c);l=c,p||d||h?_n(s)?l=s:Ki(s)?l=Di(s):d?(f=!1,l=Li(c,!0)):h?(f=!1,l=Mi(c,!0)):l=[]:na(c)||Hn(c)?(l=s,Hn(s)?l=wa(s):vt(s)&&!_t(s)||(l=Wi(c))):f=!1}f&&(a.set(c,l),o(l,c,r,i,a),a["delete"](c)),ji(t,n,l)}}var xa=_a;function Oa(t,e,n,r,o){t!==e&&Pi(e,(function(i,a){if(o||(o=new Pe),vt(i))xa(t,e,a,n,Oa,r,o);else{var s=r?r(oa(t,a),i,a+"",t,e,o):void 0;void 0===s&&(s=i),ji(t,a,s)}}),ya)}var ka=Oa;function Ca(t){return t}var Sa=Ca;function Ea(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}var ja=Ea,Aa=Math.max;function Ta(t,e,n){return e=Aa(void 0===e?t.length-1:e,0),function(){var r=arguments,o=-1,i=Aa(r.length-e,0),a=Array(i);while(++o<i)a[o]=r[e+o];o=-1;var s=Array(e+1);while(++o<e)s[o]=r[o];return s[e]=n(a),ja(t,this,s)}}var $a=Ta;function Pa(t){return function(){return t}}var La=Pa,Ia=ki?function(t,e){return ki(t,"toString",{configurable:!0,enumerable:!1,value:La(e),writable:!0})}:Sa,Ra=Ia,Na=800,Ma=16,Ba=Date.now;function Da(t){var e=0,n=0;return function(){var r=Ba(),o=Ma-(r-n);if(n=r,o>0){if(++e>=Na)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}var Fa=Da,Ua=Fa(Ra),za=Ua;function qa(t,e){return za($a(t,e,Sa),t+"")}var Ha=qa;function Va(t,e,n){if(!vt(n))return!1;var r=typeof e;return!!("number"==r?Xr(n)&&Zn(e,n.length):"string"==r&&e in n)&&_(n[e],t)}var Wa=Va;function Ga(t){return Ha((function(e,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;i=t.length>3&&"function"==typeof i?(o--,i):void 0,a&&Wa(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),e=Object(e);while(++r<o){var s=n[r];s&&t(e,s,r,i)}return e}))}var Ka=Ga,Ya=Ka((function(t,e,n){ka(t,e,n)})),Xa=Ya;function Za(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!==typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(document.createTextNode(t))}}var Ja=".resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}";function Qa(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!Qa.installed){Qa.installed=!0;var n={};Xa(n,Vo,e),ts.options=n,Jo.options=n,t.directive("tooltip",Jo),t.directive("close-popover",ii),t.component("v-popover",xi)}}Za(Ja);var ts={install:Qa,get enabled(){return qo.enabled},set enabled(t){qo.enabled=t}},es=null;"undefined"!==typeof window?es=window.Vue:"undefined"!==typeof t&&(es=t.Vue),es&&es.use(ts),e["a"]=ts}).call(this,n("c8ba"))},e439:function(t,e,n){var r=n("23e7"),o=n("d039"),i=n("fc6a"),a=n("06cf").f,s=n("83ab"),c=o((function(){a(1)})),u=!s||c;r({target:"Object",stat:!0,forced:u,sham:!s},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},e538:function(t,e,n){var r=n("b622");e.f=r},e58c:function(t,e,n){"use strict";var r=n("fc6a"),o=n("a691"),i=n("50c4"),a=n("a640"),s=n("ae40"),c=Math.min,u=[].lastIndexOf,l=!!u&&1/[1].lastIndexOf(1,-0)<0,f=a("lastIndexOf"),p=s("indexOf",{ACCESSORS:!0,1:0}),d=l||!f||!p;t.exports=d?function(t){if(l)return u.apply(this,arguments)||0;var e=r(this),n=i(e.length),a=n-1;for(arguments.length>1&&(a=c(a,o(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:u},e667:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e683:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},e6cf:function(t,e,n){"use strict";var r,o,i,a,s=n("23e7"),c=n("c430"),u=n("da84"),l=n("d066"),f=n("fea9"),p=n("6eeb"),d=n("e2cc"),h=n("d44e"),v=n("2626"),m=n("861d"),g=n("1c0b"),y=n("19aa"),b=n("8925"),w=n("2266"),_=n("1c7e"),x=n("4840"),O=n("2cf4").set,k=n("b575"),C=n("cdf9"),S=n("44de"),E=n("f069"),j=n("e667"),A=n("69f3"),T=n("94ca"),$=n("b622"),P=n("605d"),L=n("2d00"),I=$("species"),R="Promise",N=A.get,M=A.set,B=A.getterFor(R),D=f,F=u.TypeError,U=u.document,z=u.process,q=l("fetch"),H=E.f,V=H,W=!!(U&&U.createEvent&&u.dispatchEvent),G="function"==typeof PromiseRejectionEvent,K="unhandledrejection",Y="rejectionhandled",X=0,Z=1,J=2,Q=1,tt=2,et=T(R,(function(){var t=b(D)!==String(D);if(!t){if(66===L)return!0;if(!P&&!G)return!0}if(c&&!D.prototype["finally"])return!0;if(L>=51&&/native code/.test(D))return!1;var e=D.resolve(1),n=function(t){t((function(){}),(function(){}))},r=e.constructor={};return r[I]=n,!(e.then((function(){}))instanceof n)})),nt=et||!_((function(t){D.all(t)["catch"]((function(){}))})),rt=function(t){var e;return!(!m(t)||"function"!=typeof(e=t.then))&&e},ot=function(t,e){if(!t.notified){t.notified=!0;var n=t.reactions;k((function(){var r=t.value,o=t.state==Z,i=0;while(n.length>i){var a,s,c,u=n[i++],l=o?u.ok:u.fail,f=u.resolve,p=u.reject,d=u.domain;try{l?(o||(t.rejection===tt&&ct(t),t.rejection=Q),!0===l?a=r:(d&&d.enter(),a=l(r),d&&(d.exit(),c=!0)),a===u.promise?p(F("Promise-chain cycle")):(s=rt(a))?s.call(a,f,p):f(a)):p(r)}catch(h){d&&!c&&d.exit(),p(h)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&at(t)}))}},it=function(t,e,n){var r,o;W?(r=U.createEvent("Event"),r.promise=e,r.reason=n,r.initEvent(t,!1,!0),u.dispatchEvent(r)):r={promise:e,reason:n},!G&&(o=u["on"+t])?o(r):t===K&&S("Unhandled promise rejection",n)},at=function(t){O.call(u,(function(){var e,n=t.facade,r=t.value,o=st(t);if(o&&(e=j((function(){P?z.emit("unhandledRejection",r,n):it(K,n,r)})),t.rejection=P||st(t)?tt:Q,e.error))throw e.value}))},st=function(t){return t.rejection!==Q&&!t.parent},ct=function(t){O.call(u,(function(){var e=t.facade;P?z.emit("rejectionHandled",e):it(Y,e,t.value)}))},ut=function(t,e,n){return function(r){t(e,r,n)}},lt=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=J,ot(t,!0))},ft=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw F("Promise can't be resolved itself");var r=rt(e);r?k((function(){var n={done:!1};try{r.call(e,ut(ft,n,t),ut(lt,n,t))}catch(o){lt(n,o,t)}})):(t.value=e,t.state=Z,ot(t,!1))}catch(o){lt({done:!1},o,t)}}};et&&(D=function(t){y(this,D,R),g(t),r.call(this);var e=N(this);try{t(ut(ft,e),ut(lt,e))}catch(n){lt(e,n)}},r=function(t){M(this,{type:R,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:X,value:void 0})},r.prototype=d(D.prototype,{then:function(t,e){var n=B(this),r=H(x(this,D));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=P?z.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=X&&ot(n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,e=N(t);this.promise=t,this.resolve=ut(ft,e),this.reject=ut(lt,e)},E.f=H=function(t){return t===D||t===i?new o(t):V(t)},c||"function"!=typeof f||(a=f.prototype.then,p(f.prototype,"then",(function(t,e){var n=this;return new D((function(t,e){a.call(n,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof q&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return C(D,q.apply(u,arguments))}}))),s({global:!0,wrap:!0,forced:et},{Promise:D}),h(D,R,!1,!0),v(R),i=l(R),s({target:R,stat:!0,forced:et},{reject:function(t){var e=H(this);return e.reject.call(void 0,t),e.promise}}),s({target:R,stat:!0,forced:c||et},{resolve:function(t){return C(c&&this===i?D:this,t)}}),s({target:R,stat:!0,forced:nt},{all:function(t){var e=this,n=H(e),r=n.resolve,o=n.reject,i=j((function(){var n=g(e.resolve),i=[],a=0,s=1;w(t,(function(t){var c=a++,u=!1;i.push(void 0),s++,n.call(e,t).then((function(t){u||(u=!0,i[c]=t,--s||r(i))}),o)})),--s||r(i)}));return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=H(e),r=n.reject,o=j((function(){var o=g(e.resolve);w(t,(function(t){o.call(e,t).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}})},e893:function(t,e,n){var r=n("5135"),o=n("56ef"),i=n("06cf"),a=n("9bf2");t.exports=function(t,e){for(var n=o(e),s=a.f,c=i.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||s(t,l,c(e,l))}}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},e95a:function(t,e,n){var r=n("b622"),o=n("3f8c"),i=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},f069:function(t,e,n){"use strict";var r=n("1c0b"),o=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new o(t)}},f0bd:function(t,e,n){"use strict";(function(t){
24
+ /**!
25
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
26
+ * @version 1.16.1
27
+ * @license
28
+ * Copyright (c) 2016 Federico Zivolo and contributors
29
+ *
30
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
31
+ * of this software and associated documentation files (the "Software"), to deal
32
+ * in the Software without restriction, including without limitation the rights
33
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34
+ * copies of the Software, and to permit persons to whom the Software is
35
+ * furnished to do so, subject to the following conditions:
36
+ *
37
+ * The above copyright notice and this permission notice shall be included in all
38
+ * copies or substantial portions of the Software.
39
+ *
40
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46
+ * SOFTWARE.
47
+ */
48
+ var n="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,r=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(n&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}();function o(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}function i(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),r))}}var a=n&&window.Promise,s=a?o:i;function c(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function u(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView,r=n.getComputedStyle(t,null);return e?r[e]:r}function l(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function f(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=u(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?t:f(l(t))}function p(t){return t&&t.referenceNode?t.referenceNode:t}var d=n&&!(!window.MSInputMethodContext||!document.documentMode),h=n&&/MSIE 10/.test(navigator.userAgent);function v(t){return 11===t?d:10===t?h:d||h}function m(t){if(!t)return document.documentElement;var e=v(10)?document.body:null,n=t.offsetParent||null;while(n===e&&t.nextElementSibling)n=(t=t.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===u(n,"position")?m(n):n:t?t.ownerDocument.documentElement:document.documentElement}function g(t){var e=t.nodeName;return"BODY"!==e&&("HTML"===e||m(t.firstElementChild)===t)}function y(t){return null!==t.parentNode?y(t.parentNode):t}function b(t,e){if(!t||!t.nodeType||!e||!e.nodeType)return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,o=n?e:t,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var a=i.commonAncestorContainer;if(t!==a&&e!==a||r.contains(o))return g(a)?a:m(a);var s=y(t);return s.host?b(s.host,e):b(t,y(e).host)}function w(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var o=t.ownerDocument.documentElement,i=t.ownerDocument.scrollingElement||o;return i[n]}return t[n]}function _(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=w(e,"top"),o=w(e,"left"),i=n?-1:1;return t.top+=r*i,t.bottom+=r*i,t.left+=o*i,t.right+=o*i,t}function x(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function O(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],v(10)?parseInt(n["offset"+t])+parseInt(r["margin"+("Height"===t?"Top":"Left")])+parseInt(r["margin"+("Height"===t?"Bottom":"Right")]):0)}function k(t){var e=t.body,n=t.documentElement,r=v(10)&&getComputedStyle(n);return{height:O("Height",e,n,r),width:O("Width",e,n,r)}}var C=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},S=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),E=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},j=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function A(t){return j({},t,{right:t.left+t.width,bottom:t.top+t.height})}function T(t){var e={};try{if(v(10)){e=t.getBoundingClientRect();var n=w(t,"top"),r=w(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch(p){}var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i="HTML"===t.nodeName?k(t.ownerDocument):{},a=i.width||t.clientWidth||o.width,s=i.height||t.clientHeight||o.height,c=t.offsetWidth-a,l=t.offsetHeight-s;if(c||l){var f=u(t);c-=x(f,"x"),l-=x(f,"y"),o.width-=c,o.height-=l}return A(o)}function $(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=v(10),o="HTML"===e.nodeName,i=T(t),a=T(e),s=f(t),c=u(e),l=parseFloat(c.borderTopWidth),p=parseFloat(c.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=A({top:i.top-a.top-l,left:i.left-a.left-p,width:i.width,height:i.height});if(d.marginTop=0,d.marginLeft=0,!r&&o){var h=parseFloat(c.marginTop),m=parseFloat(c.marginLeft);d.top-=l-h,d.bottom-=l-h,d.left-=p-m,d.right-=p-m,d.marginTop=h,d.marginLeft=m}return(r&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=_(d,e)),d}function P(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=$(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:w(n),s=e?0:w(n,"left"),c={top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:o,height:i};return A(c)}function L(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===u(t,"position"))return!0;var n=l(t);return!!n&&L(n)}function I(t){if(!t||!t.parentElement||v())return document.documentElement;var e=t.parentElement;while(e&&"none"===u(e,"transform"))e=e.parentElement;return e||document.documentElement}function R(t,e,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=o?I(t):b(t,p(e));if("viewport"===r)i=P(a,o);else{var s=void 0;"scrollParent"===r?(s=f(l(e)),"BODY"===s.nodeName&&(s=t.ownerDocument.documentElement)):s="window"===r?t.ownerDocument.documentElement:r;var c=$(s,a,o);if("HTML"!==s.nodeName||L(a))i=c;else{var u=k(t.ownerDocument),d=u.height,h=u.width;i.top+=c.top-c.marginTop,i.bottom=d+c.top,i.left+=c.left-c.marginLeft,i.right=h+c.left}}n=n||0;var v="number"===typeof n;return i.left+=v?n:n.left||0,i.top+=v?n:n.top||0,i.right-=v?n:n.right||0,i.bottom-=v?n:n.bottom||0,i}function N(t){var e=t.width,n=t.height;return e*n}function M(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=R(n,r,i,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},c=Object.keys(s).map((function(t){return j({key:t},s[t],{area:N(s[t])})})).sort((function(t,e){return e.area-t.area})),u=c.filter((function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight})),l=u.length>0?u[0].key:c[0].key,f=t.split("-")[1];return l+(f?"-"+f:"")}function B(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=r?I(e):b(e,p(n));return $(n,o,r)}function D(t){var e=t.ownerDocument.defaultView,n=e.getComputedStyle(t),r=parseFloat(n.marginTop||0)+parseFloat(n.marginBottom||0),o=parseFloat(n.marginLeft||0)+parseFloat(n.marginRight||0),i={width:t.offsetWidth+o,height:t.offsetHeight+r};return i}function F(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function U(t,e,n){n=n.split("-")[0];var r=D(t),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",s=i?"left":"top",c=i?"height":"width",u=i?"width":"height";return o[a]=e[a]+e[c]/2-r[c]/2,o[s]=n===s?e[s]-r[u]:e[F(s)],o}function z(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function q(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var r=z(t,(function(t){return t[e]===n}));return t.indexOf(r)}function H(t,e,n){var r=void 0===n?t:t.slice(0,q(t,"name",n));return r.forEach((function(t){t["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t["function"]||t.fn;t.enabled&&c(n)&&(e.offsets.popper=A(e.offsets.popper),e.offsets.reference=A(e.offsets.reference),e=n(e,t))})),e}function V(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=B(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=M(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=U(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=H(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function W(t,e){return t.some((function(t){var n=t.name,r=t.enabled;return r&&n===e}))}function G(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length;r++){var o=e[r],i=o?""+o+n:t;if("undefined"!==typeof document.body.style[i])return i}return null}function K(){return this.state.isDestroyed=!0,W(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[G("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function Y(t){var e=t.ownerDocument;return e?e.defaultView:window}function X(t,e,n,r){var o="BODY"===t.nodeName,i=o?t.ownerDocument.defaultView:t;i.addEventListener(e,n,{passive:!0}),o||X(f(i.parentNode),e,n,r),r.push(i)}function Z(t,e,n,r){n.updateBound=r,Y(t).addEventListener("resize",n.updateBound,{passive:!0});var o=f(t);return X(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function J(){this.state.eventsEnabled||(this.state=Z(this.reference,this.options,this.state,this.scheduleUpdate))}function Q(t,e){return Y(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.updateBound)})),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e}function tt(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=Q(this.reference,this.state))}function et(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function nt(t,e){Object.keys(e).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&et(e[n])&&(r="px"),t.style[n]=e[n]+r}))}function rt(t,e){Object.keys(e).forEach((function(n){var r=e[n];!1!==r?t.setAttribute(n,e[n]):t.removeAttribute(n)}))}function ot(t){return nt(t.instance.popper,t.styles),rt(t.instance.popper,t.attributes),t.arrowElement&&Object.keys(t.arrowStyles).length&&nt(t.arrowElement,t.arrowStyles),t}function it(t,e,n,r,o){var i=B(o,e,t,n.positionFixed),a=M(n.placement,i,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",a),nt(e,{position:n.positionFixed?"fixed":"absolute"}),n}function at(t,e){var n=t.offsets,r=n.popper,o=n.reference,i=Math.round,a=Math.floor,s=function(t){return t},c=i(o.width),u=i(r.width),l=-1!==["left","right"].indexOf(t.placement),f=-1!==t.placement.indexOf("-"),p=c%2===u%2,d=c%2===1&&u%2===1,h=e?l||f||p?i:a:s,v=e?i:s;return{left:h(d&&!f&&e?r.left-1:r.left),top:v(r.top),bottom:v(r.bottom),right:h(r.right)}}var st=n&&/Firefox/i.test(navigator.userAgent);function ct(t,e){var n=e.x,r=e.y,o=t.offsets.popper,i=z(t.instance.modifiers,(function(t){return"applyStyle"===t.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==i?i:e.gpuAcceleration,s=m(t.instance.popper),c=T(s),u={position:o.position},l=at(t,window.devicePixelRatio<2||!st),f="bottom"===n?"top":"bottom",p="right"===r?"left":"right",d=G("transform"),h=void 0,v=void 0;if(v="bottom"===f?"HTML"===s.nodeName?-s.clientHeight+l.bottom:-c.height+l.bottom:l.top,h="right"===p?"HTML"===s.nodeName?-s.clientWidth+l.right:-c.width+l.right:l.left,a&&d)u[d]="translate3d("+h+"px, "+v+"px, 0)",u[f]=0,u[p]=0,u.willChange="transform";else{var g="bottom"===f?-1:1,y="right"===p?-1:1;u[f]=v*g,u[p]=h*y,u.willChange=f+", "+p}var b={"x-placement":t.placement};return t.attributes=j({},b,t.attributes),t.styles=j({},u,t.styles),t.arrowStyles=j({},t.offsets.arrow,t.arrowStyles),t}function ut(t,e,n){var r=z(t,(function(t){var n=t.name;return n===e})),o=!!r&&t.some((function(t){return t.name===n&&t.enabled&&t.order<r.order}));if(!o){var i="`"+e+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}function lt(t,e){var n;if(!ut(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"===typeof r){if(r=t.instance.popper.querySelector(r),!r)return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],i=t.offsets,a=i.popper,s=i.reference,c=-1!==["left","right"].indexOf(o),l=c?"height":"width",f=c?"Top":"Left",p=f.toLowerCase(),d=c?"left":"top",h=c?"bottom":"right",v=D(r)[l];s[h]-v<a[p]&&(t.offsets.popper[p]-=a[p]-(s[h]-v)),s[p]+v>a[h]&&(t.offsets.popper[p]+=s[p]+v-a[h]),t.offsets.popper=A(t.offsets.popper);var m=s[p]+s[l]/2-v/2,g=u(t.instance.popper),y=parseFloat(g["margin"+f]),b=parseFloat(g["border"+f+"Width"]),w=m-t.offsets.popper[p]-y-b;return w=Math.max(Math.min(a[l]-v,w),0),t.arrowElement=r,t.offsets.arrow=(n={},E(n,p,Math.round(w)),E(n,d,""),n),t}function ft(t){return"end"===t?"start":"start"===t?"end":t}var pt=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],dt=pt.slice(3);function ht(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=dt.indexOf(t),r=dt.slice(n+1).concat(dt.slice(0,n));return e?r.reverse():r}var vt={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function mt(t,e){if(W(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=R(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],o=F(r),i=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case vt.FLIP:a=[r,o];break;case vt.CLOCKWISE:a=ht(r);break;case vt.COUNTERCLOCKWISE:a=ht(r,!0);break;default:a=e.behavior}return a.forEach((function(s,c){if(r!==s||a.length===c+1)return t;r=t.placement.split("-")[0],o=F(r);var u=t.offsets.popper,l=t.offsets.reference,f=Math.floor,p="left"===r&&f(u.right)>f(l.left)||"right"===r&&f(u.left)<f(l.right)||"top"===r&&f(u.bottom)>f(l.top)||"bottom"===r&&f(u.top)<f(l.bottom),d=f(u.left)<f(n.left),h=f(u.right)>f(n.right),v=f(u.top)<f(n.top),m=f(u.bottom)>f(n.bottom),g="left"===r&&d||"right"===r&&h||"top"===r&&v||"bottom"===r&&m,y=-1!==["top","bottom"].indexOf(r),b=!!e.flipVariations&&(y&&"start"===i&&d||y&&"end"===i&&h||!y&&"start"===i&&v||!y&&"end"===i&&m),w=!!e.flipVariationsByContent&&(y&&"start"===i&&h||y&&"end"===i&&d||!y&&"start"===i&&m||!y&&"end"===i&&v),_=b||w;(p||g||_)&&(t.flipped=!0,(p||g)&&(r=a[c+1]),_&&(i=ft(i)),t.placement=r+(i?"-"+i:""),t.offsets.popper=j({},t.offsets.popper,U(t.instance.popper,t.offsets.reference,t.placement)),t=H(t.instance.modifiers,t,"flip"))})),t}function gt(t){var e=t.offsets,n=e.popper,r=e.reference,o=t.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",c=a?"left":"top",u=a?"width":"height";return n[s]<i(r[c])&&(t.offsets.popper[c]=i(r[c])-n[u]),n[c]>i(r[s])&&(t.offsets.popper[c]=i(r[s])),t}function yt(t,e,n,r){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=r}var c=A(s);return c[e]/100*i}if("vh"===a||"vw"===a){var u=void 0;return u="vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0),u/100*i}return i}function bt(t,e,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(z(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var c=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(c)[0]]),[a[s].split(c)[1]].concat(a.slice(s+1))]:[a];return u=u.map((function(t,r){var o=(1===r?!i:i)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return yt(t,o,e,n)}))})),u.forEach((function(t,e){t.forEach((function(n,r){et(n)&&(o[e]+=n*("-"===t[r-1]?-1:1))}))})),o}function wt(t,e){var n=e.offset,r=t.placement,o=t.offsets,i=o.popper,a=o.reference,s=r.split("-")[0],c=void 0;return c=et(+n)?[+n,0]:bt(n,i,a,s),"left"===s?(i.top+=c[0],i.left-=c[1]):"right"===s?(i.top+=c[0],i.left+=c[1]):"top"===s?(i.left+=c[0],i.top-=c[1]):"bottom"===s&&(i.left+=c[0],i.top+=c[1]),t.popper=i,t}function _t(t,e){var n=e.boundariesElement||m(t.instance.popper);t.instance.reference===n&&(n=m(n));var r=G("transform"),o=t.instance.popper.style,i=o.top,a=o.left,s=o[r];o.top="",o.left="",o[r]="";var c=R(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=i,o.left=a,o[r]=s,e.boundaries=c;var u=e.priority,l=t.offsets.popper,f={primary:function(t){var n=l[t];return l[t]<c[t]&&!e.escapeWithReference&&(n=Math.max(l[t],c[t])),E({},t,n)},secondary:function(t){var n="right"===t?"left":"top",r=l[n];return l[t]>c[t]&&!e.escapeWithReference&&(r=Math.min(l[n],c[t]-("right"===t?l.width:l.height))),E({},n,r)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";l=j({},l,f[e](t))})),t.offsets.popper=l,t}function xt(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var o=t.offsets,i=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),c=s?"left":"top",u=s?"width":"height",l={start:E({},c,i[c]),end:E({},c,i[c]+i[u]-a[u])};t.offsets.popper=j({},a,l[r])}return t}function Ot(t){if(!ut(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=z(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}function kt(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,o=r.popper,i=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=i[n]-(s?o[a?"width":"height"]:0),t.placement=F(e),t.offsets.popper=A(o),t}var Ct={shift:{order:100,enabled:!0,fn:xt},offset:{order:200,enabled:!0,fn:wt,offset:0},preventOverflow:{order:300,enabled:!0,fn:_t,priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:gt},arrow:{order:500,enabled:!0,fn:lt,element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:mt,behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:kt},hide:{order:800,enabled:!0,fn:Ot},computeStyle:{order:850,enabled:!0,fn:ct,gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:ot,onLoad:it,gpuAcceleration:void 0}},St={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:Ct},Et=function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};C(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=s(this.update.bind(this)),this.options=j({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(j({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){r.options.modifiers[e]=j({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return j({name:t},r.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&c(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)})),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return S(t,[{key:"update",value:function(){return V.call(this)}},{key:"destroy",value:function(){return K.call(this)}},{key:"enableEventListeners",value:function(){return J.call(this)}},{key:"disableEventListeners",value:function(){return tt.call(this)}}]),t}();Et.Utils=("undefined"!==typeof window?window:t).PopperUtils,Et.placements=pt,Et.Defaults=St,e["a"]=Et}).call(this,n("c8ba"))},f5df:function(t,e,n){var r=n("00ee"),o=n("c6b6"),i=n("b622"),a=i("toStringTag"),s="Arguments"==o(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(n){}};t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=Object(t),a))?n:s?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}},f6b4:function(t,e,n){"use strict";var r=n("c532");function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},f772:function(t,e,n){var r=n("5692"),o=n("90e3"),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},f7fe:function(t,e,n){(function(e){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt,l="object"==typeof e&&e&&e.Object===Object&&e,f="object"==typeof self&&self&&self.Object===Object&&self,p=l||f||Function("return this")(),d=Object.prototype,h=d.toString,v=Math.max,m=Math.min,g=function(){return p.Date.now()};function y(t,e,r){var o,i,a,s,c,u,l=0,f=!1,p=!1,d=!0;if("function"!=typeof t)throw new TypeError(n);function h(e){var n=o,r=i;return o=i=void 0,l=e,s=t.apply(r,n),s}function y(t){return l=t,c=setTimeout(O,e),f?h(t):s}function w(t){var n=t-u,r=t-l,o=e-n;return p?m(o,a-r):o}function _(t){var n=t-u,r=t-l;return void 0===u||n>=e||n<0||p&&r>=a}function O(){var t=g();if(_(t))return k(t);c=setTimeout(O,w(t))}function k(t){return c=void 0,d&&o?h(t):(o=i=void 0,s)}function C(){void 0!==c&&clearTimeout(c),l=0,o=u=i=c=void 0}function S(){return void 0===c?s:k(g())}function E(){var t=g(),n=_(t);if(o=arguments,i=this,u=t,n){if(void 0===c)return y(u);if(p)return c=setTimeout(O,e),h(u)}return void 0===c&&(c=setTimeout(O,e)),s}return e=x(e)||0,b(r)&&(f=!!r.leading,p="maxWait"in r,a=p?v(x(r.maxWait)||0,e):a,d="trailing"in r?!!r.trailing:d),E.cancel=C,E.flush=S,E}function b(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function w(t){return!!t&&"object"==typeof t}function _(t){return"symbol"==typeof t||w(t)&&h.call(t)==o}function x(t){if("number"==typeof t)return t;if(_(t))return r;if(b(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=b(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=s.test(t);return n||c.test(t)?u(t.slice(2),n?2:8):a.test(t)?r:+t}t.exports=y}).call(this,n("c8ba"))},fc6a:function(t,e,n){var r=n("44ad"),o=n("1d80");t.exports=function(t){return r(o(t))}},fdbc:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(t,e,n){var r=n("4930");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(t,e,n){var r=n("da84");t.exports=r.Promise}}]);
assets/vue/js/wizard.min.js ADDED
@@ -0,0 +1 @@
 
1
+ (function(t){function e(e){for(var s,o,r=e[0],l=e[1],c=e[2],m=0,u=[];m<r.length;m++)o=r[m],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&u.push(a[o][0]),a[o]=0;for(s in l)Object.prototype.hasOwnProperty.call(l,s)&&(t[s]=l[s]);p&&p(e);while(u.length)u.shift()();return n.push.apply(n,c||[]),i()}function i(){for(var t,e=0;e<n.length;e++){for(var i=n[e],s=!0,r=1;r<i.length;r++){var l=i[r];0!==a[l]&&(s=!1)}s&&(n.splice(e--,1),t=o(o.s=i[0]))}return t}var s={},a={wizard:0},n=[];function o(e){if(s[e])return s[e].exports;var i=s[e]={i:e,l:!1,exports:{}};return t[e].call(i.exports,i,i.exports,o),i.l=!0,i.exports}o.m=t,o.c=s,o.d=function(t,e,i){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},o.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(o.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var s in t)o.d(i,s,function(e){return t[e]}.bind(null,s));return i},o.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="http://localhost:8080/";var r=window["wpmailsmtpjsonp"]=window["wpmailsmtpjsonp"]||[],l=r.push.bind(r);r.push=e,r=r.slice();for(var c=0;c<r.length;c++)e(r[c]);var p=l;n.push([0,"chunk-vendors"]),i()})({0:function(t,e,i){t.exports=i("9f7c")},"107e":function(t,e,i){t.exports=i.p+"img/long-arrow-alt-right-regular.svg"},1532:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABlmWCKAAAHYklEQVR4AeVbeVBVVRj/7n1sIqsICIKhIAIKkjCJmgJlKiYuTU4wWZqWMzWauYzmMsVUmk0Gf5SmGU1qizMq2mSbo40RmMjmioiC+JQdHijw4PGW2/kecxF9PO7yFq68M3Pn3nfOd77z/X733HPO953zKDCSgr+YEUjTtJeR4icqW6vTKCvO55TDEdA+bjj1SMbKGPuQcLfVNMWsAqBGP1L2pP9gQKGj4AAoNZ/e2vJvAwunh4CQHdO9KWe7X0nGZLZwcN6ZWo0OkivWnS1AfLQe5GKQUc6yrMEPHtFSI2QU9du4L6f54y89AcHT4pdTQD2LGbaQKAp8GK39Z4hV/wmEZiTkA0XF2gL4hxgZdVcL+FBBaQlO9u5UO2Gl+3N4KDH4nyiYSctcdd42CZ68XtL9XWgtTcsG/6s2jtCs3Z4MpDDaMxBGuo0w3qLESuxMscfJzhEifcfBJL8JEOM/AaL9xoO7kyvoGB2k52bC/sKfTVFvlbqCCPAa4kGARsIkAhavCO+xYC8zVEFTNLw7ZRlklfwBTR0tVgEithFD641oWhmbCmunrgAExyc5yOwhJXI+7L5wkI/4gMnwQuPqMBTWTFnOGzyLJiUqGexp3hyz1ax650WAm6ML2ImYLHyGesHskBlWBSS0MV4EqLRdQvX2yL8W/VLPsxQfeBHQ3qUUbXu0X4R+phCtwMIVeRHQoVGBSmNCL5i4yMIwxKvnRQCqr2vriSEIbi0pNBFwCpVi4k1A1YM60fazU6JoBRasyJuAima5SWbglCjjuYYwqSGBlXkTUNZ4W6DqR8VxSkQ/QWqJNwFX68tMsr2urRHk96tN0mGJyrwJuN5wE9q7OkTZIG+phjeOb4AurVpUfUtW4k2Alnh4hdWXBdtyTl4ELx9+G8oVcsF1rVGBNwFoTHZlviCbDhYfgzdPbIT7qlZB9awpLIiA0+U5wDAMp33Y1bee3gXbs3cD9hwpJ0EE1LTVQ3HNNU48W09/Dkev/c4pJwUBQQSgwcdL/uK0OyEojlNGKgKCCThZ9je0qdr7tT8pNAHCvUP6lZFKoWAClOoOOMLRvTFqtC1+tVQw9muHYAJQ24Hio5xzeuzISFg8fm6/jUuhUBQBNcQz5DPIvT/jHQh085MCTqM2iCIAte3JO8S5MnRxcIaMuR8AeoNSTaIJaFAq4OsLhzhx4b7Bx8+v45QbKAHRBKDB35Ox4FZTJaftC8Nnw+rJSznlBkLAJALUOg1sIYsejc7g6I0BllVxS+GtmFSDfL4ZjjIHvqKC5GQec4I8yImJ9wTV6iWMbi4GOp4JiO6V2/fj1FEx+m2z/Cr+TpWzvRPsSf4Eds7aBElj48neBAW3FHcAyTc1EVWHTSYAjSiovgKxZMsswJ17xI8LfBowOJJzJ19PBheI9KRt8NyYqXqxYc4eEB80GZZELYThzsMA3WxTHC2zEcAAA/9U5pE3lAC4icKVJviGAhKRI88nM4nxkDuOG6lRCwzUOdg5kI3YCHh14kKI8g2Dls4HooItZiMALewkofNceQHMD5sJjsRAruTn6gOLImZDLVlTlDUZhttmBU+HDxPXkJM7+lM8farDsiDPAFgQ9gK8SCLPKCrk8yDy5vkEWOsUHfehqPoqzCXG9LVrzMqxd9xex62zKDJVXqkrJW+yO24wbvgY2Ldgh6D1g+cQ957PQ0sGZT5eq9kJQGDVrd0u8xwyYPEhAevgW3wlMhl8hw4HXF98Ne8j8HL2xCLBCT+PaU/Fkk/yPNS3N/VbHwkwaRo0pj3v3kVY+ctmaFW1GRMxyMfVYmrUfMhK3QsBZjhhMsLF26CNvjIsQgA2dKHqEiw5uhZqSI8YiHSp9jqvZi1GALZe2liuD4gWVl3hZYy5hKoe1HJ2f7YtixKAjTQqm+H1rHWwv+Awr3mfNcyUe1E1d9iO1W9xArAhXCrvyv0Glh5bD3etsDlSSBZmfJNVCGCNwXFh3g8rYF/+T9BlwnY7q8/YvajmqrEig3yrEoCt44Ip/dy3kHRoGZy8ccbsn0UriVfe5OGhskxYnQC24XtkoFr/53bSI5bDieunOENsbD2u+8XaEkGkDhgBLBDcMtt0aickfpcCGecyobL5Hlsk6o4rUSFJMmfYcLbYm/+j/sIDmLhERs8vzDu4X3/gcbBCBkCsKxkCegMpITvReGX8lwm4xsejuBhaCyU+QrDnKPB38+3TTzh/txgKBMQaJEtAbzKaiYN1piJXf7H5eCh7GCEGyXEl7jcexsSjfJdrS4ljzr13yep5IgjobSz7jCDxDLI5ziHTtIr8h8qGE63rtKsnO942SQI51q+kK9POdgLFXLK9TsCoVR3aAnYdsM/WCCBD5TH55pxmPQE3WyCTZOTZDAn4N1qtbiPi7e4BaWc1jFKTTEgoGuwkkBmkQc1oksrXZ99FrD3/GFOckSvd4oIOyhwZJVl6hZMy10FGRhsZ7DPVakip3JB9g8VmLOZMBacnBNO0zp+hZcZkWB2Sv2tVmubb7YpSSLtmcOT9f3LyV1v6G8m6AAAAAElFTkSuQmCC"},"1f7f":function(t,e,i){"use strict";i("e8f2")},"1fa5":function(t,e,i){t.exports=i.p+"img/long-arrow-alt-left-regular.svg"},2415:function(t,e,i){},"29b8":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABlmWCKAAALjklEQVR4Ad1ba2wU1xU+M7uzfmAMpODFCQ8H8IMCogpKGrVSZKlpEqQQF8jKNmlTaByaJuRHErUhIT+o8iNNU9oqTZSSKkU0kbEzsgNOIiW/CmklmkqOEI2KxdMYiL2AAdevxbsz0+/c2bter3dt78yujX2l2fs+93znnnPvuXdmFcpwsIgUSfL0+vWzZxcWLiFFWWYZxjqyrDJUVqB+IdIFsp2IFaXftKwu1LeRx3NSUZTWsKqeG4pEzi/T9f/JtqjHEJkLMWbdkpTAmcELmzeX+jRtF8q2gK4WpW0gZuZ5TPlEq0TEdfLhek+0MoxYN8PhV29vampDA67jH27rOghibqgwQ8xM+6ZNxbma9gxyP0K+DOUqZllF3kKsIE5vLMuy4vqaCvKgeQrPxxHTfHOxrl+SY7vhPz2m4kbiwTnbVVOzFMz9HMlf4CkE02YUuGPaTHdUsAVi0ybqx/h7VaJ3ihobz3JbDIai9IMjJhl867p13ttLS59QLetPAO0BaNYFR/TSZjuqHRC8Cbv65TenT7+9rrU14kQIaTPMMDs3by73aFo90qsB3DtpwBMlZQsiguKTEct67I7GxuPpCgFaNPEgwFdXb/d4vUeRXjul4Jlt1jieAKKVmqIcCVZX72AeJ45ogo0F0UBA61LVP2DMp6IDpCW8dJhy2NYU/Sxr/2Aw+HTJ4cM3J6IN40qLwbdXVubk+f1NkPgPp3zWx5KO2CjIwCT9fcgwqhbpOgvBFkyKfmPOIoOHM+PL9fs/APgHb2nwDNBehD3g+weax6O3b93qE9qbArzokqpOgocn1wzCD6HdmMJKRWcKy9nx+qffMNaTrodSmcNYoJTZc+b8Lqr245rKFAJNPjQ7YUTfC6rqm4hT8p9UADz7wZqabej49C2v9snh2+Zgb9E/A5aUu8MoyTD4K1u2rDAN49+Y/ULQTyqkVOPeguW8CPbhoHVvcWNjGwAD4nAYAY7BU2WlxzDNAwA/G81G1A93m1YpxlCgKkrzxUAgV2CMY38UwCt+/08gpTVQ/VF1cf2mV5IPY0TLNVWtS2Q8ZgIsmW+qqhZ58vJOoxF7VzNHADZqNoWIEg6vLGpqOidNYQRIT27u41HwMcHYfWfEL2P1ml6v9GQFKAGUZ//Sxo23eXNy2lB6G54RghEtZ8KP7Slet0yzYqGuX2UtiAHVNG3HjAbPE8ieoqLMxZXbrzjHRSrPPkvCUtWNXOA2gB5ZfEjLxuOWuWh/zHoVBQJexs6LHXVv2rRoyLIqIAiWkONhcPFJSn4+acuWgbIg7ZhWYkdraIjCZ8+SdfMmKWpMcRObjZ/HjoDJWdphmqVLiP7LXCoRn28nYIv0+BSSt4BdUf6DD1JBbS2peXnJG7ksNXt7qff992nwyBFSPPLONE2i0QNTjqY9j551yoVAIA8npyswgnxhI2nSE82hNb7Vq2nezp22QUkaLrRJkgBfsaRIg2Y3xglfuEC4EhuuSydlL4aDqmn61Tyvdyn6zgJ4h9Rg81DPvPvvHwmeGWIGnTIp+3MsQ1T18x/C4RQa5zLkRVS1TA2b5p2CkO0tOaMJZtRZs6JkLBr47DPq3rWLQl99BfwOhYB+bFaDX3xB3S+/LGLOc1ALcfnsRrCCCugoSinf3a9B3nSs/lFiImKmsBD2HTpEkY4OuvHaaxQ6fJisMN5tTFQQ3A5AebHrP3iQet56iyJQ974PPxS0XWmU5NXeDvl9xRoVDK8WApCVbmK2eSxOnvnzbRXVNOrZu5euv/46mYODNuXoLCYdJloXCQap+5VXqE/XsTRjbY5EyFtcLGi72aUSxjTZIVLBcmlChfMsBAB6VPDoo6TwTgDGebUe+vpruvrss2IWjatXh7VBakU0Dp8/Tz3vvkvdL75IkYsX7e2OaUDlC2pqbM/FOXeJPZnVO9kZmIMUZzITsFDlrF1L8/fsod4DB+jml1+SFQqRNTBAfU1N1N/SQr677qJcPJ6iImLfwbh0iUJHj9LQiRP29iZ3D2hQ3n330WyAV+fOtfljYWUoYB2Zy3v/YjyZE0CUOXXOHCp8CueObdto4PPPqb+5mawbN+B8qzR07BgNtbYK8DywBTUXZonYgqkoWFALqqoo/5FHSPH5MrI8RdkajuzjfpE3ijyzAojOoFipc3Jo1oYNlPfAAxSBiodPnRIzbXR2ktnfL8xBzc0l78KFpJWXk1ZRQVpJCanwKGP2LjVimH33KZum7Qq7p5aCgmQcMYP0lZWRDyBnPfyw6CC3yKSureybgnSmitkEJicwIAkqutrHgEu7lvWTwxGPYvEieAGslSHj0LlOk1uANeDTD3zyCYXPnRPbpVZaKsxEOFOTJwTck1pB/oDhBksiTRjOmgP8zePHqfuFF8RpsXD7diqsqxO7xNXnnqOh07iNG8tPcDZqql4WqWqPFwdL/uri7lStMl2uYC2YB9eWFzoZCrdupdx77hm5BcrKbMaKcsZrqiq/U/9xNseJ0YZ680Io3FlWdanu0AzfypV2XpbFOmUtwdp/wosDwX+gAXwm4G9ywFWWQzxwOVSyMlmXjVhsP/B9gJ0PmO1iDBfHYdgSmX199sxmg+F4mpgns6dHXLnFFztJ4/OeU2pfMNiBaQdF8fLACR3hrfERWIRsLmJwm3ny+j/9dNh8HHEsOvUZAwOnPH9sbzf7V636FtThuyh2fNlm4ARnXL9O2ooVwulxzlfynrxNmdeuUe9774nDVcyHSN587FJ8yQZ6+4qbm1v4GkjpCwTm93s8HRBvjpt1gC8smDHvokX20XVsNtKrxeyHccfAwRV4e60Lq4axaoGunxECgAlYndXVrVgDvwP6jrWAmeOZymbIwCrN10onuw1j7bd1Pcz3AbAqLGOW1ZgJxpnBbD6Z4BF4dYAX3xXK2bbUUOgdEL+Cx/VtYyaYzBINxnYtFAr9HrFQViEA1oL5LS19OL7uiVZkW5OzhG9MshLTn0sOHuxhzNxaaoDoqYbDH8Ag+PJONhblM+SHMQ3iy5e/xOOJCUBoQXNzF14bbUODsNhw41tO57Tt+UUggR3Fus6n39gExwTA+LjiH4bxEZLHsB3OnLUAXi4Qn7lmGPWJ8wjMIwMaKp1btizBa6N/oaYIzwghjWw9LXL8iX03bqfvLaqvj30ZIjkfBY61oLi+vgMa8Dw68sfIMXWRnaZNLHlXlJeSgWccowTAhSwE/4EDjYh3QxCRaSkE2+Nju3/D39CwjzExtsSQVADcCB3MItP8DeL6abkeYA1TTPNQxDB+zVgSgct8SgEIIej60BHDeALpRmiBfRSTPW/VmGcevGLZO3jEsmrwxXhoLFYhnLEDL4pooVyurd0H2rUgPnX/EBmbVSg5wLPJEn3kr6iopd27+YyfVPUlqTE1gBsxATxmUSTyJOJXox1TqpQkPAWxzZNl/XYwN/enyu7d5njgmUe0mXhgbcCHx7Xo8Qakjde1CJNxjSYGSvFjzzrPfhDXey8taGjYPxHgklpaAuBOLIQrgYDf9Hg+xqD8bQG/vOOqtGlxJxeBbZ2vxsJQ4zbDMDYkenkToT2uCSQSYekW6XoXztPfx8XEYxAIv1fgMJlmwc4NK98NPFuvGsbdTsAz065mjbUBi2MRXmY8jpl4BvT4TTOrI9+4uqIt6MT/2KqOIREsqxP3F2+HVHX/4oaGTp6U+KbppF0zyUJgBi4HAgUwiyfB3DaULQf+HDDCnqQ9RnpmItRbALFvqzmPDwSVc7h2+5sXdxcLWlp65djpAE5s61oA8QTBkEqVlerFBQv8PkWpwz1THSbujlgb+4CFZjHNk+NzGQe7Lu5TfQiyE4V/jXg8e7va2oL4h6iBThkzN8mAPXwGfsGs0AiO+e+1S8rLS/CvzuU4XJVDGBUwl6VoUcJDwVmZJyJFucZ5hPMAfB7fGbXxwgZP7uxl02znuzswCqu3adtNM/P7fzVZgkVauHi3AAAAAElFTkSuQmCC"},"2adc":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAADyklEQVRYCbVXa0hTURz/nW0+Ssc0zdIQDR+RFoGGFFkolYkUZCJYIfSgiB4U1Kc+mN8qUnp8KAjC3g+KRZRlKZSlZUGZZaa23maumWXTzW262zkrL9vuPdPpdi6Xc87/8fv/7rn3f87/EvxrJPFwVgEBWQQiBPyX+aUjEOxDdvLsfavxIk4+txEWJelI1iUavMgvETmggiDUBvYackhSedZyoiQ3OXZ+FdsFYbuCKJDp1ygewOnyz1cIBEEebESVJkgtjn01IARKlRyYSqFCalQS0qJnIS2G3tGpiJgYjr01h6BtqZJzGbNMQkBJ38nt4grEhU2TgG6euxrXW+5CoJevmsIdKFgVLBuc2U0Pj0Vm3Fx3l3HNJQTMg2bYBTsXtHhOPlc3FoWEAE0NdPf3cLEWxmcgTiN9PVyHERQSAsz+46+vXDeWt/kpy7h6bxWyBF7r27k4A4MWPPvWxNV7q5Al8LSjURany2jA2qs78fjLc1n9WISSNGQgDZSA0dIHdVCoiPnu5yes1+6BwcT/PkRjLwayK2AdsqGy7b4LTPgEDfptZheZLyayBBjwuSatSzpG0p1wa0axL2K6YHAJ6Ho+4057rYvxhrRCpMfMdpGNd8IlwIDL6k/CbBsQYygVShzL24dp6imibLwDjwQ6jXoHCecgkSGTcKagHDEcEjMnJ2JTehGi1VHObtyxMiI3PpdWQ/N4Fq/0rUiOmI7EiDjRRBOsRl5SNhq/v0FXn0GUs5W5UHgUixMWgG3ZMyIT0E2zhj0IpzWPSIA5Pvj4BPNj0zBVPVnECQmcSHfEHATQE72pq4X2AajIL0OsJsZhw3ZMRnpVSi6WJmTCZDWj7ecH0f//oJnQevAwXYFd7hr3OdsTTq08iDlTZ7qrwDaob/Qp02nt4KktrliDjj9dTibCZY/fgJOlY2Nap92Nal2ds9gxZiszUnDLoBX6vm6J76gJME8TzYgdlSXY//A42JngTXutb4PNPihx8YoA82a10OnGa1hxfiNq3teBltcSUDnBi+/NcmJ4TWAY5UtvJ7bdKkHB5S248fYeBmyeV+RFpzyBUWXBcFC53kCLl2q6EmdfavH2hw69FiMILXdDaZawzGDtz4ARBx6dgGXI6g7RLHsauluNZm6iB1WVrtZxD9urA0MQGhTi+ID7rKZhsUuvIgIscPyguch9MjFa+8FuXqP/JEMKWgPW8wz8LbcLaGDPTpKPZF+hfaG/Azrj0+ypE5QdS/4tfikUyWFZhTSjsunrGNWvmjOYN2MBxEaT+anut+EcSt9Y/wKYPTFLjUA+DAAAAABJRU5ErkJggg=="},"2bc2":function(t,e,i){t.exports=i.p+"img/zoho.svg"},"2cf42":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAB2HAAAdhwGP5fFlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAACT5JREFUeJzNm39wVNUVxz/n7W6I/FDkpwpmd/mRwUIdrfijKNZBOq11xmJhC7tRpKCpta3tWNGx1hoc2yIFrDJOK79FskHiFOSPSmvr4LT4C1qhVgVi2N3EURAoShJIstl3+scmwLK/3r73Qv3+tXvvOd977tn77t57znlCb2NW00VI6ipErgTGAqOA4cBAoH+3VDtwGDiIEkP4ANhFUl+nPnigN82TXmGdFbsaQ2YA3wK+5JBtL8IWUmxmg/8NEHXBwpNwzwFz9wygvc+diNyFcolrvJnYh7KSPrqCtcHP3CB07oBQ43n4PA8APwTOc8xnDccQlqGyhKj/qBMi+w6oUYO9ibsRFgBDnBjhAIcRfYTOwArqJWWHwJ4DwrFxiKwErrWl7z62Y3jmsP7iD0tVNEoeKpy4DZGdfHEmD3AtZmoXkXhVqYrWV0BIPfjiS0HuLXWQs4wnSfrnW30krDlgTqycTqkFvuPEsrOIepJtt1E/vrOYYHEH3NTQh0G+zSjfdMW0s4eXSbZNK+aEwntASD2c79vgwuTbbOgcdjjmTfj6rSeknkJChR3gS/wWmGbTgBPAKtDLiQb6ozITMC3odQJTiAaGojIBYRn2HAgQwpdYVEgg/yMQScwGfc7euNKMeCZRO/KjjOaq+NMoPy6iW0PUvyCjaXZjBV2eHcAwe+ZQRW0gmqsr9wq4rXkM6DO2BgNAX8qaPIBR/hCwv4DeuyRbf5PVvG50E/CKfXN4lplNo3N1ZTugRg3M1DpO3dTsDDgiZ/vzF7ShejPwKrAfZTfwb2A/wlZMbsm7aeXjtIb+GKk11GjWfL1Zog3xapCvOhgMhCvy9tUF9wA3lkaogiQud2aTTKahaR6wIqM5Q2hObCCd0ggMcjQYQNIzmPqL/+uYB2BWLIAhMReYDlGmlaffJDOXRFLux43Jg0lZe5cLPGmkaAfciAMMpVPuO73hlAPmxAaiuHPMFX2c2rHHXOECqA8eQPi1S2w/oqrh3J4vpxzQIXOBAY7pRR+jNvioY54zURv4BeiC4oJFcT545/Z86XaACsI9jqlVftcrk+9BNFgDLHXMo3JXz8f0JpiO4b1pUf1zROZjmocQLkNkIspwYAuV/l9RI1ZOew6gQiTxM5SbMfgIlZ2QegeRC1H5PXC+JRpTr2FD8K3036Ah37VugDxKrb/nr2Rzaca7AVGiLAYWZ3VFEsNBn7JEY3Ar8FbPHmD1stNC+YnVFmUzUb3TRzj+MOH49LwyMxsrqYovyndqK4oycx1w3JKsyC0ABrObR2A5dK2bWD2uxZZxbUO/gfA4Qh3VO305ZTzex1Dm4zHt7SNrg5+BvmhJVhnH7R8OM+hKXW15ACFuyzAAk77dn3ycGFmWR6hHpp/tcUQOWpUk5b3OAC6zTG7KPCKNY20ZdjZQ1XQlyjzrCnqpQSmZG2EEeN4hHL8HtHeySnZwg3oJJ36Jmtsp6SRrjPOCVpQYHe+H8AzhxFS6NGQ3Hu8aqnf6aE1sBabY0A56QexdM4VbKYvdCPwlr0xVw7nguwsVL+ilJ9tT7fcRSWRfe0XHoIBSSSTxIACGvsL6wL/yjtE2ZCr2Jg/oMC9O7v0YRTJCZdejujjHPeaxnHebniZhAujC7rYJwO15hzB1IGL7aRxsAOfY1UaM1sL9Unri5UxoseeziA2F4TNwcs1Us2DE9azA0OygjnV4DMDewSYN+6vHLZha7kD7uAHYX0JqlpyMdB3pahKbFzA5ZmAvAZFC9SGio94uKKVd7bbsykRhjmhwF8gPisrlhHnAQNhXotY+RK+jLriwOD/O63vEAkfUv5wUXwEp/INkwdhvoLLXsryym2TfK6gNWosdfBJ8H3AWGlNetyT3QuADkq2Tge0lkO8zUP2PZXlhC/XDrO8Z26QL2GjdoCwcpExftSxdP74TxHoCxTB2Gni7/o71v8JJlslPIrUIW88ngD7B2mCputZt7Ei9bfD8mE/B8iqYUvJtMDq6AZUHStJJ4zWSgadL0pgVC4BaTLrou9QHD3Sf1OSvFocQ8GSHzkPNhc8Ddf5lIDVYX2nbSaa+nfeiVaMGodgFWYEVj8wHrB3OlJfhZFC0aSKGucOicSYqz2PwCehlKFcCg4HX8Hqns27kkbyas+I3Y+iTIPlWUSuiS+l35HGWT0zmlAh/PASj8yWUSUAHyG4wd4EMo5RUvhhXUVux49Q5OxJ/D6dVncLrdHqmUn/xibwyN6iXC+NTMWQNygXdrZ8CPyfp2VQwnVb9cV9aO/8GXOPITnifaGA8ZKbG1jgkBWUSvtTLhBrzF0xuky7qglvRjP/3ZqKBVQUnH2o8j5aOrTifPKArez6dckB5+7OAo6rLbnwNn+ePuVLR9qGCz/MiIpNdIDtKeUcOB6we1wJa2q6bH1NoTPhd4oJwbBgw1RUu0WWnR7bP+JWMp4BDrgzUnnRyT8/EgPIWwI1s80H6dGQkVDIdEPUfRfVBFwb6iPqxxRx5WiJWz80vBiy/6DjKHsdWiTxyZl4j+zmtC6ylpPN0Lug7BbvTmZ9Rp1k2Jl2XVABCYc6iJrGN2oqVZzbn2KhESRl3AJ/bH0w68vaFmgfhSdWRGYoWzNRGQg1DC5A6KZBowTTuzPWyRaEyuRCo3YtMEvgelf66jGxxeP+liLGJjF8/w5xmSM3IiDOE1IOvKQK6AuhjyxqVmdT5c86lcMAxEl8C3FdQpjD2ASsQeQP0JpSfUjzt1QH6B1S2YOjVqNwNVNi2QFlCXeD+fN1FIq4qRJpWg86xbcD/FfIClRWRQjULRQ4rovQ/VA38yWXLeh+qW0i2zi5WsFH8tLZ8YpL+h6cBtW7Z1usQ3ciAIzPcKZc/CRUiiUVA3ufpCwGRhYyteNhqqU7pOaVwfDrCKs7eG2JWcQz0+0SDG0pRspdUiyRGoeZaly4nbuAfIHcQ9RcoxM4NBzl+Faris1FZhN0yduc4BDxE1L/a7hulzosc5sQG0mHci+hPcKfM1go+R2Up55x40nbNUjfcq/IIfdof7/FqhLnAeNd4M7EHeIby9uecTrwHvfTydPxyDCIoX0f4MnbeT0xD0xFr+TPIBqL+f7ppJvSWA05H+OMhSOf1pOONlwCVpB+VntfnvaQvXieAJqAZ5D0wd6H6JnWjrFZ92cL/AEdm6o5wcBoEAAAAAElFTkSuQmCC"},"2db4":function(t,e,i){t.exports=i.p+"img/outlook.svg"},"31f1":function(t,e,i){var s={"./amazonses.svg":"7de8","./gmail.svg":"ddc9","./mailgun.svg":"776b","./outlook.svg":"2db4","./sendgrid.svg":"b1c2","./sendinblue.svg":"7f3e","./smtp.svg":"5f30","./smtpcom.svg":"78cb","./zoho.svg":"2bc2"};function a(t){var e=n(t);return i(e)}function n(t){if(!i.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}a.keys=function(){return Object.keys(s)},a.resolve=n,t.exports=a,a.id="31f1"},"3af1":function(t,e,i){t.exports=i.p+"img/check-solid.svg"},"3dce":function(t,e,i){t.exports=i.p+"img/loading-white.svg"},"433e":function(t,e,i){"use strict";i("2415")},"4bd8":function(t,e,i){t.exports=i.p+"img/logo.svg"},"4e2d":function(t,e,i){t.exports=i.p+"img/times-solid.svg"},"50bf":function(t,e,i){t.exports=i.p+"img/arrow.svg"},5711:function(t,e,i){var s={"./loading-blue.svg":"8e56","./loading-white.svg":"3dce","./loading.svg":"8e57"};function a(t){var e=n(t);return i(e)}function n(t){if(!i.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}a.keys=function(){return Object.keys(s)},a.resolve=n,t.exports=a,a.id="5711"},"5f30":function(t,e,i){t.exports=i.p+"img/smtp.svg"},"6f43":function(t,e,i){t.exports=i.p+"img/star-solid.svg"},"776b":function(t,e,i){t.exports=i.p+"img/mailgun.svg"},"78cb":function(t,e,i){t.exports=i.p+"img/smtpcom.svg"},"7c9b":function(t,e,i){var s={"./all-in-one-seo-pack@2x.png":"2cf42","./coming-soon@2x.png":"9f86","./google-analytics-for-wordpress@2x.png":"82f2","./instagram-feed@2x.png":"877f","./rafflepress@2x.png":"a1c2","./wp-call-button@2x.png":"1532"};function a(t){var e=n(t);return i(e)}function n(t){if(!i.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}a.keys=function(){return Object.keys(s)},a.resolve=n,t.exports=a,a.id="7c9b"},"7de8":function(t,e,i){t.exports=i.p+"img/amazonses.svg"},"7f3e":function(t,e,i){t.exports=i.p+"img/sendinblue.svg"},"827a":function(t,e,i){t.exports=i.p+"img/exclamation-circle-solid.svg"},"82f2":function(t,e,i){t.exports=i.p+"img/google-analytics-for-wordpress@2x.png"},8398:function(t,e,i){t.exports=i.p+"img/working.svg"},8475:function(t,e,i){t.exports=i.p+"img/question-circle-solid.svg"},"84d7":function(t,e,i){t.exports=i.p+"img/info-circle-solid.svg"},"877f":function(t,e,i){t.exports=i.p+"img/instagram-feed@2x.png"},"87eb":function(t,e,i){t.exports=i.p+"img/pro-badge.svg"},8888:function(t,e,i){t.exports=i.p+"img/post-smtp-mailer.png"},"8cbb":function(t,e,i){"use strict";i("da18")},"8d41":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABlmWCKAAAJsUlEQVR4AeVbC3ATxxn+93SS/JAtY8DYGDuAbd4QQoEkTRlCmzakEyYhAxRCYAjT6QBJWxIIr5Kp2yktj5KQJiSUPGoKmNSTQEmaZ6e0CQwpBUJJKClYro2NH2DLtmTJ1kl3u/1XVKqEJetOPoFtdjRze//++z++2+e/KwKJToyR775emS8BGU3AMJgwmssI5DEGOW6JWRrbFQUIOAXGGhjAZUJYvcxIreD1fFWxcdxlAILkxCWSCNH3/bbCKpqMIwhlj/ooXUaIkBRJj0ui0NSuRCry0ygDD2ZeAgXeJBIrtxUXOaMyx1mgKwAryq5aqpwd+3wAD6mxJxYAnWQo5O3yWroQXiySOpXFSdAFgMWlVyY0tLlKqcEwggAxqrVFMwB+wcwHlH3FDGSBbXXRebW6ovF1C4AFpXWjmju8zykMZqLjmmXFB8A1VxgQCgzeYwp7umJ9oS2ag7Homo3mAsvKmGGPs2q1F0gxDlIR+3csxby8OwAE5ONg2g7ANtrWFD0foGl5agZg4b7LQ5ol5YjMoEiLoki8egAQlEvhgtckzrj01ND6IE1FRlDBE2SZu79+6lWPUqOH80GhemUEGGmS5bqhWy9O1CJSNQCz99QubW2XPtUi/GbwisRwvHBb+WNqdasCYFZJ9WqXT34FxzmzWsE3i48AS8Z+/VrBVtsP1dgQEwD+5SWZbUJhJjUCewYPMQsEthVuLp8Xy54uB8H5B2rutLuUTxL15XUdBCN6ynxeGe68tL7oTMRiJEZtAY//sTbP7qZ/T5Tz0QzSl06MJpGdGrq1Mjua3IgA/JUxscEu/yVapd5FFwQRlHej2RwRgB046PXIqS6aFzHouEadXLi54ulIbJ3GgMfL6sdcdkqnu7PCi6QoEi3xY0CYVieVYFzFxsKaUGqnFnClTdp+I5wPNeIG5dOFJPby9brCAHji7bpJXgb3X8/UV94pJQ8UbLflhfoTBoCtqWNvPLu6UIE9OY9rAwPI8FGojUEA9n/R2k8xGLq9wQkV3hPzGHIryCwuTw/YJgYyb55y7NESzOD15o5LhUGWoIiAqOue0UN6Pox5dWCf60666lJg10n1kTJCiCkjhf2yGeBJrtc/Cyw51JJRa3e2aDUkK9UAC263wN15SXGEQwADOwzwF3c6fskDO084oLJF1iiD0Va31dpYnOXyd4F2t3OsRgkwor8RUowEXjjugJ8daYb6Nhmd6YY3Kg3gOriudR/ZYfWHdj+AE7K1blOIkJHa6vfZD4DChPkq9QfZ+JffMrM//GBKGtjsPlj5nh3+8KUbfBgfS1SSUfZb59wwp/QKfFbtgeVT06H0e4Ng5det2lUy8du8ksCXvQ6P8n3tEq7V+ObwFHjloYFwV54ZDp13w7LDjXDyMo9m65v+WS/B7P0N8Dy2uCm5Zji4MBsem2jxK+m0mlOhmhK6nLOJew9W5+PAEHdcj4dC08wCPHVPBlxo9MKrJ9tg+zEHjMnqgGVT0yAr5iDZtbUtHQps/qQVjuMXH4hjzm8eHACTBptA0B6DDVOETX/woG22LNHuZqP+NxaGMcTzMnKgCX51fyZ8eLEdDmJr+DF2iwdHpsDDY1Ih1RSccVWJ9uBmpOxLF5R87sR+TmDxHWn+L55s1CanK2WpVBkvMhDyMaraFZ+mMqOBwKzRqTBtaBLs+ocT/nShHY5WdcDSyenwtcFmMOBqpKuEMyN8XuuBX2MrqnbIcEeOCTZMz4Bcq7GranGVEcEwXBQFyI2rdoxKGckGWDe9H5Q3eWEH9lveLQoyRVgzLQOsSQJOm52BcHgobPpbMxy7JEG/ZAG2zcyEe25LjqEp/mI8ussVgcKQ+EXErlk0wAQvYL/9AFvCvrMuWPFOE3yrIBmWTEoLrh34Vy892wavnXKCF48K5+ECa8VdVjBha0pkwo+QI8oUokZL9FIuYrPn3WIqLph+f6YNPrZ1wOk6CeaPt0CySGDL0RaocSgwfpDJ30KGZxqD4OhlQyQ5uAzLFnE1FlwXR2LSkzbIYoBV37DC6VoJgXCh461gdyuQjl1i470Z8J3CFBAT/NVD/cGlvxUX8nxUpaH0hOb59DVlSBJMzDHDHhzh69sU+NHd6WAxGxKqN5JwbAEUx0DWFqkw0TQ+W/CZ4QasnqO7QkijIAjQEJ2jj5fwmyiCQQiLkfVxl8PdI3BFkH20Npx667zhGNAsEAOpvnVcDvcUL1lUCv1TTf8OJ986b5LPe0ZY9EgWbwG6XTrqLfDh7FNdu2G0XZhBiJxmJm/0FsP1s5OVcFn+vWWyybBfP8G9RBKDD4IAMFnWfN3Mi/v1npLafdpswXWvYrZYz3H7g9utWW/UvO+h9AG1TvEt7dxxFty2chFBMWqr+/l4jE/C3Vi8ibvd3E5hN+4iWzrUy2GUPGdbW7CK6w1azg9GSk44riIlVqA/Xns71bvBh6N+/Qiax+GWBjYWj3Vxgn8M4JmFEzJaQKAXeb4vJ6KwswHnuZ9BAPjLMGvyUoy7a+tQvGJvSdjjfB7vw6HmhgGwe072CVEkfw5l6Et5jH0crioeG7b5CwOAO5trNePgwPQP7N90JFkzUa6dB4aa0gmA1x/JPpdigl+EMvWFvEKFZ20bihqv96UTAJxhZd5tWzBecel65t76jk3/yH/WFnS6HcL9iQjAjBlEzk4x3dtbHQ63m3ncMswPp/3/LSIAvLhkQU7VgBTjNMz23o0SAy9TYHJDhKYfgCAqAJzhwKODj1lEtgpXS95Ahd7yxLm8gxE2z7au6F9d2dwlALzioSVDd+LF25/jzIB/Beodye88oyttzxQdjmVxTAC4gHeX5m9KFcmTeISo9SpGLP2JKPcSmS6qWDNitxrhwb2AGuY5e6unOST2qRpeNTz67wUo3o0Wp1Q+M/wLNfo5j6oWEBD21qL8oxkmNhzP1MoDtJ7yxADnZ7JRzNfiPLddUwsIOMv/NFXirnrWR4U12C3iPr7VowWg406gwk9xe7sjYJ+WZ1wABBTM3Vc/ptUj7cTT3el45KVZVrcAYIyHZN6XmLK8Zu2ouoBNWp+ajY6kYHFpzYS6dvkdwoRcLfGEuABgzIsb1osyNc6qWj+sKpI9Wmi6AOBXiPdYFhyozGqVxF0Y6QnbckYzSAsAlBEFzzFfbmmSf9K0dZRu55n6ARDi5dyymkxnm3I7Hj/PphSW4hWf1JDiYDYWADx0zYC+imv5j10W+XzjE9eiOEEBOmQSAkCYXdgy7vtd9TCBkgkKY/kKIwPxH+U5isKyPApLc3soRgZxqwqkgRFSiyfWjVilEiM35yLt3sJk6/DyX5qvt56zCsMvAAAAAElFTkSuQmCC"},"8e56":function(t,e,i){t.exports=i.p+"img/loading-blue.svg"},"8e57":function(t,e,i){t.exports=i.p+"img/loading.svg"},"9a1d":function(t,e,i){t.exports=i.p+"img/check-circle-solid.svg"},"9da7":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAABKdJREFUWIWtl11sFFUUx39ndqf0C0EhiKVluy01ARuoxMRo1CBBIqKRqNV2C4Sg8cGowQcViUFtFOmDCSYaE9SEqN0tluiDIRBBosYHQlBDowbSwu62fNTKh/JRSnd3jg9TdruzMzsN8H+79/zP+f/vzZ17zwgTRfNAGSWZh1FZCtoI3A6YwBRgECGBcghhD6R+oLPh/ETKii9j9dHZpAPrgVVA5QTtXgS2kTG2sH320Wsz0PxnCWZ5O8grQMkEhZ24gmgHZ9Ob2NVwZeIGVg7Mwcp8Ddx5jcJO9GClH6VrzoC/gdbkHRi6F2XmDRK/ipOotYxYXc/4SSOPsioRRvRHT3HlBOiHwBGXaA8q7wP9HgaqEGMXLX017gbWxEvJsAOY7lGgn3SggWh4HYb1ODAyLnaJACuIhTZQWTIXYdDbRPA7lvVOKjSQMt4CFnok2tzumssAfFV3BGUxIq+jvAbWYr6sjQOwtWoYJehZRVjAzcE3ckOASLIO9C9gklceoJRoOdvCI0U40NZ7E2r+V5QDV0DmEQ0ds3dAdb2POKhs9hUH6Gw4j8hmH9YkRNcBCKsGK8iMnAImOxR7QXqBeajEiIU2+IqPR1viXZSngB6ERpS5DsYFSkdmCa3JpxHd7ghmwKonWpd0L368mlEdprvmLGAf4FGrhmh9ryu/JV6LIX1AwLHIFQaG3ueS8runOICmOzDTL2fHo8ZjENjhye8KJ4CegnmRpQYqd7ukNNGWWOtZEEwQM1dITQTTnapCJPEisKAwxIIgaJVLVhDlc1qT1cRC7dnZRRqkKnk/yK2IpokklwBg0YhoBZHkElJl++mecTGbE0m2A296LCQUBKZ5rlM0/y2ojtdjGftAQQG01eZll7QHc/hJ4JtxWY2e9WGaQcHBuE6o431R26oHUgbg1Tgowt58ejDtayBgpPLGhuwCLA/2ZQPkmFsA1UforP04b3bKUD+QcuHnoNqXN+4MfYrqYuwmxQE5YqB6qLAIR4mFdxfMb70rBXQXkf+VhtmHC2Zj4Z9QCjsj0T8MRPcVBmgkEm9ylbCMV4FCERgCfY63Jbfda+KlAETiTQjzCzJUvxfWHp7MSOkgUO4InwZOAnMR/ZaKMyvHdgCaB27BtF4C3YD9DXxEMLOFL+rtXuD5gyYXpkcRngD6gBnAVEf9i6QCM8Zew8RnwLOuK86hi2goApI71W2JUygW0dpZecxIIga0+NT7hGjtC2P9QKYDv8MFLbT1Tfbh2O07POPDGkGCm+BqQxKt70XY4pN0Mq/Xbx4oQ5kCTB0TtWE3LfGilYQP6Kw+njMAYOpGYH+RtFJa+u1ru3mokmCmEygDyjGtGGsP27tjc4rt1EEqTr+T8zIeKxO3YXEAqPZIHgZ2Y7frYUesH/vFewiv5kY5gcgDREPZu8elLT82HzF2FjFxrfgb1UXEwnmfsFFAi9X1kEotBPn5Bor/RoB7nOLuBgC6G/7h3OhSRNuBS9chfBnhPc6l7s12zQ74/5w2x2diykZgNVAxQeF/EaIEMh3Zy8kD/gayRoYqKbm0HIwHQZtQwti3WxrkDOhx0AOI8Qujxs7sP4QP/gdLfYuNd8XCxgAAAABJRU5ErkJggg=="},"9f7c":function(t,e,i){"use strict";i.r(e);i("e260"),i("e6cf"),i("cca6"),i("a79d");var s=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-admin-page"},[s("router-view"),t.blocked?s("div",{staticClass:"wp-mail-smtp-blocked"}):t.loading?s("div",{staticClass:"wp-mail-smtp-loading"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("c869"),width:"195"}})],1):t._e()],1)},a=[],n=i("5530"),o=i("8c4f"),r=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-welcome"},[s("the-wizard-header"),s("div",{staticClass:"wp-mail-smtp-setup-wizard-container"},[s("main",{staticClass:"wp-mail-smtp-setup-wizard-content"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main wp-mail-smtp-button-large",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.nextStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_button)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"22"}})],1)])],1)]),s("footer",[s("p",{staticClass:"wp-mail-smtp-exit-link"},[s("a",{attrs:{href:t.exit_href}},[t._v(t._s(t.text_exit_link))])])])])],1)},l=[],c=(i("cc99"),i("561c")),p=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-content-header"},[i("h2",{domProps:{innerHTML:t._s(t.title)}}),t.subtitle?i("p",{staticClass:"subtitle",domProps:{innerHTML:t._s(t.subtitle)}}):t._e()])},m=[],u={name:"ContentHeader",props:{title:String,subtitle:String}},d=u,_=i("2877"),f=Object(_["a"])(d,p,m,!1,null,null,null),h=f.exports,g=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("header",{staticClass:"wp-mail-smtp-setup-wizard-header"},[s("h1",{staticClass:"wp-mail-smtp-setup-wizard-logo"},[s("div",{staticClass:"wp-mail-smtp-logo"},[s("img",{staticClass:"wp-mail-smtp-logo-img",attrs:{src:i("4bd8"),alt:t.text_logo_alt}})])])])},w=[],b={name:"TheWizardHeader",data:function(){return{text_logo_alt:Object(c["a"])("WP Mail SMTP logo","wp-mail-smtp")}}},A=b,v=Object(_["a"])(A,g,w,!1,null,null,null),x=v.exports,y={name:"SetupWizardWelcome",components:{ContentHeader:h,TheWizardHeader:x},data:function(){return{text_header_title:Object(c["a"])("Welcome to the WP Mail SMTP Setup Wizard!","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("We’ll guide you through each step needed to get WP Mail SMTP fully set up on your site.","wp-mail-smtp"),text_button:Object(c["a"])("Let's Get Started","wp-mail-smtp"),text_exit_link:Object(c["a"])("Go back to the Dashboard","wp-mail-smtp"),exit_href:this.$wpms.exit_url}},methods:{nextStep:function(){this.$router.push({name:this.$wizard_steps[0]})}}},C=y,k=Object(_["a"])(C,r,l,!1,null,null,null),O=k.exports,j=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-step"},[i("the-wizard-header"),i("the-wizard-timeline"),i("div",{staticClass:"wp-mail-smtp-setup-wizard-container"},[i("main",{staticClass:"wp-mail-smtp-setup-wizard-content"},[i("router-view",{on:{displayContentBelow:t.displayContentBelow}})],1),i("footer",[t.content_below.length>0?i("div",{staticClass:"wp-mail-smtp-step-below-content",domProps:{innerHTML:t._s(t.content_below)}}):t._e(),t.display_exit_link?i("p",{staticClass:"wp-mail-smtp-exit-link"},[i("a",{attrs:{href:t.exit_href}},[t._v(t._s(t.text_exit_link))])]):t._e()])])],1)},S=[],P=(i("caad"),i("b0c0"),i("d3b7"),i("2532"),i("3ca3"),i("ddb0"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-container"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-timeline"},[t._l(t.steps,(function(e,a){return[a>0?s("div",{key:a+"line",class:t.lineClass(a)}):t._e(),s("div",{key:a,class:t.stepClass(a)},[s("inline-svg",{staticClass:"icon icon-success",attrs:{src:i("3af1"),width:"10",height:"10"}}),s("inline-svg",{staticClass:"icon icon-failed",attrs:{src:i("4e2d"),width:"8",height:"11"}})],1)]}))],2)])}),E=[],T=(i("c740"),{name:"TheWizardTimeline",data:function(){return{steps:this.$wizard_steps}},methods:{stepClass:function(t){var e=this,i="wp-mail-smtp-setup-wizard-timeline-step",s=this.steps.findIndex((function(t){return e.$route.name.includes(t)}));return(t<s||parseInt(s)===this.steps.length-1&&this.$route.name.includes("_success"))&&(i+=" wp-mail-smtp-setup-wizard-timeline-step-completed"),t===s&&parseInt(s)===this.steps.length-1&&this.$route.name.includes("_failure")&&(i+=" wp-mail-smtp-setup-wizard-timeline-step-failed"),parseInt(t)===parseInt(s)&&(i+=" wp-mail-smtp-setup-wizard-timeline-step-active"),i},lineClass:function(t){var e=this,i="wp-mail-smtp-setup-wizard-timeline-step-line",s=this.steps.findIndex((function(t){return e.$route.name.includes(t)}));return t<=s&&(i+=" wp-mail-smtp-setup-wizard-timeline-line-active"),i}}}),z=T,B=Object(_["a"])(z,P,E,!1,null,null,null),I=B.exports,M={name:"SetupWizardSteps",components:{TheWizardHeader:x,TheWizardTimeline:I},data:function(){return{text_exit_link:Object(c["a"])("Close and exit the Setup Wizard","wp-mail-smtp"),exit_href:this.$wpms.exit_url,content_below:""}},computed:{display_exit_link:function(){return!this.$route.name.includes("check_configuration_step")}},methods:{displayContentBelow:function(t){this.content_below=t}},mounted:function(){var t=this;this.$store.dispatch("$_app/start_loading"),Promise.all([this.$store.dispatch("$_settings/getSettings"),this.$store.dispatch("$_plugins/getPlugins")]).finally((function(){t.$store.dispatch("$_app/stop_loading")}))}},D=M,F=Object(_["a"])(D,j,S,!1,null,null,null),N=F.exports,Q=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-import"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[s("form",[s("div",{staticClass:"wp-mail-smtp-setup-wizard-form-row"},[s("settings-input-radios-with-icons",{attrs:{name:"import_from_plugin",options:t.options},model:{value:t.selectedImport,callback:function(e){t.selectedImport=e},expression:"selectedImport"}})],1)])])],1),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"skip_step"},domProps:{textContent:t._s(t.text_skip)},on:{click:function(e){return e.preventDefault(),t.nextStep(e)}}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step",disabled:null===t.selectedImport},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)])])])])},L=[],W=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-input-radios-with-icons"},t._l(t.options,(function(e){return s("label",{key:e.value,class:t.labelClass(e),attrs:{for:"wp-mail-smtp-settings-radio-"+t.name+"["+e.value+"]"},on:{click:function(i){return t.clicked(e)}}},[s("span",{class:t.titleClass(e.value)},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}})],1),e.logo.length?s("img",{staticClass:"wp-mail-smtp-logo-icon",attrs:{src:e.logo,alt:e.label}}):t._e(),s("input",{directives:[{name:"model",rawName:"v-model",value:t.selectedImport,expression:"selectedImport"}],attrs:{id:"wp-mail-smtp-settings-radio-"+t.name+"["+e.value+"]",type:"radio",name:t.name,autocomplete:"off",disabled:e.disabled||!1},domProps:{value:e.value,checked:t.isChecked(e.value),checked:t._q(t.selectedImport,e.value)},on:{change:function(i){t.selectedImport=e.value}}}),s("span",{staticClass:"wp-mail-smtp-styled-radio-text",domProps:{innerHTML:t._s(e.label)}}),e.is_pro?s("inline-svg",{staticClass:"wp-mail-smtp-pro-badge",attrs:{src:i("87eb"),width:"46",height:"26"}}):t._e()],1)})),0)},U=[],H={name:"SettingsInputRadiosWithIcons",props:{options:Array,name:String,value:String},data:function(){return{has_error:!1}},computed:{selectedImport:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},methods:{titleClass:function(t){var e="wp-mail-smtp-styled-radio";return this.isChecked(t)&&(e+=" wp-mail-smtp-styled-radio-checked"),e},labelClass:function(t){var e="";return this.isChecked(t.value)&&(e+=" wp-mail-smtp-styled-radio-label-checked"),t.disabled&&(e+=" wp-mail-smtp-styled-radio-label-disabled"),t.readonly&&(e+=" wp-mail-smtp-styled-radio-label-readonly"),e},isChecked:function(t){return t===this.selectedImport},clicked:function(t){t.disabled&&this.$emit("clicked-disabled",t)}}},R=H,G=(i("8cbb"),Object(_["a"])(R,W,U,!1,null,"1652957d",null)),V=G.exports,Y=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("p",{staticClass:"wp-mail-smtp-setup-wizard-step-count"},[t._v(" "+t._s(t.stepValue)+" ")])},J=[],K={name:"TheWizardStepCounter",computed:{stepValue:function(){var t=this,e=this.$wizard_steps.findIndex((function(e){return t.$route.name.includes(e)}))+1;return Object(c["c"])(Object(c["a"])("Step %1$s of %2$s","wp-mail-smtp"),e,this.$wizard_steps.length)}}},q=K,Z=(i("1f7f"),Object(_["a"])(q,Y,J,!1,null,"44fd4a93",null)),X=Z.exports,$={name:"WizardStepImport",components:{SettingsInputRadiosWithIcons:V,ContentHeader:h,TheWizardStepCounter:X},data:function(){return{text_header_title:Object(c["a"])("Import data from your current plugins","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("We have detected other SMTP plugins installed on your website. Select which plugin's data you would like to import to WP Mail SMTP.","wp-mail-smtp"),text_save:Object(c["a"])("Import Data and Continue","wp-mail-smtp"),text_skip:Object(c["a"])("Skip this Step","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp"),options:[{value:"easy-smtp",label:Object(c["a"])("Easy WP SMTP","wp-mail-smtp"),logo:i("8d41"),disabled:!this.$wpms.other_smtp_plugins.includes("easy-smtp"),readonly:!this.$wpms.other_smtp_plugins.includes("easy-smtp")},{value:"post-smtp-mailer",label:Object(c["a"])("Post SMTP Mailer","wp-mail-smtp"),logo:i("8888"),disabled:!this.$wpms.other_smtp_plugins.includes("post-smtp-mailer"),readonly:!this.$wpms.other_smtp_plugins.includes("post-smtp-mailer")},{value:"smtp-mailer",label:Object(c["a"])("SMTP Mailer","wp-mail-smtp"),logo:i("29b8"),disabled:!this.$wpms.other_smtp_plugins.includes("smtp-mailer"),readonly:!this.$wpms.other_smtp_plugins.includes("smtp-mailer")},{value:"wp-smtp",label:Object(c["a"])("WP SMTP","wp-mail-smtp"),logo:i("b98f"),disabled:!this.$wpms.other_smtp_plugins.includes("wp-smtp"),readonly:!this.$wpms.other_smtp_plugins.includes("wp-smtp")}],selectedImport:null}},methods:{handleSubmit:function(){var t=this;null!==this.selectedImport&&(this.$store.dispatch("$_app/start_loading"),this.$store.dispatch("$_settings/importOtherPlugin",{value:this.selectedImport}).then((function(e){e?t.nextStep():t.$wpms_error_toast({})})).finally((function(){t.$store.dispatch("$_app/stop_loading")})))},nextStep:function(){this.$next_step()},previousStep:function(){this.$previous_step()}}},tt=$,et=Object(_["a"])(tt,Q,L,!1,null,null,null),it=et.exports,st=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-choose-mailer"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[s("form",[s("div",{staticClass:"wp-mail-smtp-setup-wizard-form-row wp-mail-smtp-setup-wizard-form-row-highlight"},[s("h3",[t._v(t._s(t.text_recommended_mailers))]),s("settings-input-radios-with-icons",{attrs:{name:"choose_mailer",options:t.recommended_options},model:{value:t.selectedMailer,callback:function(e){t.selectedMailer=e},expression:"selectedMailer"}})],1),s("div",{staticClass:"wp-mail-smtp-setup-wizard-form-row"},[s("settings-input-radios-with-icons",{attrs:{name:"choose_mailer",options:t.options},on:{"clicked-disabled":t.clickedDisabledOption},model:{value:t.selectedMailer,callback:function(e){t.selectedMailer=e},expression:"selectedMailer"}})],1)])])],1),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step",disabled:null===t.selectedMailer},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)])])])])},at=[],nt=(i("99af"),i("7db0"),i("ac1f"),i("5319"),i("2f62")),ot={name:"WizardStepChooseMailer",components:{SettingsInputRadiosWithIcons:V,ContentHeader:h,TheWizardStepCounter:X},data:function(){return{text_header_title:Object(c["a"])("Choose Your SMTP Mailer","wp-mail-smtp"),text_header_subtitle:Object(c["c"])(Object(c["a"])("Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option.","wp-mail-smtp"),'<a href="https://wpmailsmtp.com/docs/a-complete-guide-to-wp-mail-smtp-mailers/" target="_blank" rel="noopener noreferrer">',"</a>"),text_save:Object(c["a"])("Save and Continue","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp"),text_recommended_mailers:Object(c["a"])("Recommended Mailers","wp-mail-smtp"),recommended_options:[{value:"smtpcom",label:this.$wpms.mailer_options["smtpcom"].title,logo:i("78cb")},{value:"sendinblue",label:this.$wpms.mailer_options["sendinblue"].title,logo:i("7f3e")}],options:[{value:"mailgun",label:this.$wpms.mailer_options["mailgun"].title,logo:i("776b")},{value:"sendgrid",label:this.$wpms.mailer_options["sendgrid"].title,logo:i("b1c2")},{value:"gmail",label:this.$wpms.mailer_options["gmail"].title,logo:i("ddc9"),notice:this.$wpms.mailer_options["gmail"].edu_notice},{value:"amazonses",label:this.$wpms.mailer_options["amazonses"].title,logo:i("7de8"),disabled:!this.$wpms.is_pro,is_pro:!this.$wpms.is_pro,notice:this.$wpms.mailer_options["amazonses"].edu_notice},{value:"outlook",label:this.$wpms.mailer_options["outlook"].title,logo:i("2db4"),disabled:!this.$wpms.is_pro,is_pro:!this.$wpms.is_pro,notice:this.$wpms.mailer_options["outlook"].edu_notice},{value:"zoho",label:this.$wpms.mailer_options["zoho"].title,logo:i("2bc2"),disabled:!this.$wpms.is_pro,is_pro:!this.$wpms.is_pro},{value:"smtp",label:this.$wpms.mailer_options["smtp"].title,logo:i("5f30")}],selectedMailer:this.currentMailer}},watch:{currentMailer:function(t){this.selectedMailer=t}},computed:Object(n["a"])(Object(n["a"])({},Object(nt["b"])({currentMailer:"$_settings/mailer"})),{},{selectedMailerOptions:function(){var t=this;return this.recommended_options.concat(this.options).find((function(e){return e.value===t.selectedMailer}))}}),methods:{handleSubmit:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];null!==this.selectedMailer&&(void 0===this.selectedMailerOptions.notice||i?(this.$store.dispatch("$_app/start_loading"),this.$store.dispatch("$_settings/updateSettings",{value:{mail:{mailer:this.selectedMailer}}}).then((function(t){t.success?(e.$store.dispatch("$_settings/setMailer",e.selectedMailer),e.nextStep()):e.$wpms_error_toast({})})).finally((function(){e.$store.dispatch("$_app/stop_loading")}))):this.$swal({title:this.selectedMailerOptions.label+" "+Object(c["a"])("Mailer","wp-mail-smtp"),html:this.selectedMailerOptions.notice,width:650,showCloseButton:!0,allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customClass:{container:"wp-mail-smtp-swal"},confirmButtonText:Object(c["a"])("I Understand, Continue","wp-mail-smtp"),cancelButtonText:Object(c["a"])("Choose a Different Mailer","wp-mail-smtp"),showCancelButton:!0,reverseButtons:!0}).then((function(t){t.value?e.handleSubmit(null,!0):void 0!==t.dismiss&&"cancel"===t.dismiss&&(e.selectedMailer=null)})))},nextStep:function(){var t=this,e=this.$wizard_steps.findIndex((function(e){return t.$route.name.includes(e)}))+1;this.$router.push({name:"".concat(this.$wizard_steps[e],"_").concat(this.selectedMailer)})},previousStep:function(){this.$previous_step()},clickedDisabledOption:function(t){this.$swal({title:t.label+" "+Object(c["a"])("is a PRO Feature","wp-mail-smtp"),html:"<p>".concat(this.$wpms.education.upgrade_text.replace("%mailer%",t.label),'</p>\n\t\t\t\t\t\t<p><a href="').concat(this.$wpms.education.upgrade_url+"&utm_content="+t.value,'" class="wp-mail-smtp-button wp-mail-smtp-button-small wp-mail-smtp-button-main" target="_blank" rel="noopener noreferrer">').concat(this.$wpms.education.upgrade_button,'</a></p>\n\t\t\t\t\t\t<p class="upgrade-bonus"><span class="icon-container"><svg data-v-6d7a07a8="" viewBox="0 0 512 512" role="img" class="icon" data-icon="check" data-prefix="fas" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16"><path xmlns="http://www.w3.org/2000/svg" fill="currentColor" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg></span>').concat(this.$wpms.education.upgrade_bonus,"</p>\n\t\t\t\t\t\t<p>").concat(this.$wpms.education.upgrade_doc,"</p>"),width:550,imageUrl:i("b32f"),imageWidth:31,imageHeight:35,showCloseButton:!0,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-upgrade-popup"},showConfirmButton:!1})}},mounted:function(){this.selectedMailer=this.currentMailer}},rt=ot,lt=Object(_["a"])(rt,st,at,!1,null,null,null),ct=lt.exports,pt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-configure-mailer"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-configure-mailer-header"},[s("div",{staticClass:"wp-mail-smtp-configure-mailer-header-container"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("span",{staticClass:"wp-mail-smtp-configure-mailer-logo"},[s("inline-svg",{attrs:{src:t.logo(t.mailer),height:"40"}})],1)]),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("router-view",{ref:"mailerConfiguration"})],1),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step",disabled:null===t.mailer||!0===t.blocked_step},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)])])])])},mt=[],ut=i("5935"),dt={name:"WizardStepConfigureMailer",components:{ContentHeader:h,TheWizardStepCounter:X},data:function(){return{text_header_title:Object(c["a"])("Configure Mailer Settings","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("Below, we'll show you all of the settings required to set up this mailer.","wp-mail-smtp"),text_save:Object(c["a"])("Save and Continue","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp")}},computed:Object(n["a"])(Object(n["a"])({},Object(nt["b"])({mailer:"$_settings/mailer"})),Object(ut["b"])("$_wizard",["blocked_step"])),methods:{handleSubmit:function(){var t=this;return!this.blocked_step&&(this.$refs.mailerConfiguration.areRequiredFieldsValid()?(this.$store.dispatch("$_app/start_loading"),void this.$store.dispatch("$_settings/saveCurrentSettings").then((function(e){e.success?t.$next_step():t.$wpms_error_toast({})})).finally((function(){t.$store.dispatch("$_app/stop_loading")}))):(this.$required_fields_modal(),!1))},previousStep:function(){this.blocked_step=!1,this.$previous_step()},logo:function(t){return t="mail"===t?"smtp":t,i("31f1")("./".concat(t,".svg"))}}},_t=dt,ft=Object(_["a"])(_t,pt,mt,!1,null,null,null),ht=ft.exports,gt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-plugin-features"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-plugin-features-header"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("div",{staticClass:"wp-mail-smtp-plugin-features-list"},[s("settings-input-long-checkbox",{attrs:{value:!0,name:"improved_deliverability",label:t.text_improved_email_deliverability,description:t.text_improved_email_deliverability_desc,disabled:""}}),s("settings-input-long-checkbox",{attrs:{value:!0,name:"error_tracking",label:t.text_error_tracking,description:t.text_error_tracking_desc,disabled:""}}),t.contact_form_already_installed?t._e():s("settings-input-long-checkbox",{attrs:{name:"smart_contact_form",label:t.text_smart_contact_form,description:t.text_smart_contact_form_desc},model:{value:t.smart_contact_form,callback:function(e){t.smart_contact_form=e},expression:"smart_contact_form"}}),s("settings-input-long-checkbox",{attrs:{name:"email_log",label:t.text_email_log,description:t.text_email_log_desc,show_pro:!t.is_pro},model:{value:t.email_log,callback:function(e){t.email_log=e},expression:"email_log"}}),t.is_pro?t._e():s("settings-input-long-checkbox",{attrs:{name:"manage_notifications",label:t.text_manage_notifications,description:t.text_manage_notifications_desc,show_pro:!t.is_pro},model:{value:t.manage_notifications,callback:function(e){t.manage_notifications=e},expression:"manage_notifications"}}),t.is_multisite&&!t.is_pro?s("settings-input-long-checkbox",{attrs:{name:"network_settings",label:t.text_network_settings,description:t.text_network_settings_desc,show_pro:!t.is_pro},model:{value:t.network_settings,callback:function(e){t.network_settings=e},expression:"network_settings"}}):t._e()],1)]),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step"},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)])])])])},wt=[],bt=(i("4de4"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("label",{staticClass:"settings-input-long-checkbox",class:{"settings-input-long-checkbox-checked":t.value,"settings-input-long-checkbox-disabled":t.disabled},attrs:{for:"wp-mail-smtp-settings-long-checkbox-"+t.name}},[s("div",{staticClass:"settings-input-long-checkbox-header"},[s("span",{staticClass:"title-container"},[s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}),t.show_pro?s("inline-svg",{staticClass:"wp-mail-smtp-pro-badge",attrs:{src:i("87eb"),width:"46",height:"24"}}):t._e()],1),t.description?s("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e()]),s("span",{staticClass:"settings-input-long-checkbox-container"},[s("span",{staticClass:"checkbox",class:{"checkbox-checked":t.value,"checkbox-disabled":t.disabled}},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}})],1),s("input",{attrs:{id:"wp-mail-smtp-settings-long-checkbox-"+t.name,type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:t.value},on:{input:function(e){return t.$emit("input",e.target.checked)}}})])])}),At=[],vt={name:"SettingsInputLongCheckbox",props:{label:String,name:String,value:Boolean,description:String,disabled:Boolean,show_pro:Boolean}},xt=vt,yt=Object(_["a"])(xt,bt,At,!1,null,null,null),Ct=yt.exports,kt={name:"WizardStepPluginFeatures",components:{ContentHeader:h,TheWizardStepCounter:X,SettingsInputLongCheckbox:Ct},data:function(){return{text_header_title:Object(c["a"])("Which email features do you want to enable?","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you.","wp-mail-smtp"),text_save:Object(c["a"])("Save and Continue","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp"),text_improved_email_deliverability:Object(c["a"])("Improved Email Deliverability","wp-mail-smtp"),text_improved_email_deliverability_desc:Object(c["a"])("Ensure your emails are sent successfully and reliably.","wp-mail-smtp"),text_error_tracking:Object(c["a"])("Email Error Tracking","wp-mail-smtp"),text_error_tracking_desc:Object(c["a"])("Easily spot errors causing delivery issues.","wp-mail-smtp"),text_smart_contact_form:Object(c["a"])("Smart Contact Form","wp-mail-smtp"),text_smart_contact_form_desc:Object(c["a"])("Create beautiful contact forms with just a few clicks.","wp-mail-smtp"),text_email_log:Object(c["a"])("Detailed Email Logs","wp-mail-smtp"),text_email_log_desc:Object(c["a"])("Keep records of every email that's sent out from your website.","wp-mail-smtp"),text_manage_notifications:Object(c["a"])("Manage Default Notifications","wp-mail-smtp"),text_manage_notifications_desc:Object(c["a"])("Control which email notifications your WordPress site sends.","wp-mail-smtp"),text_network_settings:Object(c["a"])("Multisite Network Settings","wp-mail-smtp"),text_network_settings_desc:Object(c["a"])("Save time with powerful WordPress Multisite controls.","wp-mail-smtp"),is_pro:this.$wpms.is_pro,is_multisite:this.$wpms.is_multisite,email_log:!1,manage_notifications:!1,network_settings:!1}},computed:Object(n["a"])(Object(n["a"])({},Object(nt["b"])({contact_form_already_installed:"$_plugins/contact_form_plugin_already_installed",email_log_setting:"$_settings/email_log_enabled"})),Object(ut["b"])("$_plugins",{smart_contact_form:"smart_contact_form_setting"})),watch:{smart_contact_form:function(t){if(this.contact_form_already_installed)return!1;this.showWPFormsPluginInstallFooterNotice(t)},contact_form_already_installed:function(t){t&&this.$emit("displayContentBelow","")},email_log_setting:function(t){this.email_log=t}},methods:{handleSubmit:function(){var t=this;this.$store.dispatch("$_app/start_loading");var e=[];if(this.is_pro){var i={value:{logs:{enabled:this.email_log}}};e.push(this.$store.dispatch("$_settings/updateSettings",i)),e.push(this.$store.dispatch("$_settings/setLogs",this.email_log))}if(this.smart_contact_form&&!this.contact_form_already_installed&&e.push(this.$store.dispatch("$_plugins/installPlugin","wpforms-lite")),!this.is_pro){var s=[];this.email_log&&s.push("email_log"),this.manage_notifications&&s.push("manage_notifications"),this.network_settings&&s.push("network_settings"),e.push(this.$store.dispatch("$_settings/savePluginFeatures",s))}Promise.all(e).then((function(e){var i=e.filter((function(t){return t.success}));i.length===e.length&&(t.$emit("displayContentBelow",""),t.$next_step())})).finally((function(){t.$store.dispatch("$_app/stop_loading")}))},previousStep:function(){var t=this;this.$emit("displayContentBelow","");var e=this.$wizard_steps.findIndex((function(e){return t.$route.name.includes(e)}))-1;this.$router.push({name:"".concat(this.$wizard_steps[e],"_").concat(this.$store.getters["$_settings/mailer"])})},showWPFormsPluginInstallFooterNotice:function(t){var e=t?"<p> ".concat(Object(c["a"])("The following plugin will be installed for free: WPForms","wp-mail-smtp"),"</p>"):"";this.$emit("displayContentBelow",e)}},mounted:function(){if(this.showWPFormsPluginInstallFooterNotice(this.smart_contact_form&&!this.contact_form_already_installed),this.email_log=this.$store.getters["$_settings/email_log_enabled"],!this.$wpms.is_pro){var t=this.$store.getters["$_settings/plugin_features"];t.includes("email_log")&&(this.email_log=!0),t.includes("manage_notifications")&&(this.manage_notifications=!0),t.includes("network_settings")&&(this.network_settings=!0)}}},Ot=kt,jt=Object(_["a"])(Ot,gt,wt,!1,null,null,null),St=jt.exports,Pt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-help-improve"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-help-improve-header"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("settings-input-text",{attrs:{name:"email",type:"email",label:t.text_email_label,description:t.text_email_description},model:{value:t.email,callback:function(e){t.email=e},expression:"email"}}),s("settings-input-checkbox",{attrs:{name:"usage_tracking",label:t.text_usage_tracking_label,description:t.text_usage_tracking_description,tooltip:t.text_usage_tracking_tooltip},model:{value:t.usage_tracking,callback:function(e){t.usage_tracking=e},expression:"usage_tracking"}})],1),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"skip_step"},domProps:{textContent:t._s(t.text_skip)},on:{click:function(e){return e.preventDefault(),t.nextStep(e)}}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step"},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)])])])])},Et=[],Tt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-text",class:{"settings-input-text-with-copy":t.copy,"input-error":t.has_errors||t.field_error}},[s("label",{staticClass:"settings-input-label-container",attrs:{for:t.id}},[t.label?s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}):t._e(),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),s("span",{staticClass:"settings-input-container"},["checkbox"===t.type?s("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],ref:"input",attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.readonly,disabled:t.disabled,type:"checkbox"},domProps:{checked:Array.isArray(t.currentValue)?t._i(t.currentValue,null)>-1:t.currentValue},on:{change:[function(e){var i=t.currentValue,s=e.target,a=!!s.checked;if(Array.isArray(i)){var n=null,o=t._i(i,n);s.checked?o<0&&(t.currentValue=i.concat([n])):o>-1&&(t.currentValue=i.slice(0,o).concat(i.slice(o+1)))}else t.currentValue=a},t.inputUpdate]}}):"radio"===t.type?s("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],ref:"input",attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.readonly,disabled:t.disabled,type:"radio"},domProps:{checked:t._q(t.currentValue,null)},on:{change:[function(e){t.currentValue=null},t.inputUpdate]}}):s("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],ref:"input",attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.readonly,disabled:t.disabled,type:t.type},domProps:{value:t.currentValue},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.currentValue=e.target.value)}}}),t.copy?s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-small",class:{"wp-mail-smtp-button-copied":t.show_copied},attrs:{title:t.text_copy_button},on:{click:function(e){return e.preventDefault(),t.copyValue(e)}}},[s("span",{staticClass:"copy-button-container"},[s("inline-svg",{staticClass:"icon",class:{active:!t.show_copied},attrs:{src:i("d51e"),width:"16",height:"16"}}),s("inline-svg",{staticClass:"icon copied",class:{active:t.show_copied},attrs:{src:i("e108"),width:"16",height:"16"}})],1)]):t._e()]),t.has_errors?s("p",{staticClass:"error"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("827a"),width:"16"}}),s("span",{domProps:{innerHTML:t._s(t.text_error)}})],1):t._e(),t.description?s("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e()])},zt=[],Bt=(i("4d63"),i("25f0"),i("4795"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],staticClass:"wp-mail-smtp-info",attrs:{tabindex:"0"}},[s("inline-svg",{staticClass:"icon",attrs:{src:i("8475"),width:"14",height:"14"}})],1)}),It=[],Mt={name:"SettingsInfoTooltip",props:{content:String},data:function(){return{tooltip_data:{content:this.content,autoHide:!1,trigger:"hover focus click"}}}},Dt=Mt,Ft=(i("ba75"),Object(_["a"])(Dt,Bt,It,!1,null,"74a4d2ae",null)),Nt=Ft.exports,Qt={name:"SettingsInputText",components:{SettingsInfoTooltip:Nt},props:{name:String,value:String,label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,readonly:Boolean,disabled:Boolean,format:RegExp,error:{type:String,default:""},copy:{type:Boolean,default:!1},is_error:Boolean},data:function(){return{has_error:!1,id:"input-"+this.name,text_copy_button:Object(c["a"])("Copy input value","wp-mail-smtp"),text_copied:Object(c["a"])("Copied!","wp-mail-smtp"),show_copied:!1}},computed:{currentValue:{get:function(){return this.value},set:function(t){this.$emit("is_error_update",!1),this.$emit("input",t)}},field_error:{get:function(){return this.is_error},set:function(t){this.$emit("is_error_update",t)}},has_errors:function(){return this.error.length>0||this.has_error},text_error:function(){return this.error.length>0?this.error:Object(c["a"])("The value entered does not match the required format","wp-mail-smtp")}},methods:{inputUpdate:function(t){return!this.disabled&&(this.has_error=!1,this.format&&!this.format.test(t.target.value)?(this.has_error=!0,!1):void 0)},copyValue:function(){var t=this.$refs.input;t.select(),document.execCommand("copy"),this.show_copied=!0;var e=this;setTimeout((function(){e.show_copied=!1}),1e3)}}},Lt=Qt,Wt=Object(_["a"])(Lt,Tt,zt,!1,null,null,null),Ut=Wt.exports,Ht=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-checkbox",class:{"settings-input-checkbox-checked":t.value,"settings-input-checkbox-disabled":t.disabled}},[s("span",{staticClass:"settings-input-label-container"},[s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),s("label",{staticClass:"settings-input-checkbox-container",attrs:{for:"wp-mail-smtp-settings-checkbox-"+t.name}},[s("span",{staticClass:"checkbox",class:{"checkbox-checked":t.value,"checkbox-disabled":t.disabled}},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"14",height:"14"}})],1),s("input",{attrs:{id:"wp-mail-smtp-settings-checkbox-"+t.name,type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:t.value},on:{input:function(e){return t.$emit("input",e.target.checked)}}}),t.description?s("span",{staticClass:"input-label",domProps:{innerHTML:t._s(t.description)}}):t._e()])])},Rt=[],Gt={name:"SettingsInputCheckbox",components:{SettingsInfoTooltip:Nt},props:{label:String,name:String,value:Boolean,description:String,tooltip:String,disabled:Boolean}},Vt=Gt,Yt=Object(_["a"])(Vt,Ht,Rt,!1,null,null,null),Jt=Yt.exports,Kt={name:"WizardStepHelpImprove",components:{ContentHeader:h,TheWizardStepCounter:X,SettingsInputText:Ut,SettingsInputCheckbox:Jt},data:function(){return{text_header_title:Object(c["a"])("Help Improve WP Mail SMTP + Smart Recommendations","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business.","wp-mail-smtp"),text_save:Object(c["a"])("Save and Continue","wp-mail-smtp"),text_skip:Object(c["a"])("Skip this Step","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp"),text_email_label:Object(c["a"])("Your Email Address","wp-mail-smtp"),text_email_description:Object(c["a"])("Your email is needed, so you can receive recommendations.","wp-mail-smtp"),text_usage_tracking_label:Object(c["a"])("Help make WP Mail SMTP better for everyone","wp-mail-smtp"),text_usage_tracking_description:Object(c["a"])("Yes, count me in","wp-mail-smtp"),text_usage_tracking_tooltip:Object(c["a"])("By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.","wp-mail-smtp"),is_pro:this.$wpms.is_pro,email:"",usage_tracking:!1}},methods:{handleSubmit:function(){var t=this;this.$store.dispatch("$_app/start_loading");var e=[];if(this.email&&e.push(this.$store.dispatch("$_settings/subscribeToNewsletter",this.email)),this.usage_tracking){var i={value:{general:{"usage-tracking-enabled":!0}}};e.push(this.$store.dispatch("$_settings/updateSettings",i))}Promise.all(e).then((function(){t.nextStep()})).finally((function(){t.$store.dispatch("$_app/stop_loading")}))},nextStep:function(){this.$next_step()},previousStep:function(){this.$previous_step()}}},qt=Kt,Zt=Object(_["a"])(qt,Pt,Et,!1,null,null,null),Xt=Zt.exports,$t=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-step-license"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-license-header"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),t.is_pro?t._e():s("div",{staticClass:"upgrade-content"},[s("p",{staticClass:"medium-bold",domProps:{innerHTML:t._s(t.text_upgrade_paragraph)}}),s("div",{staticClass:"checked-item-list"},[s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_email_log))])],1),s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_manage_notifications))])],1),s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_network_settings))])],1)])]),t.verified?s("div",{staticClass:"verified-license"},[s("p",{domProps:{innerHTML:t._s(t.text_verified_license)}})]):s("div",{staticClass:"license-form",class:{"license-form-error":t.license_error}},[s("p",{domProps:{innerHTML:t._s(t.text_license_form)}}),s("div",{staticClass:"license-control"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.license,expression:"license"}],attrs:{name:"license",type:"password",placeholder:t.text_license_input_placeholder,"aria-label":t.text_aria_label_for_license_input},domProps:{value:t.license},on:{input:function(e){e.target.composing||(t.license=e.target.value)}}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-success wp-mail-smtp-button-small",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.handleLicenseSubmit(e)}}},[t._v(" "+t._s(t.text_license_button)+" ")])]),t.license_error?s("p",{staticClass:"error-message",domProps:{textContent:t._s(t.text_license_error)}}):t._e()])]),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.previousStep(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-left"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("1fa5"),width:"16",height:"18"}}),t._v(t._s(t.text_previous_step)+" ")],1)]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer-buttons"},[t.verified?s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"submit",name:"next_step"},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_save)+" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"19"}})],1)]):s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"skip_step"},domProps:{textContent:t._s(t.text_skip)},on:{click:function(e){return e.preventDefault(),t.nextStep(e)}}})])])])},te=[],ee=(i("841c"),i("2b3d"),i("6341")),ie=i.n(ee),se={name:"WizardStepLicense",components:{ContentHeader:h,TheWizardStepCounter:X},data:function(){return{text_header_title:Object(c["a"])("Enter your WP Mail SMTP License Key","wp-mail-smtp"),text_header_subtitle:this.$wpms.is_pro?"":Object(c["c"])(Object(c["a"])("You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!","wp-mail-smtp"),'<span class="medium-bold">',"</span>")+" 🙂",text_save:Object(c["a"])("Continue","wp-mail-smtp"),text_skip:Object(c["a"])("Skip this Step","wp-mail-smtp"),text_previous_step:Object(c["a"])("Previous Step","wp-mail-smtp"),text_upgrade_paragraph:Object(c["c"])(Object(c["a"])("To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below.","wp-mail-smtp"),'<a href="'+this.$wpms.upgrade_link+'" target="_blank" rel="noopener noreferrer">',"</a>"),text_network_settings:Object(c["a"])("Multisite Network Settings","wp-mail-smtp"),text_manage_notifications:Object(c["a"])("Manage Default Notifications","wp-mail-smtp"),text_email_log:Object(c["a"])("Detailed Email Logs","wp-mail-smtp"),text_license_form_lite:Object(c["c"])(Object(c["a"])("Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!","wp-mail-smtp"),"<b>","</b>"),text_license_form_pro:Object(c["a"])("Enter your license key below to unlock plugin updates!","wp-mail-smtp"),text_license_button:this.$wpms.is_pro?Object(c["a"])("Verify License Key","wp-mail-smtp"):Object(c["a"])("Connect","wp-mail-smtp"),text_license_error:Object(c["a"])("The License Key format is incorrect. Please enter a valid key and try again.","wp-mail-smtp"),text_verified_license:Object(c["a"])("Your license was successfully verified! You are ready for the next step.","wp-mail-smtp"),text_email_log_desc:Object(c["a"])("Keep records of every email that's sent out from your website.","wp-mail-smtp"),text_manage_notifications_desc:Object(c["a"])("Control which email notifications your WordPress site sends.","wp-mail-smtp"),text_network_settings_desc:Object(c["a"])("Save time with powerful WordPress Multisite controls.","wp-mail-smtp"),text_pro_badge:Object(c["a"])("Pro badge","wp-mail-smtp"),text_aria_label_for_license_input:Object(c["a"])("License key input","wp-mail-smtp"),text_license_input_placeholder:Object(c["a"])("Paste your license key here","wp-mail-smtp"),pro_badge:i("87eb"),is_pro:this.$wpms.is_pro,verified:!1,license:"",license_error:!1}},computed:Object(n["a"])({text_license_form:function(){return this.is_pro?this.text_license_form_pro:this.text_license_form_lite}},Object(nt["b"])({selectedProFeatures:"$_settings/plugin_features"})),methods:{handleLicenseSubmit:function(){var t=this;return this.license_error=!1,!(!this.is_pro&&0===this.license.length)&&(this.is_pro&&this.license.length<16?(this.license_error=!0,!1):(this.$store.dispatch("$_app/start_loading"),void(this.is_pro?this.$store.dispatch("$_settings/verifyLicense",this.license).then((function(e){e.success?(t.verified=!0,t.$swal({title:Object(c["a"])("Successful Verification!","wp-mail-smtp"),html:e.data.message,width:450,showCloseButton:!0,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"}})):t.$swal({title:Object(c["a"])("Verification Error!","wp-mail-smtp"),html:e.data,width:450,showCloseButton:!0,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"}})})).finally((function(){t.$store.dispatch("$_app/stop_loading")})):this.$store.dispatch("$_settings/upgradePlugin",this.license).then((function(e){if(e.success&&ie()(e,"data.redirect_url"))return window.location=e.data.redirect_url;t.$store.dispatch("$_app/stop_loading"),t.$swal({title:e.success?Object(c["a"])("Successful Upgrade!","wp-mail-smtp"):Object(c["a"])("Upgrade Failed!","wp-mail-smtp"),html:e.data,width:450,showCloseButton:!0,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"}})})))))},handleSubmit:function(){this.nextStep()},nextStep:function(){this.$next_step()},previousStep:function(){this.$previous_step()},prepareLongCheckbox:function(t,e){return'<label for="email_log" class="settings-input-long-checkbox settings-input-long-checkbox-checked settings-input-long-checkbox-disabled">\n\t\t\t\t\t\t<div class="settings-input-long-checkbox-header">\n\t\t\t\t\t\t\t<span class="title-container">\n\t\t\t\t\t\t\t\t<span class="label">\n\t\t\t\t\t\t\t\t\t'.concat(t,'\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t<img src="').concat(this.pro_badge,'" alt="').concat(this.text_pro_badge,'" class="wp-mail-smtp-pro-badge">\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t<p class="description">\n\t\t\t\t\t\t\t\t').concat(e,'\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<span class="settings-input-long-checkbox-container">\n\t\t\t\t\t\t\t<span class="checkbox checkbox-checked checkbox-disabled">\n\t\t\t\t\t\t\t\t<svg viewBox="0 0 512 512" role="img" class="icon" data-icon="check" data-prefix="fas" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16"><path xmlns="http://www.w3.org/2000/svg" fill="currentColor" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t<input id="email_log" type="checkbox" name="email_log" disabled="disabled">\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</label>')},prepareProFeaturesHtml:function(){var t="<div>";return this.selectedProFeatures.includes("email_log")&&(t+=this.prepareLongCheckbox(this.text_email_log,this.text_email_log_desc)),this.selectedProFeatures.includes("manage_notifications")&&(t+=this.prepareLongCheckbox(this.text_manage_notifications,this.text_manage_notifications_desc)),this.selectedProFeatures.includes("network_settings")&&(t+=this.prepareLongCheckbox(this.text_network_settings,this.text_network_settings_desc)),t+"</div>"}},mounted:function(){var t=this;if(!this.is_pro&&this.selectedProFeatures.length>0){var e=this.prepareProFeaturesHtml();this.$swal({title:Object(c["a"])("Would you like to purchase the following features now?","wp-mail-smtp"),html:'<p class="subtitle">'.concat(Object(c["a"])("These features are available as part of WP Mail SMTP Pro plan.","wp-mail-smtp"),"</p>\n\t\t\t\t\t\t").concat(e,'\n\t\t\t\t\t\t<p class="bonus">').concat(Object(c["c"])(Object(c["a"])("%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave $50 today%4$s, automatically applied at checkout.","wp-mail-smtp"),"<b>","</b>",'<span class="medium-bold">',"</span>"),"</p>\n\t\t\t\t\t"),width:850,showCloseButton:!0,allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-plugin-upgrade"},confirmButtonText:Object(c["a"])("Purchase Now","wp-mail-smtp"),cancelButtonText:Object(c["a"])("I'll do it later","wp-mail-smtp"),showCancelButton:!0,reverseButtons:!0}).then((function(e){if(e.value){var i=window.open(t.$wpms.upgrade_link,"_blank");i.focus()}}))}this.verified=this.$wpms.license_exists},created:function(){var t=new URLSearchParams(window.location.search);this.$wpms.license_exists&&!t.has("upgrade-redirect")&&this.nextStep()}},ae=se,ne=Object(_["a"])(ae,$t,te,!1,null,null,null),oe=ne.exports,re=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-check-configuration"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-check-configuration-header"},[s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("div",{staticClass:"check-configuration-loading-image-container"},[s("img",{attrs:{src:i("8398"),alt:t.text_image_alt}})])])])},le=[],ce={name:"WizardStepCheckConfiguration",components:{ContentHeader:h},data:function(){return{text_header_title:Object(c["a"])("Checking Mailer Configuration","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("We’re running some tests in the background to make sure everything is setup properly.","wp-mail-smtp"),text_image_alt:Object(c["a"])("Checking mailer configuration image","wp-mail-smtp")}},mounted:function(){var t=this;this.$store.dispatch("$_wizard/checkMailerConfiguration").then((function(e){e.success?t.$router.push({name:"check_configuration_step_success"}):t.$router.push({name:"check_configuration_step_failure"})}))}},pe=ce,me=Object(_["a"])(pe,re,le,!1,null,null,null),ue=me.exports,de=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-configuration-success"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-configuration-success-header"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("div",{staticClass:"plugin-item-container"},[s("p",{staticClass:"medium-bold",domProps:{textContent:t._s(t.text_free_plugins_header)}}),s("div",t._l(t.plugins,(function(t,e){return s("plugin-item",{key:e,attrs:{name:t.name,slug:t.slug,is_installed:t.is_installed,is_activated:t.is_activated}})})),1)]),t.is_pro?t._e():s("div",{staticClass:"upgrade-banner-container"},[s("div",{staticClass:"upgrade-banner"},[s("h2",{domProps:{textContent:t._s(t.text_upgrade_title)}}),s("p",{staticClass:"subtitle",domProps:{textContent:t._s(t.text_upgrade_subtitle)}}),s("div",{staticClass:"checked-item-list"},[s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_email_log))])],1),s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_manage_notifications))])],1),s("span",{staticClass:"checked-item"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("3af1"),width:"16",height:"16"}}),t._v(" "),s("span",[t._v(t._s(t.text_network_settings))])],1)]),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-success",attrs:{type:"button"},domProps:{textContent:t._s(t.text_upgrade_button)},on:{click:t.openUpgradePage}})]),s("p",{staticClass:"bonus",domProps:{innerHTML:t._s(t.text_bonus)}})])]),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"send_test_email"},domProps:{textContent:t._s(t.text_test_email)},on:{click:function(e){return e.preventDefault(),t.handleTestEmail(e)}}}),s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"send_feedback"},domProps:{textContent:t._s(t.text_send_feedback)},on:{click:function(e){return e.preventDefault(),t.handleFeedback(e)}}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"button",name:"finish_setup"},domProps:{textContent:t._s(t.text_finish)},on:{click:function(e){return e.preventDefault(),t.handleFinish(e)}}})])])},_e=[],fe=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-plugin-item"},[i("span",{staticClass:"wp-mail-smtp-plugin-item-title-container"},[t.logo.length?i("img",{staticClass:"wp-mail-smtp-logo-icon",attrs:{src:t.logo2x,srcset:t.logo_srcset,alt:t.name}}):t._e(),i("span",{domProps:{textContent:t._s(t.name)}})]),i("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",disabled:t.is_activated||t.is_installed},on:{click:function(e){return e.preventDefault(),t.handleClick(e)}}},[t.loading?i("loader",{attrs:{color:"white"}}):i("span",[t._v(" "+t._s(t.text_button_label)+" ")])],1)])},he=[],ge=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("img",{class:"wp-mail-smtp-loader wp-mail-smtp-loader-"+t.size,attrs:{src:t.image,alt:t.text_loading}})},we=[],be={name:"Loader",props:{color:{type:String,default:""},size:{type:String,default:"sm"}},data:function(){return{image:i("5711")("./loading".concat(this.color.length?"-"+this.color:"",".svg")),text_loading:Object(c["a"])("Loading","wp-mail-smtp")}}},Ae=be,ve=Object(_["a"])(Ae,ge,we,!1,null,null,null),xe=ve.exports,ye={name:"PluginItem",components:{Loader:xe},props:{slug:String,name:String,is_installed:Boolean,is_activated:Boolean},data:function(){return{loading:!1,logo:i("bbc2")("./".concat(this.slug,".png")),logo2x:i("7c9b")("./".concat(this.slug,"@2x.png"))}},computed:{text_button_label:function(){var t=Object(c["a"])("Install","wp-mail-smtp");return this.is_installed&&!this.is_activated&&(t=Object(c["a"])("Installed","wp-mail-smtp")),this.is_activated&&(t=Object(c["a"])("Activated","wp-mail-smtp")),t},logo_srcset:function(){return"".concat(this.logo,", ").concat(this.logo2x," 2x")}},methods:{handleClick:function(){var t=this;this.loading||(this.loading=!0,this.$store.dispatch("$_plugins/installPlugin",this.slug).then((function(e){e.success&&t.$wpms_success_toast({title:"Plugin: ".concat(t.name," installed!")}),t.loading=!1})))}}},Ce=ye,ke=(i("433e"),Object(_["a"])(Ce,fe,he,!1,null,"2991ca7c",null)),Oe=ke.exports,je={name:"WizardStepConfigurationSuccess",components:{ContentHeader:h,TheWizardStepCounter:X,PluginItem:Oe},data:function(){return{text_header_title:Object(c["a"])("Congrats, you’ve successfully set up WP Mail SMTP!","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("Here’s what to do next:","wp-mail-smtp"),text_free_plugins_header:Object(c["a"])("Check out our other free WordPress plugins:","wp-mail-smtp"),text_upgrade_title:Object(c["a"])("Upgrade to Unlock Powerful SMTP Features","wp-mail-smtp"),text_upgrade_subtitle:Object(c["a"])("Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites.","wp-mail-smtp"),text_network_settings:Object(c["a"])("Multisite Network Settings","wp-mail-smtp"),text_manage_notifications:Object(c["a"])("Manage Default Notifications","wp-mail-smtp"),text_email_log:Object(c["a"])("Detailed Email Logs","wp-mail-smtp"),text_upgrade_button:Object(c["a"])("Upgrade to Pro Today","wp-mail-smtp"),text_test_email:Object(c["a"])("Send a Test Email","wp-mail-smtp"),text_send_feedback:Object(c["a"])("Send us Feedback","wp-mail-smtp"),text_finish:Object(c["a"])("Finish Setup","wp-mail-smtp"),text_bonus:Object(c["c"])(Object(c["a"])("%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave $50 today%4$s, automatically applied at checkout.","wp-mail-smtp"),"<b>","</b>",'<span class="medium-bold">',"</span>"),star_image_html:'<img src="'.concat(i("6f43"),'" alt="').concat(Object(c["a"])("Star icon","wp-mail-smtp"),'" class="icon" / >'),is_pro:this.$wpms.is_pro}},computed:Object(n["a"])({},Object(nt["b"])({plugins:"$_plugins/partner_plugins"})),methods:{handleTestEmail:function(){return window.location=this.$wpms.email_test_tab_url},goodFeedback:function(){this.$swal({title:Object(c["a"])("Thanks for the feedback!","wp-mail-smtp"),html:"".concat(Object(c["c"])(Object(c["a"])("Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features.","wp-mail-smtp"),'<span class="medium-bold">',"</span>","<br>",this.star_image_html+""+this.star_image_html+this.star_image_html+this.star_image_html+this.star_image_html)),width:650,showCloseButton:!0,allowEnterKey:!1,confirmButtonText:Object(c["a"])("Rate on WordPress.org","wp-mail-smtp"),customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-feedback-good"}}).then((function(t){if(t.value){var e=window.open("https://wordpress.org/support/plugin/wp-mail-smtp/reviews/#new-post","_blank");e.focus()}}))},badFeedback:function(){var t=this;this.$swal({title:Object(c["a"])("What could we do to improve?","wp-mail-smtp"),html:"".concat(Object(c["a"])("We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!","wp-mail-smtp"),'\n\t\t\t\t\t\t\t\t<textarea id="feedback" name="feedback" rows="9"></textarea>\n\t\t\t\t\t\t\t\t<span class="permission-container">\n\t\t\t\t\t\t\t\t\t<input type="checkbox" id="permission" name="permission">\n\t\t\t\t\t\t\t\t\t<label for="permission">').concat(Object(c["a"])("Yes, I give WP Mail SMTP permission to contact me for any follow up questions.","wp-mail-smtp"),"</label>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t"),width:650,showCloseButton:!0,allowEnterKey:!1,allowOutsideClick:!1,allowEscapeKey:!1,confirmButtonText:Object(c["a"])("Submit Feedback","wp-mail-smtp"),customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-feedback-bad"},preConfirm:function(){return[document.getElementById("feedback").value,document.getElementById("permission").checked]}}).then((function(e){if(e.value){var i=e.value[0],s=e.value[1];t.$store.dispatch("$_wizard/sendFeedback",{feedback:i,permission:s})}}))},handleFeedback:function(){var t=this;this.$swal({title:Object(c["a"])("How was your WP Mail SMTP setup experience?","wp-mail-smtp"),text:Object(c["a"])("Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!","wp-mail-smtp"),width:650,showCloseButton:!0,allowEnterKey:!1,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-feedback"},showCancelButton:!0}).then((function(e){e.value?t.goodFeedback():void 0!==e.dismiss&&"cancel"===e.dismiss&&t.badFeedback()}))},handleFinish:function(){return window.location=this.$wpms.exit_url},openUpgradePage:function(){var t=window.open(this.$wpms.upgrade_link,"_blank");t.focus()}}},Se=je,Pe=Object(_["a"])(Se,de,_e,!1,null,null,null),Ee=Pe.exports,Te=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step wp-mail-smtp-setup-wizard-configuration-failure"},[s("div",{staticClass:"wp-mail-smtp-setup-wizard-content-container"},[s("div",{staticClass:"wp-mail-smtp-configuration-failure-header"},[s("the-wizard-step-counter"),s("content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}})],1),s("div",{staticClass:"start-troubleshooting-arrow-container"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("50bf"),width:"112",height:"112"}})],1)]),s("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-no-margin"}),s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-footer"},[s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main",attrs:{type:"button",name:"start_troubleshooting"},domProps:{textContent:t._s(t.text_start_troubleshooting)},on:{click:function(e){return e.preventDefault(),t.handleTroubleshooting(e)}}}),s("button",{staticClass:"wp-mail-smtp-button",attrs:{type:"button",name:"finish_setup"},domProps:{textContent:t._s(t.text_finish)},on:{click:function(e){return e.preventDefault(),t.handleFinish(e)}}})])])},ze=[],Be={name:"WizardStepConfigurationFailure",components:{ContentHeader:h,TheWizardStepCounter:X},data:function(){return{text_header_title:Object(c["a"])("Whoops, looks like things aren’t configured properly.","wp-mail-smtp"),text_header_subtitle:Object(c["a"])("We just tried to send a test email, but something prevented that from working. To see more details about the issue we detected, as well as our suggestions to fix it, please start troubleshooting.","wp-mail-smtp"),text_start_troubleshooting:Object(c["a"])("Start Troubleshooting","wp-mail-smtp"),text_send_feedback:Object(c["a"])("Send us Feedback","wp-mail-smtp"),text_finish:Object(c["a"])("Finish Setup","wp-mail-smtp")}},methods:{handleTroubleshooting:function(){return window.location="".concat(this.$wpms.email_test_tab_url,"&auto-start=1")},handleFinish:function(){return window.location=this.$wpms.exit_url}}},Ie=Be,Me=Object(_["a"])(Ie,Te,ze,!1,null,null,null),De=Me.exports,Fe=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-smtp"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"host",label:t.text_host_label,is_error:t.field_errors.includes("host")},on:{is_error_update:function(e){return t.removeFieldError("host")}},model:{value:t.host,callback:function(e){t.host=e},expression:"host"}}),i("settings-input-radio",{attrs:{name:"encryption",label:t.text_encryption_label,options:t.encryptionOptions,description:t.text_encryption_description},on:{input:t.encryptionChanged},model:{value:t.encryption,callback:function(e){t.encryption=e},expression:"encryption"}}),i("settings-input-number",{attrs:{name:"port",label:t.text_port_label,is_error:t.field_errors.includes("port")},on:{is_error_update:function(e){return t.removeFieldError("port")}},model:{value:t.port,callback:function(e){t.port=e},expression:"port"}}),i("settings-input-switch",{directives:[{name:"show",rawName:"v-show",value:t.show_autotls,expression:"show_autotls"}],attrs:{name:"autotls",title:t.text_autotls_title,label:t.text_autotls_label,description:t.text_autotls_description},model:{value:t.autotls,callback:function(e){t.autotls=e},expression:"autotls"}}),i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-input-switch",{attrs:{name:"auth",title:t.text_auth_title,label:t.text_auth_label},model:{value:t.auth,callback:function(e){t.auth=e},expression:"auth"}}),i("settings-input-text",{directives:[{name:"show",rawName:"v-show",value:t.auth,expression:"auth"}],attrs:{name:"user",label:t.text_user_label,is_error:t.field_errors.includes("user")},on:{is_error_update:function(e){return t.removeFieldError("user")}},model:{value:t.user,callback:function(e){t.user=e},expression:"user"}}),i("settings-input-text",{directives:[{name:"show",rawName:"v-show",value:t.auth,expression:"auth"}],attrs:{name:"pass",type:"password",label:t.text_pass_label,is_error:t.field_errors.includes("pass")},on:{is_error_update:function(e){return t.removeFieldError("pass")}},model:{value:t.pass,callback:function(e){t.pass=e},expression:"pass"}}),i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),i("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)])},Ne=[],Qe=(i("a4d3"),i("e01a"),function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"settings-input-radio"},[t.label?i("span",{staticClass:"settings-input-label-container"},[i("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}})]):t._e(),i("div",{staticClass:"settings-input-radio-container"},t._l(t.options,(function(e){return i("label",{key:e.value,class:t.labelClass(e.value),attrs:{for:"wp-mail-smtp-settings-radio-"+t.name+"["+e.value+"]"}},[i("span",{class:t.titleClass(e.value)}),i("input",{directives:[{name:"model",rawName:"v-model",value:t.selected,expression:"selected"}],attrs:{id:"wp-mail-smtp-settings-radio-"+t.name+"["+e.value+"]",type:"radio",name:t.name,autocomplete:"off",readonly:t.disabled},domProps:{value:e.value,checked:t.isChecked(e.value),checked:t._q(t.selected,e.value)},on:{change:[function(i){t.selected=e.value},t.updateSetting]}}),i("span",{staticClass:"input-label",domProps:{innerHTML:t._s(e.label)}})])})),0),t.description?i("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e()])}),Le=[],We={name:"SettingsInputRadio",props:{options:Array,label:String,name:String,value:String,description:String,disabled:Boolean},data:function(){return{has_error:!1}},computed:{selected:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},methods:{updateSetting:function(){if(this.disabled)return!1},titleClass:function(t){var e="wp-mail-smtp-styled-radio";return this.isChecked(t)&&(e+=" wp-mail-smtp-styled-radio-checked"),e},labelClass:function(t){var e="";return this.isChecked(t)&&(e+=" wp-mail-smtp-styled-radio-label-checked"),e},isChecked:function(t){return t===this.selected}}},Ue=We,He=Object(_["a"])(Ue,Qe,Le,!1,null,null,null),Re=He.exports,Ge=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-number",class:{"settings-input-number-error":t.field_error}},[s("label",{staticClass:"settings-input-label-container",attrs:{for:t.id}},[t.label?s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}):t._e(),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),s("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],attrs:{id:t.id,type:"number",name:t.name,placeholder:t.placeholder,min:t.min,max:t.max,step:t.step,readonly:t.disabled},domProps:{value:t.currentValue},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.currentValue=e.target.value)}}}),t.has_error?s("p",{staticClass:"error"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("827a"),width:"16"}}),s("span",{domProps:{innerHTML:t._s(t.has_error)}})],1):t._e(),t.description?s("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e()])},Ve=[],Ye=(i("a9e3"),{name:"SettingsInputNumber",components:{SettingsInfoTooltip:Nt},props:{name:String,value:[Number,String],label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,default_value:String,min:Number,max:Number,disabled:Boolean,step:{type:Number,default:1},round:{type:Boolean,default:!1},is_error:Boolean},data:function(){return{has_error:!1,id:"input-"+this.name,text_error_value:Object(c["c"])(Object(c["a"])("Please enter a value between %1$s and %2$s","wp-mail-smtp"),"<strong>"+this.min+"</strong>","<strong>"+this.max+"</strong>"),text_error_round:Object(c["a"])("Value has to be a round number","wp-mail-smtp")}},computed:{currentValue:{get:function(){return this.value},set:function(t){this.$emit("is_error_update",!1),this.$emit("input",parseInt(t,10))}},field_error:{get:function(){return this.is_error},set:function(t){this.$emit("is_error_update",t)}}},methods:{inputUpdate:function(t){if(this.disabled)return!1;this.has_error=!1;var e=parseFloat(t.target.value);return this.round&&e%1!==0?(this.has_error=this.text_error_round,!1):e>this.max||e<this.min?(this.has_error=this.text_error_value,!1):void 0}}}),Je=Ye,Ke=Object(_["a"])(Je,Ge,Ve,!1,null,null,null),qe=Ke.exports,Ze=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"settings-input-switch",class:t.classname},[i("label",{attrs:{for:t.id}},[i("span",{staticClass:"title settings-input-label-container"},[i("span",{staticClass:"label",domProps:{innerHTML:t._s(t.title)}}),t.tooltip?i("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),t.description?i("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e(),i("span",{staticClass:"control"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.currentValue,expression:"currentValue"}],attrs:{id:t.id,type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:Array.isArray(t.currentValue)?t._i(t.currentValue,null)>-1:t.currentValue},on:{change:[function(e){var i=t.currentValue,s=e.target,a=!!s.checked;if(Array.isArray(i)){var n=null,o=t._i(i,n);s.checked?o<0&&(t.currentValue=i.concat([n])):o>-1&&(t.currentValue=i.slice(0,o).concat(i.slice(o+1)))}else t.currentValue=a},t.inputUpdate]}}),i("span",{class:{"toggle-switch":!0,"toggle-switch-with-label":t.label}}),t.label?i("span",{staticClass:"label-description",domProps:{innerHTML:t._s(t.label)}}):t._e()])])])},Xe=[],$e={name:"SettingsInputSwitch",components:{SettingsInfoTooltip:Nt},props:{name:String,value:Boolean,title:String,label:String,description:String,tooltip:String,classname:String,disabled:Boolean},data:function(){return{has_error:!1,id:"input-"+this.name}},computed:{currentValue:{get:function(){return this.value},set:function(t){this.$emit("input",!!t)}}},methods:{inputUpdate:function(){if(this.disabled)return!1}}},ti=$e,ei=Object(_["a"])(ti,Ze,Xe,!1,null,null,null),ii=ei.exports,si={name:"WizardStepConfigureMailerSmtp",components:{SettingsInputText:Ut,SettingsInputRadio:Re,SettingsInputNumber:qe,SettingsInputSwitch:ii},data:function(){return{mailer:"smtp",text_host_label:Object(c["a"])("SMTP Host","wp-mail-smtp"),text_encryption_label:Object(c["a"])("Encryption","wp-mail-smtp"),text_port_label:Object(c["a"])("SMTP Port","wp-mail-smtp"),text_autotls_title:Object(c["a"])("Auto TLS","wp-mail-smtp"),text_autotls_label:Object(c["a"])("Enable Auto TLS","wp-mail-smtp"),text_autotls_description:Object(c["a"])("By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled.","wp-mail-smtp"),text_auth_title:Object(c["a"])("Authentication","wp-mail-smtp"),text_auth_label:Object(c["a"])("Enable Authentication","wp-mail-smtp"),text_user_label:Object(c["a"])("SMTP Username","wp-mail-smtp"),text_pass_label:Object(c["a"])("SMTP Password","wp-mail-smtp"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_encryption_description:Object(c["a"])("For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS.","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),description:this.$wpms.mailer_options.smtp.description,encryptionOptions:[{label:Object(c["a"])("None","wp-mail-smtp"),value:"none",default_port:25},{label:Object(c["a"])("SSL","wp-mail-smtp"),value:"ssl",default_port:465},{label:Object(c["a"])("TLS","wp-mail-smtp"),value:"tls",default_port:587}],show_autotls:!0,show_user_and_pass:!0,field_errors:[]}},computed:Object(n["a"])({},Object(ut["b"])("$_settings",["settings.smtp.host","settings.smtp.auth","settings.smtp.port","settings.smtp.encryption","settings.smtp.user","settings.smtp.pass","settings.smtp.autotls","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),watch:{encryption:function(t){this.show_autotls="tls"!==t}},methods:{getEncryptionDefaultPort:function(t){return this.encryptionOptions.find((function(e){return e.value===t})).default_port},encryptionChanged:function(t){this.port=this.getEncryptionDefaultPort(t)},areRequiredFieldsValid:function(){var t=!0;return""===this.host&&(t=!1,this.field_errors.push("host")),(""===this.port||isNaN(this.port))&&(t=!1,this.field_errors.push("port")),this.auth&&(""===this.user&&(t=!1,this.field_errors.push("user")),""===this.pass&&(t=!1,this.field_errors.push("pass"))),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}},mounted:function(){"tls"===this.encryption&&(this.show_autotls=!1)}},ai=si,ni=Object(_["a"])(ai,Fe,Ne,!1,null,null,null),oi=ni.exports,ri=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-smtpcom"},[s("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),s("p",{staticClass:"mailer-description mailer-description-links"},[s("a",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-small wp-mail-smtp-button-secondary",attrs:{href:"https://wpmailsmtp.com/go/smtp/",target:"_blank",rel:"noopener noreferrer"}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_get_started_button)),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"23"}})],1)]),s("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-smtp-com-mailer-in-wp-mail-smtp",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[s("settings-input-text",{attrs:{name:"api_key",type:"password",label:t.text_api_key_label,description:t.text_api_key_description,is_error:t.field_errors.includes("api_key")},on:{is_error_update:function(e){return t.removeFieldError("api_key")}},model:{value:t.api_key,callback:function(e){t.api_key=e},expression:"api_key"}}),s("settings-input-text",{attrs:{name:"channel",label:t.text_channel_label,description:t.text_channel_description,is_error:t.field_errors.includes("channel")},on:{is_error_update:function(e){return t.removeFieldError("channel")}},model:{value:t.channel,callback:function(e){t.channel=e},expression:"channel"}}),s("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),s("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),s("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),s("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)])},li=[],ci=(i("baa5"),{name:"WizardStepConfigureMailerSmtpCom",components:{SettingsInputText:Ut,SettingsInputSwitch:ii},data:function(){return{mailer:"smtpcom",text_api_key_label:Object(c["a"])("API Key","wp-mail-smtp"),text_channel_label:Object(c["a"])("Sender Name","wp-mail-smtp"),text_api_key_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get an API Key for SMTP.com.","wp-mail-smtp"),'<a href="https://my.smtp.com/settings/api" target="_blank" rel="noopener noreferrer">',"</a>"),text_channel_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get a Sender Name for SMTP.com.","wp-mail-smtp"),'<a href="https://my.smtp.com/senders/" target="_blank" rel="noopener noreferrer">',"</a>"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_get_started_button:Object(c["a"])("Get Started with SMTP.com","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up SMTP.com","wp-mail-smtp"),description:this.$wpms.mailer_options.smtpcom.description.substr(0,this.$wpms.mailer_options.smtpcom.description.lastIndexOf("<br><br>")),field_errors:[]}},computed:Object(n["a"])({},Object(ut["b"])("$_settings",["settings.smtpcom.api_key","settings.smtpcom.channel","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.api_key&&(t=!1,this.field_errors.push("api_key")),""===this.channel&&(t=!1,this.field_errors.push("channel")),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}}}),pi=ci,mi=Object(_["a"])(pi,ri,li,!1,null,null,null),ui=mi.exports,di=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-sendinblue"},[s("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),s("p",{staticClass:"mailer-description mailer-description-links"},[s("a",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-small wp-mail-smtp-button-secondary",attrs:{href:"https://wpmailsmtp.com/go/sendinblue/",target:"_blank",rel:"noopener noreferrer"}},[s("span",{staticClass:"text-with-arrow text-with-arrow-right"},[t._v(" "+t._s(t.text_get_started_button)),s("inline-svg",{staticClass:"icon",attrs:{src:i("107e"),width:"16",height:"23"}})],1)]),s("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-sendinblue-mailer-in-wp-mail-smtp",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),s("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[s("settings-input-text",{attrs:{name:"api_key",type:"password",label:t.text_api_key_label,description:t.text_api_key_description,is_error:t.field_errors.includes("api_key")},on:{is_error_update:function(e){return t.removeFieldError("api_key")}},model:{value:t.api_key,callback:function(e){t.api_key=e},expression:"api_key"}}),s("settings-input-text",{attrs:{name:"domain",label:t.text_domain_label,description:t.text_domain_description},model:{value:t.domain,callback:function(e){t.domain=e},expression:"domain"}}),s("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),s("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),s("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),s("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)])},_i=[],fi={name:"WizardStepConfigureMailerSendinblue",components:{SettingsInputText:Ut,SettingsInputSwitch:ii},data:function(){return{mailer:"sendinblue",text_api_key_label:Object(c["a"])("API Key","wp-mail-smtp"),text_domain_label:Object(c["a"])("Sending Domain","wp-mail-smtp"),text_api_key_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get an API Key for Sendinblue.","wp-mail-smtp"),'<a href="https://account.sendinblue.com/advanced/api" target="_blank" rel="noopener noreferrer">',"</a>"),text_domain_description:Object(c["c"])(Object(c["a"])("Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s","wp-mail-smtp"),'<a href="https://wpmailsmtp.com/docs/how-to-set-up-the-sendinblue-mailer-in-wp-mail-smtp#setup-smtp" target="_blank" rel="noopener noreferrer">',"</a>"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_get_started_button:Object(c["a"])("Get Started with Sendinblue","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Sendinblue","wp-mail-smtp"),description:this.$wpms.mailer_options.sendinblue.description.substr(0,this.$wpms.mailer_options.sendinblue.description.lastIndexOf("<br><br>")),field_errors:[]}},computed:Object(n["a"])({},Object(ut["b"])("$_settings",["settings.sendinblue.api_key","settings.sendinblue.domain","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.api_key&&(t=!1,this.field_errors.push("api_key")),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}}},hi=fi,gi=Object(_["a"])(hi,di,_i,!1,null,null,null),wi=gi.exports,bi=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-mailgun"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-mailgun-mailer-in-wp-mail-smtp/",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"api_key",type:"password",label:t.text_api_key_label,description:t.text_api_key_description,is_error:t.field_errors.includes("api_key")},on:{is_error_update:function(e){return t.removeFieldError("api_key")}},model:{value:t.api_key,callback:function(e){t.api_key=e},expression:"api_key"}}),i("settings-input-text",{attrs:{name:"domain",label:t.text_domain_label,description:t.text_domain_description,is_error:t.field_errors.includes("domain")},on:{is_error_update:function(e){return t.removeFieldError("domain")}},model:{value:t.domain,callback:function(e){t.domain=e},expression:"domain"}}),i("settings-input-radio",{attrs:{name:"region",label:t.text_region_label,options:t.regionOptions,description:t.text_region_description},model:{value:t.region,callback:function(e){t.region=e},expression:"region"}}),i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),i("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)])},Ai=[],vi=(i("c975"),{name:"WizardStepConfigureMailerMailgun",components:{SettingsInputText:Ut,SettingsInputRadio:Re,SettingsInputSwitch:ii},data:function(){return{mailer:"mailgun",text_api_key_label:Object(c["a"])("API Key","wp-mail-smtp"),text_domain_label:Object(c["a"])("Domain Name","wp-mail-smtp"),text_region_label:Object(c["a"])("Region","wp-mail-smtp"),text_api_key_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get an API Key from Mailgun.","wp-mail-smtp"),'<a href="https://app.mailgun.com/app/account/security/api_keys" target="_blank" rel="noopener noreferrer">',"</a>"),text_domain_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get a Domain Name from Mailgun.","wp-mail-smtp"),'<a href="https://app.mailgun.com/app/domains" target="_blank" rel="noopener noreferrer">',"</a>"),text_region_description:Object(c["c"])(Object(c["a"])("Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com.","wp-mail-smtp"),'<a href="https://www.mailgun.com/regions" target="_blank" rel="noopener noreferrer">',"</a>"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Mailgun","wp-mail-smtp"),description:this.$wpms.mailer_options.mailgun.description.substr(0,this.$wpms.mailer_options.mailgun.description.indexOf("<br>")),regionOptions:[{label:Object(c["a"])("US","wp-mail-smtp"),value:"US"},{label:Object(c["a"])("EU","wp-mail-smtp"),value:"EU"}],field_errors:[]}},computed:Object(n["a"])({},Object(ut["b"])("$_settings",["settings.mailgun.api_key","settings.mailgun.domain","settings.mailgun.region","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.api_key&&(t=!1,this.field_errors.push("api_key")),""===this.domain&&(t=!1,this.field_errors.push("domain")),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}}}),xi=vi,yi=Object(_["a"])(xi,bi,Ai,!1,null,null,null),Ci=yi.exports,ki=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-sendgrid"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-sendgrid-mailer-in-wp-mail-smtp/",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"api_key",type:"password",label:t.text_api_key_label,description:t.text_api_key_description,is_error:t.field_errors.includes("api_key")},on:{is_error_update:function(e){return t.removeFieldError("api_key")}},model:{value:t.api_key,callback:function(e){t.api_key=e},expression:"api_key"}}),i("settings-input-text",{attrs:{name:"domain",label:t.text_domain_label,description:t.text_domain_description},model:{value:t.domain,callback:function(e){t.domain=e},expression:"domain"}}),i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),i("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)])},Oi=[],ji={name:"WizardStepConfigureMailerSendgrid",components:{SettingsInputText:Ut,SettingsInputSwitch:ii},data:function(){return{mailer:"sendgrid",text_api_key_label:Object(c["a"])("API Key","wp-mail-smtp"),text_domain_label:Object(c["a"])("Sending Domain","wp-mail-smtp"),text_api_key_description:Object(c["c"])(Object(c["a"])("%1$sFollow this link%2$s to get an API Key for Sendgrid.","wp-mail-smtp"),'<a href="https://app.sendgrid.com/settings/api_keys" target="_blank" rel="noopener noreferrer">',"</a>")+"<br>"+Object(c["c"])(Object(c["a"])("To send emails you will need only a %1$sMail Send%2$s access level for this API key.","wp-mail-smtp"),"<i>","</i>"),text_domain_description:Object(c["c"])(Object(c["a"])("Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s","wp-mail-smtp"),'<a href="https://wpmailsmtp.com/docs/how-to-set-up-the-sendgrid-mailer-in-wp-mail-smtp/#setup" target="_blank" rel="noopener noreferrer">',"</a>"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Sendgrid","wp-mail-smtp"),description:this.$wpms.mailer_options.sendgrid.description.substr(0,this.$wpms.mailer_options.sendgrid.description.indexOf("<br>")),field_errors:[]}},computed:Object(n["a"])({},Object(ut["b"])("$_settings",["settings.sendgrid.api_key","settings.sendgrid.domain","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.api_key&&(t=!1,this.field_errors.push("api_key")),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}}},Si=ji,Pi=Object(_["a"])(Si,ki,Oi,!1,null,null,null),Ei=Pi.exports,Ti=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-amazonses"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("b",[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-amazon-ses-mailer-in-wp-mail-smtp/",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"client_id",label:t.text_client_id_label,is_error:t.field_errors.includes("client_id")},on:{is_error_update:function(e){return t.removeFieldError("client_id")}},model:{value:t.client_id,callback:function(e){t.client_id=e},expression:"client_id"}}),i("settings-input-text",{attrs:{name:"client_secret",type:"password",label:t.text_client_secret_label,is_error:t.field_errors.includes("client_secret")},on:{is_error_update:function(e){return t.removeFieldError("client_secret")}},model:{value:t.client_secret,callback:function(e){t.client_secret=e},expression:"client_secret"}}),i("settings-input-select",{attrs:{name:"region",label:t.text_region_label,options:t.regionOptions,description:t.text_region_description,is_error:t.field_errors.includes("region")},on:{is_error_update:function(e){return t.removeFieldError("region")}},model:{value:t.region,callback:function(e){t.region=e},expression:"region"}}),t.is_api_auth_missing?t._e():i("div",[i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-amazon-s-e-s-identities",{attrs:{options:t.identities,label:t.text_identities_label,columns:t.identities_columns}}),i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),i("settings-input-text",{attrs:{name:"from_email",type:"email",label:t.text_from_email_label,description:t.text_from_email_description,is_error:t.field_errors.includes("from_email")},on:{is_error_update:function(e){return t.removeFieldError("from_email")}},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_email_force",title:t.text_force_from_email_title,label:t.text_force_from_email_label},model:{value:t.from_email_force,callback:function(e){t.from_email_force=e},expression:"from_email_force"}})],1)],1)])},zi=[],Bi=i("f7fe"),Ii=i.n(Bi),Mi=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"settings-input-select",class:{"settings-input-select-error":t.field_error}},[i("label",{staticClass:"settings-input-label-container",attrs:{for:"wp-mail-smtp-settings-select-"+t.name}},[i("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}})]),i("div",{staticClass:"settings-input-select-container"},[i("select",{directives:[{name:"model",rawName:"v-model",value:t.selected,expression:"selected"}],attrs:{id:"wp-mail-smtp-settings-select-"+t.name,name:t.name,readonly:t.disabled},on:{change:function(e){var i=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){var e="_value"in t?t._value:t.value;return e}));t.selected=e.target.multiple?i:i[0]}}},t._l(t.options,(function(e){return i("option",{key:e.value,domProps:{value:e.value}},[t._v(" "+t._s(e.label)+" ")])})),0)]),t.description?i("p",{staticClass:"description",domProps:{innerHTML:t._s(t.description)}}):t._e()])},Di=[],Fi={name:"SettingsInputSelect",props:{options:Array,label:String,name:String,value:String,description:String,disabled:Boolean,is_error:Boolean},computed:{selected:{get:function(){return this.value},set:function(t){this.$emit("is_error_update",!1),this.$emit("input",t)}},field_error:{get:function(){return this.is_error},set:function(t){this.$emit("is_error_update",t)}}}},Ni=Fi,Qi=Object(_["a"])(Ni,Mi,Di,!1,null,null,null),Li=Qi.exports,Wi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-amazon-ses-identities"},[s("label",{staticClass:"settings-input-label-container"},[s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),t.options?s("div",[t.options&&0!==t.options.length?s("p",{staticClass:"description"},[t._v(" "+t._s(t.text_identities_table_description)+" ")]):s("p",{staticClass:"description"},[s("strong",[t._v(t._s(t.text_no_registered_identities_title))]),t._v(" "+t._s(t.text_no_registered_identities_content)+" ")]),s("div",{staticClass:"ses-identities-container"},[t.options&&t.options.length>0?s("div",{staticClass:"ses-identities-table-container"},[s("table",[t.columns?s("tr",{staticClass:"ses-identity-columns"},t._l(t.filtered_columns,(function(e){return s("th",{key:e.key,class:"ses-identity-column ses-identity-column-"+e.key},[t._v(" "+t._s(e.label)+" ")])})),0):t._e(),t._l(t.options,(function(e,i){return s("tr",{key:i},[s("td",[t._v(" "+t._s(e.value)+" ")]),s("td",[t._v(" "+t._s(e.type)+" ")]),s("td",[t._v(" "+t._s(e.status)+" ")])])})),t.show_identity_form?t._e():s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main wp-mail-smtp-button-small",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.addNewIdentity(e)}}},[t._v(" "+t._s(t.text_add_new_identity)+" ")])],2)]):t._e(),t.show_identity_form||!t.options||0===t.options.length?s("div",{staticClass:"wp-mail-smtp-amazonses-identity-form"},[t.options&&0!==t.options.length?t._e():s("h3",[t._v(" "+t._s(t.text_verify_identity)+" ")]),s("div",{directives:[{name:"show",rawName:"v-show",value:1===t.verify_identity_step,expression:"verify_identity_step === 1"}],staticClass:"amazonses-identity-form-step"},[s("settings-input-radio",{attrs:{name:"identity_type",options:t.identity_type_options},model:{value:t.identity_type,callback:function(e){t.identity_type=e},expression:"identity_type"}}),s("p",{domProps:{textContent:t._s(t.verify_identity_text)}}),s("settings-input-text",{attrs:{name:"identity_value",placeholder:t.identity_value_placeholder},model:{value:t.identity_value,callback:function(e){t.identity_value=e},expression:"identity_value"}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main wp-mail-smtp-button-small wp-mail-smtp-button-verify",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.verifyIdentity(e)}}},[t.loading_verify_identity?s("loader",{attrs:{color:"white"}}):s("span",[t._v(t._s(t.text_verify))])],1)],1),s("div",{directives:[{name:"show",rawName:"v-show",value:2===t.verify_identity_step&&"domain"===t.verify_identity_result.type,expression:"verify_identity_step === 2 && verify_identity_result.type === 'domain'"}],staticClass:"amazonses-identity-form-step amazonses-identity-form-step-domain"},[s("p",{domProps:{innerHTML:t._s(t.text_verify_identity_step2_domain_text)}}),s("div",{staticClass:"amazonses-domain-identity-added-inputs"},[s("settings-input-text",{attrs:{value:t.ses_domain_name,label:t.text_name,name:"ses_domain_name",readonly:"",copy:""}}),s("settings-input-text",{attrs:{value:t.verify_identity_result.domain_txt,label:t.text_value,name:"ses_domain_value",readonly:"",copy:""}})],1)]),s("div",{directives:[{name:"show",rawName:"v-show",value:2===t.verify_identity_step&&"email"===t.verify_identity_result.type,expression:"verify_identity_step === 2 && verify_identity_result.type === 'email'"}],staticClass:"amazonses-identity-form-step"},[s("p",{staticClass:"ses-identities-email-success-notice"},[s("inline-svg",{staticClass:"icon",attrs:{src:i("84d7"),width:"16",height:"16"}}),t._v(" "),s("span",{domProps:{innerHTML:t._s(t.text_verify_identity_step2_email_text)}})],1)])]):t._e()])]):s("loader",{attrs:{size:"md"}})],1)},Ui=[],Hi={name:"SettingsAmazonSESIdentities",components:{SettingsInfoTooltip:Nt,SettingsInputRadio:Re,SettingsInputText:Ut,Loader:xe},props:{options:Array,columns:Array,label:String,tooltip:String},computed:{filtered_columns:function(){return this.columns.filter((function(t){return"action"!==t.key}))},identity_value_placeholder:function(){return"domain"===this.identity_type?Object(c["a"])("Please enter a domain","wp-mail-smtp"):Object(c["a"])("Please enter a valid email address","wp-mail-smtp")},verify_identity_text:function(){return"domain"===this.identity_type?Object(c["a"])("Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record.","wp-mail-smtp"):Object(c["a"])("Enter a valid email address. A verification email will be sent to the email address you entered.","wp-mail-smtp")},text_verify_identity_step2_email_text:function(){return Object(c["c"])(Object(c["a"])("Please check the inbox of <b>%s</b> for a confirmation email.","wp-mail-smtp"),this.verify_identity_result.value)},ses_domain_name:function(){return this.verify_identity_result.value?"_amazonses.".concat(this.verify_identity_result.value):""},text_verify:function(){return"domain"===this.identity_type?Object(c["a"])("Verify Domain","wp-mail-smtp"):Object(c["a"])("Verify Email","wp-mail-smtp")}},data:function(){return{text_no_registered_identities_title:Object(c["a"])("No registered domains or emails.","wp-mail-smtp"),text_no_registered_identities_content:Object(c["a"])("You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region.","wp-mail-smtp"),text_view_dns:Object(c["a"])("View DNS","wp-mail-smtp"),text_resend:Object(c["a"])("Resend","wp-mail-smtp"),text_identities_table_description:Object(c["a"])("Here are the domains and email addresses that have been verified and can be used as the From Email.","wp-mail-smtp"),text_verify_identity:Object(c["a"])("Verify SES Identity","wp-mail-smtp"),text_add_new_identity:Object(c["a"])("Add New SES Identity","wp-mail-smtp"),text_name:Object(c["a"])("Name","wp-mail-smtp"),text_value:Object(c["a"])("Value","wp-mail-smtp"),text_verify_identity_step2_domain_text:Object(c["c"])(Object(c["a"])("Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s.","wp-mail-smtp"),'<a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dns-txt-records.html" target="_blank" rel="noopener noreferrer">',"</a>"),show_identity_form:!1,identity_type:"domain",identity_type_options:[{label:Object(c["a"])("Verify Domain","wp-mail-smtp"),value:"domain"},{label:Object(c["a"])("Verify Email Address","wp-mail-smtp"),value:"email"}],identity_value:"",verify_identity_step:1,verify_identity_result:{},loading_verify_identity:!1}},methods:{verifyIdentity:function(){if(!this.loading_verify_identity){this.loading_verify_identity=!0;var t=this;this.$store.dispatch("$_settings/amazonSESRegisterIdentity",{value:this.identity_value,type:this.identity_type}).then((function(e){t.loading_verify_identity=!1,e.success&&e.data&&(t.verify_identity_result=e.data,t.verify_identity_step=2)}))}},addNewIdentity:function(){this.show_identity_form=!0}}},Ri=Hi,Gi=Object(_["a"])(Ri,Wi,Ui,!1,null,null,null),Vi=Gi.exports,Yi={name:"WizardStepConfigureMailerAmazonSES",components:{SettingsInputText:Ut,SettingsInputSelect:Li,SettingsInputSwitch:ii,SettingsAmazonSESIdentities:Vi},data:function(){return{mailer:"amazonses",text_client_id_label:Object(c["a"])("Access Key ID","wp-mail-smtp"),text_client_secret_label:Object(c["a"])("Secret Access Key",Object({NODE_ENV:"production",VUE_APP_TEXTDOMAIN:"wp-mail-smtp",VUE_APP_PRODUCT_NAME:"WPMailSMTP",BASE_URL:"http://localhost:8080/"}).VUE_APP_TEXTclient_id),text_region_label:Object(c["a"])("Region","wp-mail-smtp"),text_identities_label:Object(c["a"])("SES Identities","wp-mail-smtp"),text_region_description:Object(c["a"])("Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending.","wp-mail-smtp"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_email_title:Object(c["a"])("Force From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_force_from_email_label:Object(c["a"])("If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("The email address that emails are sent from.","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Amazon SES","wp-mail-smtp"),description:this.$wpms.mailer_options.amazonses.description.substr(0,this.$wpms.mailer_options.amazonses.description.indexOf("<br>")),regionOptions:this.$wpms.mailer_options.amazonses.region_options||[],fetching_identities:!1,field_errors:[]}},computed:Object(n["a"])(Object(n["a"])(Object(n["a"])({},Object(ut["b"])("$_settings",["settings.amazonses.client_id","settings.amazonses.client_secret","settings.amazonses.region","settings.mail.from_email","settings.mail.from_name","settings.mail.from_email_force","settings.mail.from_name_force"])),Object(ut["b"])("$_settings",{identities_columns:"amazonses_identities.columns",identities:"amazonses_identities.data"})),{},{is_api_auth_missing:function(){return!this.client_id||!this.client_secret||!this.region}}),watch:{client_id:function(){this.getIdentitiesDelayed()},client_secret:function(){this.getIdentitiesDelayed()},region:function(){this.getIdentities()}},methods:{getIdentities:function(){var t=this;this.fetching_identities||this.client_id.length<20||this.client_secret.length<40||!this.region||(this.fetching_identities=!0,this.$store.dispatch("$_app/start_loading"),this.$store.dispatch("$_settings/getAmazonSESIdentities").then((function(){t.fetching_identities=!1})).finally((function(){t.$store.dispatch("$_app/stop_loading")})))},getIdentitiesDelayed:Ii()((function(){this.getIdentities()}),500),areRequiredFieldsValid:function(){var t=!0;return""===this.client_id&&(t=!1,this.field_errors.push("client_id")),""===this.client_secret&&(t=!1,this.field_errors.push("client_secret")),""===this.region&&(t=!1,this.field_errors.push("region")),""===this.from_email&&(t=!1,this.field_errors.push("from_email")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}},mounted:function(){this.getIdentities()}},Ji=Yi,Ki=Object(_["a"])(Ji,Ti,zi,!1,null,null,null),qi=Ki.exports,Zi=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-gmail"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("b",[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-gmail-mailer-in-wp-mail-smtp/#create-app",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"client_id",label:t.text_client_id_label,is_error:t.field_errors.includes("client_id")},on:{is_error_update:function(e){return t.removeFieldError("client_id")}},model:{value:t.client_id,callback:function(e){t.client_id=e},expression:"client_id"}}),i("settings-input-text",{attrs:{name:"client_secret",type:"password",label:t.text_client_secret_label,is_error:t.field_errors.includes("client_secret")},on:{is_error_update:function(e){return t.removeFieldError("client_secret")}},model:{value:t.client_secret,callback:function(e){t.client_secret=e},expression:"client_secret"}}),i("settings-input-text",{attrs:{value:t.redirect_uri,name:"redirect_uri",label:t.text_redirect_uri_label,copy:"",readonly:""}}),i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-o-auth-connection",{attrs:{label:t.text_authorization_label,mailer:t.mailer,connected_email:t.connected_email_address,is_auth_required:t.is_auth_required,client_id:t.client_id,client_secret:t.client_secret}}),t.is_auth_required?t._e():i("div",{staticClass:"wp-mail-smtp-setup-wizard-form-general-settings"},[i("div",{staticClass:"wp-mail-smtp-separator wp-mail-smtp-separator-big-margin"}),i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}}),i("settings-input-select",{attrs:{name:"from_email",label:t.text_from_email_label,options:t.possible_send_as_emails,description:t.text_from_email_description},model:{value:t.from_email,callback:function(e){t.from_email=e},expression:"from_email"}})],1)],1)])},Xi=[],$i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-oauth-connection"},[s("label",{staticClass:"settings-input-label-container"},[s("span",{staticClass:"label",domProps:{innerHTML:t._s(t.label)}}),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),t.is_auth_required?s("div",{staticClass:"add-authorization-container"},[s("p",{staticClass:"description",domProps:{textContent:t._s(t.text_authorization_button_description)}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-main wp-mail-smtp-button-small",attrs:{type:"button",disabled:!t.are_client_details_ready},on:{click:function(e){return e.preventDefault(),t.authorize(e)}}},[t._v(" "+t._s(t.text_authorization_button)+" ")])]):s("div",{staticClass:"remove-authorization-container"},[t.connected_email?s("p",{staticClass:"description connected-as"},[s("span",{domProps:{innerHTML:t._s(t.text_connected_as_with_email)}}),t._v(" "),s("inline-svg",{staticClass:"icon",attrs:{src:i("9a1d"),width:"16",height:"16"}})],1):t._e(),"gmail"===t.mailer?s("p",{staticClass:"description",domProps:{innerHTML:t._s(t.text_remove_authorization_button_description_google)}}):t._e(),s("p",{staticClass:"description",domProps:{innerHTML:t._s(t.text_remove_authorization_button_description)}}),s("button",{staticClass:"wp-mail-smtp-button wp-mail-smtp-button-red wp-mail-smtp-button-small",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.removeAuthorization(e)}}},[t._v(" "+t._s(t.text_remove_authorization_button)+" ")])])])},ts=[],es={name:"SettingsOAuthConnection",components:{SettingsInfoTooltip:Nt},props:{label:String,mailer:String,connected_email:String,is_auth_required:Boolean,client_id:String,client_secret:String,tooltip:String,disabled:Boolean},data:function(){return{text_allow_button:Object(c["a"])("Connect to %s","wp-mail-smtp"),text_authorization_button_description_general:Object(c["a"])("Before continuing, you'll need to allow this plugin to send emails using your %s account.","wp-mail-smtp"),text_remove_authorization_button:Object(c["a"])("Remove Connection","wp-mail-smtp"),text_remove_authorization_button_description_google:Object(c["c"])(Object(c["a"])("If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below.","wp-mail-smtp"),'<a href="https://support.google.com/a/answer/33327" target="_blank" rel="noopener noreferrer">',"</a>"),text_remove_authorization_button_desc_template:Object(c["a"])("Removing this connection will give you the ability to redo the connection or connect to different %s account.","wp-mail-smtp"),text_connected_as:Object(c["a"])("Connected as","wp-mail-smtp")}},computed:{are_client_details_ready:function(){return!!this.client_id&&!!this.client_secret},mailer_name:function(){var t="Google";return"outlook"===this.mailer?t="Microsoft Outlook":"zoho"===this.mailer&&(t="Zoho Mail"),t},text_authorization_button:function(){return Object(c["c"])(this.text_allow_button,this.mailer_name)},text_authorization_button_description:function(){return Object(c["c"])(this.text_authorization_button_description_general,this.mailer_name)},text_remove_authorization_button_description:function(){return Object(c["c"])(this.text_remove_authorization_button_desc_template,this.mailer_name)},text_connected_as_with_email:function(){return"".concat(this.text_connected_as," <b>").concat(this.connected_email,"</b>")}},methods:{authorize:function(){var t=this;this.$store.dispatch("$_app/start_loading"),this.$store.dispatch("$_settings/getAuthUrl",this.mailer).then((function(t){t.success&&t.data.oauth_url&&(window.location.href=t.data.oauth_url)})).finally((function(){t.$store.dispatch("$_app/stop_loading")}))},removeAuthorization:function(){var t=this;this.$store.dispatch("$_app/start_loading"),this.$store.dispatch("$_settings/removeAuth",this.mailer).finally((function(){t.$store.dispatch("$_app/stop_loading")}))},removeUrlParam:function(t,e,i){e.delete(i),t.search=e.toString(),window.history.replaceState({},document.title,t.toString())},catchAuthNotice:function(){var t=new URL(window.location.href),e=new URLSearchParams(t.search),i="",s="",a=!1;switch(e.has("success")?(i=e.get("success"),a=!0,this.removeUrlParam(t,e,"success")):e.has("error")&&(i=e.get("error"),this.removeUrlParam(t,e,"error")),i){case"google_access_denied":case"zoho_access_denied":case"google_no_code_scope":case"microsoft_no_code":case"zoho_no_code":case"zoho_invalid_nonce":s=Object(c["a"])("There was an error while processing the authentication request. Please try again.","wp-mail-smtp");break;case"google_no_clients":case"zoho_no_clients":case"zoho_unsuccessful_oauth":case"microsoft_unsuccessful_oauth":case"google_unsuccessful_oauth":s=Object(c["a"])("There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again.","wp-mail-smtp");break;case"google_site_linked":s=Object(c["a"])("You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail.","wp-mail-smtp");break;case"microsoft_site_linked":s=Object(c["a"])("You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook.","wp-mail-smtp");break;case"zoho_site_linked":s=Object(c["a"])("You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail.","wp-mail-smtp");break}s.length>0&&this.$swal({title:a?Object(c["a"])("Successful Authorization","wp-mail-smtp"):Object(c["a"])("Authorization Error!","wp-mail-smtp"),text:s,width:550,showCloseButton:!0,customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"}})}},mounted:function(){this.catchAuthNotice()}},is=es,ss=Object(_["a"])(is,$i,ts,!1,null,null,null),as=ss.exports,ns={name:"WizardStepConfigureMailerGmail",components:{SettingsInputText:Ut,SettingsInputSwitch:ii,SettingsOAuthConnection:as,SettingsInputSelect:Li},data:function(){return{mailer:"gmail",text_client_id_label:Object(c["a"])("Client ID","wp-mail-smtp"),text_client_secret_label:Object(c["a"])("Client Secret","wp-mail-smtp"),text_redirect_uri_label:Object(c["a"])("Authorized Redirect URI","wp-mail-smtp"),text_authorization_label:Object(c["a"])("Authorization","wp-mail-smtp"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_from_email_label:Object(c["a"])("From Email","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_from_email_description:Object(c["a"])("Select which email address you would like to send your emails from.","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up the Gmail mailer","wp-mail-smtp"),description:this.$wpms.mailer_options.gmail.description.substr(0,this.$wpms.mailer_options.gmail.description.indexOf("<br>")),redirect_uri:this.$wpms.mailer_options.gmail.redirect_uri,connected_email_address:null,possible_send_as_emails:[],field_errors:[]}},computed:Object(n["a"])(Object(n["a"])(Object(n["a"])({},Object(ut["b"])("$_settings",["settings.gmail.client_id","settings.gmail.client_secret","settings.gmail.access_token","settings.gmail.refresh_token","settings.mail.from_email","settings.mail.from_name","settings.mail.from_name_force"])),Object(ut["b"])("$_wizard",["blocked_step"])),{},{is_auth_required:function(){return!this.access_token||!this.refresh_token}}),watch:{is_auth_required:function(t){this.blocked_step=t}},methods:{getConnectedData:function(){var t=this;this.$store.dispatch("$_settings/getConnectedData",this.mailer).then((function(e){e.success&&e.data&&(t.connected_email_address=e.data.connected_email||null,t.possible_send_as_emails=e.data.possible_send_from_addresses||[],t.isEmailInPosibleAddresses(t.from_email)||(t.from_email=t.connected_email_address))}))},isEmailInPosibleAddresses:function(t){return this.possible_send_as_emails.find((function(e){return e.value===t}))},areRequiredFieldsValid:function(){var t=!0;return""===this.client_id&&(t=!1,this.field_errors.push("client_id")),""===this.client_secret&&(t=!1,this.field_errors.push("client_secret")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}},mounted:function(){this.getConnectedData(),this.is_auth_required&&(this.blocked_step=!0)}},os=ns,rs=Object(_["a"])(os,Zi,Xi,!1,null,null,null),ls=rs.exports,cs=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-outlook"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-outlook-mailer-in-wp-mail-smtp/#microsoft-setup",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-text",{attrs:{name:"client_id",label:t.text_client_id_label,is_error:t.field_errors.includes("client_id")},on:{is_error_update:function(e){return t.removeFieldError("client_id")}},model:{value:t.client_id,callback:function(e){t.client_id=e},expression:"client_id"}}),i("settings-input-text",{attrs:{name:"client_secret",type:"password",label:t.text_client_secret_label,is_error:t.field_errors.includes("client_secret")},on:{is_error_update:function(e){return t.removeFieldError("client_secret")}},model:{value:t.client_secret,callback:function(e){t.client_secret=e},expression:"client_secret"}}),i("settings-input-text",{attrs:{value:t.redirect_uri,name:"redirect_uri",label:t.text_redirect_uri_label,copy:"",readonly:""}}),i("settings-o-auth-connection",{attrs:{label:t.text_authorization_label,mailer:t.mailer,connected_email:t.connected_email_address,is_auth_required:t.is_auth_required,client_id:t.client_id,client_secret:t.client_secret}})],1)])},ps=[],ms={name:"WizardStepConfigureMailerOutlook",components:{SettingsInputText:Ut,SettingsOAuthConnection:as},data:function(){return{mailer:"outlook",text_client_id_label:Object(c["a"])("Application ID","wp-mail-smtp"),text_client_secret_label:Object(c["a"])("Application Password","wp-mail-smtp"),text_redirect_uri_label:Object(c["a"])("Redirect URI","wp-mail-smtp"),text_authorization_label:Object(c["a"])("Authorization","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Outlook","wp-mail-smtp"),description:this.$wpms.mailer_options.outlook.description.substr(0,this.$wpms.mailer_options.outlook.description.indexOf("<br>")),redirect_uri:this.$wpms.mailer_options.outlook.redirect_uri,field_errors:[]}},computed:Object(n["a"])(Object(n["a"])(Object(n["a"])(Object(n["a"])({},Object(ut["b"])("$_settings",["settings.outlook.client_id","settings.outlook.client_secret","settings.outlook.access_token","settings.outlook.refresh_token"])),Object(ut["b"])("$_wizard",["blocked_step"])),Object(nt["b"])({connected_email_address:"$_settings/outlook_email"})),{},{is_auth_required:function(){return!this.access_token||!this.refresh_token}}),watch:{is_auth_required:function(t){this.blocked_step=t}},methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.client_id&&(t=!1,this.field_errors.push("client_id")),""===this.client_secret&&(t=!1,this.field_errors.push("client_secret")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}},mounted:function(){this.is_auth_required&&(this.blocked_step=!0)}},us=ms,ds=Object(_["a"])(us,cs,ps,!1,null,null,null),_s=ds.exports,fs=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"wp-mail-smtp-setup-wizard-step-configure-mailer-settings wp-mail-smtp-setup-wizard-step-configure-mailer-settings-zoho"},[i("p",{staticClass:"mailer-description",domProps:{innerHTML:t._s(t.description)}}),i("p",{staticClass:"mailer-description mailer-description-links"},[i("a",{staticClass:"wp-mail-smtp-link",attrs:{href:"https://wpmailsmtp.com/docs/how-to-set-up-the-zoho-mailer-in-wp-mail-smtp/#zoho-account",target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.text_documentation_link))])]),i("div",{staticClass:"wp-mail-smtp-setup-wizard-form"},[i("settings-input-select",{attrs:{name:"domain",label:t.text_domain_label,options:t.domain_options,description:t.text_domain_description,is_error:t.field_errors.includes("domain")},on:{is_error_update:function(e){return t.removeFieldError("domain")}},model:{value:t.domain,callback:function(e){t.domain=e},expression:"domain"}}),i("settings-input-text",{attrs:{name:"client_id",label:t.text_client_id_label,is_error:t.field_errors.includes("client_id")},on:{is_error_update:function(e){return t.removeFieldError("client_id")}},model:{value:t.client_id,callback:function(e){t.client_id=e},expression:"client_id"}}),i("settings-input-text",{attrs:{name:"client_secret",type:"password",label:t.text_client_secret_label,is_error:t.field_errors.includes("client_secret")},on:{is_error_update:function(e){return t.removeFieldError("client_secret")}},model:{value:t.client_secret,callback:function(e){t.client_secret=e},expression:"client_secret"}}),i("settings-input-text",{attrs:{value:t.redirect_uri,name:"redirect_uri",label:t.text_redirect_uri_label,copy:"",readonly:""}}),i("settings-o-auth-connection",{attrs:{label:t.text_authorization_label,mailer:t.mailer,connected_email:t.connected_email_address,is_auth_required:t.is_auth_required,client_id:t.client_id,client_secret:t.client_secret}}),t.is_auth_required?t._e():i("div",[i("settings-input-text",{attrs:{name:"from_name",label:t.text_from_name_label,description:t.text_from_name_description},model:{value:t.from_name,callback:function(e){t.from_name=e},expression:"from_name"}}),i("settings-input-switch",{attrs:{classname:"sub_setting",name:"from_name_force",title:t.text_force_from_name_title,label:t.text_force_from_name_label},model:{value:t.from_name_force,callback:function(e){t.from_name_force=e},expression:"from_name_force"}})],1)],1)])},hs=[],gs={name:"WizardStepConfigureMailerZoho",components:{SettingsInputText:Ut,SettingsInputSwitch:ii,SettingsInputSelect:Li,SettingsOAuthConnection:as},data:function(){return{mailer:"zoho",text_domain_label:Object(c["a"])("Region","wp-mail-smtp"),text_domain_description:Object(c["a"])("The data center location used by your Zoho account.","wp-mail-smtp"),text_client_id_label:Object(c["a"])("Client ID","wp-mail-smtp"),text_client_secret_label:Object(c["a"])("Client Secret","wp-mail-smtp"),text_redirect_uri_label:Object(c["a"])("Redirect URI","wp-mail-smtp"),text_authorization_label:Object(c["a"])("Authorization","wp-mail-smtp"),text_from_name_label:Object(c["a"])("From Name","wp-mail-smtp"),text_force_from_name_title:Object(c["a"])("Force From Name","wp-mail-smtp"),text_force_from_name_label:Object(c["a"])("If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.","wp-mail-smtp"),text_from_name_description:Object(c["a"])("The name that emails are sent from.","wp-mail-smtp"),text_documentation_link:Object(c["a"])("Read how to set up Zoho Mail","wp-mail-smtp"),description:this.$wpms.mailer_options.zoho.description.substr(0,this.$wpms.mailer_options.zoho.description.indexOf("<br>")),redirect_uri:this.$wpms.mailer_options.zoho.redirect_uri,domain_options:this.$wpms.mailer_options.zoho.domain_options,field_errors:[]}},computed:Object(n["a"])(Object(n["a"])(Object(n["a"])(Object(n["a"])({},Object(ut["b"])("$_settings",["settings.zoho.domain","settings.zoho.client_id","settings.zoho.client_secret","settings.zoho.access_token","settings.zoho.refresh_token","settings.mail.from_name","settings.mail.from_name_force"])),Object(ut["b"])("$_wizard",["blocked_step"])),Object(nt["b"])({connected_email_address:"$_settings/zoho_email"})),{},{is_auth_required:function(){return!this.access_token||!this.refresh_token}}),watch:{is_auth_required:function(t){this.blocked_step=t}},methods:{areRequiredFieldsValid:function(){var t=!0;return""===this.domain&&(t=!1,this.field_errors.push("domain")),""===this.client_id&&(t=!1,this.field_errors.push("client_id")),""===this.client_secret&&(t=!1,this.field_errors.push("client_secret")),t},removeFieldError:function(t){this.field_errors=this.field_errors.filter((function(e){return e!==t}))}},mounted:function(){this.is_auth_required&&(this.blocked_step=!0)}},ws=gs,bs=Object(_["a"])(ws,fs,hs,!1,null,null,null),As=bs.exports,vs=new o["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"welcome",component:O},{path:"/step",name:"step",component:N,children:[{path:"import",name:"import_step",component:it},{path:"choose_mailer",name:"choose_mailer_step",component:ct},{path:"configure_mailer",name:"configure_mailer_step",component:ht,children:[{path:"smtp",name:"configure_mailer_step_smtp",component:oi},{path:"smtpcom",name:"configure_mailer_step_smtpcom",component:ui},{path:"sendinblue",name:"configure_mailer_step_sendinblue",component:wi},{path:"mailgun",name:"configure_mailer_step_mailgun",component:Ci},{path:"sendgrid",name:"configure_mailer_step_sendgrid",component:Ei},{path:"amazoneses",name:"configure_mailer_step_amazonses",component:qi},{path:"gmail",name:"configure_mailer_step_gmail",component:ls},{path:"outlook",name:"configure_mailer_step_outlook",component:_s},{path:"zoho",name:"configure_mailer_step_zoho",component:As}]},{path:"plugin_features",name:"plugin_features_step",component:St},{path:"help_improve",name:"help_improve_step",component:Xt},{path:"license",name:"license_step",component:oe},{path:"check_configuration",name:"check_configuration_step",component:ue},{path:"successful_configuration",name:"check_configuration_step_success",component:Ee},{path:"failed_configuration",name:"check_configuration_step_failure",component:De}]}],scrollBehavior:function(){return{x:0,y:0}}}),xs={name:"SetupWizardApp",router:vs,computed:Object(n["a"])({},Object(nt["b"])({blocked:"$_app/blocked",loading:"$_app/loading"}))},ys=xs,Cs=Object(_["a"])(ys,s,a,!1,null,null,null),ks=Cs.exports,Os=i("2b0e"),js=i("5886"),Ss=(i("466d"),{install:function(t){window.wp_mail_smtp_vue&&(t.prototype.$wpms=window.wp_mail_smtp_vue),t.prototype.$isPro=Ps,t.prototype.$addQueryArg=Es}});function Ps(){return window.wp_mail_smtp_vue.is_pro}function Es(t,e,i){var s=new RegExp("([?&])"+e+"=.*?(&|#|$)","i");if(t.match(s))return t.replace(s,"$1"+e+"="+i+"$2");var a="";-1!==t.indexOf("#")&&(a=t.replace(/.*#/,"#"),t=t.replace(/#.*/,""));var n=-1!==t.indexOf("?")?"&":"?";return t+n+e+"="+i+a}var Ts=Ss,zs={install:function(t){t.prototype.$next_step=function(){var e=this,i=t.prototype.$wizard_steps.findIndex((function(t){return e.$route.name.includes(t)}))+1;this.$router.push({name:t.prototype.$wizard_steps[i]})},t.prototype.$previous_step=function(){var e=this,i="welcome",s=t.prototype.$wizard_steps.findIndex((function(t){return e.$route.name.includes(t)}))-1;s>=0&&(i=t.prototype.$wizard_steps[s]),this.$router.push({name:i})},t.prototype.$swal&&(t.prototype.$wpms_success_toast=function(e){var i=e.animation,s=void 0!==i&&i,a=e.toast,n=void 0===a||a,o=e.position,r=void 0===o?"top-end":o,l=e.showConfirmButton,p=void 0!==l&&l,m=e.icon,u=void 0===m?"success":m,d=e.timer,_=void 0===d?3e3:d,f=e.showCloseButton,h=void 0===f||f,g=e.title,w=void 0===g?Object(c["a"])("Settings Updated","wp-mail-smtp"):g,b=e.showCancelButton,A=void 0!==b&&b,v=e.confirmButtonText,x=void 0===v?"":v,y=e.cancelButtonText,C=void 0===y?"":y,k=e.text,O=void 0===k?"":k;return t.prototype.$swal({animation:s,toast:n,position:r,showConfirmButton:p,icon:u,showCloseButton:h,title:w,timer:_,showCancelButton:A,confirmButtonText:x,cancelButtonText:C,text:O})},t.prototype.$wpms_error_toast=function(e){var i=e.animation,s=void 0!==i&&i,a=e.toast,n=void 0===a||a,o=e.position,r=void 0===o?"top-end":o,l=e.showConfirmButton,p=void 0!==l&&l,m=e.icon,u=void 0===m?"error":m,d=e.showCloseButton,_=void 0===d||d,f=e.title,h=void 0===f?Object(c["a"])("Could Not Save Changes","wp-mail-smtp"):f,g=e.text,w=void 0===g?"":g;return t.prototype.$swal({animation:s,toast:n,position:r,showConfirmButton:p,icon:u,showCloseButton:_,title:h,text:w,onOpen:function(){t.prototype.$swal.hideLoading()}})},t.prototype.$wpms_error_modal=function(e){var i=e.position,s=void 0===i?"center":i,a=e.width,n=void 0===a?650:a,o=e.showConfirmButton,r=void 0===o||o,l=e.confirmButtonText,p=void 0===l?Object(c["a"])("Return to Mailer Settings","wp-mail-smtp"):l,m=e.customClass,u=void 0===m?{container:"wp-mail-smtp-swal wp-mail-smtp-swal-error"}:m,d=e.showCloseButton,_=void 0===d||d,f=e.title,h=void 0===f?Object(c["a"])("Whoops, we found an issue!","wp-mail-smtp"):f,g=e.subtitle,w=void 0===g?Object(c["a"])("It looks like something went wrong...","wp-mail-smtp"):g,b=e.detailedError,A=void 0===b?"":b;return t.prototype.$swal({position:s,width:n,showConfirmButton:r,confirmButtonText:p,customClass:u,showCloseButton:_,title:h,html:'\n\t\t\t\t\t\t<p class="subtitle">'.concat(w,'</p>\n\t\t\t\t\t\t<div class="detailed-error">\n\t\t\t\t\t\t\t<h3>').concat(Object(c["a"])("Error Message:","wp-mail-smtp"),"</h3>\n\t\t\t\t\t\t\t<div>").concat(A,"</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t"),allowEscapeKey:!1,allowOutsideClick:!1,onOpen:function(){t.prototype.$swal.hideLoading()}})},t.prototype.$required_fields_modal=function(){return t.prototype.$swal({position:"center",width:450,showConfirmButton:!0,confirmButtonText:Object(c["a"])("OK","wp-mail-smtp"),customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"},showCloseButton:!0,title:Object(c["a"])("Heads up!","wp-mail-smtp"),text:Object(c["a"])("Please fill out all the required fields to continue.","wp-mail-smtp"),allowEscapeKey:!1,allowOutsideClick:!1})})}},Bs=zs,Is=i("bc3a"),Ms=i.n(Is),Ds=function(t,e){return new Promise((function(i,s){var a=new FormData;a.append("action","wp_mail_smtp_vue_install_plugin"),a.append("nonce",Os["a"].prototype.$wpms.nonce),a.append("slug",e),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,a).then((function(e){if(e.data.success)t.commit("PLUGIN_INSTALLED",e.data);else{var s="";ie()(e.data,"data[0].message")?s=e.data.data[0].message:ie()(e.data,"data")&&(s=e.data.data),Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like the plugin installation failed!","wp-mail-smtp"),detailedError:s})}i(e.data)})).catch((function(t){if(s(t),t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't install the plugin.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline. Plugin not installed.","wp-mail-smtp")})}))}))},Fs=function(t){return new Promise((function(e,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_get_partner_plugins_info"),s.append("nonce",Os["a"].prototype.$wpms.nonce),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(i){i.data.success?t.commit("PLUGINS_FETCHED",i.data):Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("Can't fetch plugins information.","wp-mail-smtp")}),e(i.data)})).catch((function(t){if(i(t),t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't fetch plugins information.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline. Plugin information not retrieved.","wp-mail-smtp")})}))}))},Ns={installPlugin:Ds,fetchPlugins:Fs},Qs=function(t,e){return Ns.installPlugin(t,e)},Ls=function(t){return Ns.fetchPlugins(t)},Ws={installPlugin:Qs,getPlugins:Ls},Us=function(t){return t.plugins},Hs=function(t){return t.plugins.filter((function(t){return"wpforms-lite"!==t.slug}))},Rs=function(t){return t.contact_form_plugin_already_installed},Gs={getField:ut["a"],plugins:Us,partner_plugins:Hs,contact_form_plugin_already_installed:Rs},Vs=(i("d81d"),function(t,e){t.plugins.map((function(i){return i.slug===e.data.slug&&(i.is_installed=e.data.is_installed,i.is_activated=e.data.is_activated),"wpforms-lite"===e.data.slug&&(t.contact_form_plugin_already_installed=!0),i}))}),Ys=function(t,e){t.plugins=e.data.plugins,t.contact_form_plugin_already_installed=e.data.contact_form_plugin_already_installed},Js={updateField:ut["c"],PLUGIN_INSTALLED:Vs,PLUGINS_FETCHED:Ys},Ks={plugins:[],contact_form_plugin_already_installed:!1,smart_contact_form_setting:!0},qs={namespaced:!0,state:Ks,actions:Ws,getters:Gs,mutations:Js},Zs=(i("b64b"),function(t){return new Promise((function(e,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_get_settings"),s.append("nonce",Os["a"].prototype.$wpms.nonce),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(t){t.data.success?e(t.data):i(t.data)})).catch((function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var i=e.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load the settings.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),i.status,i.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))}))}),Xs=function(t,e){return new Promise((function(t,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_get_amazon_ses_identities"),s.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==e&&s.append("value",JSON.stringify(e)),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(e){e.data.success?t(e.data):i(e.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't retrieve Amazon SES Identities.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("Can't retrieve Amazon SES Identities.","wp-mail-smtp")})}))}))},$s=function(t,e){return new Promise((function(t,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_amazon_ses_identity_registration"),s.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==e.value&&s.append("value",e.value),!1!==e.value&&s.append("type",e.type),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(e){e.data.success?t(e.data):i(e.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't register the Amazon SES Identity.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("Can't register the Amazon SES Identity","wp-mail-smtp")})}))}))},ta=function(t,e){return new Promise((function(t){var i=new FormData;i.append("action","wp_mail_smtp_vue_update_settings"),i.append("nonce",Os["a"].prototype.$wpms.nonce),void 0!==e.overwrite&&i.append("overwrite",e.overwrite),!1!==e.value&&i.append("value",JSON.stringify(e.value)),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,i).then((function(e){t(e.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't save the settings.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("Network error encountered. Settings not saved.","wp-mail-smtp")})}))}))},ea=function(t,e){return new Promise((function(t){var i=new FormData;i.append("action","wp_mail_smtp_vue_import_settings"),i.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==e.value&&i.append("value",e.value),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,i).then((function(e){t(e.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't import the plugin settings.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("Network error encountered. SMTP plugin import failed!","wp-mail-smtp")})}))}))},ia=function(t,e){return new Promise((function(i,s){var a=new FormData;a.append("action","wp_mail_smtp_vue_get_oauth_url"),a.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==t&&a.append("mailer",t),!1!==e&&a.append("settings",JSON.stringify(e)),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,a).then((function(t){t.data.success?i(t.data):s(t.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load authentication details.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))}))},sa=function(t){return new Promise((function(e,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_remove_oauth_connection"),s.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==t&&s.append("mailer",t),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(t){t.data.success?e(t.data):i(t.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't remove oAuth connection.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))}))},aa=function(t){return new Promise((function(e,i){var s=new FormData;s.append("action","wp_mail_smtp_vue_get_connected_data"),s.append("nonce",Os["a"].prototype.$wpms.nonce),!1!==t&&s.append("mailer",t),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,s).then((function(t){t.data.success?e(t.data):i(t.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load oAuth connected data.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))}))},na=function(t){return new Promise((function(e){var i=new FormData;i.append("action","wp_mail_smtp_vue_subscribe_to_newsletter"),i.append("nonce",Os["a"].prototype.$wpms.nonce),i.append("email",t),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,i).then((function(t){e(t.data)}))}))},oa=function(t){return new Promise((function(e){var i=new FormData;i.append("action","wp_mail_smtp_vue_verify_license_key"),i.append("nonce",Os["a"].prototype.$wpms.nonce),i.append("license_key",t),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,i).then((function(t){e(t.data)}))}))},ra=function(t){return new Promise((function(e){var i=new FormData;i.append("action","wp_mail_smtp_vue_upgrade_plugin"),i.append("nonce",Os["a"].prototype.$wpms.nonce),i.append("license_key",t),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,i).then((function(t){e(t.data)}))}))},la={fetchSettings:Zs,saveSettings:ta,importOtherPluginSettings:ea,fetchAmazonSESIdentities:Xs,amazonSESRegisterIdentity:$s,getAuthRedirect:ia,removeAuth:sa,getConnectedData:aa,subscribeToNewsletter:na,verifyLicense:oa,upgradePlugin:ra},ca=function(t){return la.fetchSettings(t).then((function(e){t.commit("SETTINGS_UPDATED",e.data)})).catch((function(t){if(t.data)return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load existing settings.","wp-mail-smtp"),detailedError:t.data})}))},pa=function(t){var e=t.getters.settings.amazonses;if(0!==Object.keys(e).length)return la.fetchAmazonSESIdentities(t,e).then((function(e){t.commit("AMAZONSES_IDENTITIES_UPDATED",e),Os["a"].swal.close()})).catch((function(t){Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't retrieve the Amazon SES Identities.","wp-mail-smtp"),detailedError:t.data?t.data:""})}))},ma=function(t,e){return la.amazonSESRegisterIdentity(t,e).catch((function(t){Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't register the Amazon SES Identity.","wp-mail-smtp"),detailedError:t.data})}))},ua=function(t,e){t.commit("MAILER_UPDATE",e)},da=function(t,e){return new Promise((function(i){t.commit("LOGS_UPDATE",e),i({success:!0})}))},_a=function(t,e){t.commit("SETTINGS_SAVE_START");var i=la.saveSettings(t,e);return i.then((function(){t.commit("SETTINGS_SAVE_END")})),i},fa=function(t){var e=t.getters.settings;t.commit("SETTINGS_SAVE_START");var i=la.saveSettings(t,{value:e});return i.then((function(){t.commit("SETTINGS_SAVE_END")})),i},ha=function(t,e){return t.commit("SETTINGS_SAVE_START"),new Promise((function(i){la.importOtherPluginSettings(t,e).then((function(e){t.commit("SETTINGS_SAVE_END"),e.success?ca(t).then((function(){i(!0)})):i(!1)}))}))},ga=function(t,e){return la.getAuthRedirect(e,t.getters.settings[e]).catch((function(t){Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load oAuth redirect.","wp-mail-smtp"),detailedError:t.data})}))},wa=function(t,e){return la.getConnectedData(e).catch((function(t){Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't load oAuth connected data.","wp-mail-smtp"),detailedError:t.data})}))},ba=function(t,e){return la.removeAuth(e).then((function(){t.commit("SETTINGS_REMOVE_AUTH",e)})).catch((function(t){Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't remove oAuth connection.","wp-mail-smtp"),detailedError:t.data})}))},Aa=function(t,e){return new Promise((function(i){t.commit("SETTINGS_SAVE_PLUGIN_FEATURES",e),i({success:!0,features:e})}))},va=function(t,e){return la.subscribeToNewsletter(e)},xa=function(t,e){return la.verifyLicense(e)},ya=function(t,e){return la.upgradePlugin(e)},Ca={getSettings:ca,updateSettings:_a,importOtherPlugin:ha,setMailer:ua,setLogs:da,saveCurrentSettings:fa,getAmazonSESIdentities:pa,amazonSESRegisterIdentity:ma,getAuthUrl:ga,removeAuth:ba,getConnectedData:wa,savePluginFeatures:Aa,subscribeToNewsletter:va,verifyLicense:xa,upgradePlugin:ya},ka=(i("4160"),i("1276"),i("159b"),function(t){return t.settings}),Oa=function(t){return t.settings.mail.mailer},ja=function(t){return t.settings.outlook.user_details?t.settings.outlook.user_details.email:null},Sa=function(t){return t.settings.zoho.user_details?t.settings.zoho.user_details.email:null},Pa=function(t){return t.plugin_features},Ea=function(t){return!!t.settings.logs.enabled&&t.settings.logs.enabled},Ta=function(t){return function(e){var i=!1,s=t.amazonses_identities.data,a=e.split("@").pop();return void 0!==s&&(s.forEach((function(t){("email"===t.type&&t.value===e||"domain"===t.type&&t.value===a)&&(i=!0)})),i)}},za={getField:ut["a"],settings:ka,mailer:Oa,outlook_email:ja,zoho_email:Sa,plugin_features:Pa,amazonses_is_email_registered:Ta,email_log_enabled:Ea},Ba=i("da81"),Ia=i.n(Ba),Ma=function(t,e){t.is_saving=!1,t.settings=Ia()(t.settings,e)},Da=function(t,e){t.amazonses_identities=e.data},Fa=function(t,e){t.settings.mail.mailer=e},Na=function(t,e){t.settings.logs.enabled=e},Qa=function(t){t.is_saving=!0},La=function(t){t.is_saving=!1},Wa=function(t,e){var i=t.settings[e];t.settings[e]={client_id:i.client_id,client_secret:i.client_secret},"zoho"===e&&(t.settings[e].domain=i.domain)},Ua=function(t,e){t.plugin_features=e},Ha={updateField:ut["c"],SETTINGS_UPDATED:Ma,SETTINGS_SAVE_START:Qa,SETTINGS_SAVE_END:La,MAILER_UPDATE:Fa,LOGS_UPDATE:Na,AMAZONSES_IDENTITIES_UPDATED:Da,SETTINGS_REMOVE_AUTH:Wa,SETTINGS_SAVE_PLUGIN_FEATURES:Ua},Ra={settings:{mail:{mailer:"mail",from_email:"",from_name:"",return_path:!1,from_email_force:!0,from_name_force:!1},smtp:{host:"",port:"587",encryption:"tls",autotls:!0,auth:!0,user:"",pass:""},smtpcom:{api_key:"",channel:""},sendinblue:{api_key:"",domain:""},mailgun:{api_key:"",domain:"",region:"US"},sendgrid:{api_key:"",domain:""},amazonses:{client_id:"",client_secret:"",region:"us-east-1"},gmail:{client_id:"",client_secret:"",access_token:{},refresh_token:""},outlook:{client_id:"",client_secret:"",access_token:{},refresh_token:"",user_details:{email:""}},zoho:{client_id:"",client_secret:"",domain:"com",access_token:{},refresh_token:"",user_details:{email:""}},logs:{enabled:!1}},amazonses_identities:{},plugin_features:[]},Ga={namespaced:!0,state:Ra,actions:Ca,getters:za,mutations:Ha},Va=function(){return new Promise((function(t){var e=new FormData;e.append("action","wp_mail_smtp_vue_check_mailer_configuration"),e.append("nonce",Os["a"].prototype.$wpms.nonce),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,e).then((function(e){t(e.data)})).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't perform the mailer configuration check.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))}))},Ya=function(t){var e=new FormData;e.append("action","wp_mail_smtp_vue_send_feedback"),e.append("nonce",Os["a"].prototype.$wpms.nonce),e.append("data",JSON.stringify(t)),Ms.a.post(Os["a"].prototype.$wpms.ajax_url,e).catch((function(t){if(t.response){var e=t.response;return Os["a"].prototype.$wpms_error_modal({subtitle:Object(c["a"])("It looks like we can't send the feedback.","wp-mail-smtp"),detailedError:Object(c["c"])(Object(c["a"])("%1$s, %2$s","wp-mail-smtp"),e.status,e.statusText)})}Os["a"].prototype.$wpms_error_toast({title:Object(c["a"])("You appear to be offline.","wp-mail-smtp")})}))},Ja={checkMailerConfiguration:Va,sendFeedback:Ya},Ka=function(){return Ja.checkMailerConfiguration()},qa=function(t,e){Ja.sendFeedback(e)},Za={checkMailerConfiguration:Ka,sendFeedback:qa},Xa=function(t){return t.blocked_step},$a={getField:ut["a"],blocked_step:Xa},tn={updateField:ut["c"]},en={blocked_step:!1},sn={namespaced:!0,state:en,actions:Za,getters:$a,mutations:tn},an=function(t){t.commit("INIT")},nn=function(t){t.commit("BLOCK_APP")},on=function(t){t.commit("UNBLOCK_APP")},rn=function(t){t.commit("APP_LOADING_START")},ln=function(t){t.commit("APP_LOADING_STOP")},cn={init:an,block:nn,unblock:on,start_loading:rn,stop_loading:ln},pn=function(t){return t.blocked},mn=function(t){return t.loading},un=function(t){return t.wpms},dn={blocked:pn,loading:mn,wpms:un},_n=function(){},fn=function(t){t.blocked=!0},hn=function(t){t.blocked=!1},gn=function(t){t.loading=!0},wn=function(t){t.loading=!1},bn={INIT:_n,BLOCK_APP:fn,UNBLOCK_APP:hn,APP_LOADING_START:gn,APP_LOADING_STOP:wn},An={blocked:!1,loading:!1,wpms:window.wp_mail_smtp_vue?window.wp_mail_smtp_vue:{}},vn={namespaced:!0,state:An,actions:cn,getters:dn,mutations:bn},xn=function(t){t.subscribe((function(e,i){if("$_app/INIT"===e.type){var s=i["$_app"].wpms.versions,a="",n="";s.php_version_below_55?(a=Object(c["a"])("Yikes! PHP Update Required","wp-mail-smtp"),n=Object(c["c"])(Object(c["a"])("WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.","wp-mail-smtp"),s.php_version,"7.4")):s.php_version_below_56?(a=Object(c["a"])("Yikes! PHP Update Required","wp-mail-smtp"),n=Object(c["c"])(Object(c["a"])("WP Mail SMTP has detected that your site is running an outdated, insecure version of PHP (%1$s). Some mailers require at least PHP version 5.6. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.","wp-mail-smtp"),s.php_version,"7.4")):s.wp_version_below_49&&(a=Object(c["a"])("Yikes! WordPress Update Required","wp-mail-smtp"),n=Object(c["c"])(Object(c["a"])("WP Mail SMTP has detected that your site is running an outdated version of WordPress (%s). WP Mail SMTP requires at least WordPress version 4.9.","wp-mail-smtp"),s.wp_version)),Os["a"].prototype.$swal&&a.length&&(t.dispatch("$_app/block"),Os["a"].prototype.$swal.close(),Os["a"].prototype.$swal({title:a,html:"<p>".concat(n,'</p><p><a href="').concat(Os["a"].prototype.$wpms.exit_url,'">').concat(Object(c["a"])("Return to Plugin Settings","wp-mail-smtp"),"</a></p>"),customClass:{container:"wp-mail-smtp-swal wp-mail-smtp-swal-alert"},allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,showConfirmButton:!1,onOpen:function(){Os["a"].prototype.$swal.hideLoading()}}))}}))},yn=xn;Os["a"].use(nt["a"]);var Cn=[yn],kn=new nt["a"].Store({modules:{$_app:vn,$_plugins:qs,$_settings:Ga,$_wizard:sn},plugins:Cn}),On=i("e37d"),jn=(i("6c6b"),i("6d5e")),Sn=document.getElementById("wp-mail-smtp-vue-setup-wizard");Os["a"].config.productionTip=!1,i.p=window.wp_mail_smtp_vue.public_url,Os["a"].use(jn["InlineSvgPlugin"]),Os["a"].use(o["a"]),Os["a"].use(js["a"]),Os["a"].use(On["a"],{defaultTemplate:'<div class="wp-mail-smtp-tooltip" role="tooltip"><div class="wp-mail-smtp-tooltip-arrow"></div><div class="wp-mail-smtp-tooltip-inner"></div></div>',defaultArrowSelector:".wp-mail-smtp-tooltip-arrow, .wp-mail-smtp-tooltip__arrow",defaultInnerSelector:".wp-mail-smtp-tooltip-inner, .wp-mail-smtp-tooltip__inner"}),Os["a"].use(Ts),Object(c["b"])(window.wp_mail_smtp_vue.translations,"wp-mail-smtp");var Pn={install:function(t){t.prototype.$wizard_steps=[],t.prototype.$wpms&&t.prototype.$wpms.other_smtp_plugins.length>0&&t.prototype.$wizard_steps.push("import_step"),t.prototype.$wizard_steps.push("choose_mailer_step"),t.prototype.$wizard_steps.push("configure_mailer_step"),t.prototype.$wizard_steps.push("plugin_features_step"),t.prototype.$wpms&&!t.prototype.$wpms.is_pro&&t.prototype.$wizard_steps.push("help_improve_step"),t.prototype.$wizard_steps.push("license_step"),t.prototype.$wizard_steps.push("check_configuration_step")}};Os["a"].use(Pn),Os["a"].use(Bs),new Os["a"]({store:kn,mounted:function(){kn.dispatch("$_app/init")},render:function(t){return t(ks)}}).$mount(Sn)},"9f86":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAB8dAAAdhwGkh9VpAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAADg1JREFUeJzdm3mQVdWdx7+/37mvN5pFERdkaRqj7bCESUMZkxAagjGMoKJCJW2cCs5ACpW1UWqmUvomTvgjxoWJJjGVqINLFEUyg2B0TEDWoHaCtguCvu7GBiQgTUM3Tb93lvxx33LXd18vaNX8qrrueXf53XM+9/s753fOvU2N1533qTKiQ2srYYxIKFgJra3DWotDUFZi3DcamigOjf+nRs3XD3pHG2ucMgJaW9DGgjIC2ljpP5FUWrRoYx3WsA4pbSW0EQlpYgklkRjU2frJxPr61BfdkJ4afTK7/0vaiGuUsdIARBqCs5yDo41IH0sf1xaUEa3aWAljYgllKKFM0WGtxCFNnOiA3P/93U+f/KIbGmYWk2y2iwQwYIudYLxnEmWLrmMMGI1zAKrWQDXDgkEKEAbQFspMDC9M+tej2ljNGtYBpUWz1lazhtUEQwc0lTTO2xM/cTYbmc8sZnUA2m6cAVwNzRnBZOHk9uWK7mtM5ngO6BAAQ2Aw0ZDJ7tcQMDqJ3467+2/aiL3axN5JafEGjLX7jr11+/qmifnNIqhmdtbf0dBsQzJGuYJx7rRVgIATAQpQkwsOoIDzyf77pmADrYGfX/azTzRir2jDG9uS5X+IN80707Mm5jc6chO+BogdrtjXuU4w1yGmYz+kn9Da3TcE9BN+nzrAj6vPyfpp08Z6URnx65Ufzf9znwI4NgcXG6BFhzTUV7kQOPYx57kOCB44bgh+YOEPwYI2ol4b62dnPm5eG0e818MzDx6Dw2B0MSkwSdjbXFl493HmmITwXJM713+N+1z/fXz3ZO9xmSlXE+TviitHNqyqXHNDrxUAAMe+hw+NxqXQCHwKbhWI9JMOkLpHIcEqCAoFv9rcKghSiF02JvZa0vCieFPt3p4AEABw15cxk4BLbCIauU6MAFD6FwFAO0AWKNPtU/YosmeR73q76PTjvsZddtyTAvz47mkqGfQvUwfNPT3lxLg3tmCLv8/NYxYAgNGYdQeAtbSPMrlHBDKLLyk6vGZf57ALGVyRghzFZCoMMBIwFQAqwDTCaBT5G2j/NN59nvs4rzHZn35Q7mGZSg3wAFdUXR2Xa2vjLXOPdwsAE5oM2zfMQVB2BRw3IkND6XkooOUggIMAdngdmjh419YrL7KEHqVkqsIQKhgYSYYqwKoCGiOADCAHkHRDfY/P9RD8QD2Qr4ZlvRkfsXZW/MDc9wsGYCw0QuUab28NhFauG2lgaJRDe+K0KwNou/d4HHGuvvKtiyxROspINVaQqYZBNZjGQiPmbWFOBX4zLuVk85ZKMLb+eNgL19zdctPuyPoCwLH5mEQSb0AD0OmkJr01mnKdGKzfD3+xfXaU057Y2ivnlFpqwEyl+WZlimZoI4qC5iKeIdEz9Lo61nZNsaviTTfmzRsIAE4uwHlS4Wim4VkIKg3BkF0BiPqh685MPBsAnPb0uIXncBEWGB27S0Oc24uJWmtK8ZR7W+Y25AUAAMfn4yQ0+rsgqBwMYwhGW60XrEude7YBZGz9hKWDOknfpWEtUUaU+VUQkYDZCmkyKT0pfqj2WNA9sgBaF+BtYzDe+/ThCgdGZ5E+d+QzaP2cGAAAnqm+o0rp2HPaxMbncpPg1NmfolvQxvqTbv7gqqDMkbMlgSZie493mykTa5SlUBlW0be/fUG//TOGjzZxh98+sNr6h/cWl+CrTPLRoOxRkAJzUEZq7yeS02hkVV2Q75wCbsNDMFgSpACnErTB3POfw/Nhld03c+g8ZWL3GWN9qI3Ypo3YmoyVbZm4of50X8B4csKyO7WJ/bRbEzU7FLoUiifEm25yZYzsKDVmnzYhVAkMjM5XwUtfOvS4MHI6kTyfSK0k0htjqc6jf7lq/Lq3pk+o/fOMKwb0BsAtex68T7Ba4Z1XhKsgu69YmK6fe/05Q6DRK/mQbWgIZCFsOrinqEtMZKhX0xUoY5Y3MOunLZk6+Mb0SY9sn/r1y3oK4ft/vf9+QfJHvomar+wAwhLMavpPRv7umkAAsbQCMk8fITCMiAYAAKNfS7R1HBk8k0k9wSQhcrO7ciZ1W0wkP9j1rStf3jV18td7AuHmPQ+sEiT/xz+LlO6+wQMEnLonEEBnLLoTLFQBGZtYX5+q2th0qyB5r7cighQxqe+A5fYd0yav31xTU9EdAASYFPQPBMmPC5liOx7CpJ9UPvUtH4AhP8UpCByNhEAYbhZ4U9b8Fa3a2Hy3YLmUWZmQil5fTOrdbVOnLjahia/f5u156IQgdQuTNK7Yd6wleNcsmCQYydt9ANLWlC/+wQAJWG1dGFFoJTNW9VLTaoasC66cBLHqR5Crt9VMXb+5pmZQoX5r//rQLovUmkL6AYcKZq265LEhPgAkbABh8Z/Zp2KFh4HT/mFT04MMvTyictcJ8M7NNTOGFey4yKxkkif8KnCMEO57WpZRs30AQEhExL+91fmHwvwQEg8yq3uDK5dVxOXCnHn9j9OmXVyIz9rdq48IqPsdy2Z51SBYgUhe7wOQUUAkBIFRPQUAAJdvbLyHST0ZrgIJZlUZ09iwuaamvBCfWspHmFS7OzvMs7ZJevKj1Y/G3AACFBAC4ZLeACDAxIyYzyS3hUg0U/5Hy/Cjhfi8ueGXrYL040ELsoELr6zK29tUtQuAQi4bDIVg5wnjewMAAL708kddVJycLUi1BEk0UyaWtVumTCtoDcJi/RCTMnlHAGfHK9QEF4AB45EA40y++E+XR3+2CL1KaQHg8vUHPyMk5wdLNLe1WK3eNGNGcZS/G9/8ZYJJ7fSpiYOBWCzHu0NgLhQx3g+Vfi5LJNL4Rm8BAEDVppY/MMlNfom6gAwv7zp9ayH+GPJZ3xwhrGM0cpQ3DwAEGgoZCZgxsy8AAAAb/eOQCUxOBVArCplma1IvCJLKpyYOAMJquM8hA28XNBIwrjVz7PcKvbVLN7XsZpIfBE5gcjFbuev1yVOjfM1984lPmdRu3xwhOE0e7AOgGX8MbLB/inzxqaGY0RcAAIBIPhU2gckBSc0rxJeA2hyoJnYCkWBS5T4A/f4dDcQ4lK8TzPwZxsK+AsBIPsWkdMgExu61Sc18b86YokhfrLb44AWHV5EPABEMCP8XMPQFwfintiW4oi8AjN7QeoBJvRc4fOU6xIGnTpTXRPkyqVM7mWQyUE3sAiKDOxUL6yLT4czWwqq+AAAAguSOwOzQUbYgr47yM6t+w2lm+Z5PTf5+oCsQQFkHXibCYe8CSRAEw5jWVoeb+wIAk9oROnxlVZCaUpAv6HeZQ5KhnAqOBQKgOCQsrCloYmRvH+xYiot6C0CL5M7g7wJcQCa8Nb16YCQAkWoIV1MWaDAAAGDCb8BQ+TpBx7EhqSI8a+Lpt809tBHrzjQyqdOhw5cNR8REZ2QqbmnzbuaaPMnQgVAAJcvxERjPRC6QZBIj4Jsn2/FfvQFAgGGS+0MnMJnRACYSAMe6GsNS6ywQofbnzazY4D/BUIVCIMbCtjrc3RsIgtT+4OErpwISyXHRnpItzmuCkiFh9Pt5AZTUYR8RnogaCUCOfQL/0bYC8Z4CIKQXOdn75HJhIYyOVMDULVvaRXaVKFhNJNS2yNw6VYSVxDhayFKZY989J1fgV2YRImdwPgAWjnhj1jd8CTW2kMVTJnXQOSMUbp8f37j7Ny2RAAbcgc/AqCtkRPCUf3iyGNta6zCyWwAIR8HGmwB5s7r++2YOi/xYgyGPh6bWUFsB75pgiJUuwZMk8Ps8CyRho8QkJtS3LcN3ugOAGCAycIaCryEwkSvTgtUp74ww60ckXy8YAAAUF+MHYOzvRm6QKQ+GwKa2ZVjTfhsujCaAtowPG0LwQokgNTzKFUO1h6wMaan5tW4BoB+ijWO4CYyOgAWSKAgExi2qGHvblmBxvnyBBE47fRCZdCh4GiJkJACwbPd1gixhkd45a9fzB7sFAACKb8M7RLgBjK4eKAFgDARjdVsrGloX4Z+D3jDJGE7DAzYbDo6GEKIBCFLJoNSaSD6bZdQdAABQshivGkItGLLALDFoXxUx/rutGPuO346FnyxDacZ/EbnzjiwE1t6GRL4zYJIUED6dlu54pscAAKBsMV40jO/CsYCat8HhoVLBjF+UJ3GodSEePrEAXwHCfdkQsvnA4EgArMi7MiSg107evj37iU+PAABA2SKsA+EqMI4XmCXmU8kgMG43AvWG8Uo+X8Qawl4ciXx/yKSJ2Tv8JV0fSfQYAACULsF2Ar4WtJAamCVGAbKV8qWoMCLWYKhzouonKBXzjACvfHXz7vo+AwAAJUvxYYnCFWD8qsD479WxTJk5GgCz7u+c/zOlfIs3vQYAALQcnaVLsZCBa8Fo/jwggDEgKh1myIHZjhPy5a+82rD1rADIWMlybChVGAPGfWAkI7LEXoUKMahlDkry1YfIBsAkNcfMvwWd06cAAIDuREfZctxFApcZxuPEkN2Vd6HH+sfyAxCkBtrxrx8b+9K+t4PO6XMAGStdhqZ+d+JWtjCG7f6hPbRRVKBK2D33SOlc/hBkguSFTOqoTOmVYeecNQAZK6nDvtKVWNhFGEaEZUTuN089jH+AAasEoe8I/jZnSDmTGkCkVox5pSX0HygK/iCpL+3kKlSRwndJY5bRmAAF9n6m7/1C1QR8wC0kKgc9af+3i9daZhdfCsTuG7a+/bp8dflCADjtVBznk8J0ozEFwCSjMBYasUAIyr2PDUYPegyJIL+fzi4aSyp29IL/7TiS7/5fOACvmThKTp7BONj/xXYZNCqNxnmk0c8olBuNAdAYYDTKWWFMGIBC7e8sGqmBIvaRSgAAAABJRU5ErkJggg=="},a1c2:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABlmWCKAAAL5klEQVR4AdVbeZQUxRn/qqt7ZnZml2U5FjfKsQQBWY41ERRwg4iBEMEH5CIaiT4SQUHRCDwIEk3y8rzgD+UwmgMFjRxCfMEYjFFRFIJRiQi8hMilyLUKLOwxM31Uqnq2Zrt7urt6pmfJS723W1VffUfVr+v46hgEFziQKVU91cpeq6V003BJwsr5Tz8GVNHtmFTVc0Ni12sPoK1w9kJWCV0oY+qNl34NKrqulFqaapAkZc0yALKhpFTHfYZslA/tWhjbePJglt6OiXYHQP1B/2tISWKdTIxKt3bYALAwSL0Hva2cP3lr7NkDFoQsDEVKthsA6oyhY4CQ57Ghd/WrqxcAXAZfevlOBdRbost3/IvTihkXHQD2xSFeul7UcNYIQgg0nq4HaD4nbJPUp3aH0nBsWrF7RNEAUG/uP4rEEuu9urq1hYZBAK78BhjTfwVnk2mIbF0HaO0jAPWfWtlc01L1wG1K/cFbijVHhAZAnVpdB6UV6zGQi1xrbCHqsgLo8msB3/agSVV1wwSAsyhvrAXppScBDu/lJM9Y6tHvDfnEf6aXbG445MkUoKBgANhypl3UczNOpwaJ7LCGSzfMBGn8rTZWJwC8UN63HfA62iP2bOckzxj3u2JNYvcbdxW6fBYEgDpj2OuSmhptXc7caujVcM7rBQAvx3vfAXn9o2IgYgkN9+j7WOmyt+Zy2aBxXgCo88c9hD4/Pp86ML5yoobzyokA4HwMCIUCQUQ9omPX5siAYTNL7l+7hsuKYt+GcGHt3rHjSUP9ixggwmlucdCGc9mgAHB+NjRkOjREQND54VikU+ex0YdfEU4mQgDU2Vfvk5rPX+bX3dmsjq67EaTvz+N1DRTnCwBXKr+7BfCqRQCnfFaNeJmBew/aULr0lalczi32BECdM+rnqLFhkYQQ/fDuga3jpOYqwPc84c4goBYKAFcbocMCbaarho8fgap6n5M7d5seX/rXF7icNc4BgNzcrzpd1nmbkm652MroTGtdu4NyzwqArpc4iwLnwwLADKGmBohsoBPl5qd87eLBdW8mDu+egjYcPW1ltAGQ/snY26Vzp5ZLgNp2K1ZummbjHM9ZDqj/UEdJ/tliAMCt4vpPQF5+l++KYfYGXR0bX7NvJ5fLAsDWdb1j5SFJkrI0zsRi1t1hjHicq68+B2n6h/a/b4qTaByUqXMhMnmWVZ2Z9gMgsnUtoN8vBqBf2AzVA4FMnAHpUd/L0WMlmHK/u89zWDAQyg5/2JP7DdnGpu4YvkdJJ2usynha69AZlAWrfLu7cWA3JJfMBNxwCiKJDlzUjNNN50D55SaQvjzYRvcCAB/aA/Lca2282QwFQpv1OOg09grmsFhFwaOepVuQB9dtTDz68rdZWbar42TTACczm93JlDtBWfqqb+PJySOQWjQZYqmmnMYznQwQ4090sgoYMF3uPAMD5/7JwEDyCiRRDqnZj4P2iz8CVHbPYdP2v38DJ5oAsO7vdG5Y4/FDm3PcVy5ojVMPT4dYWTkg7LlgAGnM46CnsbXbW41Y03RYyCvoeBcEvWYkpJe8ngtCslkh10BHJm4CoEajk526SIT6PAFmeH33NlDOnHSK5+SNU5/k0LwIUot4ewysJ1B/QBRYbwC6YjlDY6y0ltFMAFCiU9zJEDRPXqM7OLoyiALW0iKWbDk5+FE27ZfAh4Px+ekwATCUqOxkIl/q4yS55vPq2q4aQhD3vBNIGFX2yOFDXS6OMaIJgBSJeA/eHNHCCEQ0ri1qkY9nZ2EDGDjSlvXMdHMBoKzC3NdkeoDf7OWpNVOAe/QXcGSK5VjwUUZ8ZnirMeLyZa3lfmlUUmqO20wPwCjrD/gJuZWh2jo38gWhaT1d3ZZgtrGcaXswbm8uNOQa70JHCVsxRIE5MUGD4eMMCXXYACDu7q9QSSuDXmouqUJ29Jn4iF867O3gWA2gK8dbs/mnbQDkL26TkGpH2/JeGePYAa+iLB3XH82m/RLGsHAA0PMNc9ib48DPUJAy6Tt3B2EDcizAAW5Ah0kdGg4AYp7N870AYgf1IUK8DNiGSRTIicMiFkABnBs0eiqYHp5Qmw+DrhmsNNMDCAoHAFUkT6NHVIIgqUkBBzvgELvB6mj/LbHQiIXBBMAwTDAs5PyTbDXQo6Zz5SmMVLE7LDrwhJoRwDY5oQPJ9PrWtZBe0RQhSNf/2FcL2zOwrbNXCLIE6lPne4kXRM/sAei2vyBphxC7+dG2vgD49HFHSVuW7N1hZoyTnwKbh6S0mimsvASQ3ykv46L3idqAERn+Iv3PAKDrRQGA1Ume+yQYCycC8nAu1ZXzwNA1kCJRswlKw+lgTYl3gPSsZcF4g3Bp1kkQQq4CVoP0DIEMGWWl2NKRiq4Q61IFkQ6dzD9boU+GnQeGnvld9BdtFTB101Of5K8XgPbmRhdT4Uho3aMQfXqxeQweTlOrtK5alkFdCz8EaOOb5n0T8PYXgX3ldgn0EiRCzwODTJZC+zZHCEjoVSC94TGINp8FmR6Dt2ugW2XzIiSkEaKmdKYiMwS08D3AeP15wBF/PyBkndvE6S1Q6F6gpduGgGG4+AEtjW0GBSn9lWchmseBh0BdoGL87suB+BgT+ejtHF7S0qQxotkDiJY2u4OVC505Yc36p3e95l/eDqX4yN5wWlvOtwFAX3TlAJCPdnJkXz7sxeE9GOzcwMsYaTrXBgDRM+PBizkMnd0paj0uM2+YzJjdMXoF6uxEb1oAiUf+DLEZDwLQvGcIenDqqSBTkPEEBUyiYpSiuzyvW6Fv3QVK6+Mo5iobf1kFsMndo0s8QCfSwXWmORbTOzxonHW1u/mAB6fuwm1Ucw5QUil6iWYPSE3Rd3tH7USPnOTReNPXd7wMM0FwcTwRvcPjjedm2GUqfRfIswXF5mrxeW47SpON/2QKTQDQpuNHiMMVkOgTAX3hhMwXK8g0nX099lhudDom3a147Cncme1U9rgqMm8MwMlP7AXRuIZaX6WbALBSDSuH7FwUHQoCot1VXTQpcG+w6pDoeHeeBGvbXwJGzwn0NJiVWQOTNQJek1nl2FdnbrP8M3rl6Ww8ZcS9Bqzj/Nn7APOBRDl9IIHdT4jpGRrAdTe5PoQyptfSNyVZLLluM2ZvA2DkJJDrJoG27UWAd6irbHk/4HwsHZl0BygjJoBKwWAPLbIPJGxaM5nUxlM51Mg/tgBadqe3XHmX5g6nDl3Me0AWAKZJ+9Hl0+isvYrek7i3hvK4PZHRbvsqYLev2lo9QldZXUsBlqM5V+hOAFpFxBFdIVJrPs7yZZ7IzKFPZLzvC9FFvc7Jaurr8T/sf5cL2hoq/3bXajnd0keNxD7jDM4Ya/QAY+kM+7DA/osJu3lje4QQN3DOagDqnZkcs9195hW+jcdD6t4qaz5TbW08U2rrAVYr6uwR96OWlsV0QHhenLJhQQaOAELfA5nAWBUETBfcA+jZILnq+swrc5/bJPOrd6kK/kzOWe/UrOF7lVRygJNerHzBAIgqUFJqyPTnN4klW77rx2obAm6M0RU7avSyTuPpoZn4SNdNwf+AJnXveyw2aFitqPGsap5DwK3e2r3jlsPpE3d4rRRuMiJaMXsAqqhMKoNG3F6yaM3TIru8PC8AuJB696id0vmzw3wWC84qjIsCAO3uyrCxK+M/fYauf/mFggBgJsisMX3TEWOLcv5sdX4m7dxhAZCHT/hb/IujN6Jl2+rtmoPlCgaAqyf3TblB++L4M1hNduS0fOJCAcADR+6NdKuaFpm/6oN87Dl5QwPAFWoLJ04gZ+pXYy1VwWlB4nwBwAOu+lAp7zAt+sDG3UH0i3iKBgA3ROaMHqclm57Duiq+LqZCQQHA/Yd+oMSUaUF+BMHrEiQuOgDcqDbzK5OJgZ/ChtaF09xiEQC4T+1O2Wj5YeyJ9/7tJh+W1m4A8Iplfjobpz+dJZWcZo29AJB61bytNNX///501tpIlmY/niblnX6D08m+1uXTBkAsYf54Gu//+4Kwvwd02vfKt3sPcBpm2261qvdzUqrlSgmIzACQqmvqpdKOG+LvbVnEt6lOufbK/xf7Oz42iMSR9wAAAABJRU5ErkJggg=="},b0d2:function(t,e,i){},b1c2:function(t,e,i){t.exports=i.p+"img/sendgrid.svg"},b32f:function(t,e,i){t.exports=i.p+"img/lock-solid.svg"},b98f:function(t,e,i){t.exports=i.p+"img/wp-smtp.png"},ba75:function(t,e,i){"use strict";i("b0d2")},bbc2:function(t,e,i){var s={"./all-in-one-seo-pack.png":"9da7","./all-in-one-seo-pack@2x.png":"2cf42","./coming-soon.png":"d686","./coming-soon@2x.png":"9f86","./google-analytics-for-wordpress.png":"c2d9","./google-analytics-for-wordpress@2x.png":"82f2","./instagram-feed.png":"e0ed","./instagram-feed@2x.png":"877f","./rafflepress.png":"d3f3","./rafflepress@2x.png":"a1c2","./wp-call-button.png":"2adc","./wp-call-button@2x.png":"1532"};function a(t){var e=n(t);return i(e)}function n(t){if(!i.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}a.keys=function(){return Object.keys(s)},a.resolve=n,t.exports=a,a.id="bbc2"},c2d9:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAAJO0lEQVRYCY1Xa3AT1xX+VruSVm/Jkh8E22Cbh20CY9K0QHhYQGDAkCm0hB/pDIHpJM1k0tTpn7QznUD/tdMfmB9N25RJITOdTDrJ0AAFCrQYUhJIeJinAWOMjbGNLFmyLK2k3dVuz11ZtgUKkzOj3at7zr3nu+ece85Z4DtS6/qTm1qDp7xPE//5hhOtT+MX43HFJh+fa113aqbFiZ6MpHRwmnlz27GV96fKMGC6Qz1gNpuCqqqtbDu8pn0q/2lj09OYeZ7GK7vKK51YuLyiiRe1K60tx5vyPGPsVK9U1nqCbr8IXcfOPO+7vIsCKFBAp7OY+VetogCzxYT5i0rdDo/1DJNhluF4U3tVnbfa5jBD13SINiFYsH4K2GKAhGKTGtD2i5YTUU4SdsCWDbp8NkNMy+oGiNkLfK5r58MHVVmJVNb6PFZbbhsyP6x2AVJKDZJb7ut2ZbcOMGstLKaHzRUFwIFrql/o99y9EV2lKvoldnpGiqLDynMGiNoGb1V4KFVFJzZ46ZRqvE3EN+n6q3Cq7/jLHdVj0Ywx/22PogDAwcObeTQtLXPHhuUgU8woI9EJxZzXeCELrz9nGYOXzgHQsho8AVuTL2BHJq1AoH2eRgW3gPmOzN/Mcdyu2QtKvR4fD3YijXyryjpSkoq7t0JQUyaQDM1n4fRaUDbNAykpw2LlCaAAkym3JjyUwGgkQ4GptxLs021H1nY8DqYAwLsvn9Jr6r2wOwXaHCDzw+aYjNMvT3VBlnRSYIJF5IlHUU9xESh3w+GyQpE1pCUFLq8VUkIm8ASUNEpJBaPhFIpd0QIXON0WWmw2QGp0YqttEl9oYJQsoKCmrgI+v+vxgxj/mcmZJUS7mQ5hmZBhQZqMy1BjpicsUAAgPCShttFDwlnIGc0wv6ckJ5IYk1HfWEUbi6hudMM7XYRM/h68Q2buTxvKnG4rucBsBCmbYFZgYJhLGLW1r4wZgymPAgDkq9PEa2bmZ8SuHfuxOCirKEHDsgAWrayARZh0S3yFggfhJHouxNB7LjahnK1n11Jne5F4itxQjAoA5AXs5HcpCToNXSlSzmj51io0zPPlRSbebqsZdeUu6IuBQK0dVz4bgkrWY+T2ihNylCF7J/5MGTwBQCHfmy0cxcLk9ZmzyF9UeX4fUeDht1uBMmDGYi+6T4/gQaQT94Yvg/MkyQ12xOzx6YubN/wty+l7vmk/MhELjwHg2jVNa05LHEU5nX7cd/O+X5rXVfDWhiOQL15HNjQCW1MDUE4BOkfA/z78GLOfr8J7v2mF6HAhS8cnEoYHh7bv/dPe7bxm2nXuzOHfssnJY9KfRbO3BSuqHUHoHHiB8iHd9Yo6J+YUMb3a04942z4DgNr7EPqZrwFZxh+PHkXz+mXY9soWZGh7FqgaAfDZLJhXVYHmVc3o6R8M6pqlt7+vq+MxC1C6zehweiZxmWyTAccQG0RRKtRUQtz5FpYuXw6O8sJMXcDL4Ueo3vgiXlq3Co8SaUNxfglP1kx+fBDZQyfxq9d/gp923tqzOLiuvWB32qddzuRSan6hTJGs5K/F+KQupYxRlp5MeTabxZV4BJ9JMbS0rEVYyhQon9jrbi/0ZArDV65i0+aNbi7LbyqwAKXcWXnh/Ds1oqB/VEKNz5mfQmLfp+guceL3hz5laRaSJBk8c80MuH2UR+TCQzAmC9TuVd9D7dplaFy0EFrfAPb++cPghAVYHXA4rXsyEjvXJI30ShilJHQ3MoZ4JneX+cppqDrxNR503sbY2Bil7dy1szichvK/R77Bhtvv46tEz8RGWVVBim60h5Qz8nq90MF5DQuwlsru4v5RXuWyx6M58zKhsSilT0XD5ztvYP5L0zBnaYBNA0t+AN/Zi/iocgH2hnowpGSwtaQS+/v6DbaSzmXGzr6bqHNyqLHEEb5zDnWrXzP47PHw4SA99fsGAM2uttY0ls3OpMZT4LiY02dBlgqMr0zEzSOP4ApYMW1urg7E3twO56HjeLujFCYpjcycOjwzNoLb125gmWrFc/U/xALbdCpCIVQd/SUELYOeB4vRLzyPAOWM//7nDOnX241w//Hat/7tL7fyaar3kVAK5dPtBoTUmAIzFZKKGQ5YLDzunItg9vJxK5jNkJ+th/TiCiTXr0LomXokejy4ePM4mltaMN3uN/YQ7Q7oZit03oKRuS1I6Ty6egew/y97B86cPLCNY+32s4sDB2xUgkdHVPR1RVnfN24D4F5nDO4SKzz0S4zKcAdEuCtt8FSKMFtNiFEhCndLSAzLxpru0CVwlWHsePP1iT2mDiKhMP7a9j5mmJplqd8zV9A4LciUM6Ib9QRVz3Kj61oUcWosXD4rkhQXzGzxHgnx2JPRXlf2HLr7L+G9t9/Fuh9tRNXMGfSrxp0bt9Bx4QJuXOjEioZN8LumWa5GQh8I/jLbmqlabQ4LtVJZKkS5ZBQLp1HX6KPynEVWpR5hfJ4354rU1LX5MQNRWdKIW8dv4tjAWWjmJJyiC9d7vsR83xbcvSjDtwIwi8ILgkkwTWMLmf+ZgmIUj6bhof6PJ0Pl60MxualzVkEEA2Idm4XKOjdlLA59/feoyZ6OZEJC6GGSlfqEYHeYjRrLzM9yP+uKuq5GWTMpWaymXDTSzunxG2KmYGTVktFI6MmO97G6/yiTUZJSQql92BvGXHEruuLHMce7BiPUQ2TS2gGhuzMc0TW/n/mXtVzMBi6q40MPxv5AJy73BmxvsA+OBHVJeZLJRamEsp+s0UHfAbtZf5gn0U6NLOX9aCTz1e7PV7/A5t/ZeOJfLp/YkpDisAul1KRwCA9GUw7d/2tTSk5eu3a554ur5wdx+/oARf3wJ333wtRgZiI+v/0Nf5kDgQonXU0XWKvNyGhSOO4+dZwd+YaFNaVMhsmW0Bp/mX0J+3Ji8rsPr9mQiKg73Db/kUHlXPpu4gTi8vBrrEUT9LS6gxPFmJQaO6br6u8++OKVf25f8cl9yNqh6Ii4Iqtnt/gCDoQGYxDFyUaTbTyVFErTAw+S8Je66HakkIiqt5HmJnpAasn3kfy+hqYlrY+yHcFB+fJZtv7bQ5lxiX62+uB5XdNKeYF3q5oas1kdRr6lkNlH7A7KnW1MLi2nKnjOFKDiRI07whk1u2pf++YJAEymGP0f66rSztLaxrAAAAAASUVORK5CYII="},c869:function(t,e,i){t.exports=i.p+"img/loading-pattie.svg"},cc99:function(t,e,i){},d3f3:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAAFG0lEQVRYCaVXa0xcRRQ+M/exsJTFUgOCpawGLU9taBuB1kdqjRQxwWhMQNPaNqExjTXGgk3sDxOLptb+ayRVafyDRVJfNAImPtpQCdSaKK8mDW1poU2BQq0sLNzde8e5d5m7d+5ddhc9f+acb86c883MnTNzEfwHCbz1dDnM+ZpxwJ/qu3NbE7wFfVKKZ4frva/7lhsOLWcASyyoSiobNzM6zFQQ8kv+XC6RuAgEP9j+Erkx3CQs+D1mNqqonlXgT3sAyK8tVhjE4i3Dck7hTml3wzmuI4IRlYAxY8X/FZeYaBDMzAGx5h1AuRthcnYehMnrILV+DKSnHWDuHzONTkR0iS9G25qIBEhFRnbgobU/ibN3c8xoNLHqLQCx9jBA2moT1gkwwbN3QW7/FEjbcZ5IybZO99nWanQG/ma+rHUQUOoqmvHUWA3GAvMBNTvPkZh1WgkwDFEiLp1IyxEGAVqVoUiPPP5+4oGmQyZIFZOAsdwz09/TtDJz0EQJ8JvHjKVmmL2NRID5GFtzbB+QgW4GAfbm3ZIzsp5l22IQUA+9Ug9X+g+jxVkTjQDZWgNCdZ05UO3rArX3R8AFJSCWVZq4lYD8eyfga4OgFZSCkldm+sgXOgE1vQswMRrC3B4il5bXJtY3fW4QCOxapwoYYWD7fLDZHKwrCwcqQRofASTSxVGDQN4+TomUGj6MgHB1AMT9W8xx6LEKmK//wrR1xdVKt+R06PtAqenznpPDiVjvMJLTVttYDqItebCxDuSpm6HkhrMIcO2irnEizM9wNulth8SOzzhs4WW6orsbDIxMjyfoCg68kLmZeaGsh5kabvu7wvqipkUgAOPXHX7Q84MDI+lrOAyrsryBQ2wGIsSGUJOuiEMmnAQijOSG+Z5JWmdsAYfaDHJ/uBTYujgTI/NAhfFCc3HDmEUjAronJgG8fqtlSEglk2NO7KrzHtK8hQ4/OxCbwLadALZtwEq4+rGAeDZcgg3M7QGFftSxJCYBPYDqzefi4AU/Z+uGZik2Rufzexw+kYC4CBj1n9YIUwR6FH3hsq6XXk702T9Xy0FLGTRSHEIvH3VTFQjdbaazureM7owGrgnniSD0rJOkFNM3mhLXCmiX+0Dt+oaLg+UEEFxuDmMGohVPHBlk5pJtcqfvDBYU5cKSHosdgYZXQdaXPV6hRUn4aEdc3lj69ua5aJ7aHz8vLzkLRknEswoxt0C7eJ6FNFr9ptSvabsIRZsApWVxMB78jbMjGRwBMnrJ6TMywGH4w9MgNPaCakkmV70OSUc6IPkTPqHjdNBIyHZnGASISqdFBZ/vgCDd76jiXmF0E8G5CvZxyFaeE04dBThx0HBDK9OMamZ8WcG01Uel22P7gT5IhJEhUGvXA6raC7hilz0mBPY9SY+YByT97C9+mMp3jaBe6QfNNjttsYKKQ90g0sSEvhkMSUwmUvFTb0DLZf5Jhnx32jAh5tTUlHsB0r0gXFr6oFj/C+xsSWUt4LkZIL+cNLtwdu4tOXMN/yQze6kSepTeoI9S7vOwunB6NAJWR5R6nyI9+sTSj1Krs/4sV9bmn5VmprOteCQ9JgG63GLuhjZ3T9trcT3LrUmMl/KC7xQtVklW3KpHIyAUbR6SVrir2QvYOo7pEV4RrCvc6r9m2ujwCTHgTw6jIS0SAT2xK694z//+NbMni0TESoD+nP5Ff063R5uxPWZcK2AfpG8NmfN9KQTmV/qmxlXhwaKB5SZmMf8F4cLeesegrcIAAAAASUVORK5CYII="},d51e:function(t,e,i){t.exports=i.p+"img/copy-solid.svg"},d686:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA+OAAAOwwHS3rpiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAABpdJREFUWIW1l2tsHNUVx//n3nN3dh0nTRxLAeQUg3GVlCREclFUtbgOMpFSEQXUYEirRlDaD0nqBFNQm35otv1StbT0QSXUiLZQpEBqESVA+kKAo6A0gB3aSo6gpPb6oZKWJHaM451753H7YWd2Z8Z2DJV6pKvZmTlz7m/+55x7Z2l4a+N7XuDMeKEz5IX5IT9whgKbf8/4zr+0z0OvvfbZUhHFEP8no7E7l7zlhbn1fuDAC/PwQwde4FSOYR5e4Lh+6Ix6oTPih/lREzgjgc2NVI7OyMjS/Hixr+j/zwDntuUOe4Fzpxfk4YVOAmCe88CBF8FFv10/dAa9wPmbbwsvh274+55Sz+SHBWAJU7KCYEFJrmhUzNrKuQUAi8qxdj8PoM2C2hDQVzzH8X7U+vifPJv/8b6z9/UtCECMEgc6mgkRSDQZZk2WArSZZyJnBdDtCOn277f85pTn53d9Z2T7W/MByIfXYwURtgsbAARQZbIzBDwBYIyIpgAwgHpEHjEPAQBRDY8ysBZNRHT/5z7WVdc4eXffGfRaZIylQMlGzyjfAJZgYS+2PP+fbycd3918g3PRXHWtFdRMAZph0QxQiwWth0WrrZLNUost8K21zWLdddNH7/nh+a0fpO5e6MYSTOMSfMD6QOgT/MAZvuawe/18smXt6IavrvB8cbdBfrcXOJ+IC9WvdFHUUQ78MH8iRHlTsXSfGz8rlj+GKZK4AAZIAkJasDQrbQf4wwJsff2Jf28bOPDzqxc33MjS3cVSX1bCgIWGkhosNLhyfguFhSdTCgDAxE70Wx9t1quoAB8IPLSseA5DAGDvgnyn3LzDhM5FOcMv39g3OH0loINtX1/l+3XHTOhcX2njfEIFB55f2LF/tOtpABAAQAolkgBxZYABKVFNAfUiKNjwiCK9Oyz4509vWvfSG503f61/S1vdXABfHPjF2yrndyihSyxMQoVoSPcnxabfNVQBIFGKJ4+HdZCqgWuPjU6cu1z6PEv9S5a6k4U+EJTl2Mlb2x/qb2tTWYjtbz46Jth8gYV244lVlAol9XKl3J01BRjDWQCSmFWEG/vgr36xtFcJvZ+FgRK6QQr3EbOk7q/H2ztXZ/2/PPDT0zlhvlurBZNUorvY8SpXFBAoIZI+BpCMlvlyvPpY6XtK6sfiYFLqT0ppTr7a0dmR9WUz/qgU+p8sDFjGKmgoaVbUjQ9/RgCAyNVSEENgDgWSturm4QekcA+qWoUvVWQOH2/fdF3Sr2uw1yhpHqmloKaEFDObBQDUSwwTI8xArBnrQWE+ACoiLDctv5eF+Xui3ZZJ6T5jM6uRUO//loWeqhSgqakg9HoRBZsRjKFkDYCRq/ew4UoqfOrAgKeE2Vt9M2nAwmw4eWv7bSkV/tJbVmSOpFXQYGFaRexkJfoTBQhiQDDuuBIAALS+ON7Hwh1MBpfC7M36SVl+oVqE1VowjVUAYryETCdA4v7JnVi2EAQL71mVCM6kbzu1ecOSFEAh7FNC22Q7stCyChAuwgvEMJApiHrUYd+CAOQez/S6kp7emPTZ0vfMeZZ6rFqEFRW8KsDiPXifGEfjIozVEIwHp3pwy5UAKPdBP0sdqkRwlt7GrB+TOVvdIyrA4yLpYBV+QAyb6QYJhUOXHkbrfAAre1FmoUc5EVwJfVPWT0r3LKeX5ZEUwKK9GCCFQ5luADGuJsIrU9/AqvkglDAjyYWGpV43h8+7qU6Q3usi6xQo9BDjfLIjopQ0QeKNyR50zQVAbCeSG44SpuGdLdc0pgDIXKwWqjDIyZnjswDqd+McSXyJGEF2fwBjsVA4NNWD3gu7sDINgMnKt4RGnGcBfDzpw6xNdUMS7oXLl+ypWQAAkN+DP4OxgyT8OSAAxjZ28PZEN35WBWFMgaMPmkgFh2aaknFzVPZqa4F5tmuw18wJAACFbhy0CvcQw8wDUScYe6TE0MROPE+MtfE9wSGU0BDsNSRjSqG9uAZywvwaiL8H5rG6bjwHRicll2k5q0CZGFtIYmPyuuAQOVFenIynhM/RnvGHT79y4vSCAABQ2IMTeQc3kcLjyQ0rBZFevBIqhSkAKcuNLLTNCXd/fG1BAACg3Zgu9GCXFFgLxlPE8OZISfaDBkIiBZATppGlfnrNH//x5kcCiM15CGcWfRP3Uh4tUNgHximSs7bx5MinFBBuUJDTD6Ze7qMAzGXTRVxlA7SHHtbBxxrrYxV81FsP9aGPJ5f/Cg/EvhN3YOmyI0j9cf0viS/aZy8IpPkAAAAASUVORK5CYII="},da18:function(t,e,i){},ddc9:function(t,e,i){t.exports=i.p+"img/gmail.svg"},e0ed:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAAGaElEQVRYCY1Xy24cRRS9/ZgZP+JH7NgOCTE2CIiiECFZwBpFrPkAWPFV/AY7VkhZIMQCIR4iQQRsOcRMYmNP/BrPTE8X55yq6umxY6A93VV97617bt1XtZMnH88645Xw5oMjbzxqYxLf03O8tCYXeRglH3kaIVfxwxrQSRoB1edj4EEmKoi8CEDjIg+jNzaAyPDaPK7B6JdFZf8KXgOI8lHRZeCVQQG8kudmPLiBlsuM/wKPoBwbTUuaE7hbZhr9PGm0LMkbZriTBkeozjDHu7PShgd/WtF+5MGjcTAkJ3Y91um1m5bNL0uJFERledMsgzh3bEOzsoRijK60xDGNSs8jGzQrBhAbmCtAwC+7esNc79DKw7+8XPAIzKQBXihfu2v54g2zfleLxJOyvjko03XOlaP1Xod/p07clSxeBl1LZ5esPGqP6FUIKAwjGsur5rpHWuywv932nh12OtZoNW3l5nWbmJ4KhmFBa9JShoCu582QaAQtJ61h/ae/mDvdD2swMETRKI3KgWCtLGYK+/fNx1vm5l+x9U8+s+2vvrBHP/xotzfu2sREy5pvvm/5yjpEIUx5XtXoJw5DevDEht1oAAjICckFcFZOFQKFtiwk0O2eWWe/Y6sb9+3q2/es6J3Z/sPvrb391NZuv2HDoz1LWvDGsIcYh3vYR9wZqnAXZ+CDRnsUYpjLHKqBk64qEDgebggDsGLQx0KE4MXvcGHprLu7IyVFgaSDwrKzY8MSOVFzfzo1q/did9PcyZ7k6uCaozI0xiqgByI4GQ5KExCnZqYtTSUF2tAW72xYd69t033sHAuy2WuWrbyOHWP33DF2XvaQO0jU8uTvl4Nj52MeCJ6RBypLAWZZhlJu2Dv3P7K5+5/CoNQmr1231Xc3rHj0AJ5hTcMD8EK1jrsICn1HHLlddLkdNOVAkKVBWFflABcyBAkMYGwyZO/xl59bOr+E+j0xOz1E/KJijl5hzH5f86eWLb7mG1WD1YDegTA5eGew85Nfw0pwwKHR0DfuATAsmVCiZMtrSLRJlVgKJVJ0dmTF88fWuvOhB0lpLAzBo+yfWH/zW2utv1fRPI+hXbRB+2fIoWlR1wCeDpvxHgguYkYjwJZeWbDWWx9Qs7dUE3qob8XBtqUT0+JFcI5JcxJAvopkgQyjAtwZPMHkYteEZ1xxincuoh0xPiAwmQy7YjLykps00Sv8BUWqFDIDgyN1KWnRgvVCHq4gQz0JzpDKAzXMVEIhHg51zSRkPV8AJ0iwOir2awXlwbgJ/OkK4F4WbHRH7wGM5AVMGEDNgUBgGsDSoiIpIS/wMdBAh4PI00jAJTk86KFLwqA2HHMggBP7Qg4kDEECcB4+VFgHx5yZ7dDlknyUBzTIDdH5SuTI/hbyeMZvgp0QNMqXZwewFHqps1ZNeZUDjAsX0ANAZUdLpqAIxypDo4YzgCKUZ++3B1AEVzJXaCCM1rk/OLWis23ZlSXxVT1o2SlKr+y90HHMI77u9coDii8VhgQZtH+1bOFVlQ1LJ52cM5tdxmJn6dRVy5fWYSw+OCjPC0Nv+zvLF25ZNrPiDaOrA294/AxHB3qJvikoDx5+oQ/4F4KrlNgglteteeueV0RJ/PzF8wCpQ1fGK/D4paQK4nsEDzJKQuhP0nEPqAwlG3bukygcTFKMRwCQHXQ9Q8VLQH5KQIEwd+rgYa14nMsArsULfukYePQABQXihQRBGi6Gg/lwHnyMJ0kKhwlB5DEYGT/ryAN91IjkAVDVjumBAEId5xSN8wITgyqk7h2tJQO/+DFSywHZJeURXN2SB1KuzOf6MXC+QhHLSpfc52WYO2XvGFWya8OT5z4XEA7HMoRR5Wn4RlB/gSdoNx7jSQhC7Oeuf2zFi6cSUouGEinil+3xczsbnHgQVo52jRoP9d3f+lrrZDyRBIahMYmvqZ0KnPTxPgBCebxn2RzKDTXd/+OblyqihrLbgTeAyB6AA0b9A3NpRxgdQ4nvCz/yHfOjJ9D/rKZTZQhXxArAWB62rZxZUA8wAlAJ22tUisOIyhK4tqRXgovV8TBXFQVPjHtg5PboER+CGjgJPDWL9kOc+/wvJhqHSVQa5NWAyKeLow7NAy3ywkiWZDWO5v40lAIPPqYw0EfgXIjfBcCRwhEIBT39MnDyQxn+X3DKjRRXhhGBYHUe30G/FBxsLvoHJCM5JyU1x+sAAAAASUVORK5CYII="},e108:function(t,e,i){t.exports=i.p+"img/check-circle-solid-white.svg"},e8f2:function(t,e,i){}});
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wpforms, jaredatch, smub, slaFFik
3
  Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
4
  Requires at least: 4.9
5
- Tested up to: 5.5
6
- Stable tag: 2.5.1
7
  Requires PHP: 5.5.0
8
 
9
  Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
@@ -12,12 +12,14 @@ Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendG
12
 
13
  ### WordPress Mail SMTP Plugin
14
 
15
- Having problems with your WordPress site not sending emails? You're not alone. Over 1 million websites use WP Mail SMTP to send their emails reliably.
16
 
17
  Our goal is to make email deliverability easy and reliable. We want to ensure your emails reach the inbox.
18
 
19
  WP Mail SMTP fixes your email deliverability by reconfiguring WordPress to use a proper SMTP provider when sending emails.
20
 
 
 
21
  = What is SMTP? =
22
 
23
  SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. Proper SMTP configuration helps increase email deliverability by using authentication.
@@ -134,7 +136,7 @@ We hope that you find WP Mail SMTP plugin helpful!
134
 
135
  ### WP Mail SMTP PRO
136
 
137
- In addition to native Microsoft and Amazon SES integrations, WP Mail SMTP Pro provides access to many other powerful features and services.
138
 
139
  <a href="https://wpmailsmtp.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion&utm_content=readme" rel="friend">Click here to purchase WP Mail SMTP Pro now!</a>
140
 
@@ -146,6 +148,10 @@ Email Logging lets you log and view all emails sent from your site. Email logs a
146
 
147
  The Manage Notification feature gives you full control over which email notifications WordPress sends. This means you can disable different WordPress notification emails. Don't want to receive emails when new users are created? No problem, turn it off.
148
 
 
 
 
 
149
  = Expert Support =
150
 
151
  We provide <a href="https://wordpress.org/support/topic/wp-mail-smtp-support-policy/">limited support</a> for the WP Mail SMTP plugin on the WordPress.org forums. Access to our world class one-on-one email support is available to <a href="https://wpmailsmtp.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion&utm_content=readme" rel="friend">WP Mail SMTP Pro</a> users.
@@ -154,7 +160,7 @@ We provide <a href="https://wordpress.org/support/topic/wp-mail-smtp-support-pol
154
 
155
  Our White Glove Setup service is a great option that anyone can benefit from. Whether you don't have the time or maybe you feel a bit in over your head - we've got you covered.
156
 
157
- You can sit back and relax while we set up everything for you. White glove setup includes WP Mail SMTP plugin installation and setup, configuration adjustments to your DNS for proper email domain name verification, Mailgun setup, and final testing to confirm everything is passing with flying colors.
158
 
159
  ### Security
160
 
@@ -220,17 +226,24 @@ By all means please contact us to discuss features or options you'd like to see
220
  1. WP Mail SMTP Settings page
221
  2. List of mailers
222
  3. Other SMTP settings
223
- 4. Email Test page
224
- 5. Email Log settings page (Pro)
225
- 6. Email Controls settings page (Pro)
226
- 7. Email Log archive page (Pro)
227
- 8. Email Log single page (Pro)
 
 
228
 
229
  == Changelog ==
230
 
 
 
 
 
 
231
  = 2.5.1 - 2020-10-28 =
232
- * The automatic updates issue with Gmail mailer token refresh.
233
- * The 'wp-amil-smtp' typo in a plugin text-domain and a HTML class.
234
 
235
  = 2.5.0 - 2020-10-22 =
236
  * Added: Other SMTP mailer password encryption/decryption.
2
  Contributors: wpforms, jaredatch, smub, slaFFik
3
  Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
4
  Requires at least: 4.9
5
+ Tested up to: 5.6
6
+ Stable tag: 2.6.0
7
  Requires PHP: 5.5.0
8
 
9
  Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
12
 
13
  ### WordPress Mail SMTP Plugin
14
 
15
+ Having problems with your WordPress site not sending emails? You're not alone. Over 2 million websites use WP Mail SMTP to send their emails reliably.
16
 
17
  Our goal is to make email deliverability easy and reliable. We want to ensure your emails reach the inbox.
18
 
19
  WP Mail SMTP fixes your email deliverability by reconfiguring WordPress to use a proper SMTP provider when sending emails.
20
 
21
+ Best of all, our easy-to-use Setup Wizard and detailed documentation guide you through the process.
22
+
23
  = What is SMTP? =
24
 
25
  SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. Proper SMTP configuration helps increase email deliverability by using authentication.
136
 
137
  ### WP Mail SMTP PRO
138
 
139
+ In addition to native Microsoft, Amazon SES, and Zoho Mail integrations, WP Mail SMTP Pro provides access to many other powerful features and services.
140
 
141
  <a href="https://wpmailsmtp.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion&utm_content=readme" rel="friend">Click here to purchase WP Mail SMTP Pro now!</a>
142
 
148
 
149
  The Manage Notification feature gives you full control over which email notifications WordPress sends. This means you can disable different WordPress notification emails. Don't want to receive emails when new users are created? No problem, turn it off.
150
 
151
+ = WordPress Multisite Network Settings =
152
+
153
+ For users running a multisite network, our network settings provide a centralized location to easily configure your SMTP settings for all sites, saving you time.
154
+
155
  = Expert Support =
156
 
157
  We provide <a href="https://wordpress.org/support/topic/wp-mail-smtp-support-policy/">limited support</a> for the WP Mail SMTP plugin on the WordPress.org forums. Access to our world class one-on-one email support is available to <a href="https://wpmailsmtp.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion&utm_content=readme" rel="friend">WP Mail SMTP Pro</a> users.
160
 
161
  Our White Glove Setup service is a great option that anyone can benefit from. Whether you don't have the time or maybe you feel a bit in over your head - we've got you covered.
162
 
163
+ You can sit back and relax while we set up everything for you. White glove setup includes WP Mail SMTP plugin installation and setup, configuration adjustments to your DNS for proper email domain name verification, SMTP.com or Mailgun setup, and final testing to confirm everything is passing with flying colors.
164
 
165
  ### Security
166
 
226
  1. WP Mail SMTP Settings page
227
  2. List of mailers
228
  3. Other SMTP settings
229
+ 4. Setup Wizard - Select your mailer
230
+ 5. Setup Wizard - Example mailer settings
231
+ 6. Email Test page
232
+ 7. Email Log settings page (Pro)
233
+ 8. Email Controls settings page (Pro)
234
+ 9. Email Log archive page (Pro)
235
+ 10. Email Log single page (Pro)
236
 
237
  == Changelog ==
238
 
239
+ = 2.6.0 - 2020-02-04 =
240
+ * Added: New plugin Setup Wizard.
241
+ * Added: SendGrid Invalid API key error message and mitigation steps on the Email Test page.
242
+ * Fixed: PHP 8 support.
243
+
244
  = 2.5.1 - 2020-10-28 =
245
+ * Fixed: The automatic updates issue with Gmail mailer token refresh.
246
+ * Fixed: The 'wp-amil-smtp' typo in a plugin text-domain and a HTML class.
247
 
248
  = 2.5.0 - 2020-10-22 =
249
  * Added: Other SMTP mailer password encryption/decryption.
src/Admin/Area.php CHANGED
@@ -103,6 +103,7 @@ class Area {
103
 
104
  ( new Review() )->hooks();
105
  ( new Education() )->hooks();
 
106
  }
107
 
108
  /**
103
 
104
  ( new Review() )->hooks();
105
  ( new Education() )->hooks();
106
+ ( new SetupWizard() )->hooks();
107
  }
108
 
109
  /**
src/Admin/DomainChecker.php ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace WPMailSMTP\Admin;
4
+
5
+ /**
6
+ * Class for interacting with the Domain Checker API.
7
+ *
8
+ * @since 2.6.0
9
+ */
10
+ class DomainChecker {
11
+
12
+ /**
13
+ * The domain checker API endpoint.
14
+ *
15
+ * @since 2.6.0
16
+ */
17
+ const ENDPOINT = 'https://connect.wpmailsmtp.com/domain-check/';
18
+
19
+ /**
20
+ * The API results.
21
+ *
22
+ * @since 2.6.0
23
+ *
24
+ * @var array
25
+ */
26
+ private $results;
27
+
28
+ /**
29
+ * Verify the domain for the provided mailer and email address and save the API results.
30
+ *
31
+ * @since 2.6.0
32
+ *
33
+ * @param string $mailer The plugin mailer.
34
+ * @param string $email The email address from which the domain will be extracted.
35
+ * @param string $sending_domain The optional sending domain to check the domain records for.
36
+ */
37
+ public function __construct( $mailer, $email, $sending_domain = '' ) {
38
+
39
+ $params = [
40
+ 'mailer' => $mailer,
41
+ 'email' => base64_encode( $email ), // phpcs:ignore
42
+ 'domain' => $sending_domain,
43
+ ];
44
+
45
+ $response = wp_remote_get( add_query_arg( $params, self::ENDPOINT ) );
46
+
47
+ if ( is_wp_error( $response ) ) {
48
+ $this->results = [
49
+ 'success' => false,
50
+ 'message' => method_exists( $response, 'get_error_message' ) ?
51
+ $response->get_error_message() :
52
+ esc_html__( 'Something went wrong. Please try again later.', 'wp-mail-smtp' ),
53
+ 'checks' => [],
54
+ ];
55
+ } else {
56
+ $this->results = json_decode( wp_remote_retrieve_body( $response ), true );
57
+ }
58
+ }
59
+
60
+ /**
61
+ * Simple getter for the API results.
62
+ *
63
+ * @since 2.6.0
64
+ *
65
+ * @return array
66
+ */
67
+ public function get_results() {
68
+ return $this->results;
69
+ }
70
+
71
+ /**
72
+ * Check if the domain checker has found any errors.
73
+ *
74
+ * @since 2.6.0
75
+ *
76
+ * @return bool
77
+ */
78
+ public function has_errors() {
79
+
80
+ if ( empty( $this->results['success'] ) ) {
81
+ return true;
82
+ }
83
+
84
+ if ( empty( $this->results['checks'] ) ) {
85
+ return false;
86
+ }
87
+
88
+ $has_error = false;
89
+
90
+ foreach ( $this->results['checks'] as $check ) {
91
+ if ( $check['state'] === 'error' ) {
92
+ $has_error = true;
93
+ break;
94
+ }
95
+ }
96
+
97
+ return $has_error;
98
+ }
99
+
100
+ /**
101
+ * Check if the domain checker has not found any errors or warnings.
102
+ *
103
+ * @since 2.6.0
104
+ *
105
+ * @return bool
106
+ */
107
+ public function no_issues() {
108
+
109
+ if ( empty( $this->results['success'] ) ) {
110
+ return false;
111
+ }
112
+
113
+ $no_issues = true;
114
+
115
+ foreach ( $this->results['checks'] as $check ) {
116
+ if ( in_array( $check['state'], [ 'error', 'warning' ], true ) ) {
117
+ $no_issues = false;
118
+ break;
119
+ }
120
+ }
121
+
122
+ return $no_issues;
123
+ }
124
+ }
src/Admin/Notifications.php CHANGED
@@ -20,7 +20,7 @@ class Notifications {
20
  *
21
  * @var string
22
  */
23
- const SOURCE_URL = 'https://plugin-cdn.wpmailsmtp.com/wp-content/notifications.json';
24
 
25
  /**
26
  * The WP option key for storing the notification options.
20
  *
21
  * @var string
22
  */
23
+ const SOURCE_URL = 'https://plugin.wpmailsmtp.com/wp-content/notifications.json';
24
 
25
  /**
26
  * The WP option key for storing the notification options.
src/Admin/Pages/SettingsTab.php CHANGED
@@ -131,7 +131,7 @@ class SettingsTab extends PageAbstract {
131
 
132
  <?php if ( empty( $disabled_email ) ) : ?>
133
  <p class="desc">
134
- <?php esc_html_e( 'The email address which emails are sent from.', 'wp-mail-smtp' ); ?><br/>
135
  <?php esc_html_e( 'If you\'re using an email provider (Yahoo, Outlook.com, etc) this should be your email address for that account.', 'wp-mail-smtp' ); ?>
136
  </p>
137
  <p class="desc">
@@ -192,7 +192,7 @@ class SettingsTab extends PageAbstract {
192
 
193
  <?php if ( empty( $disabled_name ) ) : ?>
194
  <p class="desc">
195
- <?php esc_html_e( 'The name which emails are sent from.', 'wp-mail-smtp' ); ?>
196
  </p>
197
  <?php endif; ?>
198
  </div>
@@ -239,7 +239,7 @@ class SettingsTab extends PageAbstract {
239
 
240
  <p class="desc">
241
  <?php esc_html_e( 'Return Path indicates where non-delivery receipts - or bounce messages - are to be sent.', 'wp-mail-smtp' ); ?><br/>
242
- <?php esc_html_e( 'If unchecked, bounce messages may be lost. Some providers may ignore this option.', 'wp-mail-smtp' ); ?>
243
  </p>
244
  </div>
245
  </div>
@@ -400,6 +400,19 @@ class SettingsTab extends PageAbstract {
400
  ?>
401
  </p>
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  <?php
404
  }
405
 
@@ -460,7 +473,7 @@ class SettingsTab extends PageAbstract {
460
  </p>
461
 
462
  <p>
463
- <?php esc_html_e( 'We know that you will truly love WP Mail SMTP. It\'s used by over 1,000,000 websites.', 'wp-mail-smtp' ); ?>
464
  </p>
465
 
466
  <p><strong><?php esc_html_e( 'Pro Features:', 'wp-mail-smtp' ); ?></strong></p>
@@ -469,16 +482,18 @@ class SettingsTab extends PageAbstract {
469
  <ul>
470
  <li><?php esc_html_e( 'Manage Notifications - control which emails your site sends', 'wp-mail-smtp' ); ?></li>
471
  <li><?php esc_html_e( 'Email Logging - keep track of every email sent from your site', 'wp-mail-smtp' ); ?></li>
 
472
  <li><?php esc_html_e( 'Office 365 - send emails using your Office 365 account', 'wp-mail-smtp' ); ?></li>
473
  <li><?php esc_html_e( 'Amazon SES - harness the power of AWS', 'wp-mail-smtp' ); ?></li>
474
  <li><?php esc_html_e( 'Outlook.com - send emails using your Outlook.com account', 'wp-mail-smtp' ); ?></li>
 
475
  <li><?php esc_html_e( 'Access to our world class support team', 'wp-mail-smtp' ); ?></li>
476
  </ul>
477
  <ul>
478
  <li><?php esc_html_e( 'White Glove Setup - sit back and relax while we handle everything for you', 'wp-mail-smtp' ); ?></li>
479
  <li class="arrow-right"><?php esc_html_e( 'Install WP Mail SMTP Pro plugin', 'wp-mail-smtp' ); ?></li>
480
  <li class="arrow-right"><?php esc_html_e( 'Set up domain name verification (DNS)', 'wp-mail-smtp' ); ?></li>
481
- <li class="arrow-right"><?php esc_html_e( 'Configure Mailgun service', 'wp-mail-smtp' ); ?></li>
482
  <li class="arrow-right"><?php esc_html_e( 'Set up WP Mail SMTP Pro plugin', 'wp-mail-smtp' ); ?></li>
483
  <li class="arrow-right"><?php esc_html_e( 'Test and verify email delivery', 'wp-mail-smtp' ); ?></li>
484
  </ul>
131
 
132
  <?php if ( empty( $disabled_email ) ) : ?>
133
  <p class="desc">
134
+ <?php esc_html_e( 'The email address that emails are sent from.', 'wp-mail-smtp' ); ?><br/>
135
  <?php esc_html_e( 'If you\'re using an email provider (Yahoo, Outlook.com, etc) this should be your email address for that account.', 'wp-mail-smtp' ); ?>
136
  </p>
137
  <p class="desc">
192
 
193
  <?php if ( empty( $disabled_name ) ) : ?>
194
  <p class="desc">
195
+ <?php esc_html_e( 'The name that emails are sent from.', 'wp-mail-smtp' ); ?>
196
  </p>
197
  <?php endif; ?>
198
  </div>
239
 
240
  <p class="desc">
241
  <?php esc_html_e( 'Return Path indicates where non-delivery receipts - or bounce messages - are to be sent.', 'wp-mail-smtp' ); ?><br/>
242
+ <?php esc_html_e( 'If unchecked, bounce messages may be lost.', 'wp-mail-smtp' ); ?>
243
  </p>
244
  </div>
245
  </div>
400
  ?>
401
  </p>
402
 
403
+ <hr>
404
+
405
+ <p>
406
+ <?php esc_html_e( 'Already purchased? Simply enter your license key below to connect with WP Mail SMTP Pro!', 'wp-mail-smtp' ); ?>
407
+ </p>
408
+
409
+ <p>
410
+ <input type="password" id="wp-mail-smtp-setting-upgrade-license-key" class="wp-mail-smtp-not-form-input" placeholder="<?php esc_attr_e( 'Paste license key here', 'wp-mail-smtp' ); ?>" value="" />
411
+ <button type="button" class="wp-mail-smtp-btn wp-mail-smtp-btn-md wp-mail-smtp-btn-orange" id="wp-mail-smtp-setting-upgrade-license-button">
412
+ <?php esc_attr_e( 'Connect', 'wp-mail-smtp' ); ?>
413
+ </button>
414
+ </p>
415
+
416
  <?php
417
  }
418
 
473
  </p>
474
 
475
  <p>
476
+ <?php esc_html_e( 'We know that you will truly love WP Mail SMTP. It\'s used by over 2,000,000 websites.', 'wp-mail-smtp' ); ?>
477
  </p>
478
 
479
  <p><strong><?php esc_html_e( 'Pro Features:', 'wp-mail-smtp' ); ?></strong></p>
482
  <ul>
483
  <li><?php esc_html_e( 'Manage Notifications - control which emails your site sends', 'wp-mail-smtp' ); ?></li>
484
  <li><?php esc_html_e( 'Email Logging - keep track of every email sent from your site', 'wp-mail-smtp' ); ?></li>
485
+ <li><?php esc_html_e( 'Multisite Support - Network settings for easy management', 'wp-mail-smtp' ); ?></li>
486
  <li><?php esc_html_e( 'Office 365 - send emails using your Office 365 account', 'wp-mail-smtp' ); ?></li>
487
  <li><?php esc_html_e( 'Amazon SES - harness the power of AWS', 'wp-mail-smtp' ); ?></li>
488
  <li><?php esc_html_e( 'Outlook.com - send emails using your Outlook.com account', 'wp-mail-smtp' ); ?></li>
489
+ <li><?php esc_html_e( 'Zoho Mail - use your Zoho Mail account', 'wp-mail-smtp' ); ?></li>
490
  <li><?php esc_html_e( 'Access to our world class support team', 'wp-mail-smtp' ); ?></li>
491
  </ul>
492
  <ul>
493
  <li><?php esc_html_e( 'White Glove Setup - sit back and relax while we handle everything for you', 'wp-mail-smtp' ); ?></li>
494
  <li class="arrow-right"><?php esc_html_e( 'Install WP Mail SMTP Pro plugin', 'wp-mail-smtp' ); ?></li>
495
  <li class="arrow-right"><?php esc_html_e( 'Set up domain name verification (DNS)', 'wp-mail-smtp' ); ?></li>
496
+ <li class="arrow-right"><?php esc_html_e( 'Configure SMTP.com or Mailgun service', 'wp-mail-smtp' ); ?></li>
497
  <li class="arrow-right"><?php esc_html_e( 'Set up WP Mail SMTP Pro plugin', 'wp-mail-smtp' ); ?></li>
498
  <li class="arrow-right"><?php esc_html_e( 'Test and verify email delivery', 'wp-mail-smtp' ); ?></li>
499
  </ul>
src/Admin/Pages/TestTab.php CHANGED
@@ -2,6 +2,7 @@
2
 
3
  namespace WPMailSMTP\Admin\Pages;
4
 
 
5
  use WPMailSMTP\Conflicts;
6
  use WPMailSMTP\Debug;
7
  use WPMailSMTP\MailCatcherInterface;
@@ -30,6 +31,15 @@ class TestTab extends PageAbstract {
30
  */
31
  private $debug = array();
32
 
 
 
 
 
 
 
 
 
 
33
  /**
34
  * @inheritdoc
35
  */
@@ -50,7 +60,7 @@ class TestTab extends PageAbstract {
50
  public function display() {
51
  ?>
52
 
53
- <form method="POST" action="">
54
  <?php $this->wp_nonce_field(); ?>
55
 
56
  <!-- Test Email Section Title -->
@@ -111,14 +121,30 @@ class TestTab extends PageAbstract {
111
  }
112
  ?>
113
  <button type="submit" class="wp-mail-smtp-btn wp-mail-smtp-btn-md <?php echo esc_attr( $btn ); ?>" <?php echo esc_attr( $disabled ); ?>>
114
- <?php esc_html_e( 'Send Email', 'wp-mail-smtp' ); ?>
 
115
  </button>
116
  <?php echo $help_text; ?>
117
  </p>
118
  </form>
119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  <?php
121
  $this->display_debug_details();
 
122
  }
123
 
124
  /**
@@ -183,18 +209,32 @@ class TestTab extends PageAbstract {
183
  * Notify a user about the results.
184
  */
185
  if ( $result ) {
186
- $result_message = esc_html__( 'Test plain text email was sent successfully!', 'wp-mail-smtp' );
187
- if ( $is_html ) {
188
- $result_message = sprintf(
189
- /* translators: %s - "HTML" in bold. */
190
- esc_html__( 'Test %s email was sent successfully! Please check your inbox to make sure it is delivered.', 'wp-mail-smtp' ),
191
- '<strong>HTML</strong>'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  );
193
  }
194
- WP::add_admin_notice(
195
- $result_message,
196
- WP::ADMIN_NOTICE_SUCCESS
197
- );
198
  } else {
199
  // Grab the smtp debugging output.
200
  $this->debug['smtp_debug'] = $smtp_debug;
@@ -215,7 +255,7 @@ class TestTab extends PageAbstract {
215
  private function get_email_message( $is_html = true ) {
216
 
217
  // Default plain text version of the email.
218
- $message = $this->get_email_message_text();
219
 
220
  if ( $is_html ) {
221
  $message = $this->get_email_message_html();
@@ -336,10 +376,11 @@ class TestTab extends PageAbstract {
336
  *
337
  * @since 1.4.0
338
  * @since 1.5.0 Display an upsell to WP Mail SMTP Pro if free version installed.
 
339
  *
340
  * @return string
341
  */
342
- private function get_email_message_text() {
343
 
344
  // phpcs:disable
345
  if ( wp_mail_smtp()->is_pro() ) {
@@ -543,6 +584,23 @@ Lead Developer, WP Mail SMTP';
543
  esc_html__( 'If using "Other SMTP" Mailer, contact your SMTP host to confirm they are accepting outside connections with the settings you have configured (address, username, port, security, etc).', 'wp-mail-smtp' ),
544
  ],
545
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
546
  // [any] - cURL error XX (other).
547
  [
548
  'mailer' => 'any',
@@ -1080,7 +1138,7 @@ Lead Developer, WP Mail SMTP';
1080
  $debug = $this->get_debug_details();
1081
  ?>
1082
  <div id="message" class="notice-error notice-inline">
1083
- <p><strong><?php esc_html_e( 'There was a problem while sending the test email.', 'wp-mail-smtp' ); ?></strong></p>
1084
  </div>
1085
 
1086
  <div id="wp-mail-smtp-debug">
@@ -1202,4 +1260,62 @@ Lead Developer, WP Mail SMTP';
1202
  </div>
1203
  <?php
1204
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  }
2
 
3
  namespace WPMailSMTP\Admin\Pages;
4
 
5
+ use WPMailSMTP\Admin\DomainChecker;
6
  use WPMailSMTP\Conflicts;
7
  use WPMailSMTP\Debug;
8
  use WPMailSMTP\MailCatcherInterface;
31
  */
32
  private $debug = array();
33
 
34
+ /**
35
+ * Domain Checker API object.
36
+ *
37
+ * @since 2.6.0
38
+ *
39
+ * @var DomainChecker|null
40
+ */
41
+ private $domain_checker;
42
+
43
  /**
44
  * @inheritdoc
45
  */
60
  public function display() {
61
  ?>
62
 
63
+ <form id="email-test-form" method="POST" action="<?php echo esc_url( add_query_arg( 'tab', 'test', wp_mail_smtp()->get_admin()->get_admin_page_url() ) ); ?>">
64
  <?php $this->wp_nonce_field(); ?>
65
 
66
  <!-- Test Email Section Title -->
121
  }
122
  ?>
123
  <button type="submit" class="wp-mail-smtp-btn wp-mail-smtp-btn-md <?php echo esc_attr( $btn ); ?>" <?php echo esc_attr( $disabled ); ?>>
124
+ <span><?php esc_html_e( 'Send Email', 'wp-mail-smtp' ); ?></span>
125
+ <?php echo wp_mail_smtp()->prepare_loader( 'white', 'sm' ); // phpcs:ignore ?>
126
  </button>
127
  <?php echo $help_text; ?>
128
  </p>
129
  </form>
130
 
131
+ <?php if ( ! empty( $mailer ) && $mailer->is_mailer_complete() && isset( $_GET['auto-start'] ) ) : // phpcs:ignore ?>
132
+ <script>
133
+ ( function ( $ ) {
134
+ var $button = $( '.wp-mail-smtp-tab-test #email-test-form .wp-mail-smtp-btn' );
135
+
136
+ $button.attr( 'disabled', true );
137
+ $button.find( 'span' ).hide();
138
+ $button.find( '.wp-mail-smtp-loading' ).show();
139
+
140
+ $( '#email-test-form' ).submit();
141
+ } ( jQuery ) );
142
+ </script>
143
+ <?php endif; ?>
144
+
145
  <?php
146
  $this->display_debug_details();
147
+ $this->display_domain_check_details();
148
  }
149
 
150
  /**
209
  * Notify a user about the results.
210
  */
211
  if ( $result ) {
212
+ $options = new Options();
213
+ $mailer = $options->get( 'mail', 'mailer' );
214
+ $email = $options->get( 'mail', 'from_email' );
215
+ $domain = '';
216
+
217
+ // Add the optional sending domain parameter.
218
+ if ( in_array( $mailer, [ 'mailgun', 'sendinblue', 'sendgrid' ], true ) ) {
219
+ $domain = $options->get( $mailer, 'domain' );
220
+ }
221
+
222
+ $this->domain_checker = new DomainChecker( $mailer, $email, $domain );
223
+
224
+ if ( $this->domain_checker->no_issues() ) {
225
+ $result_message = esc_html__( 'Test plain text email was sent successfully!', 'wp-mail-smtp' );
226
+ if ( $is_html ) {
227
+ $result_message = sprintf(
228
+ /* translators: %s - "HTML" in bold. */
229
+ esc_html__( 'Test %s email was sent successfully! Please check your inbox to make sure it is delivered.', 'wp-mail-smtp' ),
230
+ '<strong>HTML</strong>'
231
+ );
232
+ }
233
+ WP::add_admin_notice(
234
+ $result_message,
235
+ WP::ADMIN_NOTICE_SUCCESS
236
  );
237
  }
 
 
 
 
238
  } else {
239
  // Grab the smtp debugging output.
240
  $this->debug['smtp_debug'] = $smtp_debug;
255
  private function get_email_message( $is_html = true ) {
256
 
257
  // Default plain text version of the email.
258
+ $message = self::get_email_message_text();
259
 
260
  if ( $is_html ) {
261
  $message = $this->get_email_message_html();
376
  *
377
  * @since 1.4.0
378
  * @since 1.5.0 Display an upsell to WP Mail SMTP Pro if free version installed.
379
+ * @since 2.6.0 Change visibility, so it can be used elsewhere.
380
  *
381
  * @return string
382
  */
383
+ public static function get_email_message_text() {
384
 
385
  // phpcs:disable
386
  if ( wp_mail_smtp()->is_pro() ) {
584
  esc_html__( 'If using "Other SMTP" Mailer, contact your SMTP host to confirm they are accepting outside connections with the settings you have configured (address, username, port, security, etc).', 'wp-mail-smtp' ),
585
  ],
586
  ],
587
+ // [sendgrid] - cURL error 18 - potential incorrect API key.
588
+ [
589
+ 'mailer' => 'sendgrid',
590
+ 'errors' => [
591
+ [ 'cURL error 18' ],
592
+ ],
593
+ 'description' => [
594
+ '<strong>' . esc_html__( 'Invalid SendGrid API key', 'wp-mail-smtp' ) . '</strong>',
595
+ esc_html__( 'It looks like your SendGrid API Key is invalid.', 'wp-mail-smtp' ),
596
+ ],
597
+ 'steps' => [
598
+ esc_html__( 'Go to WP Mail SMTP plugin Settings page.', 'wp-mail-smtp' ),
599
+ esc_html__( 'Make sure your API Key in the SendGrid mailer settings is correct and valid.', 'wp-mail-smtp' ),
600
+ esc_html__( 'Save the plugin settings.', 'wp-mail-smtp' ),
601
+ esc_html__( 'If updating the API Key doesn\'t resolve this issue, please contact our support.', 'wp-mail-smtp' ),
602
+ ],
603
+ ],
604
  // [any] - cURL error XX (other).
605
  [
606
  'mailer' => 'any',
1138
  $debug = $this->get_debug_details();
1139
  ?>
1140
  <div id="message" class="notice-error notice-inline">
1141
+ <p><?php esc_html_e( 'There was a problem while sending the test email.', 'wp-mail-smtp' ); ?></p>
1142
  </div>
1143
 
1144
  <div id="wp-mail-smtp-debug">
1260
  </div>
1261
  <?php
1262
  }
1263
+
1264
+ /**
1265
+ * Display the domain check details.
1266
+ *
1267
+ * @since 2.6.0
1268
+ */
1269
+ protected function display_domain_check_details() {
1270
+
1271
+ if ( empty( $this->domain_checker ) ) {
1272
+ return;
1273
+ }
1274
+
1275
+ if ( $this->domain_checker->no_issues() ) {
1276
+ return;
1277
+ }
1278
+
1279
+ $results = $this->domain_checker->get_results();
1280
+ $allowed_html = [
1281
+ 'b' => [],
1282
+ 'i' => [],
1283
+ 'a' => [
1284
+ 'href' => [],
1285
+ 'target' => [],
1286
+ 'rel' => []
1287
+ ],
1288
+ ];
1289
+ ?>
1290
+
1291
+ <div class="notice-warning notice-inline">
1292
+ <p><?php esc_html_e( 'The test email might have sent, but its deliverability should be improved.', 'wp-mail-smtp' ); ?></p>
1293
+ </div>
1294
+
1295
+ <div id="wp-mail-smtp-domain-check-details">
1296
+ <h2><?php esc_html_e( 'Domain Check Results', 'wp-mail-smtp' ); ?></h2>
1297
+
1298
+ <?php if ( empty( $results['success'] ) ) : ?>
1299
+ <div class="notice-error notice-inline">
1300
+ <p><?php echo wp_kses( $results['message'], $allowed_html ); ?></p>
1301
+ </div>
1302
+ <?php endif; ?>
1303
+
1304
+ <?php if ( ! empty( $results['checks'] ) ) : ?>
1305
+ <div class="wp-mail-smtp-domain-check-details-check-list">
1306
+ <?php foreach ( $results['checks'] as $check ) : ?>
1307
+ <div class="wp-mail-smtp-domain-check-details-check-list-item">
1308
+ <img src="<?php echo esc_url( wp_mail_smtp()->assets_url . '/images/icons/' . esc_attr( $check['state'] ) . '.svg' ); ?>" class="wp-mail-smtp-domain-check-details-check-list-item-icon" alt="<?php printf( esc_attr__( '%s icon', 'wp-mail-smtp' ), esc_attr( $check['state'] ) ); ?>">
1309
+ <div class="wp-mail-smtp-domain-check-details-check-list-item-content">
1310
+ <h3><?php echo esc_html( $check['type'] ); ?></h3>
1311
+ <p><?php echo wp_kses( $check['message'], $allowed_html ); ?></p>
1312
+ </div>
1313
+ </div>
1314
+ <?php endforeach; ?>
1315
+ </div>
1316
+ <?php endif; ?>
1317
+ </div>
1318
+
1319
+ <?php
1320
+ }
1321
  }
src/Admin/Review.php CHANGED
@@ -101,11 +101,12 @@ class Review {
101
  return;
102
  }
103
 
104
- // Check if mailer setup is complete.
105
- $mailer_setup_complete = wp_mail_smtp()
106
  ->get_providers()
107
- ->get_mailer( $mailer, wp_mail_smtp()->get_processor()->get_phpmailer() )
108
- ->is_mailer_complete();
 
 
109
 
110
  // Skip if the mailer is not set or the plugin is active for less then a defined number of days.
111
  if ( ! $mailer_setup_complete || ( $activated + ( DAY_IN_SECONDS * self::WAIT_PERIOD ) ) > time() ) {
101
  return;
102
  }
103
 
104
+ $mailer_object = wp_mail_smtp()
 
105
  ->get_providers()
106
+ ->get_mailer( $mailer, wp_mail_smtp()->get_processor()->get_phpmailer() );
107
+
108
+ // Check if mailer setup is complete.
109
+ $mailer_setup_complete = ! empty( $mailer_object ) ? $mailer_object->is_mailer_complete() : false;
110
 
111
  // Skip if the mailer is not set or the plugin is active for less then a defined number of days.
112
  if ( ! $mailer_setup_complete || ( $activated + ( DAY_IN_SECONDS * self::WAIT_PERIOD ) ) > time() ) {
src/Admin/SetupWizard.php ADDED
@@ -0,0 +1,1155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace WPMailSMTP\Admin;
4
+
5
+ use WPMailSMTP\Admin\Pages\TestTab;
6
+ use WPMailSMTP\Connect;
7
+ use WPMailSMTP\Helpers\PluginImportDataRetriever;
8
+ use WPMailSMTP\Options;
9
+ use WPMailSMTP\WP;
10
+
11
+ /**
12
+ * Class for the plugin's Setup Wizard.
13
+ *
14
+ * @since 2.6.0
15
+ */
16
+ class SetupWizard {
17
+
18
+ /**
19
+ * Run all the hooks needed for the Setup Wizard.
20
+ *
21
+ * @since 2.6.0
22
+ */
23
+ public function hooks() {
24
+
25
+ add_action( 'admin_init', [ $this, 'maybe_load_wizard' ] );
26
+ add_action( 'admin_init', [ $this, 'maybe_redirect_after_activation' ], 9999 );
27
+ add_action( 'admin_menu', [ $this, 'add_dashboard_page' ], 20 );
28
+ add_filter( 'removable_query_args', [ $this, 'maybe_disable_automatic_query_args_removal' ] );
29
+
30
+ // API AJAX callbacks.
31
+ add_action( 'wp_ajax_wp_mail_smtp_vue_get_settings', [ $this, 'get_settings' ] );
32
+ add_action( 'wp_ajax_wp_mail_smtp_vue_update_settings', [ $this, 'update_settings' ] );
33
+ add_action( 'wp_ajax_wp_mail_smtp_vue_import_settings', [ $this, 'import_settings' ] );
34
+ add_action( 'wp_ajax_wp_mail_smtp_vue_get_oauth_url', [ $this, 'get_oauth_url' ] );
35
+ add_action( 'wp_ajax_wp_mail_smtp_vue_remove_oauth_connection', [ $this, 'remove_oauth_connection' ] );
36
+ add_action( 'wp_ajax_wp_mail_smtp_vue_get_connected_data', [ $this, 'get_connected_data' ] );
37
+ add_action( 'wp_ajax_wp_mail_smtp_vue_install_plugin', [ $this, 'install_plugin' ] );
38
+ add_action( 'wp_ajax_wp_mail_smtp_vue_get_partner_plugins_info', [ $this, 'get_partner_plugins_info' ] );
39
+ add_action( 'wp_ajax_wp_mail_smtp_vue_subscribe_to_newsletter', [ $this, 'subscribe_to_newsletter' ] );
40
+ add_action( 'wp_ajax_wp_mail_smtp_vue_upgrade_plugin', [ $this, 'upgrade_plugin' ] );
41
+ add_action( 'wp_ajax_wp_mail_smtp_vue_check_mailer_configuration', [ $this, 'check_mailer_configuration' ] );
42
+ add_action( 'wp_ajax_wp_mail_smtp_vue_send_feedback', [ $this, 'send_feedback' ] );
43
+ }
44
+
45
+ /**
46
+ * Get the URL of the Setup Wizard page.
47
+ *
48
+ * @since 2.6.0
49
+ *
50
+ * @return string
51
+ */
52
+ public static function get_site_url() {
53
+
54
+ return wp_mail_smtp()->get_admin()->get_admin_page_url() . '-setup-wizard';
55
+ }
56
+
57
+ /**
58
+ * Checks if the Wizard should be loaded in current context.
59
+ *
60
+ * @since 2.6.0
61
+ */
62
+ public function maybe_load_wizard() {
63
+
64
+ // Check for wizard-specific parameter
65
+ // Allow plugins to disable the setup wizard
66
+ // Check if current user is allowed to save settings.
67
+ if (
68
+ ! (
69
+ isset( $_GET['page'] ) && // phpcs:ignore
70
+ Area::SLUG . '-setup-wizard' === $_GET['page'] && // phpcs:ignore
71
+ $this->should_setup_wizard_load() &&
72
+ current_user_can( 'manage_options' )
73
+ )
74
+ ) {
75
+ return;
76
+ }
77
+
78
+ // Don't load the interface if doing an ajax call.
79
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
80
+ return;
81
+ }
82
+
83
+ set_current_screen();
84
+
85
+ // Remove an action in the Gutenberg plugin ( not core Gutenberg ) which throws an error.
86
+ remove_action( 'admin_print_styles', 'gutenberg_block_editor_admin_print_styles' );
87
+
88
+ $this->load_setup_wizard();
89
+ }
90
+
91
+ /**
92
+ * Maybe redirect to the setup wizard after plugin activation on a new install.
93
+ *
94
+ * @since 2.6.0
95
+ */
96
+ public function maybe_redirect_after_activation() {
97
+
98
+ if ( wp_doing_ajax() || wp_doing_cron() ) {
99
+ return;
100
+ }
101
+
102
+ // Check if we should consider redirection.
103
+ if ( ! get_transient( 'wp_mail_smtp_activation_redirect' ) ) {
104
+ return;
105
+ }
106
+
107
+ delete_transient( 'wp_mail_smtp_activation_redirect' );
108
+
109
+ // Check option to disable setup wizard redirect.
110
+ if ( get_option( 'wp_mail_smtp_activation_prevent_redirect' ) ) {
111
+ return;
112
+ }
113
+
114
+ // Only do this for single site installs.
115
+ if ( isset( $_GET['activate-multi'] ) || is_network_admin() ) { // WPCS: CSRF ok.
116
+ return;
117
+ }
118
+
119
+ // Don't redirect if the Setup Wizard is disabled.
120
+ if ( ! $this->should_setup_wizard_load() ) {
121
+ return;
122
+ }
123
+
124
+ // Initial install.
125
+ if ( get_option( 'wp_mail_smtp_initial_version' ) === WPMS_PLUGIN_VER ) {
126
+ update_option( 'wp_mail_smtp_activation_prevent_redirect', true );
127
+ wp_safe_redirect( self::get_site_url() );
128
+ exit;
129
+ }
130
+ }
131
+
132
+ /**
133
+ * Register page through WordPress's hooks.
134
+ *
135
+ * @since 2.6.0
136
+ */
137
+ public function add_dashboard_page() {
138
+
139
+ if ( ! $this->should_setup_wizard_load() ) {
140
+ return;
141
+ }
142
+
143
+ add_submenu_page(
144
+ Area::SLUG,
145
+ '',
146
+ esc_html__( 'Setup Wizard', 'wp-mail-smtp' ),
147
+ 'manage_options',
148
+ Area::SLUG . '-setup-wizard',
149
+ 'wp_mail_smtp_load_setup_wizard',
150
+ 1
151
+ );
152
+ }
153
+
154
+ /**
155
+ * Load the Setup Wizard template.
156
+ *
157
+ * @since 2.6.0
158
+ */
159
+ private function load_setup_wizard() {
160
+
161
+ $this->enqueue_scripts();
162
+
163
+ $this->setup_wizard_header();
164
+ $this->setup_wizard_content();
165
+ $this->setup_wizard_footer();
166
+
167
+ exit;
168
+ }
169
+
170
+ /**
171
+ * Load the scripts needed for the Setup Wizard.
172
+ *
173
+ * @since 2.6.0
174
+ */
175
+ public function enqueue_scripts() {
176
+
177
+ if ( ! defined( 'WPMS_VUE_LOCAL_DEV' ) || ! WPMS_VUE_LOCAL_DEV ) {
178
+ $rtl = is_rtl() ? '.rtl' : '';
179
+ wp_enqueue_style( 'wp-mail-smtp-vue-style', wp_mail_smtp()->assets_url . '/vue/css/wizard' . $rtl . '.min.css', [], WPMS_PLUGIN_VER );
180
+ }
181
+
182
+ wp_enqueue_script( 'wp-mail-smtp-vue-vendors', wp_mail_smtp()->assets_url . '/vue/js/chunk-vendors.min.js', [], WPMS_PLUGIN_VER, true );
183
+ wp_enqueue_script( 'wp-mail-smtp-vue-script', wp_mail_smtp()->assets_url . '/vue/js/wizard.min.js', [ 'wp-mail-smtp-vue-vendors' ], WPMS_PLUGIN_VER, true );
184
+
185
+ wp_localize_script(
186
+ 'wp-mail-smtp-vue-script',
187
+ 'wp_mail_smtp_vue',
188
+ [
189
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
190
+ 'nonce' => wp_create_nonce( 'wpms-admin-nonce' ),
191
+ 'is_multisite' => is_multisite(),
192
+ 'translations' => WP::get_jed_locale_data( 'wp-mail-smtp' ),
193
+ 'exit_url' => wp_mail_smtp()->get_admin()->get_admin_page_url(),
194
+ 'email_test_tab_url' => add_query_arg( 'tab', 'test', wp_mail_smtp()->get_admin()->get_admin_page_url() ),
195
+ 'is_pro' => wp_mail_smtp()->is_pro(),
196
+ 'license_exists' => apply_filters( 'wp_mail_smtp_admin_setup_wizard_license_exists', false ),
197
+ 'plugin_version' => WPMS_PLUGIN_VER,
198
+ 'other_smtp_plugins' => $this->detect_other_smtp_plugins(),
199
+ 'mailer_options' => $this->prepare_mailer_options(),
200
+ 'upgrade_link' => wp_mail_smtp()->get_upgrade_link( 'setup-wizard' ),
201
+ 'versions' => $this->prepare_versions_data(),
202
+ 'public_url' => wp_mail_smtp()->assets_url . '/vue/',
203
+ 'education' => [
204
+ 'upgrade_text' => esc_html__( 'We\'re sorry, the %mailer% mailer is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features.', 'wp-mail-smtp' ),
205
+ 'upgrade_button' => esc_html__( 'Upgrade to Pro', 'wp-mail-smtp' ),
206
+ 'upgrade_url' => add_query_arg( 'discount', 'SMTPLITEUPGRADE', wp_mail_smtp()->get_upgrade_link( '' ) ),
207
+ 'upgrade_bonus' => wp_kses(
208
+ __( '<strong>Bonus:</strong> WP Mail SMTP users get <span class="highlight">$50 off</span> regular price,<br>applied at checkout.', 'wp-mail-smtp' ),
209
+ [
210
+ 'strong' => [],
211
+ 'span' => [
212
+ 'class' => [],
213
+ ],
214
+ 'br' => [],
215
+ ]
216
+ ),
217
+ 'upgrade_doc' => '<a href="https://wpmailsmtp.com/docs/how-to-upgrade-wp-mail-smtp-to-pro-version/?utm_source=WordPress&amp;utm_medium=link&amp;utm_campaign=liteplugin" target="_blank" rel="noopener noreferrer" class="already-purchased">
218
+ ' . esc_html__( 'Already purchased?', 'wp-mail-smtp' ) . '
219
+ </a>',
220
+ ],
221
+ ]
222
+ );
223
+ }
224
+
225
+ /**
226
+ * Outputs the simplified header used for the Setup Wizard.
227
+ *
228
+ * @since 2.6.0
229
+ */
230
+ public function setup_wizard_header() {
231
+ ?>
232
+ <!DOCTYPE html>
233
+ <html <?php language_attributes(); ?>>
234
+ <head>
235
+ <meta name="viewport" content="width=device-width"/>
236
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
237
+ <title><?php esc_html_e( 'WP Mail SMTP &rsaquo; Setup Wizard', 'wp-mail-smtp' ); ?></title>
238
+ <?php do_action( 'admin_print_styles' ); ?>
239
+ <?php do_action( 'admin_print_scripts' ); ?>
240
+ <?php do_action( 'admin_head' ); ?>
241
+ </head>
242
+ <body class="wp-mail-smtp-setup-wizard">
243
+ <?php
244
+ }
245
+
246
+ /**
247
+ * Outputs the content of the current step.
248
+ *
249
+ * @since 2.6.0
250
+ */
251
+ public function setup_wizard_content() {
252
+ $admin_url = is_network_admin() ? network_admin_url() : admin_url();
253
+
254
+ $this->settings_error_page( 'wp-mail-smtp-vue-setup-wizard', '<a href="' . $admin_url . '">' . esc_html__( 'Go back to the Dashboard', 'wp-mail-smtp' ) . '</a>' );
255
+ $this->settings_inline_js();
256
+ }
257
+
258
+ /**
259
+ * Outputs the simplified footer used for the Setup Wizard.
260
+ *
261
+ * @since 2.6.0
262
+ */
263
+ public function setup_wizard_footer() {
264
+ ?>
265
+ <?php wp_print_scripts( 'wp-mail-smtp-vue-script' ); ?>
266
+ </body>
267
+ </html>
268
+ <?php
269
+ }
270
+
271
+ /**
272
+ * Error page HTML
273
+ *
274
+ * @since 2.6.0
275
+ *
276
+ * @param string $id The HTML ID attribute of the main container div.
277
+ * @param string $footer The centered footer content.
278
+ */
279
+ private function settings_error_page( $id = 'wp-mail-smtp-vue-site-settings', $footer = '' ) {
280
+
281
+ $inline_logo_image = 'data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDIgNjAiPjxkZWZzPjxzdHlsZT4uY2xzLTExLC5jbHMtMTJ7ZmlsbC1ydWxlOmV2ZW5vZGR9LmNscy00e2ZpbGw6bm9uZX0uY2xzLTExe2ZpbGw6Izg2YTE5Nn0uY2xzLTEye2ZpbGw6I2ZmZn08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNjkuMDYgMTEuMTFMNjQuNyAyMy40OWgtLjA2bC0xLjg5LTYuNTUtMi02LjE0aC0zLjEzdi40NGw2IDE3Ljg5aDEuNjZsNC4zOS0xMS42N2guMDZsNC4zOSAxMS42N2gxLjU2bDYuMDYtMTcuODl2LS40NGgtMy4ybC0xLjkyIDYuMTQtMS44MiA2LjUyaC0uMDZsLTQuMzItMTIuMzV6TTg3LjY4IDI5aC0zVjEwLjhoNy41NGE2LjE3IDYuMTcgMCAwMTYuNDIgNi40MiA2LjE0IDYuMTQgMCAwMS02LjQyIDYuMzJoLTQuNXptLS4wNS04LjExaDQuNTVhMy41NCAzLjU0IDAgMDAzLjUxLTMuNzUgMy40OSAzLjQ5IDAgMDAtMy41MS0zLjcxaC00LjU1em0yOS0uNzNsLTcuNDEtOS40MWgtMS4xMVYyOWgzVjE3LjYxbDUuMjggNi43NGguNDFsNS4yNS02Ljc0VjI5aDMuMDVWMTAuNzVIMTI0em0yNC4xMS0yLjc4djcuODhjMCAxLjE0IDAgMS44NyAxLjM1IDEuNzR2MS45MmMtMS44LjM0LTMuNjQuMTMtMy42NC0ydi0uNTJhNC41NyA0LjU3IDAgMDEtNC4zMiAyLjczYy0zLjgyIDAtNS42Ny0zLjA3LTUuNjctNi42LjA4LTQuMTYgMy4wNS02LjQ1IDcuMTMtNi4zN2ExMi42MiAxMi42MiAwIDAxNS4xNiAxLjIyek0xMzggMjIuNzFWMTlhNi40OSA2LjQ5IDAgMDAtMi42My0uNTJjLTIuMzkgMC00IDEuMzctNC4wOCA0LjA4IDAgMi4yOSAxLjEyIDQuMDggMy40MyA0LjA4IDIuMTMuMDIgMy4yMi0xLjY0IDMuMjgtMy45M3ptNi41Ny0xMC4xMmExLjY1IDEuNjUgMCAwMDEuNzUgMS42OSAxLjYxIDEuNjEgMCAwMDEuNjgtMS42OSAxLjcxIDEuNzEgMCAwMC0zLjQxIDB6bTMuMTIgNGgtMi44M1YyOWgyLjgzek0xNTEuMyAxMHYxNC41M2MwIDQuMTggMS43NyA1LjE3IDUuNjIgNC41NWwtLjExLTIuMTljLTIuMTUuMzQtMi43LS4zMS0yLjctMi4zOVYxMHptMTMuNDcgMTMuODZjLjA4IDMuODIgMy44IDUuNTkgNy4zNiA1LjUxIDMuNCAwIDcuMTctMS41MSA3LjE3LTUuNTEgMC00LjE5LTMuMzgtNC45Mi03LjA3LTUuMzMtMi4xLS4yOS00LjE2LS41NS00LjE2LTIuNnMyLjE2LTIuNzMgMy44Mi0yLjczIDMuODUuNjIgNCAyLjU3aDIuODZjLS4wOC0zLjcyLTMuMzUtNS4yOC02LjgxLTUuMjhzLTYuODQgMS43Ny02Ljg0IDUuNTEgMy4zIDQuNzEgNi42MyA1YzIuMTEuMiA0LjU4LjQ0IDQuNTggMi44M3MtMi4yOSAyLjgzLTQuMjEgMi44My00LjIyLS43NS00LjM1LTIuOHptMjYuNDQtMy42N2wtNy40MS05LjQxaC0xLjEyVjI5aDNWMTcuNjFsNS4zMiA2Ljc0aC40Mmw1LjI1LTYuNzRWMjloM1YxMC43NWgtMS4wN3ptMTYuNTQtNi42OFYyOWgzVjEzLjQ4SDIxNlYxMC44aC0xMy41M3YyLjY4em0xNCAxNS41MmgtM1YxMC44aDcuNTRhNi4xNyA2LjE3IDAgMDE2LjQyIDYuNDIgNi4xNCA2LjE0IDAgMDEtNi40MiA2LjMyaC00LjV6bTAtOC4xMWg0LjU1YTMuNTQgMy41NCAwIDAwMy41MS0zLjc1IDMuNDkgMy40OSAwIDAwLTMuNTEtMy43MWgtNC41NXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzIzMjgyYyIvPjxwYXRoIGQ9Ik05NC4xOCAzOC4wOWEuNDYuNDYgMCAwMS4wOS4xOSAxLjE1IDEuMTUgMCAwMTAgLjJ2LjE4YTEuMzMgMS4zMyAwIDAxLS4wOC4yNCAxLjA5IDEuMDkgMCAwMS0uMjEuMzcuNTguNTggMCAwMS0uNDYgMCAuMy4zIDAgMDAtLjE3IDAgMS41OSAxLjU5IDAgMDAtLjM0LS4wNmgtLjM1YTEuNyAxLjcgMCAwMC0uNTUuMDggMS4xMiAxLjEyIDAgMDAtLjQ3LjI5IDEuNzIgMS43MiAwIDAwLS4zNC42IDMuMzQgMy4zNCAwIDAwLS4xNiAxdjEuMTNoMi4xcTAgLjM5LS4wNi42M2EyLjEgMi4xIDAgMDEtLjEuNC42MS42MSAwIDAxLS4xNS4yMiAxLjI2IDEuMjYgMCAwMS0uMjMuMTNoLS4yM2E1LjM1IDUuMzUgMCAwMS0uNjEgMGgtLjc1djcuMTFhMS4xMiAxLjEyIDAgMDEwIC4yNC4yNS4yNSAwIDAxLS4yLjIxIDYuMDggNi4wOCAwIDAxLS42Ni4wN2gtLjUzYTMuMTUgMy4xNSAwIDAxLS42MS0uMDYgMS40IDEuNCAwIDAxMC0uMjNWNDMuN2EyLjE5IDIuMTkgMCAwMS0xLjE3LS4zMWMwLS4xOSAwLS4zNS4wOC0uNDZhLjY5LjY5IDAgMDEuMS0uMjcuNjEuNjEgMCAwMS4xNy0uMTUuODYuODYgMCAwMS4yNS0uMWwuMjItLjA2LjM1LS4wN3YtLjczYTYuMjYgNi4yNiAwIDAxLjA2LS42NSAzLjc5IDMuNzkgMCAwMS40My0xLjYxIDMuMTYgMy4xNiAwIDAxLjg1LTEgMy4yNCAzLjI0IDAgMDExLjA5LS40OSA0LjQgNC40IDAgMDExLjEtLjE1IDMuMiAzLjIgMCAwMTEgLjEzIDEuMzYgMS4zNiAwIDAxLjUzLjI3em05LjgyIDUuNjhhMi4wOCAyLjA4IDAgMDAtLjcxLjEyIDEuNjUgMS42NSAwIDAwLS41OS4zOHY2YTIuNTQgMi41NCAwIDAxMCAuNDEuOTEuOTEgMCAwMS0uMTYuMzcgMS4wNSAxLjA1IDAgMDEtLjI0LjE1IDEuMyAxLjMgMCAwMS0uMzMuMDZoLTEuMjd2LTdhMy44OCAzLjg4IDAgMDAtLjA3LS44MSA0LjczIDQuNzMgMCAwMC0uMTgtLjYzIDEuNjYgMS42NiAwIDAxLjMxLS4yMyAzLjY2IDMuNjYgMCAwMS41Mi0uMjUuNTYuNTYgMCAwMS4xNSAwaC4xMmEuODkuODkgMCAwMS40NS4wOS43Ni43NiAwIDAxLjI0LjMgMy41NyAzLjU3IDAgMDEuNTYtLjMzYy4yLS4wOS4zOS0uMTcuNTctLjIzYTMgMyAwIDAxLjU1LS4xNCAxLjUxIDEuNTEgMCAwMS41NiAwYy41OC4wNi45LjI0IDEgLjUzYTIuODkgMi44OSAwIDAxLS4wNy41NyAxLjQ2IDEuNDYgMCAwMS0uMjcuNjRoLS44N2EuNTYuNTYgMCAwMC0uMTUgMHptNy45MSA3LjU2aC0xLjY3di01Ljg5YTMuMiAzLjIgMCAwMC0uMjQtMS40Ny45LjkgMCAwMC0uODYtLjQzIDEuNjcgMS42NyAwIDAwLS44LjIgMi40MSAyLjQxIDAgMDAtLjYzLjQ5djYuMTRhMi4zNyAyLjM3IDAgMDEwIC40MS42NC42NCAwIDAxLS40My40NyAxLjk0IDEuOTQgMCAwMS0uMzIuMDcgMy4yOCAzLjI4IDAgMDEtLjQ5IDBoLS43NnYtNy4wMWEzLjk0IDMuOTQgMCAwMC0uMDctLjgxIDQuODIgNC44MiAwIDAwLS4xNi0uNjMgMi4yMyAyLjIzIDAgMDEuODMtLjQ4LjU2LjU2IDAgMDEuMTUgMGguMDlhLjguOCAwIDAxLjQ1LjEzLjg2Ljg2IDAgMDEuMjYuMjggNC4zOSA0LjM5IDAgMDExLjE0LS41OCAzLjg0IDMuODQgMCAwMTEuMjQtLjE5aC4zOWEyLjcgMi43IDAgMDExIC4yNyAyLjI2IDIuMjYgMCAwMS42OC41MyAyLjU4IDIuNTggMCAwMS42MS0uMzZjLjIzLS4xLjQ0LS4xOS42My0uMjVhMy42NSAzLjY1IDAgMDExLjIxLS4xOWguNGEyLjkxIDIuOTEgMCAwMTEuMTIuMyAxLjkgMS45IDAgMDEuNjkuNjkgMyAzIDAgMDEuMzQgMSA3Ljc0IDcuNzQgMCAwMS4xIDEuMzN2NS42OWExIDEgMCAwMS0uMjUuMTYgMS40IDEuNCAwIDAxLS4zNS4wOGgtMS4zYTMuMDUgMy4wNSAwIDAxLS4xMy0uMzIgMS42MSAxLjYxIDAgMDEwLS4zOXYtNS4xMWEzLjQ1IDMuNDUgMCAwMC0uMjMtMS40OC44OS44OSAwIDAwLS44NS0uNDIgMS42NCAxLjY0IDAgMDAtLjgxLjIyIDMuNDggMy40OCAwIDAwLS42Ny41M2wuMDYtLjA2djYuNjhjLjAzLjItLjEuMzQtLjM1LjR6TTEyMC42IDQyaC41NmEzLjA1IDMuMDUgMCAwMTEuMzYuMzZjLjI5LjE5LjQ2LjM2LjUuNWExLjI5IDEuMjkgMCAwMS0uMTIuNDggMi42MSAyLjYxIDAgMDEtLjI3LjVoLS4xOGEuODguODggMCAwMS0uMiAwIDMgMyAwIDAwLS4zMi0uMDYgMS41OCAxLjU4IDAgMDEtLjMxLS4wOSAyLjMyIDIuMzIgMCAwMC0uODctLjE3IDEuMTUgMS4xNSAwIDAwLS43OS4yNS43Ny43NyAwIDAwLS4zLjYzIDEgMSAwIDAwLjEuNDQgMS41NCAxLjU0IDAgMDAuNDIuNDZsLjM2LjI3LjQ0LjMxLjU3LjQyLjU1LjRhMy42MyAzLjYzIDAgMDEuOSAxIDIuMjggMi4yOCAwIDAxLjI4IDEuMTNBMi42NSAyLjY1IDAgMDExMjMgNTBhMi41NyAyLjU3IDAgMDEtLjcyLjg1IDMuMTkgMy4xOSAwIDAxLTEuMDguNTIgNC41OSA0LjU5IDAgMDEtMS4zLjE3IDQuNzEgNC43MSAwIDAxLTEuNjYtLjI2IDEuMzggMS4zOCAwIDAxLS44OS0uNjYgMS41NyAxLjU3IDAgMDEuMS0uNTEgMS44NiAxLjg2IDAgMDEuMjgtLjUyaC4yN2ExLjIxIDEuMjEgMCAwMS41OC4xNyAzLjkzIDMuOTMgMCAwMC42Ni4yMiAyLjg2IDIuODYgMCAwMC43LjA5aC4zNGExIDEgMCAwMC42OS0uMzIgMSAxIDAgMDAuMjQtLjcyIDEuMTYgMS4xNiAwIDAwLS4xNy0uNiAxLjgzIDEuODMgMCAwMC0uNTYtLjU1bC0uMTctLjExYy0uMDctLjA1LS4wOS0uMDctLjA2IDAtLjIyLS4xNi0uNDUtLjMyLS42OS0uNTFsLS42Mi0uNTEtLjQ4LS4zOGEyLjYyIDIuNjIgMCAwMS0uODgtMS44NiAyLjExIDIuMTEgMCAwMS44NC0xLjc5IDMuNjYgMy42NiAwIDAxMi4xOC0uNzJ6bS0yMC41MSA0LjdhNi43OSA2Ljc5IDAgMDEtLjI5IDIuMTIgNC4zIDQuMyAwIDAxLS44IDEuNTIgMy40MyAzLjQzIDAgMDEtMS4yMi45MyAzLjg3IDMuODcgMCAwMS0xLjUzLjMgMy41OCAzLjU4IDAgMDEtMi44My0xLjEyIDUuMzkgNS4zOSAwIDAxLTEtMy42NCA2LjgyIDYuODIgMCAwMS4yOS0yLjEzIDQuMjUgNC4yNSAwIDAxLjgtMS41MSAzLjIxIDMuMjEgMCAwMTEuMjMtLjg4IDQuMTggNC4xOCAwIDAxMS41Ny0uMjkgMy40MSAzLjQxIDAgMDEyLjg0IDEuMTkgNS41NSA1LjU1IDAgMDEuOTQgMy41em0tNS41NCAwYTguMTcgOC4xNyAwIDAwLjEzIDEuNjEgMy4zNyAzLjM3IDAgMDAuMzcgMSAxLjQ1IDEuNDUgMCAwMC41NC41OCAxLjQgMS40IDAgMDAuNy4xN0ExLjMgMS4zIDAgMDA5NyA1MGExLjUxIDEuNTEgMCAwMC41My0uNTggMy4zIDMuMyAwIDAwLjM3LTEgOCA4IDAgMDAuMTMtMS42IDUuMDcgNS4wNyAwIDAwLS40Ni0yLjU1IDEuNDMgMS40MyAwIDAwLTEuMjctLjc1IDEuMjggMS4yOCAwIDAwLS42NS4xOCAxLjU1IDEuNTUgMCAwMC0uNTMuNTcgMy4zNCAzLjM0IDAgMDAtLjM4IDEgNy4zNiA3LjM2IDAgMDAtLjE5IDEuNDZ6IiBmaWxsPSIjNWY1ZTVlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNzMuNTIgNTAuNjZ2LjA4YS4xMS4xMSAwIDAxMCAuMDcgMi42OCAyLjY4IDAgMDEtLjE1LjM5LjUyLjUyIDAgMDEtLjI5LjIyaC0uMzdjLS4xOSAwLS40NiAwLS44Mi4wNWEyLjE0IDIuMTQgMCAwMS0uMzctLjQ0IDEuNzMgMS43MyAwIDAxLS4yNC0uNWwtLjMtMS4wOS0uMzgtMS4yNGMtLjEzLS40NS0uMjUtLjktLjM4LTEuMzdzLS4yNS0uOTEtLjM2LTEuMzVjLS4yMi0uOC0uNC0xLjQ1LS41My0xLjk0YTUuNjMgNS42MyAwIDAwLS4zLS45Mi45Mi45MiAwIDAxLjU4LS4zNSA0LjgyIDQuODIgMCAwMTEuMzItLjEzLjg5Ljg5IDAgMDEuMjQuMyAxLjc0IDEuNzQgMCAwMS4xMy4zNmMuMTYuNzQuMzUgMS41Mi41NSAyLjM0LjA3LjI1LjEyLjUxLjE3Ljc2cy4wOS41LjE0LjcxLjEuNTEuMTMuNjguMDcuMzMuMS40NSAwIC4yNC4wNy4zNC4wNS4yMS4wOC4zNGMuMDctLjI1LjE0LS41NS4yMi0uOTJzLjE4LS43Ny4yOC0xLjE4YzAtLjExLjA4LS4zMy4xNy0uNjVsLjI1LTFjLjA4LS4zNy4xNi0uNzEuMjMtMXMuMTMtLjU0LjE2LS42NWEuNzMuNzMgMCAwMDAtLjE2di0uMjVhLjkzLjkzIDAgMDEuMjItLjA4IDMuNjEgMy42MSAwIDAxLjQ1LS4xMmwuNTEtLjA3YTEgMSAwIDAxLjM5IDAgLjg5Ljg5IDAgMDEuMjIuMzEgMy4wNyAzLjA3IDAgMDEuMTQuNDdsLjM2IDEuNTJjLjEzLjU1LjI3IDEuMTIuNDEgMS43MiAwIC4yMi4xLjQzLjE0LjY0YTUuNjEgNS42MSAwIDAwLjEzLjU5bC4wOS4zN3YuMTdhLjI3LjI3IDAgMDEwIC4xMnYuMTljLjEzLS40Ni4yNS0xIC4zOC0xLjU3cy4yNS0xLjE5LjM5LTEuODNjLjExLS40Ny4yMi0uOTEuMzEtMS4zMXMuMTYtLjc3LjIzLTEuMTFhLjI0LjI0IDAgMDAwLS4xMy40OC40OCAwIDAxLjA5LS4xOS40My40MyAwIDAxLjIxLS4xMWguNTNsLjQuMDVoLjM2YS40OS40OSAwIDAxLjE5IDAgLjIuMiAwIDAxLjA5LjA5IDEgMSAwIDAwMCAuMS41NC41NCAwIDAxMCAuMjVjMCAuMDkgMCAuMi0uMDguMzRsLS4wOC4xOWMtLjEyLjM4LS4yNC44MS0uMzYgMS4yOEw3OS4zOSA0NmMtLjIxLjc5LS40NCAxLjYtLjY2IDIuNDJzLS40NCAxLjU3LS42NCAyLjIydi4xNWEyIDIgMCAwMS0uMTMuMzkuNTYuNTYgMCAwMS0uMjkuMjJoLS4zOWMtLjE5IDAtLjQ2IDAtLjguMDVhMi4xNSAyLjE1IDAgMDEtLjM4LS40NCAyLjExIDIuMTEgMCAwMS0uMjUtLjVjMC0uMTQtLjA4LS4zLS4xMy0uNDZzLS4wOS0uMzEtLjEyLS40NSAwLS4xOS0uMDctLjI3YTEuMjUgMS4yNSAwIDAwLS4wNy0uMjNjLS4xMS0uNDgtLjI0LTEtLjM2LTEuNTdzLS4yNS0xLjA5LS4zNS0xLjU3Yy0uMTEuNTEtLjI1IDEuMDYtLjQgMS42NnMtLjMgMS4xNS0uNDQgMS42OHptOS4xIDQuMzRhMS4zOSAxLjM5IDAgMDEtLjQyLjEzIDMuMjggMy4yOCAwIDAxLTEuNDMgMCA2IDYgMCAwMTAtLjczVjQ0LjMxYTQuNyA0LjcgMCAwMC0uMDYtLjc5IDQuODcgNC44NyAwIDAwLS4xNS0uNjMuNzQuNzQgMCAwMS4yOS0uMjZsLjUxLS4yNGguMjVhLjc0Ljc0IDAgMDEuNDQuMTMuOC44IDAgMDEuMjcuMjggNS42NCA1LjY0IDAgMDExLjE1LS41OHEuMjgtLjA5LjU3LS4xNWEyLjkgMi45IDAgMDEuNjItLjA2IDMuODcgMy44NyAwIDAxMS4zMy4yMyAyLjc4IDIuNzggMCAwMTEuMS43NCAzLjYzIDMuNjMgMCAwMS43NCAxLjMgNi4zIDYuMyAwIDAxLjE3IDEuODcgNy42NSA3LjY1IDAgMDEtLjQ4IDIuOTQgNC4yOCA0LjI4IDAgMDEtMS4yNCAxLjc0IDIuNzYgMi43NiAwIDAxLTEuMDYuNTkgNC4yNCA0LjI0IDAgMDEtMSAuMTQgMyAzIDAgMDEtMS41LS4zMnYzLjMyYTEuNjkgMS42OSAwIDAxMCAuMzh6bTEuMzItNC45YTEuNTEgMS41MSAwIDAwLjY1LS4xNiAxLjY2IDEuNjYgMCAwMC42My0uNTkgMy41NSAzLjU1IDAgMDAuNDgtMS4xNyA3LjY0IDcuNjQgMCAwMC4yLTEuODkgMy43MyAzLjczIDAgMDAtLjQ1LTIuMTEgMS40MSAxLjQxIDAgMDAtMS4yNC0uNjQgMS44IDEuOCAwIDAwLS44MS4yIDMuNzYgMy43NiAwIDAwLS42Ny40NnY1LjM5YTEuODIgMS44MiAwIDAwLjU0LjM2IDEuNTYgMS41NiAwIDAwLjY3LjE1eiIgZmlsbD0iI2I4NWExYiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNLTYuMjUgMGg2MHY2MGgtNjB6Ii8+PHBhdGggZD0iTTE2LjY2IDguMTRhMTUuNDMgMTUuNDMgMCAwMC03LjkxIDEwLjE3IDIzLjUxIDIzLjUxIDAgMTAzMCAwIDE1LjQxIDE1LjQxIDAgMDAtOS4zNy0xMC44MyAzLjQgMy40IDAgMDAtMi4wOC0yLjY5IDQuNjMgNC42MyAwIDAwLTguODYtMS42NSAyNC40MSAyNC40MSAwIDAwLTEuNzggNXoiIGZpbGw9IiMzOTUzNjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGw9IiNmYmFhNmYiIGQ9Ik0xOCAyNmgxMnYxNEgxOHoiLz48cGF0aCBkPSJNMjUuODcgMzMuMThsLS4xMi0uMDhhMS40MiAxLjQyIDAgMTExLjY3LTIuMyAxLjg3IDEuODcgMCAwMC0xLjIyLjgxIDEuODUgMS44NSAwIDAwLS4zMyAxLjU3em0tNC40OCAwYTEuOCAxLjggMCAwMC0uMzktMS41NCAxLjkxIDEuOTEgMCAwMC0xLjIzLS44MSAxLjQyIDEuNDIgMCAwMTEuNjcgMi4zLjU3LjU3IDAgMDEtLjA1LjA1ek0yOC42MSAzMGguNTNsLTEuMDcgNC44Mi0yLjE0IDYuNDNoLTQuMjlsLTMuMjEtNS4zNiAxLjA3LTMuMjFjMS4wNyAxLjQzIDEuNzkgMi4zMiAyLjE0IDIuNjguNTQuNTMgMi42OC41MyAzLjc1LS41NEEyNi4xNyAyNi4xNyAwIDAwMjguNjEgMzB6IiBmaWxsPSIjZGM3ZjNjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNOS43NCAyOUgxNXYtOWgtNC4wNmExMyAxMyAwIDAxNy41LTEwcTEuMTQtNSAyLjcxLTYuNzVsLjE4LS4xNy4xMS0uMWEyLjI1IDIuMjUgMCAwMTEuMDgtLjQ3IDIuMzIgMi4zMiAwIDAxMi4xNSAzLjc3aC0uMDZhMS42NCAxLjY0IDAgMDEtLjMuMjlBMTUgMTUgMCAwMDIzIDguMTRhNSA1IDAgMDEzLTEuNSAxLjQgMS40IDAgMDEuNjYuMTYgMS4zMyAxLjMzIDAgMDEuNTEgMS43OSAxLjI5IDEuMjkgMCAwMS0uNi41NiAxMyAxMyAwIDAxMTAuMTQgMTFsLjEyLjg3SDMzdjhoNC44M2wxLjc5IDEzLjQzcS02LjMzIDMuOTMtMTUuODUgMy45M1Q4IDQyLjQ0em0xNS4xMyA5LjM5cTMuODctNi4zOSAzLjg3LTcuNjFjMC0yLjIzLTMuMjUtNC4wNi00Ljg3LTQuMDZTMTkgMjguNTQgMTkgMzAuNzhxMCAxLjIyIDMuODEgNy42MmExLjI0IDEuMjQgMCAwMDEuMDYuNTcgMS4wOCAxLjA4IDAgMDAxLS41NnoiIGZpbGw9IiNiZGNmYzgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE4Ljk2IDMxLjA3aDkuNjVMMjcgNDcuMTRoLTYuNDNsLTEuNjEtMTYuMDd6Ii8+PHBhdGggZD0iTTM5LjgxIDQ4LjgyYTIwIDIwIDAgMDEtMzIuMDkgMGwuODQtNi4xMWEyLjY4IDIuNjggMCAwMDEgLjE5IDIuODMgMi44MyAwIDAwMi44MS0yLjQzdjEuMjJhMi44NCAyLjg0IDAgMDA1LjY4IDB2MS42MmEyLjg1IDIuODUgMCAwMDUuNjkgMCAyLjg0IDIuODQgMCAwMDUuNjggMHYtMS41N2EyLjg0IDIuODQgMCAxMDUuNjggMHYtMS4yMkEyLjg0IDIuODQgMCAwMDM4IDQzYTIuODcgMi44NyAwIDAwMS0uMThsLjgxIDZ6IiBmaWxsPSIjODA5ZWIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNOC4zIDQ0LjY1bC4yNi0xLjg5YTIuNjggMi42OCAwIDAwMSAuMTkgMi44MyAyLjgzIDAgMDAyLjgxLTIuNDN2MS4yMmEyLjg0IDIuODQgMCAwMDUuNjggMHYxLjYyYTIuODUgMi44NSAwIDAwNS42OSAwIDIuODQgMi44NCAwIDAwNS42OCAwdi0xLjYyYTIuODQgMi44NCAwIDEwNS42OCAwdi0xLjIyQTIuODQgMi44NCAwIDAwMzggNDNhMi44NyAyLjg3IDAgMDAxLS4xOGwuMjUgMS44OWEyLjg1IDIuODUgMCAwMS00LjA3LTIuMTR2MS4yMmEyLjg0IDIuODQgMCAxMS01LjY4IDB2MS42MmEyLjg0IDIuODQgMCAwMS01LjY4IDAgMi44NSAyLjg1IDAgMDEtNS42OSAwdi0xLjY3YTIuODQgMi44NCAwIDAxLTUuNjggMHYtMS4yMkEyLjgzIDIuODMgMCAwMTkuNTggNDVhMi45IDIuOSAwIDAxLTEuMjgtLjN6IiBmaWxsPSIjNzM4ZTllIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBjbGFzcz0iY2xzLTExIiBkPSJNMzcuNzggMjIuMzljLTEtMi44Ny0zLTQuNjktNC43Mi00LjUxLTIuMi4yMy0yLjc0IDMuNzYtMi4yOSA4czEuNyA3LjU2IDMuOSA3LjMzIDQtMy44OSAzLjY4LThjLS4wOCAxLjIzLS41MiAyLjI4LTEuMzkgMi4zNS0xLjEyLjEtMS40NC0xLjE5LTEuNTktMi44MnMtLjE0LTMgMS0zLjA4YTEuNTEgMS41MSAwIDAxMS40MS43M3oiLz48cGF0aCBjbGFzcz0iY2xzLTEyIiBkPSJNMzcgMjEuNzVjLS42My0xLjIxLTEuNS0xLjk1LTIuMzktMS44NS0xLjUxLjE1LTEuODcgMi41Ny0xLjU3IDUuNDdzMS4xNyA1LjE4IDIuNjcgNWMxLjExLS4xMiAxLjkzLTEuNSAyLjE2LTMuMzhhMS4xNiAxLjE2IDAgMDEtLjg5LjU3Yy0xLjEyLjEtMS40NC0xLjE5LTEuNTktMi44MnMtLjE0LTMgMS0zLjA4YTEuNjEgMS42MSAwIDAxLjYxLjA5eiIvPjxwYXRoIGNsYXNzPSJjbHMtMTEiIGQ9Ik05LjYgMjIuMzljMS0yLjg3IDMtNC42OSA0LjcyLTQuNTEgMi4yLjIzIDIuNzQgMy43NiAyLjI5IDhzLTEuNyA3LjU2LTMuOSA3LjMzLTQtMy44OS0zLjY4LThjLjA4IDEuMjMuNTEgMi4yOCAxLjM5IDIuMzUgMS4xMi4xIDEuNDQtMS4xOSAxLjU4LTIuODJzLjE1LTMtMS0zLjA4YTEuNTEgMS41MSAwIDAwLTEuNDMuNzF6Ii8+PHBhdGggY2xhc3M9ImNscy0xMiIgZD0iTTEwLjM3IDIxLjc1Yy42My0xLjIxIDEuNTEtMS45NSAyLjQtMS44NSAxLjUuMTUgMS44NyAyLjU3IDEuNTYgNS40N3MtMS4xNiA1LjE4LTIuNjcgNWMtMS4xMS0uMTItMS45My0xLjUtMi4xNi0zLjM4YTEuMTggMS4xOCAwIDAwLjkuNTdjMS4xMS4xIDEuNDQtMS4xOSAxLjU4LTIuODJzLjE0LTMtMS0zLjA4YTEuNjggMS42OCAwIDAwLS42NC4wN3oiLz48cGF0aCBkPSJNMTkgMjguNjNhNS4zNCA1LjM0IDAgMDEwLS42OWMwLTIuNDcgMS4yMS01LjI4IDQuODctNS4yOHM0Ljg3IDIuODEgNC44NyA1LjI4YTQuNCA0LjQgMCAwMS0uMTMgMWMtLjgtMS4zNS0yLjMtMi4xOC00LjgtMi4xOC0yLjM3LjAzLTMuOTEuNzItNC44MSAxLjg3eiIgZmlsbD0iI2Y0ZjhmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggY2xhc3M9ImNscy0xMSIgZD0iTTI2LjUyIDkuMTZMMjMuMzQgOWwzLjkzLTEuMTZhMS4zNSAxLjM1IDAgMDEtLjc1IDEuMzJ6TTIzIDguMTRsLTEuMzIgMWExNi43NyAxNi43NyAwIDAwMi0zLjcyQTYuNTYgNi41NiAwIDAwMjQgMi43NSAyLjM2IDIuMzYgMCAwMTI1LjIxIDVhMi40MyAyLjQzIDAgMDEtLjc1IDEuNTFBMTUgMTUgMCAwMDIzIDguMTR6Ii8+PHBhdGggZD0iTTEyOS41OCA1My43OXYtOS4zNWgxLjQ3di45M2EyLjcyIDIuNzIgMCAwMTIuMTgtMS4wOWMxLjc1IDAgMyAxLjMxIDMgMy41NHMtMS4yNCAzLjU2LTMgMy41NmEyLjY3IDIuNjcgMCAwMS0yLjE4LTEuMTF2My41MnptMy4yMS04LjIxYTIuMjIgMi4yMiAwIDAwLTEuNzQuOTF2Mi42OGEyLjI1IDIuMjUgMCAwMDEuNzQuOTEgMiAyIDAgMDAxLjkxLTIuMjYgMiAyIDAgMDAtMS45MS0yLjI0em00LjkxLTEuMTRoMS40N3YxYTIuODkgMi44OSAwIDAxMi4yLTEuMTV2MS40NmEyIDIgMCAwMC0uNDYgMCAyLjM2IDIuMzYgMCAwMC0xLjc0Ljg5djQuNjFoLTEuNDd6bTQuNDQgMy4zOGEzLjQ4IDMuNDggMCAxMTMuNDcgMy41NiAzLjM4IDMuMzggMCAwMS0zLjQ3LTMuNTZ6bTUuNDQgMGEyIDIgMCAxMC0yIDIuMjYgMiAyIDAgMDAyLTIuMjZ6bTcuNzYgMi40N2EyLjczIDIuNzMgMCAwMS0yLjE3IDEuMDljLTEuNzMgMC0zLTEuMzItMy0zLjU1czEuMjYtMy41NSAzLTMuNTVhMi43MSAyLjcxIDAgMDEyLjE3IDEuMXYtMy41MWgxLjQ4djkuMzRoLTEuNDh6bTAtMy44YTIuMjIgMi4yMiAwIDAwLTEuNzUtLjkxIDIgMiAwIDAwLTEuOSAyLjI1IDIgMiAwIDAwMS45IDIuMjUgMi4yMiAyLjIyIDAgMDAxLjc1LS45em03Ljk0IDMuODJhMy4yMyAzLjIzIDAgMDEtMi4zOSAxLjA3IDEuOTIgMS45MiAwIDAxLTIuMTctMi4xNHYtNC44aDEuNDd2NC4yNmMwIDEgLjUzIDEuMzggMS4zNiAxLjM4YTIuMjIgMi4yMiAwIDAwMS43My0uODl2LTQuNzVoMS40N3Y2Ljc3aC0xLjQ3em02LjQ2LTYuMDNhMy4wNSAzLjA1IDAgMDEyLjU5IDEuMmwtMSAuOWExLjc5IDEuNzkgMCAwMC0xLjU1LS44IDIuMjYgMi4yNiAwIDAwMCA0LjUgMS44NyAxLjg3IDAgMDAxLjU1LS44bDEgLjg5YTMgMyAwIDAxLTIuNTkgMS4yMSAzLjU1IDMuNTUgMCAwMTAtNy4xem00LjE3IDUuMzZ2LTMuOTFoLTEuMTJ2LTEuMjloMS4xMnYtMS44NWgxLjQ3djEuODVoMS4zN3YxLjI5aC0xLjM3djMuNTVjMCAuNDYuMjIuOC42NC44YTEgMSAwIDAwLjY2LS4yNGwuMzUgMS4xYTEuOTEgMS45MSAwIDAxLTEuMzkuNDQgMS41NiAxLjU2IDAgMDEtMS43My0xLjc0em0tMTExLjcxLjg0YTIuODcgMi44NyAwIDAxLTIuMTkuOSAyLjI1IDIuMjUgMCAwMS0yLjM1LTIuMjQgMi4xOCAyLjE4IDAgMDEyLjM0LTIuMiAyLjggMi44IDAgMDEyLjE5Ljg2di0xYzAtLjc5LS42NC0xLjI2LTEuNTgtMS4yNmEyLjc5IDIuNzkgMCAwMC0yIC44NWwtLjYtMWE0LjA1IDQuMDUgMCAwMTIuODUtMS4wOWMxLjQ5IDAgMi44MS42MyAyLjgxIDIuNDV2NC40OEg2Mi4yem0wLTEuODNhMiAyIDAgMDAtMS42MS0uNyAxLjIzIDEuMjMgMCAxMDAgMi40MiAyIDIgMCAwMDEuNjEtLjd6IiBmaWxsPSIjOTk5Ii8+PC9zdmc+';
282
+
283
+ $contact_url = ! wp_mail_smtp()->is_pro() ?
284
+ 'https://wordpress.org/support/plugin/wp-mail-smtp/' :
285
+ 'https://wpmailsmtp.com/contact/';
286
+ ?>
287
+ <style type="text/css">
288
+ #wp-mail-smtp-settings-area {
289
+ visibility: hidden;
290
+ animation: loadWpMailSMTPSettingsNoJSView 0s 2s forwards;
291
+ }
292
+
293
+ @keyframes loadWpMailSMTPSettingsNoJSView{
294
+ to { visibility: visible; }
295
+ }
296
+
297
+ body {
298
+ background: #F1F1F1;
299
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
300
+ margin: 0;
301
+ }
302
+
303
+ #wp-mail-smtp-settings-area .wp-mail-smtp-setup-wizard-header {
304
+ text-align: center;
305
+ border-top: 4px solid #E27730;
306
+ }
307
+
308
+ #wp-mail-smtp-settings-area .wp-mail-smtp-setup-wizard-header h1 {
309
+ margin: 0;
310
+ }
311
+
312
+ #wp-mail-smtp-settings-area .wp-mail-smtp-logo {
313
+ display: inline-block;
314
+ width: 320px;
315
+ margin-top: 10px;
316
+ padding: 0 10px;
317
+ }
318
+
319
+ #wp-mail-smtp-settings-area .wp-mail-smtp-logo img {
320
+ width: 100%;
321
+ height: 100%;
322
+ }
323
+
324
+ #wp-mail-smtp-settings-error-loading-area {
325
+ box-sizing: border-box;
326
+ max-width: 90%;
327
+ width: auto;
328
+ margin: 0 auto;
329
+ background: #fff;
330
+ border: 1px solid #DDDDDD;
331
+ border-radius: 6px;
332
+ webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
333
+ box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
334
+ padding: 20px 30px;
335
+ }
336
+
337
+ #wp-mail-smtp-settings-area .wp-mail-smtp-error-footer {
338
+ text-align: center;
339
+ margin-top: 20px;
340
+ font-size: 14px;
341
+ }
342
+
343
+ #wp-mail-smtp-settings-area .wp-mail-smtp-error-footer a {
344
+ color: #999999;
345
+ }
346
+
347
+ #wp-mail-smtp-error-js h3 {
348
+ font-size: 24px;
349
+ font-weight: 500;
350
+ line-height: 23px;
351
+ margin: 0 0 15px;
352
+ color: #444444;
353
+ }
354
+
355
+ #wp-mail-smtp-error-js p.info,
356
+ #wp-mail-smtp-error-js ul.info {
357
+ color: #777777;
358
+ font-size: 16px;
359
+ line-height: 23px;
360
+ margin: 0 0 10px;
361
+ }
362
+
363
+ #wp-mail-smtp-error-js ul.info {
364
+ margin: -10px 0 20px;
365
+ }
366
+
367
+ #wp-mail-smtp-error-js a.button {
368
+ display: inline-block;
369
+ background-color: #E27730;
370
+ color: #ffffff;
371
+ line-height: 22px;
372
+ font-size: 16px;
373
+ padding: 14px 30px;
374
+ font-weight: 500;
375
+ border-radius: 3px;
376
+ border: none;
377
+ cursor: pointer;
378
+ text-decoration: none;
379
+ margin-top: 7px;
380
+ }
381
+
382
+ #wp-mail-smtp-error-js a.button:hover {
383
+ background-color: #c45e1b;
384
+ }
385
+
386
+ #wp-mail-smtp-error-js .medium-bold {
387
+ font-weight: 500;
388
+ }
389
+
390
+ #wp-mail-smtp-nojs-error-message > div {
391
+ border: 1px solid #DDDDDD;
392
+ border-left: 4px solid #DC3232;
393
+ color: #777777;
394
+ font-size: 14px;
395
+ padding: 18px 18px 18px 21px;
396
+ font-weight: 300;
397
+ text-align: left;
398
+ }
399
+
400
+ @media (min-width: 782px) {
401
+ #wp-mail-smtp-settings-area .wp-mail-smtp-logo {
402
+ margin-top: 50px;
403
+ padding: 0;
404
+ }
405
+
406
+ #wp-mail-smtp-settings-error-loading-area {
407
+ width: 650px;
408
+ margin-top: 40px;
409
+ padding: 52px 67px 49px;
410
+ }
411
+
412
+ #wp-mail-smtp-settings-area .wp-mail-smtp-error-footer {
413
+ margin-top: 50px;
414
+ }
415
+
416
+ #wp-mail-smtp-error-js p.info {
417
+ margin: 0 0 20px;
418
+ }
419
+ }
420
+ </style>
421
+ <!--[if IE]>
422
+ <style>
423
+ #wp-mail-smtp-settings-area{
424
+ visibility: visible !important;
425
+ }
426
+ </style>
427
+ <![endif]-->
428
+ <div id="<?php echo esc_attr( $id ); ?>">
429
+ <div id="wp-mail-smtp-settings-area" class="wp-mail-smtp-settings-area wpms-container">
430
+ <header class="wp-mail-smtp-setup-wizard-header">
431
+ <h1 class="wp-mail-smtp-setup-wizard-logo">
432
+ <div class="wp-mail-smtp-logo">
433
+ <img src="<?php echo esc_attr( $inline_logo_image ); ?>" alt="<?php esc_attr_e( 'WP Mail SMTP logo', 'wp-mail-smtp' ); ?>" class="wp-mail-smtp-logo-img">
434
+ </div>
435
+ </h1>
436
+ </header>
437
+ <div id="wp-mail-smtp-settings-error-loading-area-container">
438
+ <div id="wp-mail-smtp-settings-error-loading-area">
439
+ <div>
440
+ <div id="wp-mail-smtp-error-js">
441
+ <h3><?php esc_html_e( 'Whoops, something\'s not working.', 'wp-mail-smtp' ); ?></h3>
442
+ <p class="info"><?php esc_html_e( 'It looks like something is preventing JavaScript from loading on your website. WP Mail SMTP requires JavaScript in order to give you the best possible experience.', 'wp-mail-smtp' ); ?></p>
443
+ <p class="info">
444
+ <?php esc_html_e( 'In order to fix this issue, please check each of the items below:', 'wp-mail-smtp' ); ?>
445
+ </p>
446
+ <ul class="info">
447
+ <li><?php esc_html_e( 'If you are using an ad blocker, please disable it or whitelist the current page.', 'wp-mail-smtp' ); ?></li>
448
+ <li><?php esc_html_e( 'If you aren\'t already using Chrome, Firefox, Safari, or Edge, then please try switching to one of these popular browsers.', 'wp-mail-smtp' ); ?></li>
449
+ <li><?php esc_html_e( 'Confirm that your browser is updated to the latest version.', 'wp-mail-smtp' ); ?></li>
450
+ </ul>
451
+ <p class="info">
452
+ <?php esc_html_e( 'If you\'ve checked each of these details and are still running into issues, then please get in touch with our support team. We’d be happy to help!', 'wp-mail-smtp' ); ?>
453
+ </p>
454
+ <div style="display: none;" id="wp-mail-smtp-nojs-error-message">
455
+ <div>
456
+ <strong style="font-weight: 500;" id="wp-mail-smtp-alert-message"></strong>
457
+ </div>
458
+ <p style="font-size: 14px;color: #777777;padding-bottom: 15px;"><?php esc_html_e( 'Copy the error message above and paste it in a message to the WP Mail SMTP support team.', 'wp-mail-smtp' ); ?></p>
459
+ </div>
460
+ <a href="<?php echo esc_url( $contact_url ); ?>" target="_blank" class="button" rel="noopener noreferrer">
461
+ <?php esc_html_e( 'Contact Us', 'wp-mail-smtp' ); ?>
462
+ </a>
463
+ </div>
464
+ </div>
465
+ </div>
466
+ <div class="wp-mail-smtp-error-footer">
467
+ <?php echo wp_kses_post( $footer ); ?>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </div>
472
+ <?php
473
+ }
474
+
475
+ /**
476
+ * Attempt to catch the js error preventing the Vue app from loading and displaying that message for better support.
477
+ *
478
+ * @since 2.6.0
479
+ */
480
+ private function settings_inline_js() {
481
+ ?>
482
+ <script type="text/javascript">
483
+ window.onerror = function myErrorHandler( errorMsg, url, lineNumber ) {
484
+ /* Don't try to put error in container that no longer exists post-vue loading */
485
+ var message_container = document.getElementById( 'wp-mail-smtp-nojs-error-message' );
486
+ if ( ! message_container ) {
487
+ return false;
488
+ }
489
+ var message = document.getElementById( 'wp-mail-smtp-alert-message' );
490
+ message.innerHTML = errorMsg;
491
+ message_container.style.display = 'block';
492
+ return false;
493
+ }
494
+ </script>
495
+ <?php
496
+ }
497
+
498
+ /**
499
+ * Ajax handler for retrieving the plugin settings.
500
+ *
501
+ * @since 2.6.0
502
+ */
503
+ public function get_settings() {
504
+
505
+ check_ajax_referer( 'wpms-admin-nonce', 'nonce' );
506
+
507
+ if ( ! current_user_can( 'manage_options' ) ) {
508
+ wp_send_json_error( esc_html__( 'You don\'t have permission to change options for this WP site!', 'wp-mail-smtp' ) );
509
+ }
510
+
511
+ $options = new Options();
512
+
513
+ wp_send_json_success( $options->get_all() );
514
+ }
515
+
516
+ /**
517
+ * Ajax handler for updating the settings.
518
+ *
519
+ * @since 2.6.0
520
+ */
521
+ public function update_settings() {
522
+
523
+ check_ajax_referer( 'wpms-admin-nonce', 'nonce' );
524
+
525
+ if ( ! current_user_can( 'manage_options' ) ) {
526
+ wp_send_json_error();
527
+ }
528
+
529
+ $options = new Options();
530
+ $overwrite = ! empty( $_POST['overwrite'] );
531
+ $value = isset( $_POST['value'] ) ? wp_slash( json_decode( wp_unslash( $_POST['value'] ), true ) ) : []; // phpcs:ignore
532
+
533
+ $options->set( $value, false, $overwrite );
534
+
535
+ wp_send_json_success();
536
+ }
537
+
538
+ /**
539
+ * Ajax handler for importing settings from other SMTP plugins.
540
+ *
541
+ * @since 2.6.0
542
+ */
543
+ public function import_settings() {
544
+
545
+ check_ajax_referer( 'wpms-admin-nonce', 'nonce' );
546
+
547
+ if ( ! current_user_can( 'manage_options' ) ) {
548
+ wp_send_json_error( esc_html__( 'You don\'t have permission to change options for this WP site!', 'wp-mail-smtp' ) );
549
+ }
550
+
551
+ $other_plugin = ! empty( $_POST['value'] ) ? sanitize_text_field( wp_unslash( $_POST['value'] ) ) : '';
552
+
553
+ if ( empty( $other_plugin ) ) {
554
+ wp_send_json_error();
555
+ }
556
+
557
+ $other_plugin_settings = ( new PluginImportDataRetriever( $other_plugin ) )->get();
558
+
559
+ if ( empty( $other_plugin_settings ) ) {
560
+ wp_send_json_error();
561
+ }
562
+
563
+ $options = new Options();
564
+
565
+ $options->set( $other_plugin_settings, false, false );
566
+
567
+ wp_send_json_success();
568
+ }
569
+
570
+ /**
571
+ * Detect if any other SMTP plugin options are defined.
572
+ * Other SMTP plugins:
573
+ * - Easy WP SMTP
574
+ * - Post SMTP Mailer
575
+ * - SMTP Mailer
576
+ * - WP SMTP
577
+ *
578
+ * @since 2.6.0
579
+ *
580
+ * @return array
581
+ */
582
+ private function detect_other_smtp_plugins() {
583
+
584
+ $data = [];
585
+
586
+ $plugins = [
587
+ 'easy-smtp' => 'swpsmtp_options',
588
+ 'post-smtp-mailer' => 'postman_options',
589
+