Metform Elementor Contact Form Builder – Flexible and Design-Friendly Contact Form builder plugin for WordPress - Version 3.0.0

Version Description

Metform 1.3.0-beta1 is a major update. We have reconstructed the widgets with react and huge optimization for future proof. If you faced any issue please contact our support team from here https://wpmet.com/support-ticket

Download this release

Release Info

Developer ataurr
Plugin Icon 128x128 Metform Elementor Contact Form Builder – Flexible and Design-Friendly Contact Form builder plugin for WordPress
Version 3.0.0
Comparing to
See all releases

Code changes from version 2.2.1 to 3.0.0

Files changed (39) hide show
  1. controls/admin-add-new-form.php +29 -0
  2. controls/assets/css/form-picker-inspactor.css +1 -1
  3. controls/assets/js/form-picker-editor.js +1 -1
  4. controls/base.php +4 -0
  5. controls/form-picker-modal.php +38 -36
  6. core/admin/views/settings.php +0 -2
  7. core/entries/action.php +19 -3
  8. core/entries/form-data.php +20 -1
  9. core/entries/meta-data.php +17 -1
  10. core/forms/api.php +44 -3
  11. core/forms/base.php +3 -0
  12. core/forms/builder.php +7 -0
  13. core/forms/cpt.php +6 -0
  14. core/forms/views/modal-add-new-form.php +70 -0
  15. core/forms/views/modal-editor.php +12 -3
  16. core/forms/views/modal-form-template-item.php +32 -0
  17. core/integrations/crm/hubspot/loader.php +1 -1
  18. core/integrations/onboard/assets/css/admin-style.css +1 -1
  19. core/integrations/onboard/assets/images/products/elementskit-logo.svg +53 -60
  20. core/integrations/onboard/assets/images/products/featured.svg +51 -0
  21. core/integrations/onboard/assets/images/products/fundraising-logo.png +0 -0
  22. core/integrations/onboard/assets/images/products/getgenie-logo.svg +165 -0
  23. core/integrations/onboard/assets/images/products/metform-logo.png +0 -0
  24. core/integrations/onboard/assets/images/products/metform-logo.svg +35 -0
  25. core/integrations/onboard/assets/images/products/shopengine-logo.png +0 -0
  26. core/integrations/onboard/assets/images/products/shopengine-logo.svg +61 -0
  27. core/integrations/onboard/assets/images/products/ultimate-review-logo.png +0 -0
  28. core/integrations/onboard/assets/images/products/ultimate-review-logo.svg +37 -0
  29. core/integrations/onboard/assets/images/products/wp-fundraising-logo.svg +44 -0
  30. core/integrations/onboard/assets/images/products/wp-social-logo.png +0 -0
  31. core/integrations/onboard/assets/images/products/wp-social-logo.svg +31 -0
  32. core/integrations/onboard/views/onboard-steps/step-03.php +14 -13
  33. languages/metform.pot +743 -512
  34. metform.php +3 -2
  35. plugin.php +61 -5
  36. public/assets/css/admin-style.css +1 -1
  37. public/assets/css/style.css +1 -1
  38. public/assets/js/admin-script.js +1 -1
  39. public/assets/js/app.js +2 -3
controls/admin-add-new-form.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace MetForm\Controls;
3
+
4
+ defined( 'ABSPATH' ) || exit;
5
+
6
+ class Admin_Add_New_Form {
7
+
8
+ public function init(){
9
+ add_action( 'admin_footer', [$this, 'output_form_editor_contents'] );
10
+ }
11
+
12
+ public function output_form_editor_contents(){
13
+ $screen = get_current_screen();
14
+
15
+ if($screen->id == 'edit-metform-form' || $screen->id == 'metform_page_mt-form-settings'){
16
+ // Include new modal for add new form
17
+ ?>
18
+ <div class="formpicker_iframe_modal">
19
+ <?php include 'form-editor-modal.php'; ?>
20
+ </div>
21
+ <?php
22
+ }
23
+ ?>
24
+
25
+
26
+
27
+ <?php }
28
+
29
+ }
controls/assets/css/form-picker-inspactor.css CHANGED
@@ -1 +1 @@
1
- .formpicker_warper_editable{position:relative}.formpicker_warper_editable:hover{outline:1px solid #71d7f7}.formpicker_warper_editable:hover .formpicker_warper_edit{display:block}.formpicker_iframe_mini_modal,.formpicker_iframe_modal{display:block}.formpicker_iframe_modal .dialog-message{position:relative}.formpicker_iframe_modal iframe{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%}.formpicker_iframe_modal .dialog-widget-content{position:static!important;margin-top:10px}.formpicker_warper_edit{display:none;position:absolute;top:0;right:0;color:#fff;background:#71d7f7;line-height:1;padding:7px 8px;font-size:11px;border-bottom-left-radius:3px;cursor:pointer}.metform-dynamic-content-modal .dialog-widget-content{max-width:90%!important;margin-top:20px!important;margin-bottom:20px!important}.metform-dynamic-content-modal .elementor-templates-modal__header{background-color:#f1f3f5}.elementor-device-desktop #elementor-preview-responsive-wrapper{min-width:auto!important}.metform-dynamic-content-modal .dialog-message{overflow:unset!important}.formpicker_iframe_mini_modal{position:fixed;top:50%;left:50%;z-index:9999;background:#fff;border:1px solid}#metform-open-content-editor{background-color:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;left:0;top:0;z-index:2;overflow-y:auto}.metform-open-content-inner{position:relative;top:50px;left:50%;transform:translateX(-50%);z-index:999;width:622px;background-color:#fff;box-shadow:-15px 20px 50px rgba(0,0,0,.16);padding:50px 0 80px;border-radius:5px;text-align:center}.rtl .metform-open-content-inner{direction:ltr;left:auto;right:50%;transform:translateX(50%)}#metform-open-content-editor .metform-close-editor-modals{color:#ff433c;border:2px solid #ff433c;width:30px;height:30px;line-height:27px;text-align:center;border-radius:100px;font-size:17px;position:absolute;top:-10px;right:-10px;background-color:#fff;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2)}.rtl #metform-open-content-editor .metform-close-editor-modals{left:-10px;right:auto}.metform-editor-input{height:56px;width:100%;display:block;box-sizing:border-box;background-color:#fff;box-shadow:0 15px 25px rgba(0,0,0,.07);border-radius:10px;border:none;padding:0 25px;color:#101010;font-size:14px;line-height:42px;border:1px solid #ccc}.metform-open-content-editor-button{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);background-color:#4285f4;border:none;font-size:16px;line-height:42px;color:#fff;border-radius:5px;padding:5px 30px 3px;min-width:170px;box-sizing:border-box;margin-top:30px;cursor:pointer}.metform-open-content-editor-button>span{margin-right:12px}.metform-editor-tab-content-item{display:none}.metform-editor-tab-content-item .metform-error{color:red;font-style:italic;margin-top:10px}.metform-editor-tab-content-item.active{display:block}.metform-content{overflow:scroll;max-height:70vh;padding:0 50px 30px;border-bottom:1px solid #f2f2f2}.metform-content::-webkit-scrollbar{display:none}.metform-content-editor-tab{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.metform-content-editor-tab-item{padding:0 15px}#metform-open-content-editor .metform-content-editor-radio{-webkit-appearance:none;appearance:none;outline:0;width:20px;height:20px;border:2px solid #747474;border-radius:100px;position:relative;margin:0;margin-right:8px;cursor:pointer}#metform-open-content-editor .metform-content-editor-radio:checked{border-color:#4285f4}#metform-open-content-editor .metform-content-editor-radio:checked:before{content:'';background-color:#4285f4;width:10px;height:10px;display:inline-block;position:absolute;left:50%;border-radius:100px;top:50%;transform:translate(-50%,-50%)}.metform-content-editor-tab-item label{display:flex;text-align:left;cursor:pointer}.metform-content-editor-radio-data p{color:#101010;font-size:16px;line-height:20px;margin:0}.metform-content-editor-radio-data span{color:#999;font-size:12px;line-height:25px;margin:0}.metform-template-input-con{margin-bottom:20px}.metform-templates-list{display:flex;flex-wrap:wrap}.metform-templates-list li{margin:5px;flex:0 0 31.4%;box-sizing:border-box}.metform-templates-list li input{display:none;cursor:pointer}.metform-template-radio-data{min-height:101px;border:1px solid #ccc;display:flex;justify-content:center;align-items:center;box-shadow:0 15px 25px rgba(0,0,0,.07);cursor:pointer;height:100%;position:relative;flex-direction:column}.metform-templates-list li input:checked+.metform-template-radio-data{border:1px solid #4285f4}.metform-template-radio-data--pro_tag{background:linear-gradient(45deg,#ff6b11 0,#ff324d 100%);color:#fff;padding:3px 5px;display:inline-block;position:absolute;right:2px;top:2px;text-transform:uppercase;font-size:10px;border-radius:3px;text-align:center}.metform-template-radio-data--demo_link{position:absolute;left:0;top:0;background-color:#4285f4;color:#fff;font-size:12px;border-bottom-right-radius:5px;padding:5px 8px;opacity:0;visibility:hidden;transition:all .4s}.metform-template-radio-data--demo_link:hover{color:#fff}.metform-template-radio-data:hover .metform-template-radio-data--demo_link{opacity:1;visibility:visible}.metform-template-item--go_pro .metform-template-radio-data{cursor:default}.metform-template-footer-content{align-self:normal;padding:10px;min-height:50px;border-top:1px solid rgba(204,204,204,.5);justify-self:auto;display:flex;align-items:center}.metform-template-footer-links a{color:#4285f4;font-size:13px;line-height:15px}.metform-template-footer-links--icon{margin-right:5px}.metform-template-footer-title{position:static;opacity:1;visibility:visible;transition:opacity 1s}.metform-template-footer-title h2{font-size:13px;text-align:left;font-weight:500;color:#6d7882}.metform-template-footer-links{display:flex;width:100%;justify-content:space-between;opacity:0;visibility:hidden;position:absolute;transition:opacity .4s}.metform-template-radio-data:hover .metform-template-footer-links{opacity:1;visibility:visible;position:static}.metform-template-radio-data:hover .metform-template-footer-title{opacity:0;visibility:hidden;position:absolute}.metform-templates-list img{max-width:100%;padding:5px;max-height:180px}.metform-form-edit-btn{position:absolute;left:135px;top:0;color:#4285f4;font-size:15px;text-transform:uppercase;padding:18px 0}.metform-form-update-close-btn{position:absolute;right:10px;top:7px;font-size:14px;text-transform:uppercase;background-color:#39b54a;color:#fff;padding:10px 25px;border-radius:100px;z-index:1;cursor:pointer;line-height:15px;padding-top:10px;transition:all .4s}.metform-form-update-close-btn:hover{background-color:#2d963c;color:#fff}.metform-form-edit-btn:hover{color:#4285f4}.rtl .metform-form-edit-btn{left:60px;right:auto}.metform-form-edit-btn i{margin-right:5px;font-size:18px;margin-top:-4px}.rtl .metform-form-edit-btn>i{margin-left:5px;margin-right:0}.metform-open-content-editor-templates{-webkit-appearance:none;-moz-appearance:none;background:0 0;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:98%;background-position-y:50%}#metform-open-content-editor .metform-picker-close{display:none;position:static;border:none;background-color:transparent;box-shadow:none;margin-left:10px}.mf-edit-form{display:block;background-color:#39b54a;border:none;color:#fff;margin-top:15px;padding:12px 20px;font-weight:700;cursor:pointer;font-size:14px;border-radius:3px;transition:all .4s}.mf-edit-form:hover{background-color:#da3419}@media (prefers-color-scheme:dark){.metform-dynamic-content-modal .elementor-templates-modal__header.metform-formpicker-header{background-color:#34383c}.metform-form-elementor-templates-modal__header__logo span{color:#fff!important}.metform-form-elementor-templates-modal__header__logo span i{width:27px;height:27px;text-align:center;line-height:28px;border-radius:50%;color:#fff;background:#ff433c;font-size:10px}}
1
+ .formpicker_warper_editable{position:relative}.formpicker_warper_editable:hover{outline:1px solid #71d7f7}.formpicker_warper_editable:hover .formpicker_warper_edit{display:block}.formpicker_iframe_mini_modal,.formpicker_iframe_modal{display:block}.formpicker_iframe_modal .dialog-message{position:relative}.formpicker_iframe_modal iframe{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%}.formpicker_iframe_modal .dialog-widget-content{position:static!important;margin-top:10px}.formpicker_warper_edit{display:none;position:absolute;top:0;right:0;color:#fff;background:#71d7f7;line-height:1;padding:7px 8px;font-size:11px;border-bottom-left-radius:3px;cursor:pointer}.metform-dynamic-content-modal .dialog-widget-content{max-width:90%!important;margin-top:20px!important;margin-bottom:20px!important}.metform-dynamic-content-modal .elementor-templates-modal__header{background-color:#f1f3f5}.elementor-device-desktop #elementor-preview-responsive-wrapper{min-width:auto!important}.metform-dynamic-content-modal .dialog-message{overflow:unset!important}.formpicker_iframe_mini_modal{position:fixed;top:50%;left:50%;z-index:9999;background:#fff;border:1px solid}#metform-open-content-editor{background-color:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;left:0;top:0;z-index:2;overflow-y:auto}.metform-open-content-inner{position:relative;top:50px;left:50%;transform:translateX(-50%);z-index:999;width:622px;background-color:#fff;box-shadow:-15px 20px 50px rgba(0,0,0,.16);padding:50px 0 80px;border-radius:5px;text-align:center}.rtl .metform-open-content-inner{direction:ltr;left:auto;right:50%;transform:translateX(50%)}#metform-open-content-editor .metform-close-editor-modals{color:#ff433c;border:2px solid #ff433c;width:30px;height:30px;line-height:27px;text-align:center;border-radius:100px;font-size:17px;position:absolute;top:-10px;right:-10px;background-color:#fff;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2)}.rtl #metform-open-content-editor .metform-close-editor-modals{left:-10px;right:auto}.metform-editor-input{height:56px;width:100%;display:block;box-sizing:border-box;background-color:#fff;box-shadow:0 15px 25px rgba(0,0,0,.07);border-radius:10px;border:none;padding:0 25px;color:#101010;font-size:14px;line-height:42px;border:1px solid #ccc}.metform-open-content-editor-button{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);background-color:#4285f4;border:none;font-size:16px;line-height:42px;color:#fff;border-radius:5px;padding:5px 30px 3px;min-width:170px;box-sizing:border-box;margin-top:30px;cursor:pointer}.position-left{left:30%}.metform-open-content-close-button{position:fixed;bottom:15px;left:70%;transform:translateX(-50%);background-color:#4285f4;border:none;font-size:16px;line-height:42px;color:#fff;border-radius:5px;padding:5px 30px 3px;min-width:170px;box-sizing:border-box;cursor:pointer}.metform-open-content-editor-button>span{margin-right:12px}.metform-editor-tab-content-item{display:none}.metform-editor-tab-content-item .metform-error{color:red;font-style:italic;margin-top:10px}.metform-editor-tab-content-item.active{display:block}.metform-content{overflow:scroll;max-height:70vh;padding:0 50px 30px;border-bottom:1px solid #f2f2f2}.metform-content::-webkit-scrollbar{display:none}.metform-content-editor-tab{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.metform-content-editor-tab-item{padding:0 15px}#metform-open-content-editor .metform-content-editor-radio{-webkit-appearance:none;appearance:none;outline:0;width:20px;height:20px;border:2px solid #747474;border-radius:100px;position:relative;margin:0;margin-right:8px;cursor:pointer}#metform-open-content-editor .metform-content-editor-radio:checked{border-color:#4285f4}#metform-open-content-editor .metform-content-editor-radio:checked:before{content:'';background-color:#4285f4;width:10px;height:10px;display:inline-block;position:absolute;left:50%;border-radius:100px;top:50%;transform:translate(-50%,-50%)}.metform-content-editor-tab-item label{display:flex;text-align:left;cursor:pointer}.metform-content-editor-radio-data p{color:#101010;font-size:16px;line-height:20px;margin:0}.metform-content-editor-radio-data span{color:#999;font-size:12px;line-height:25px;margin:0}.metform-template-input-con{margin-bottom:20px}.metform-templates-list{display:flex;flex-wrap:wrap}.metform-templates-list li{margin:5px;flex:0 0 31.4%;box-sizing:border-box}.metform-templates-list li input{display:none;cursor:pointer}.metform-template-radio-data{min-height:101px;border:1px solid #ccc;display:flex;justify-content:center;align-items:center;box-shadow:0 15px 25px rgba(0,0,0,.07);cursor:pointer;height:100%;position:relative;flex-direction:column}.metform-templates-list li input:checked+.metform-template-radio-data{border:1px solid #4285f4}.metform-template-radio-data--pro_tag{background:linear-gradient(45deg,#ff6b11 0,#ff324d 100%);color:#fff;padding:3px 5px;display:inline-block;position:absolute;right:2px;top:2px;text-transform:uppercase;font-size:10px;border-radius:3px;text-align:center}.metform-template-radio-data--demo_link{position:absolute;left:0;top:0;background-color:#4285f4;color:#fff;font-size:12px;border-bottom-right-radius:5px;padding:5px 8px;opacity:0;visibility:hidden;transition:all .4s}.metform-template-radio-data--demo_link:hover{color:#fff}.metform-template-radio-data:hover .metform-template-radio-data--demo_link{opacity:1;visibility:visible}.metform-template-item--go_pro .metform-template-radio-data{cursor:default}.metform-template-footer-content{align-self:normal;padding:10px;min-height:50px;border-top:1px solid rgba(204,204,204,.5);justify-self:auto;display:flex;align-items:center}.metform-template-footer-links a{color:#4285f4;font-size:13px;line-height:15px}.metform-template-footer-links--icon{margin-right:5px}.metform-template-footer-title{position:static;opacity:1;visibility:visible;transition:opacity 1s}.metform-template-footer-title h2{font-size:13px;text-align:left;font-weight:500;color:#6d7882}.metform-template-footer-links{display:flex;width:100%;justify-content:space-between;opacity:0;visibility:hidden;position:absolute;transition:opacity .4s}.metform-template-radio-data:hover .metform-template-footer-links{opacity:1;visibility:visible;position:static}.metform-template-radio-data:hover .metform-template-footer-title{opacity:0;visibility:hidden;position:absolute}.metform-templates-list img{max-width:100%;padding:5px;max-height:180px}.metform-form-edit-btn{position:absolute;left:135px;top:0;color:#4285f4;font-size:15px;text-transform:uppercase;padding:18px 0}.metform-form-update-close-btn{position:absolute;right:10px;top:7px;font-size:14px;text-transform:uppercase;background-color:#39b54a;color:#fff;padding:10px 25px;border-radius:100px;z-index:1;cursor:pointer;line-height:15px;padding-top:10px;transition:all .4s}.metform-form-update-close-btn:hover{background-color:#2d963c;color:#fff}.metform-form-edit-btn:hover{color:#4285f4}.rtl .metform-form-edit-btn{left:60px;right:auto}.metform-form-edit-btn i{margin-right:5px;font-size:18px;margin-top:-4px}.rtl .metform-form-edit-btn>i{margin-left:5px;margin-right:0}.metform-open-content-editor-templates{-webkit-appearance:none;-moz-appearance:none;background:0 0;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:98%;background-position-y:50%}#metform-open-content-editor .metform-picker-close{display:none;position:static;border:none;background-color:transparent;box-shadow:none;color:#fff}.mf-edit-form{display:block;background-color:#39b54a;border:none;color:#fff;margin-top:15px;padding:12px 20px;font-weight:700;cursor:pointer;font-size:14px;border-radius:3px;transition:all .4s}.mf-edit-form:hover{background-color:#da3419}@media (prefers-color-scheme:dark){.metform-dynamic-content-modal .elementor-templates-modal__header.metform-formpicker-header{background-color:#34383c}.metform-form-elementor-templates-modal__header__logo span{color:#fff!important}.metform-form-elementor-templates-modal__header__logo span i{width:27px;height:27px;text-align:center;line-height:28px;border-radius:50%;color:#fff;background:#ff433c;font-size:10px}}
controls/assets/js/form-picker-editor.js CHANGED
@@ -1 +1 @@
1
- !function(e,t,o){"use strict";var r;if("undefined"==typeof window.parent)return;let n=window.parent;r={init:function(){(t=t||window.elementorFrontend).hooks.addAction("frontend/element_ready/metform.default",(function(o){var r,i,m,d;function a(e){e.jQuery("body").attr("data-metform-template-load","true"),e.jQuery(".metform-dynamic-content-modal").hide(),e.jQuery("#metform-open-content-editor").hide()}t.isEditMode()&&((r=o.find(".formpicker_warper_edit")).off("click.metform").on("click.metform",(function(){var t=n.jQuery("#metform-open-content-editor"),o=r.attr("data-metform-formpicker-key"),i=e(this).attr("data-nonce");t.find(".metform-error").remove(),t.find(".metform-content-editor-radio").on("click",(function(o){var r=e(this).closest("li").data("target");t.find("#"+r).fadeIn().siblings().hide()})),e.ajax({url:e(this).attr("resturl")+(o||0),type:"get",headers:{"X-WP-Nonce":i},dataType:"html",success:function(e){if(e)t.find(".metform-content-editor-radio").first().trigger("click"),t.find(".metform-open-content-editor-templates").html(e);else{t.find(".metform-content-editor-radio").last().trigger("click");let e=t.find(".metform-open-content-editor-templates").parent();0===e.find(".metform-error").length&&e.append("<p class='metform-error'>No forms were created yet!</p>")}}}),t.show()})),n.jQuery("#metform-open-content-editor").off("click.metform").on("click.metform",".metform-open-content-editor-button",(function(){var t,o=n.jQuery(".metform-dynamic-content-modal"),r=o.find("#formpicker-control-iframe"),i=o.find(".dialog-lightbox-loading"),m=o.find(".dialog-type-lightbox"),d=e(this).parents(".metform-open-content-inner"),a=d.find(".metform-open-content-editor-templates").val(),f=d.find(".metform-content-editor-radio:checked").val(),c=d.find(".metform-template-radio:checked").val(),l=d.find(".metform-template-input-con input").val(),s=n.jQuery("#metform-form-modalinput-settings").data("nonce");"saved"===f?n.jQuery("body").attr("data-metform-template-key",a):e.ajax({url:e(this).attr("resturl")+"builder_form_id/"+c+"?title="+l,type:"GET",headers:{"X-WP-Nonce":s},success:function(e){n.jQuery("body").attr("data-metform-template-key",e),d.find(".metform-template-input-con input").val(""),d.find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked"),a=e},async:!1}),t=e(this).attr("resturl")+"builder/"+a,n.jQuery("body").attr("data-metform-template-load","false"),m.show(),o.show(),i.show(),r.contents().find("#elementor-loading").show(),r.css("z-index","-1"),r.attr("src",t),r.on("load",(function(){i.hide(),r.show(),r.contents().find("#elementor-loading").hide(),r.css("z-index","1")}))})),n.jQuery("#elementor-editor-wrapper").on("click","#metform-inspactor-edit-button",(function(){})),"undefined"!=typeof n.jQuery&&n.jQuery(".metform-close-editor-modals").off("click.metform").on("click.metform",(function(){if(e(this).hasClass("metform-editor-close")){var t=n.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),o=t[0].contentWindow||t[0].contentDocument;o.jQuery("#elementor-panel-saver-button-publish").hasClass("elementor-disabled")?a(n):confirm("Leaving? Changes you made may not be saved.")?(o.jQuery(o).off("beforeunload"),a(n)):o.jQuery(o).off("beforeunload")}else e(this).hasClass("metform-picker-close")?(a(n),i=n.jQuery("#metform-open-content-editor"),m=i.find(".metform-content-editor-radio:checked").val(),d=i.find(".metform-open-content-editor-templates").val(),"saved"===m&&n.jQuery("body").attr("data-metform-template-key",d),a(n)):a(n);n.jQuery("#metform-open-content-editor").find(".metform-picker-close").hide(),n.jQuery("#metform-open-content-editor").find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked")})),n.jQuery("#metform-open-content-editor").find(".metform-open-content-editor-templates").on("change",(function(){n.jQuery("#metform-open-content-editor").find(".metform-picker-close").fadeIn()})),n.jQuery(".metform-form-update-close-btn").off("click.metform").on("click.metform",(function(){var e,t=n.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),o=t[0].contentWindow||t[0].contentDocument;o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")?n.jQuery(".metform-close-editor-modals").trigger("click.metform"):(o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").trigger("click"),e=setInterval((function(){o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")&&(n.jQuery(".metform-close-editor-modals").trigger("click.metform"),clearInterval(e))}),100))})))}))}},e(window).on("elementor/frontend/init",r.init)}(jQuery,window.elementorFrontend);
1
+ !function(e,t,o){"use strict";var n;if("undefined"==typeof window.parent)return;let r=window.parent;n={init:function(){(t=t||window.elementorFrontend).hooks.addAction("frontend/element_ready/metform.default",(function(o){var n,i,m,d;function f(e){e.jQuery("body").attr("data-metform-template-load","true"),e.jQuery(".metform-dynamic-content-modal").hide(),e.jQuery("#metform-open-content-editor").hide()}t.isEditMode()&&((n=o.find(".formpicker_warper_edit")).off("click.metform").on("click.metform",(function(){var t=r.jQuery("#metform-open-content-editor"),o=n.attr("data-metform-formpicker-key"),i=e(this).attr("data-nonce");t.find(".metform-error").remove(),t.find(".metform-content-editor-radio").on("click",(function(o){var n=e(this).closest("li").data("target");t.find("#"+n).fadeIn().siblings().hide(),r.jQuery("#metform-open-content-editor").find(".metform-picker-close").hide(),r.jQuery("#metform-open-content-editor").find(".metform-open-content-editor-button").removeClass("position-left")})),e.ajax({url:e(this).attr("resturl")+(o||0),type:"get",headers:{"X-WP-Nonce":i},dataType:"html",success:function(e){if(e)t.find(".metform-content-editor-radio").first().trigger("click"),t.find(".metform-open-content-editor-templates").html(e);else{t.find(".metform-content-editor-radio").last().trigger("click");let e=t.find(".metform-open-content-editor-templates").parent();0===e.find(".metform-error").length&&e.append("<p class='metform-error'>No forms were created yet!</p>")}}}),t.show()})),r.jQuery("#metform-open-content-editor").off("click.metform").on("click.metform",".metform-open-content-editor-button",(function(){var t,o=r.jQuery(".metform-dynamic-content-modal"),n=o.find("#formpicker-control-iframe"),i=o.find(".dialog-lightbox-loading"),m=o.find(".dialog-type-lightbox"),d=e(this).parents(".metform-open-content-inner"),f=d.find(".metform-open-content-editor-templates").val(),a=d.find(".metform-content-editor-radio:checked").val(),c=d.find(".metform-template-radio:checked").val(),l=d.find(".metform-template-input-con input").val(),s=r.jQuery("#metform-form-modalinput-settings").data("nonce"),u=d.find("#metform-add-new-form-model__form-type option:selected").val();"saved"===a?r.jQuery("body").attr("data-metform-template-key",f):e.ajax({url:e(this).attr("resturl")+"builder_form_id/"+c+"?title="+l+"&form_type="+u,type:"GET",headers:{"X-WP-Nonce":s},success:function(e){r.jQuery("body").attr("data-metform-template-key",e),d.find(".metform-template-input-con input").val(""),d.find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked"),f=e},async:!1}),t=e(this).attr("resturl")+"builder/"+f,r.jQuery("body").attr("data-metform-template-load","false"),m.show(),o.show(),i.show(),n.contents().find("#elementor-loading").show(),n.css("z-index","-1"),n.attr("src",t),n.on("load",(function(){i.hide(),n.show(),n.contents().find("#elementor-loading").hide(),n.css("z-index","1")}))})),r.jQuery("#elementor-editor-wrapper").on("click","#metform-inspactor-edit-button",(function(){})),"undefined"!=typeof r.jQuery&&r.jQuery(".metform-close-editor-modals").off("click.metform").on("click.metform",(function(){if(e(this).hasClass("metform-editor-close")){var t=r.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),o=t[0].contentWindow||t[0].contentDocument;o.jQuery("#elementor-panel-saver-button-publish").hasClass("elementor-disabled")?f(r):confirm("Leaving? Changes you made may not be saved.")?(o.jQuery(o).off("beforeunload"),f(r)):o.jQuery(o).off("beforeunload")}else e(this).hasClass("metform-picker-close")?(f(r),i=r.jQuery("#metform-open-content-editor"),m=i.find(".metform-content-editor-radio:checked").val(),d=i.find(".metform-open-content-editor-templates").val(),"saved"===m&&r.jQuery("body").attr("data-metform-template-key",d),f(r)):f(r);r.jQuery("#metform-open-content-editor").find(".metform-picker-close").hide(),r.jQuery("#metform-open-content-editor").find(".metform-open-content-editor-button").removeClass("position-left"),r.jQuery("#metform-open-content-editor").find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked")})),r.jQuery("#metform-open-content-editor").find(".metform-open-content-editor-templates").on("change",(function(){r.jQuery("#metform-open-content-editor").find(".metform-picker-close").fadeIn(),r.jQuery("#metform-open-content-editor").find(".metform-open-content-editor-button").addClass("position-left")})),r.jQuery(".metform-form-update-close-btn").off("click.metform").on("click.metform",(function(){var e,t=r.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),o=t[0].contentWindow||t[0].contentDocument;o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")?r.jQuery(".metform-close-editor-modals").trigger("click.metform"):(o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").trigger("click"),e=setInterval((function(){o.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")&&(r.jQuery(".metform-close-editor-modals").trigger("click.metform"),clearInterval(e))}),100))})))}))}},e(window).on("elementor/frontend/init",n.init)}(jQuery,window.elementorFrontend);
controls/base.php CHANGED
@@ -31,6 +31,10 @@ class Base{
31
  // Initilizating control classes
32
  $formpicker_utils = new Form_Picker_Utils();
33
  $formpicker_utils->init();
 
 
 
 
34
  }
35
 
36
  private function include_files(){
31
  // Initilizating control classes
32
  $formpicker_utils = new Form_Picker_Utils();
33
  $formpicker_utils->init();
34
+
35
+ // Admin Add New Form
36
+ $admin_add_new_form_button = new Admin_Add_New_Form();
37
+ $admin_add_new_form_button->init();
38
  }
39
 
40
  private function include_files(){
controls/form-picker-modal.php CHANGED
@@ -37,48 +37,51 @@
37
  <input type="text" class="metform-editor-input" placeholder="<?php esc_html_e('Enter a form name', 'metform'); ?>">
38
  </div>
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  <ul class="metform-templates-list">
 
41
  <li>
42
  <label>
43
  <input class="metform-template-radio" name="metform-editor-template" type="radio" value="0" checked>
44
- <div class="metform-template-radio-data"> </div>
 
 
 
 
 
 
 
 
 
 
45
  </label>
46
  </li>
47
 
48
  <?php foreach(\MetForm\Templates\Base::instance()->get_templates() as $template): ?>
49
- <li class="metform-template-item<?php echo isset($template['package']) ? ' metform-template-item--' . esc_attr($template['package']) : ''; ?> <?php echo (isset($template['package']) && $template['file'] === '') ? ' metform-template-item--go_pro' : ''; ?>">
50
- <label>
51
- <input class="metform-template-radio" name="metform-editor-template" type="radio" value="<?php echo ($template['file'] != '') ? esc_attr($template['id']) : ''; ?>" <?php echo $template['file'] === '' ? 'disabled=disabled' : '' ?>>
52
- <div class="metform-template-radio-data">
53
- <img src="<?php echo esc_url($template['preview-thumb']); ?>" alt="<?php echo esc_attr($template['title']) ?>">
54
-
55
- <?php if(isset($template['package']) && $template['package'] === 'pro') : ?>
56
- <div class="metform-template-radio-data--tag">
57
- <span class="metform-template-radio-data--pro_tag"><?php echo esc_html(ucfirst($template['package'])); ?></span>
58
- </div>
59
- <?php endif; ?>
60
-
61
- <div class="metform-template-footer-content">
62
- <?php if(isset($template['title']) && $template['title'] != '') : ?>
63
- <div class="metform-template-footer-title">
64
- <h2><?php echo esc_html($template['title']); ?></h2>
65
- </div>
66
- <?php endif; ?>
67
-
68
- <div class="metform-template-footer-links">
69
- <?php if(isset($template['package']) && $template['package'] === 'pro' && isset($template['file']) && $template['file'] == '') : ?>
70
- <a target="_blank" href="https://wpmet.com/metform-pricing/" class="metform-template-footer-links--pro_tag"><i class="metform-template-footer-links--icon fas fa-external-link-square-alt"></i><?php echo esc_html__('Buy Pro', 'metform'); ?></a>
71
- <?php endif; ?>
72
-
73
- <?php if(isset($template['demo-url']) && $template['demo-url'] != '') : ?>
74
- <a target="_blank" class="metform-template-footer-links--demo_link" href="<?php echo esc_attr(ucfirst($template['demo-url'])); ?>"><i class="metform-template-footer-links--icon far fa-eye"></i><?php echo esc_html__('Demo', 'metform'); ?></a>
75
- <?php endif; ?>
76
- </div>
77
-
78
- </div>
79
- </div>
80
- </label>
81
- </li>
82
  <?php endforeach; ?>
83
 
84
  </ul>
@@ -87,9 +90,8 @@
87
  </div>
88
 
89
  <button resturl="<?php echo get_rest_url() ?>metform/v1/forms/" class="metform-open-content-editor-button"><span class="eicon-elementor"></span><?php esc_html_e('Edit form', 'metform') ?></button>
 
90
 
91
- <span class="metform-close-editor-modals metform-picker-close"><?php esc_html_e('Save & close', 'metform'); ?></span>
92
-
93
  <i class="eicon-close metform-close-editor-modals" aria-hidden="true" title="<?php echo esc_attr__('Close', 'metform'); ?>"></i>
94
  </div>
95
  </div>
37
  <input type="text" class="metform-editor-input" placeholder="<?php esc_html_e('Enter a form name', 'metform'); ?>">
38
  </div>
39
 
40
+ <?php
41
+ $form_types = [];
42
+
43
+ if(!class_exists('\MetForm_Pro\Core\Features\Quiz\Integration')){
44
+ $form_types = [
45
+ 'general-form' => __('General Form', 'metform'),
46
+ ];
47
+
48
+ } else {
49
+ $form_types = [
50
+ 'general-form' => __('General Form', 'metform'),
51
+ 'quiz-form' => __('Quiz Form', 'metform'),
52
+ ];
53
+ }
54
+ ?>
55
+
56
+ <div class="metform-template-form-type">
57
+ <select id="metform-add-new-form-model__form-type" class="metform-editor-input" data-nonce="<?php echo wp_create_nonce('wp_rest');?>">
58
+ <?php foreach($form_types as $key => $type){ ?>
59
+ <option value="<?php echo esc_attr($key); ?>"><?php echo esc_html($type); ?></option>
60
+ <?php } ?>
61
+ </select><br>
62
+ </div>
63
+
64
  <ul class="metform-templates-list">
65
+
66
  <li>
67
  <label>
68
  <input class="metform-template-radio" name="metform-editor-template" type="radio" value="0" checked>
69
+ <div class="metform-template-radio-data">
70
+ <img src="<?php echo esc_url(\MetForm\Plugin::instance()->plugin_url() . 'templates/blank/preview-thumb.svg'); ?>" alt="<?php esc_html_e('Blank Template', 'metform'); ?>">
71
+ <div class="metform-template-footer-content">
72
+ <div class="metform-template-footer-title">
73
+ <h2><?php esc_html_e('Blank Template', 'metform'); ?></h2>
74
+ </div>
75
+ <div class="metform-template-footer-links">
76
+ <?php esc_html_e('Create From Scratch', 'metform'); ?>
77
+ </div>
78
+ </div>
79
+ </div>
80
  </label>
81
  </li>
82
 
83
  <?php foreach(\MetForm\Templates\Base::instance()->get_templates() as $template): ?>
84
+ <?php include \MetForm\Plugin::instance()->core_dir() . 'forms/views/modal-form-template-item.php'; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  <?php endforeach; ?>
86
 
87
  </ul>
90
  </div>
91
 
92
  <button resturl="<?php echo get_rest_url() ?>metform/v1/forms/" class="metform-open-content-editor-button"><span class="eicon-elementor"></span><?php esc_html_e('Edit form', 'metform') ?></button>
93
+ <span class="metform-close-editor-modals metform-picker-close"><button class="metform-open-content-close-button"><?php esc_html_e('Save & close', 'metform'); ?></button></span>
94
 
 
 
95
  <i class="eicon-close metform-close-editor-modals" aria-hidden="true" title="<?php echo esc_attr__('Close', 'metform'); ?>"></i>
96
  </div>
97
  </div>
core/admin/views/settings.php CHANGED
@@ -433,8 +433,6 @@ $settings = \MetForm\Core\Admin\Base::instance()->get_settings_option();
433
 
434
 
435
  </div>
436
-
437
-
438
  </div>
439
  </div>
440
 
433
 
434
 
435
  </div>
 
 
436
  </div>
437
  </div>
438
 
core/entries/action.php CHANGED
@@ -59,19 +59,19 @@ class Action
59
  {
60
 
61
  $this->fields = $this->get_fields($form_id);
62
- if(count(File_Data_Validation::validate($this->fields, $file_data)) > 0){
63
  $this->response->status = 0;
64
  $this->response->error[] = esc_html__('You are trying to upload wrong file!', 'metform');
65
  return $this->response; //file backend validation
66
- }
67
  $this->form_id = $form_id;
68
  $this->title = get_the_title($this->form_id);
69
- //$this->form_settings = $this->get_form_settings($form_id);
70
  $this->form_settings = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
71
 
72
 
73
  $this->response->data['redirect_to'] = (!isset($this->form_settings['redirect_to'])) ? '' : $this->form_settings['redirect_to'];
74
  $this->response->data['hide_form'] = (!isset($this->form_settings['hide_form_after_submission']) ? '' : $this->form_settings['hide_form_after_submission']);
 
75
  $this->response->data['form_data'] = $form_data;
76
 
77
  $email_name = $this->get_input_name_by_widget_type('mf-email');
@@ -813,6 +813,22 @@ class Action
813
  $this->form_data[$key . '--type'] = $form_data[$key . '--type']; #insert credit card type
814
  }
815
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
816
  }
817
 
818
  $repeaters = $this->get_input_name_by_widget_type('mf-simple-repeater');
59
  {
60
 
61
  $this->fields = $this->get_fields($form_id);
62
+ if(count(File_Data_Validation::validate($this->fields, $file_data)) > 0){
63
  $this->response->status = 0;
64
  $this->response->error[] = esc_html__('You are trying to upload wrong file!', 'metform');
65
  return $this->response; //file backend validation
66
+ }
67
  $this->form_id = $form_id;
68
  $this->title = get_the_title($this->form_id);
 
69
  $this->form_settings = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
70
 
71
 
72
  $this->response->data['redirect_to'] = (!isset($this->form_settings['redirect_to'])) ? '' : $this->form_settings['redirect_to'];
73
  $this->response->data['hide_form'] = (!isset($this->form_settings['hide_form_after_submission']) ? '' : $this->form_settings['hide_form_after_submission']);
74
+
75
  $this->response->data['form_data'] = $form_data;
76
 
77
  $email_name = $this->get_input_name_by_widget_type('mf-email');
813
  $this->form_data[$key . '--type'] = $form_data[$key . '--type']; #insert credit card type
814
  }
815
  }
816
+
817
+
818
+
819
+ // If it's quiz form
820
+ if(isset($this->form_settings['form_type']) && $this->form_settings['form_type'] == 'quiz-form'){
821
+ $quiz_data_keys = [
822
+ 'wrong-answer',
823
+ 'right-answer',
824
+ 'quiz-marks',
825
+ 'total-question',
826
+ ];
827
+
828
+ if(in_array($key, $quiz_data_keys)){
829
+ $this->form_data[$key] = $value;
830
+ }
831
+ }
832
  }
833
 
834
  $repeaters = $this->get_input_name_by_widget_type('mf-simple-repeater');
core/entries/form-data.php CHANGED
@@ -46,6 +46,7 @@ class Form_Data
46
  public static function format_form_data($form_id, $form_data)
47
  {
48
  $map_data = static::get_form_data($form_id);
 
49
 
50
  ob_start();
51
  ?>
@@ -76,9 +77,26 @@ class Form_Data
76
  }
77
 
78
  echo "<tr class='mf-data-label'>";
 
79
  echo "<td colspan='2'><strong>" . esc_html(($map_data[$key]['mf_input_label'] != '') ? $map_data[$key]['mf_input_label'] : $key) . "</strong></td>";
80
  echo "</tr>";
81
- echo "<tr class='mf-data-value'>";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  echo "<td class='mf-value-space'>&nbsp;</td>";
83
 
84
  if (!in_array($value['widgetType'], ['mf-file-upload', 'mf-textarea', 'mf-simple-repeater', 'mf-signature', 'mf-like-dislike', 'mf-credit-card'])) {
@@ -127,6 +145,7 @@ class Form_Data
127
  echo "</tr>";
128
  }
129
  ?>
 
130
  </tbody>
131
  </table>
132
  </div>
46
  public static function format_form_data($form_id, $form_data)
47
  {
48
  $map_data = static::get_form_data($form_id);
49
+ $form_settings = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
50
 
51
  ob_start();
52
  ?>
77
  }
78
 
79
  echo "<tr class='mf-data-label'>";
80
+
81
  echo "<td colspan='2'><strong>" . esc_html(($map_data[$key]['mf_input_label'] != '') ? $map_data[$key]['mf_input_label'] : $key) . "</strong></td>";
82
  echo "</tr>";
83
+
84
+ $entriy_row_correct_class = '';
85
+
86
+ if(isset($form_settings['form_type']) && $form_settings['form_type'] === 'quiz-form' && isset($form_data['wrong-answer']) && isset($form_data['right-answer'])){
87
+ $wrong_answers = explode(",", $form_data['wrong-answer']);
88
+ $right_answers = explode(",", $form_data['right-answer']);
89
+
90
+ // Find thefield if it exists in the right answers array
91
+ if(in_array($map_data[$key]['mf_input_name'], $right_answers)){
92
+ $entriy_row_correct_class = 'mf_correct_result';
93
+
94
+ } elseif( in_array($map_data[$key]['mf_input_name'], $wrong_answers) ){
95
+ $entriy_row_correct_class = 'mf_wrong_result';
96
+ }
97
+
98
+ }
99
+ echo "<tr class='mf-data-value {$entriy_row_correct_class}'>";
100
  echo "<td class='mf-value-space'>&nbsp;</td>";
101
 
102
  if (!in_array($value['widgetType'], ['mf-file-upload', 'mf-textarea', 'mf-simple-repeater', 'mf-signature', 'mf-like-dislike', 'mf-credit-card'])) {
145
  echo "</tr>";
146
  }
147
  ?>
148
+ <?php do_action('metform_after_entries_table_data', $form_id, $form_data, $map_data); ?>
149
  </tbody>
150
  </table>
151
  </div>
core/entries/meta-data.php CHANGED
@@ -77,9 +77,23 @@ class Meta_Data
77
 
78
  function add_form_data_cmb()
79
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  add_meta_box(
81
  'metform_entries__form_data',
82
- esc_html__('Data', 'metform'),
83
  [$this, 'show_form_data_cmb'],
84
  $this->cpt->get_name(),
85
  'normal',
@@ -160,6 +174,8 @@ class Meta_Data
160
  wp_nonce_field('meta_nonce', 'meta_nonce');
161
 
162
  $this->form_data = get_post_meta($post->ID, 'metform_entries__form_data', true);
 
 
163
  $this->form_data = (isset($this->form_data)) ? $this->form_data : "";
164
  // format all form data into html table
165
  if ($this->form_data != '') {
77
 
78
  function add_form_data_cmb()
79
  {
80
+ // Get the form settings data
81
+ $post_id = isset($_GET['post']) ? sanitize_text_field($_GET['post']) : '';
82
+ $form_id = get_post_meta($post_id, 'metform_entries__form_id', true);
83
+
84
+
85
+ $form_settings = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
86
+
87
+ // Change the form entries main title based on the form type
88
+ $data_title = esc_html__('Data', 'metform');
89
+
90
+ if(isset($form_settings['form_type']) && $form_settings['form_type'] == 'quiz-form'){
91
+ $data_title = esc_html__('Quiz Data', 'metform');
92
+ }
93
+
94
  add_meta_box(
95
  'metform_entries__form_data',
96
+ $data_title,
97
  [$this, 'show_form_data_cmb'],
98
  $this->cpt->get_name(),
99
  'normal',
174
  wp_nonce_field('meta_nonce', 'meta_nonce');
175
 
176
  $this->form_data = get_post_meta($post->ID, 'metform_entries__form_data', true);
177
+
178
+
179
  $this->form_data = (isset($this->form_data)) ? $this->form_data : "";
180
  // format all form data into html table
181
  if ($this->form_data != '') {
core/forms/api.php CHANGED
@@ -22,9 +22,14 @@ class Api extends \MetForm\Base\Api
22
  }
23
 
24
  $form_id = $this->request['id'];
25
-
26
  $form_setting = $this->request->get_params();
27
 
 
 
 
 
 
 
28
 
29
  /**
30
  * Hubspot form settings save
@@ -183,6 +188,11 @@ class Api extends \MetForm\Base\Api
183
 
184
  $title = $this->request['title'];
185
  $template_id = $this->request['id'];
 
 
 
 
 
186
  return Builder::instance()->create_form($title, $template_id);
187
  }
188
 
@@ -280,13 +290,18 @@ class Api extends \MetForm\Base\Api
280
  {
281
  if(!current_user_can('manage_options')) {
282
  return;
283
- }
284
  $form_id = $this->request['id'];
285
 
286
  $form_guid = $this->request['guid'];
287
 
288
  $data = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
289
- if(!isset( $data['mf_hubsopt_token']) || empty($data['mf_hubsopt_token'])) return;
 
 
 
 
 
290
 
291
  $token = $data['mf_hubsopt_token'];
292
 
@@ -451,4 +466,30 @@ class Api extends \MetForm\Base\Api
451
  return 'disconnected';
452
  }
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  }
22
  }
23
 
24
  $form_id = $this->request['id'];
 
25
  $form_setting = $this->request->get_params();
26
 
27
+ // Push the for type settings inside the form setting array
28
+ $existing_form_setting = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
29
+
30
+ if(isset($existing_form_setting['form_type'])){
31
+ $form_setting['form_type'] = $existing_form_setting['form_type'];
32
+ }
33
 
34
  /**
35
  * Hubspot form settings save
188
 
189
  $title = $this->request['title'];
190
  $template_id = $this->request['id'];
191
+
192
+ if(isset($this->request['form_type'])) {
193
+ return Builder::instance()->create_form($title, $template_id, ['form_type' => $this->request['form_type']]);
194
+ }
195
+
196
  return Builder::instance()->create_form($title, $template_id);
197
  }
198
 
290
  {
291
  if(!current_user_can('manage_options')) {
292
  return;
293
+ }
294
  $form_id = $this->request['id'];
295
 
296
  $form_guid = $this->request['guid'];
297
 
298
  $data = \MetForm\Core\Forms\Action::instance()->get_all_data($form_id);
299
+
300
+ if ( !isset( $data['mf_hubsopt_token']) || empty($data['mf_hubsopt_token']) ) {
301
+
302
+ // return error if hubspot token not found
303
+ return new \WP_Error( '401', esc_html__( 'Not Authorized', 'metform' ), array( 'status' => 401 ) );
304
+ };
305
 
306
  $token = $data['mf_hubsopt_token'];
307
 
466
  return 'disconnected';
467
  }
468
 
469
+ // API Endpoint for getting templates by selected form type
470
+ // Example: GET ~/wp-json/metform/v1/forms/gel_form_templates/new?formtype=SELECTEDFORMTYPE
471
+ public function get_gel_form_templates(){
472
+ if(!current_user_can('manage_options')) {
473
+ return;
474
+ }
475
+
476
+ $formType = $this->request['formtype'] ?? '';
477
+
478
+ if(!empty($formType)){
479
+ $templates = \MetForm\Templates\Base::instance()->get_templates_by_form_type($formType);
480
+ } else {
481
+ $templates = \MetForm\Templates\Base::instance()->get_templates_by_form_type();
482
+ }
483
+
484
+ ob_start();
485
+ foreach($templates as $template):
486
+ include \MetForm\Plugin::instance()->core_dir() . 'forms/views/modal-form-template-item.php';
487
+ endforeach;
488
+
489
+ // turn off output buffer
490
+ $output = ob_get_clean();
491
+
492
+ return $output;
493
+ }
494
+
495
  }
core/forms/base.php CHANGED
@@ -33,6 +33,9 @@ Class Base extends \MetForm\Base\Common{
33
 
34
  if($screen->id == 'edit-metform-form' || $screen->id == 'metform_page_mt-form-settings'){
35
  include_once 'views/modal-editor.php';
 
 
 
36
  }
37
  }
38
  }
33
 
34
  if($screen->id == 'edit-metform-form' || $screen->id == 'metform_page_mt-form-settings'){
35
  include_once 'views/modal-editor.php';
36
+
37
+ // Include new modal for add new form
38
+ include_once 'views/modal-add-new-form.php';
39
  }
40
  }
41
  }
core/forms/builder.php CHANGED
@@ -39,6 +39,13 @@ Class Builder{
39
  $default_settings['store_entries'] = '1';
40
  $default_settings['form_title'] = $defaults['post_title'];
41
 
 
 
 
 
 
 
 
42
  update_post_meta( $builder_form_id, '_wp_page_template', 'elementor_canvas' );
43
  update_post_meta( $builder_form_id, \MetForm\Core\Forms\Base::instance()->form->get_key_form_settings(), $default_settings );
44
  update_post_meta( $builder_form_id, '_elementor_edit_mode', 'builder');
39
  $default_settings['store_entries'] = '1';
40
  $default_settings['form_title'] = $defaults['post_title'];
41
 
42
+ if(isset($data['form_type']) && !empty($data['form_type'])){
43
+ $default_settings['form_type'] = $data['form_type'];
44
+
45
+ // Unset form type from $data array
46
+ unset($data['form_type']);
47
+ }
48
+
49
  update_post_meta( $builder_form_id, '_wp_page_template', 'elementor_canvas' );
50
  update_post_meta( $builder_form_id, \MetForm\Core\Forms\Base::instance()->form->get_key_form_settings(), $default_settings );
51
  update_post_meta( $builder_form_id, '_elementor_edit_mode', 'builder');
core/forms/cpt.php CHANGED
@@ -25,9 +25,15 @@ class Cpt extends \MetForm\Base\Cpt
25
  'form_title' => [
26
  'name' => 'form_title',
27
  ],
 
 
 
28
  'success_message' => [
29
  'name' => 'success_message',
30
  ],
 
 
 
31
  'store_entries' => [
32
  'name' => 'store_entries',
33
  ],
25
  'form_title' => [
26
  'name' => 'form_title',
27
  ],
28
+ 'form_type' => [
29
+ 'name' => 'form_type',
30
+ ],
31
  'success_message' => [
32
  'name' => 'success_message',
33
  ],
34
+ 'quiz_summery' => [
35
+ 'name' => 'quiz_summery',
36
+ ],
37
  'store_entries' => [
38
  'name' => 'store_entries',
39
  ],
core/forms/views/modal-add-new-form.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php defined('ABSPATH') || exit; ?>
2
+
3
+ <div class="attr-modal attr-fade" id="metform_new_form_modal" tabindex="-1" role="dialog" aria-labelledby="metform_new_form_modalLabel" style="display:none;">
4
+ <div class="attr-modal-dialog attr-modal-dialog-centered" id="metform-new-form-modalinput-form" role="document">
5
+ <i class="metform-add-new-form-modal-close-btn" data-dismiss="modal" aria-label="Close Modal"></i>
6
+ <div class="metform-add-new-form-model-header">
7
+ <h2 class="metform-add-new-form-model-title" id="metform_new_form_modalLabel">
8
+ <?php _e('Create Form', 'metform'); ?>
9
+ </h2>
10
+ </div>
11
+ <div class="metform-add-new-form-model-contents">
12
+ <div class="metform-template-input-con">
13
+ <label for="metform-add-new-form-model__form-name"><?php esc_html_e('Form Name', 'metform'); ?></label>
14
+ <input id="metform-add-new-form-model__form-name" type="text" class="metform-editor-input" placeholder="<?php esc_html_e('Enter a form name', 'metform'); ?>">
15
+ </div>
16
+
17
+ <?php
18
+ $form_types = [];
19
+
20
+ if(!class_exists('\MetForm_Pro\Core\Features\Quiz\Integration')){
21
+ $form_types = [
22
+ 'general-form' => __('General Form', 'metform'),
23
+ ];
24
+
25
+ } else {
26
+ $form_types = [
27
+ 'general-form' => __('General Form', 'metform'),
28
+ 'quiz-form' => __('Quiz Form', 'metform'),
29
+ ];
30
+ }
31
+ ?>
32
+
33
+ <div class="metform-template-form-type">
34
+ <label for="metform-add-new-form-model__form-type"><?php esc_html_e('Form Type', 'metform'); ?></label>
35
+ <select id="metform-add-new-form-model__form-type" class="metform-editor-input" data-nonce="<?php echo wp_create_nonce('wp_rest');?>">
36
+ <?php foreach($form_types as $key => $type){ ?>
37
+ <option value="<?php echo esc_attr($key); ?>"><?php echo esc_html($type); ?></option>
38
+ <?php } ?>
39
+ </select>
40
+ </div>
41
+
42
+ <ul class="metform-templates-list">
43
+ <li>
44
+ <label>
45
+ <input class="metform-template-radio" name="metform-editor-template" type="radio" value="0" checked>
46
+ <div class="metform-template-radio-data">
47
+ <img src="<?php echo esc_url(\MetForm\Plugin::instance()->plugin_url() . 'templates/blank/preview-thumb.svg'); ?>" alt="<?php esc_html_e('Blank Template', 'metform'); ?>">
48
+ <div class="metform-template-footer-content">
49
+ <div class="metform-template-footer-title">
50
+ <h2><?php esc_html_e('Blank Template', 'metform'); ?></h2>
51
+ </div>
52
+ <div class="metform-template-footer-links">
53
+ <?php esc_html_e('Create From Scratch', 'metform'); ?>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </label>
58
+ </li>
59
+
60
+ <?php foreach(\MetForm\Templates\Base::instance()->get_templates() as $template): ?>
61
+ <?php include \MetForm\Plugin::instance()->core_dir() . 'forms/views/modal-form-template-item.php'; ?>
62
+ <?php endforeach; ?>
63
+ </ul>
64
+
65
+ </div>
66
+ <div class="add-new-model__footer-button-group">
67
+ <button resturl="<?php echo get_rest_url() ?>metform/v1/forms/" class="metform-open-new-form-editor-modal"><span class="eicon-elementor"></span><?php esc_html_e('Edit form', 'metform') ?></button>
68
+ </div>
69
+ </div>
70
+ </div>
core/forms/views/modal-editor.php CHANGED
@@ -42,9 +42,19 @@
42
  <div class="mf-input-group">
43
  <label for="attr-input-label" class="attr-input-label"><?php esc_html_e('Success Message:', 'metform'); ?></label>
44
  <input type="text" name="success_message" class="mf-form-modalinput-success_message attr-form-control" data-default-value="<?php esc_html_e('Thank you! Form submitted successfully.', 'metform'); ?>">
45
- <span class='mf-input-help'><?php esc_html_e('This mesage will be shown after a successful submission.', 'metform'); ?></span>
46
  </div>
47
 
 
 
 
 
 
 
 
 
 
 
48
  <div class="mf-input-group">
49
  <label class="attr-input-label">
50
  <input type="checkbox" value="1" name="require_login" class="mf-admin-control-input mf-form-modalinput-require_login">
@@ -723,10 +733,9 @@
723
 
724
  </div>
725
 
726
-
727
-
728
  <?php do_action('mf_form_settings_tab_content'); ?>
729
 
 
730
  </div>
731
 
732
  <div class="attr-modal-footer">
42
  <div class="mf-input-group">
43
  <label for="attr-input-label" class="attr-input-label"><?php esc_html_e('Success Message:', 'metform'); ?></label>
44
  <input type="text" name="success_message" class="mf-form-modalinput-success_message attr-form-control" data-default-value="<?php esc_html_e('Thank you! Form submitted successfully.', 'metform'); ?>">
45
+ <span class='mf-input-help'><?php esc_html_e('This message will be shown after a successful submission.', 'metform'); ?></span>
46
  </div>
47
 
48
+ <?php if (class_exists('\MetForm_Pro\Core\Features\Quiz\Integration')) : ?>
49
+ <div class="mf-input-group">
50
+ <label class="attr-input-label">
51
+ <input type="checkbox" value="1" name="quiz_summery" class="mf-admin-control-input mf-form-modalinput-quiz_result_show">
52
+ <span><?php esc_html_e('Show Quiz Summary:', 'metform'); ?></span>
53
+ </label>
54
+ <span class='mf-input-help'><?php esc_html_e('Quiz summary will be shown to user after form submission with success message.', 'metform'); ?></span>
55
+ </div>
56
+ <?php endif; ?>
57
+
58
  <div class="mf-input-group">
59
  <label class="attr-input-label">
60
  <input type="checkbox" value="1" name="require_login" class="mf-admin-control-input mf-form-modalinput-require_login">
733
 
734
  </div>
735
 
 
 
736
  <?php do_action('mf_form_settings_tab_content'); ?>
737
 
738
+
739
  </div>
740
 
741
  <div class="attr-modal-footer">
core/forms/views/modal-form-template-item.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <li class="metform-template-item<?php echo isset($template['package']) ? ' metform-template-item--' . esc_attr($template['package']) : ''; ?> <?php echo (isset($template['package']) && $template['file'] === '') ? ' metform-template-item--go_pro' : ''; ?>">
2
+ <label>
3
+ <input class="metform-template-radio" name="metform-editor-template" type="radio" value="<?php echo ($template['file'] != '') ? esc_attr($template['id']) : ''; ?>" <?php echo $template['file'] === '' ? 'disabled=disabled' : '' ?>>
4
+ <div class="metform-template-radio-data">
5
+ <img src="<?php echo esc_url($template['preview-thumb']); ?>" alt="<?php echo esc_attr($template['title']) ?>">
6
+
7
+ <?php if(isset($template['package']) && $template['package'] === 'pro') : ?>
8
+ <div class="metform-template-radio-data--tag">
9
+ <span class="metform-template-radio-data--pro_tag"><?php echo esc_html(ucfirst($template['package'])); ?></span>
10
+ </div>
11
+ <?php endif; ?>
12
+
13
+ <div class="metform-template-footer-content">
14
+ <?php if(isset($template['title']) && $template['title'] != '') : ?>
15
+ <div class="metform-template-footer-title">
16
+ <h2><?php echo esc_html($template['title']); ?></h2>
17
+ </div>
18
+ <?php endif; ?>
19
+
20
+ <div class="metform-template-footer-links">
21
+ <?php if(isset($template['package']) && $template['package'] === 'pro' && isset($template['file']) && $template['file'] == '') : ?>
22
+ <a target="_blank" href="https://wpmet.com/metform-pricing/" class="metform-template-footer-links--pro_tag"><i class="metform-template-footer-links--icon fas fa-external-link-square-alt"></i><?php echo esc_html__('Buy Pro', 'metform'); ?></a>
23
+ <?php endif; ?>
24
+
25
+ <?php if(isset($template['demo-url']) && $template['demo-url'] != '') : ?>
26
+ <a target="_blank" class="metform-template-footer-links--demo_link" href="<?php echo esc_attr(ucfirst($template['demo-url'])); ?>"><i class="metform-template-footer-links--icon far fa-eye"></i><?php echo esc_html__('Demo', 'metform'); ?></a>
27
+ <?php endif; ?>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ </label>
32
+ </li>
core/integrations/crm/hubspot/loader.php CHANGED
@@ -138,7 +138,7 @@ class Integration
138
  <div class="mf-hubspot-settings-contents">
139
  <p><?php esc_html_e('HubSpot is an all-in-one CRM and marketing platform that helps turn your website visitors into leads, leads into customers, and customers into raving fans.', 'metform'); ?></p>
140
  <p><?php esc_html_e('With MetForm, you can sync your form submissions seamlessly to HubSpot to build lists, email marketing campaigns and so much more.', 'metform'); ?></p>
141
- <p><?php esc_html_e('If you don\'t already have a HubSpot account, you can', 'metform'); ?> <a href="https://app.hubspot.com/signup-hubspot/marketing?utm_source=Metform-wordpress&utm_medium=referral" target="_blank"><?php esc_html_e('sign up for a free HubSpot account here.', 'metform'); ?></a></p>
142
  <a href="<?php echo esc_url('https://api.wpmet.com/public/hubspot-auth/?redirect_url=' . $current_page . '&section_id=' . $section_id); ?>" class="mf-admin-setting-btn fatty"><?php esc_html_e('Click Here To Connect Your HubSpot Account', 'metform'); ?></a>
143
  </div>
144
  <?php }
138
  <div class="mf-hubspot-settings-contents">
139
  <p><?php esc_html_e('HubSpot is an all-in-one CRM and marketing platform that helps turn your website visitors into leads, leads into customers, and customers into raving fans.', 'metform'); ?></p>
140
  <p><?php esc_html_e('With MetForm, you can sync your form submissions seamlessly to HubSpot to build lists, email marketing campaigns and so much more.', 'metform'); ?></p>
141
+ <p><?php esc_html_e('If you don\'t already have a HubSpot account, you can', 'metform'); ?> <a href="https://app.hubspot.com/signup-hubspot/marketing?utm_source=MetForm&utm_medium=Forms&utm_campaign=Plugin" target="_blank"><?php esc_html_e('sign up for a free HubSpot account here.', 'metform'); ?></a></p>
142
  <a href="<?php echo esc_url('https://api.wpmet.com/public/hubspot-auth/?redirect_url=' . $current_page . '&section_id=' . $section_id); ?>" class="mf-admin-setting-btn fatty"><?php esc_html_e('Click Here To Connect Your HubSpot Account', 'metform'); ?></a>
143
  </div>
144
  <?php }
core/integrations/onboard/assets/css/admin-style.css CHANGED
@@ -1 +1 @@
1
- .attr-nav-tabs .mf-admin-nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 44px 18px 20px;color:#121116;border-top:1px solid #e0e4e9;border-left:2px solid transparent;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;background-color:#f1f1f1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:0}.attr-nav-tabs .mf-admin-nav-link .mf-admin-title{font-size:.8125rem;font-weight:700;color:#121116;display:block;margin-bottom:2px;line-height:1}.attr-nav-tabs .mf-admin-nav-link .mf-admin-subtitle{color:#72777c;font-size:.8125rem;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out}.attr-nav-tabs .mf-admin-nav-link .mf-admin-tab-icon{color:#72777c;font-size:1.4375rem;-webkit-transition:all .4s ease;transition:all .4s ease}.attr-nav-tabs .attr-active>a,.attr-nav-tabs>li>a:focus,.attr-nav-tabs>li>a:hover{background-color:#fff;border-left-color:#f2295b}.attr-nav-tabs .attr-active>a .mf-admin-tab-icon,.attr-nav-tabs .attr-active>a .mf-admin-title,.attr-nav-tabs>li>a:focus .mf-admin-tab-icon,.attr-nav-tabs>li>a:focus .mf-admin-title,.attr-nav-tabs>li>a:hover .mf-admin-tab-icon,.attr-nav-tabs>li>a:hover .mf-admin-title{color:#f2295b}.mf-admin-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:9px;border-bottom:1px solid #e0e4e9;margin-bottom:8px}.mf-admin-header-title{font-size:1rem;font-weight:700;color:#f2295b;margin-bottom:0}.mf-admin-help{color:#0073aa;font-weight:700;font-size:.75rem}.mf-admin-help>i{padding-right:5px}.mf-admin-input-switch{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1;-ms-flex-item-align:end;align-self:flex-end}#v-elementskit-dashboard>.mf-admin-section-header>.mf-admin-input-switch{display:none}.mf-admin-input-switch .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::after{left:30px;background-color:#f2295b;color:#f2295b}.mf-admin-input-switch .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::before{border-color:#f2295b;text-indent:52px}.mf-admin-input-switch .mf-admin-control-label{cursor:pointer;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-input-switch .mf-admin-control-label-switch{position:relative;overflow:hidden;width:52px;height:26px;display:inline-block;margin-left:10px}.mf-admin-input-switch .mf-admin-control-label-switch::after,.mf-admin-input-switch .mf-admin-control-label-switch::before{position:absolute;-webkit-transition:all .3s cubic-bezier(.22,.61,.36,1);transition:all .3s cubic-bezier(.22,.61,.36,1);font-weight:700;font-size:.6875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mf-admin-input-switch .mf-admin-control-label-switch::before{content:attr(data-inactive);top:0;left:0;width:100%;height:100%;background-color:#fff;border:#444 solid 1px;border-radius:26px;text-indent:24px}.mf-admin-input-switch .mf-admin-control-label-switch::after{position:absolute;top:4px;left:4px;display:block;content:attr(data-active);width:18px;height:18px;background-color:#444;border-radius:100%;-webkit-transition:all .3s cubic-bezier(.22,.61,.36,1);transition:all .3s cubic-bezier(.22,.61,.36,1);text-indent:-22px;display:-webkit-box;display:-ms-flexbox;display:flex}.mf-admin-input-switch .mf-admin-control-input{opacity:0;z-index:-1;position:absolute}.mf-admin-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-bottom:1px solid #e0e4e9;padding-bottom:24px;margin-bottom:48px}.mf-admin-section-header::before{content:"";position:absolute;display:block;width:48px;height:2px;bottom:-1px;left:0;background:#f2295b}.mf-admin-section-heaer-title{position:relative;font-size:1.625rem;font-weight:600;margin-bottom:0;line-height:1}.mf-admin-section-heaer-title::before{content:"\f15b";font-family:FontAwesome;display:inline-block;width:48px;height:48px;line-height:48px;margin-right:24px;background-color:#fee9ee;color:#f2295b;text-align:center;border-radius:3px;vertical-align:middle;font-size:20px}.mf-admin-fields-container{font-size:.875rem;color:#666}.custom-control .custom-control-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#121116;font-size:.875rem}.custom-control .custom-control-input:checked~.custom-control-label::before{border-color:#19073b;background-color:#19073b;-webkit-transform:scale(1);transform:scale(1)}.custom-control .custom-control-input:checked~.custom-control-label::after{-webkit-transform:scale(1);transform:scale(1)}.custom-control .custom-control-input .custom-control-label::after,.custom-control .custom-control-input .custom-control-label::before{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .4s ease;transition:all .4s ease}.custom-control .custom-control-input .custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.mf-admin-fields-container-fieldset{margin-top:16px}.attr-nav-tabs{margin-top:0}.attr-nav-tabs>li{width:100%}.attr-nav-tabs>li>a{margin-right:0}@media (min-width:992px){.mf-admin-right-content{width:70%}}@media (min-width:992px) and (max-width:1199px){.mf-admin-right-content{width:100%;padding:0}.mf-admin-feature-request-section .mf-admin-right-content,.mf-admin-support-section .mf-admin-right-content{padding-left:20px}#v-elementskit-userdata .mf-admin-fields-container{max-width:75%}.mf-admin-rate-now-section .mf-admin-right-content{padding-bottom:20px}.mf-admin-fields-container-description{width:100%!important}.mf-admin-section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mf-admin-section-heaer-title{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.mf-admin-input-switch{-ms-flex-item-align:start;align-self:flex-start}.mf-all-element-switch{margin:15px 0!important;min-width:215px!important}.mf-all-element-switch .mf-admin-control-label{padding:7px 0!important}}@media screen and (min-device-width:1200px) and (max-device-width:1600px){body .metform-onboard-dashboard .mf-onboard-step-04 img{display:none}body .metform-onboard-dashboard .mf-onboard-step-04 .shape-17{display:block}}@media (max-width:991px){.mf-admin-fields-container-description{width:100%}.mf-admin-right-content{width:100%;padding:0}.mf-admin-feature-request-section .mf-admin-right-content,.mf-admin-support-section .mf-admin-right-content{padding-left:20px}#v-elementskit-userdata .mf-admin-fields-container{max-width:75%}.mf-admin-section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mf-admin-section-heaer-title{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.mf-admin-input-switch{-ms-flex-item-align:start;align-self:flex-start}.mf-all-element-switch{margin:15px 0!important;min-width:215px!important}.mf-all-element-switch .mf-admin-control-label{padding:7px 0!important}body .metform-onboard-dashboard img{max-width:100%}body .metform-onboard-dashboard .mf-onboard-step-2-inner{padding:0}body .metform-onboard-dashboard .mf-onboard-nav-item{width:100%;margin-bottom:10px!important}body .metform-onboard-dashboard .mf-onboard-nav-item:last-child{margin-bottom:0}body .metform-onboard-dashboard .mf-onboard-step-02:before{display:none}body .metform-onboard-dashboard .mf-onboard-nav .mf-onboard-progressbar{display:none}body .metform-onboard-dashboard .mf-onboard-step-wrapper{padding:0 55px}body .metform-onboard-dashboard .metform-onboard-dashboard .mf-onboard-tutorial{padding:50px 0}body .metform-onboard-dashboard .metform-onboard-dashboard .mf-onboard-module-meta li{display:block}body .metform-onboard-dashboard .mf-onboard-step-04 .shape-07{display:none}body .metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:480px){.mf-admin-video-tutorial-iframe iframe{max-width:300px;height:auto}.mf-admin-video-tutorial-list a h2{font-size:16px}.mf_accordion_card:not(:last-child){margin-bottom:15px}.mf_accordion_card .attr-btn{padding:16px;font-size:12px;padding-left:20px}.mf-admin-right-content--link{font-size:12px;padding:10px 15px}.mf-admin-right-content--heading h2{font-size:20px}.mf-admin-right-content--heading__sub-title{font-size:50px}.mf-admin-right-content p{font-size:16px;line-height:25px}.mf-admin-right-content--form input{height:50px;padding:0 25px}.mf-admin-right-content--form button{width:45px;height:45px}.mf-admin-section-heaer-title{margin-bottom:10px;font-size:14px}.mf-admin-input-switch .mf-admin-settings-form-submit{font-size:12px;padding:9px 18px}.mf-admin-section-header{font-size:15px}.mf-admin-section-header .mf-admin-input-switch{-ms-flex-item-align:center;align-self:center}.mf_accordion_card .attr-panel-body{padding:20px}.mf-admin-fields-container-description{font-size:15px;line-height:22px}#v-elementskit-userdata .mf-admin-fields-container{max-width:100%}#v-elementskit-userdata::before{background-size:contain;width:100%;height:100%}.mf-admin-section{padding:30px 0}.mf-admin-video-tutorial-list{display:block}.mf-admin-video-tutorial-list .mf-admin-video-tutorial-item{margin-bottom:15px}.mf-admin-video-tutorial-list .mf-admin-video-tutorial-item:last-child{margin-bottom:0}.mf-admin-dual-layout{display:block}.mf-admin-dual-layout.mf-admin-rate-now-section .mf-admin-left-thumb,.mf-admin-dual-layout.mf-admin-subscribed-section .mf-admin-left-thumb{margin:0;margin-top:50px}.mf-admin-dual-layout .mf-admin-left-thumb{margin-bottom:50px}body .metform-onboard-dashboard .mf-onboard-step-wrapper{padding:0}body .metform-onboard-dashboard .mf-onboard-shapes{display:none}body .metform-onboard-dashboard .mf-onboard-main-header--title{font-size:30px;line-height:35px!important}body .metform-onboard-dashboard .mf-onboard-main-header--title br{display:none}body .metform-onboard-dashboard .mf-onboard-main-header--description{font-size:16px;line-height:25px}body .metform-onboard-dashboard .mf-onboard-section{padding:30px}body .metform-onboard-dashboard .mf-onboard-btn{padding:10px 30px}body .metform-onboard-dashboard .mf-onboard-single-plugin label{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .metform-onboard-dashboard .mf-onboard-single-plugin--description{text-align:center}body .metform-onboard-dashboard .mf-onboard-tutorial{padding:35px 15px}body .metform-onboard-dashboard .mf-onboard-module-meta li{display:block;margin:0;margin-bottom:10px}body .metform-onboard-dashboard .mf-onboard-modules li{margin-right:0;display:block}body .metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}body .metform-onboard-dashboard .mf-onboard-tut-term--helptext{padding-right:0}}body.toplevel_page_elementskit{overflow-y:scroll}#mf-admin-settings-form{margin-top:30px}.mf_tab_wraper_group{margin-right:0;margin-left:0}.mf_tab_wraper_group>div:first-of-type{padding-right:0}.mf_tab_wraper_group>div:last-of-type{padding-left:0}.mf_tab_wraper_group .attr-tab-pane{min-height:500px}.attr-tab-content{background-color:#fff;padding:30px;border-radius:20px}.mf-admin-section-heaer-title{margin-top:0;color:#f2295b;font-size:24px;line-height:28px;font-weight:700;vertical-align:middle;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}.mf-admin-section-heaer-title i{font-size:18px;line-height:18px!important;color:#f2295b;width:40px;height:40px;background-color:#fde9ee;border-radius:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:13px}.mf-admin-nav .attr-nav-tabs{border:none}.mf-admin-nav li{background-color:#fff}.mf-admin-nav li.attr-active{border-top-left-radius:10px;border-bottom-left-radius:10px}.mf-admin-nav li.attr-active .mf-admin-nav-link{border-radius:10px}.mf-admin-nav li.attr-active .mf-admin-nav-link::before{content:"";background-color:#f2295b;height:10px;width:10px;position:absolute;left:17px;border-radius:100px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-nav li.attr-active .mf-admin-nav-link:hover{background-color:#fff}.mf-admin-nav .mf-admin-nav-link{text-decoration:none;border:none;padding:23px 40px}.mf-admin-nav .mf-admin-nav-link .mf-admin-tab-icon{color:#121116}.mf-admin-nav .mf-admin-nav-link.top{border-bottom-right-radius:30px}.mf-admin-nav .mf-admin-nav-link.bottom{border-top-right-radius:30px}.mf-admin-nav .mf-admin-nav-link.mf-admin-nav-hidden{background-color:#f1f1f1;cursor:default;padding:15px;pointer-events:none}.mf-admin-nav .mf-admin-nav-link:hover{background-color:#f1f1f1}.mf-admin-nav .mf-admin-nav-link:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.mf-admin-nav .mf-admin-title{text-transform:uppercase;color:#f2295b;font-size:14px;line-height:16px;font-weight:700}.attr-btn{cursor:pointer}.metform_container{width:100%}.mf-admin-card-shadow{border-radius:3px;border:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 6px 20px 0 rgba(194,204,222,.3);box-shadow:0 6px 20px 0 rgba(194,204,222,.3)}#mf-admin-settings-form .mf-admin-card{margin-bottom:50px;border-radius:20px}.attr-input-switch{margin-bottom:10px;position:relative}.mf-admin-input-switch .mf-admin-control-label{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:600;font-size:14px;line-height:16px;color:#121116;padding:23px 26px}.mf-all-element-switch{width:23%;display:inline-block;margin:auto 1rem 0 auto;color:#fff;min-width:277px}.mf-all-element-switch .mf-admin-input-switch{padding:0}.mf-all-element-switch .mf-admin-control-label{padding:7px 26px}.mf-admin-input-text{margin-bottom:0;margin-top:0!important}.mf-admin-input-text:not(:last-child){margin-bottom:0}.mf-admin-input-text>label{font-weight:700;margin-bottom:7px;display:inline-block;color:#121116;font-size:14px;line-height:16px}.mf-admin-input-text .attr-form-control{border-radius:5px;padding:8px 30px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:28px;display:inline-block;color:rgba(18,17,22,.4);border:none;-webkit-box-shadow:none;box-shadow:none;color:#121116}.mf-admin-input-text .attr-form-control:focus{border:1px solid #f2295b;-webkit-box-shadow:none;box-shadow:none;outline:0}#mf-admin-license-form .attr-form-control{border-radius:3px;border:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 6px 20px 0 rgba(194,204,222,.3);box-shadow:0 6px 20px 0 rgba(194,204,222,.3)}.mf-admin-license-form-submit{border-radius:5px;padding:8px 30px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box}.mf_logo{padding-top:35px}.mf-admin-input-text .attr-form-control::-moz-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control:-moz-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control:-ms-input-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.mf_accordion_card{background-color:#f5f5f5;border-radius:20px}.mf_accordion_card:not(:last-child){margin-bottom:30px}.mf_accordion_card .mf-admin-input-text:not(:last-child){margin-bottom:30px}.mf_accordion_card .attr-panel-body{padding:30px;padding-top:0}.mf_accordion_card .card-header{padding:0;border-bottom:0 solid #000}.mf_accordion_card .attr-btn{display:block;text-decoration:none;width:100%;text-align:left;padding:29px 30px;color:#333;font-weight:700;cursor:pointer;font-size:14px;line-height:16px;text-transform:uppercase;position:relative;-webkit-transition:all .4s;transition:all .4s}.mf_accordion_card .attr-btn::before{content:"\f107";color:#121116;font-size:16px;font-family:fontawesome;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf_accordion_card .attr-btn[aria-expanded=true]{color:#f2295b}.mf_accordion_card .attr-btn[aria-expanded=true]::before{content:"\f106";color:#f2295b}.mf_accordion_card .attr-btn:focus{-webkit-box-shadow:none;box-shadow:none}.mf_accordion_card .attr-panel-heading{padding:0;border-radius:0}.mf_accordion_card .attr-widget-activate-text{text-transform:none;border:1px solid #333;padding:0 6px 1px;border-radius:5px;margin-left:5px}[class^=attr]{-webkit-box-sizing:border-box;box-sizing:border-box}.attr-btn-primary{color:#fff;background-color:#f2295b;border-color:#f2295b;text-decoration:none}.attr-btn-primary:focus,.attr-btn-primary:hover{background-color:#f2295b;border-color:#f2295b;outline:0}.attr-card-body{padding:1.25rem}.attr-card-body .attr-card-title{margin-top:0;margin-bottom:.75rem}.mf-admin-dashboard-banner{display:block}.mf-admin-save-icon{color:#fff;font-size:14px;margin-right:6px;height:14px;width:14px}.mf-admin-input-switch .mf-admin-settings-form-submit{background-color:#f2295b;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-input-switch .mf-admin-settings-form-submit:focus,.mf-admin-input-switch .mf-admin-settings-form-submit:hover{background-color:#ad0730;outline:0}.mf-admin-section-header{padding-bottom:17px;margin-bottom:30px}.mf-admin-section-header.fixed{position:fixed;top:0;padding-top:30px;background-color:#fff;z-index:1}.mf-admin-section-header.fixed+div{margin-top:90px}.mf-admin-dual-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-dual-layout .mf-admin-right-content{margin:0}.mf-admin-dual-layout .mf-admin-right-content--heading__sub-title{left:0;-webkit-transform:inherit;transform:inherit}.mf-admin-section{padding:50px 30px}.mf-admin-section:last-of-type{padding-bottom:0}.mf-admin-right-content{padding:0 50px;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.mf-admin-right-content p{color:#121116;font-size:18px;line-height:28px}.mf-admin-right-content p:last-of-type{margin-bottom:0}.mf-admin-right-content--form{position:relative;max-width:300px}.mf-admin-right-content--form input{height:54px;background-color:#2d3cfe;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:27px;padding:0 30px;color:#fff;font-size:14px;-webkit-box-shadow:0 7px 15px rgba(45,60,254,.3);box-shadow:0 7px 15px rgba(45,60,254,.3);padding-right:70px}.mf-admin-right-content--form input::-webkit-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::-moz-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input:-ms-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::-ms-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input:focus{outline:0;border:none;-webkit-box-shadow:0 7px 15px rgba(45,60,254,.3);box-shadow:0 7px 15px rgba(45,60,254,.3)}.mf-admin-right-content--form button{width:48px;height:48px;background-color:#fff;border-radius:100px;color:#2d3cfe;position:absolute;right:2px;top:50%;border-color:transparent;-webkit-transition:all .4s;transition:all .4s;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-right-content--form button:focus,.mf-admin-right-content--form button:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;border:1px solid #fff}.mf-admin-right-content--form button i{font-size:18px;line-height:16px}.mf-admin-right-content--heading{position:relative}.mf-admin-right-content--heading h2{color:#f2295b;font-size:24px;line-height:28px;font-weight:700;letter-spacing:-1px}.mf-admin-right-content--heading__sub-title{font-size:60px;line-height:69px;color:#000;opacity:.05;letter-spacing:-1px;font-weight:700;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-admin-right-content--button,.mf-admin-right-content--form{margin-top:45px}.mf-admin-right-content--link{display:inline-block;border-radius:27px;background-color:#f2295b;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);border:none;font-size:14px;line-height:16px;font-weight:700;text-transform:uppercase;padding:19px 34px;-webkit-transition:all .4s;transition:all .4s}.mf-admin-right-content--link i{margin-right:7px}.mf-admin-right-content--link:focus,.mf-admin-right-content--link:hover{background-color:#ad0730}.mf-admin-subscribed-section .mf-admin-right-content--heading h2{color:#2d3cfe}.mf-admin-support-section .mf-admin-right-content--heading h2{color:#00be75}.mf-admin-support-section .mf-admin-right-content--link{background-color:#00be75;-webkit-box-shadow:0 7px 15px rgba(0,190,117,.3);box-shadow:0 7px 15px rgba(0,190,117,.3)}.mf-admin-support-section .mf-admin-right-content--link:focus,.mf-admin-support-section .mf-admin-right-content--link:hover{background-color:#108458}.mf-admin-subscribed-section,.mf-admin-support-section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-admin-rate-now-section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-admin-rate-now-section .mf-admin-right-content p span{color:#fec42d}.mf-admin-rate-now-section .mf-admin-right-content--heading h2{color:#fec42d}.mf-admin-rate-now-section .mf-admin-right-content--link{background-color:#fec42d;-webkit-box-shadow:0 7px 15px rgba(254,196,45,.3);box-shadow:0 7px 15px rgba(254,196,45,.3)}.mf-admin-rate-now-section .mf-admin-right-content--link:focus,.mf-admin-rate-now-section .mf-admin-right-content--link:hover{background-color:#dea203}.mf-admin-except-title p{font-size:24px;line-height:25px}.mf-admin-except-title p span{display:block;font-weight:700}.mf-admin-left-thumb img{max-width:100%}.mf-admin-faq-section .mf-admin-accordion{max-width:700px;margin:0 auto;margin-top:30px}.mf-admin-single-accordion{background-color:#fff;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.07);box-shadow:0 7px 15px rgba(0,0,0,.07);margin:10px 0}.mf-admin-single-accordion.active .mf-admin-single-accordion--heading::after{content:"\f106";color:#f2295b}.mf-admin-single-accordion--heading{cursor:pointer;margin:0;color:#121116;font-size:14px;line-height:20px;padding:18px 20px;position:relative}.mf-admin-single-accordion--heading::after{content:"\f107";font-family:fontawesome;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:12px}.mf-admin-single-accordion--body{padding:0;display:none}.mf-admin-single-accordion--body__content{padding:30px;padding-top:0}.mf-admin-single-accordion--body p{margin:0}.mf-admin-video-tutorial-list{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;margin-top:30px}.mf-admin-video-tutorial-list a{text-decoration:none}.mf-admin-video-tutorial-list a h2{font-size:18px;line-height:20px;text-align:center;display:block}.mf-admin-video-tutorial-list .tutorial-thumb{position:relative}.mf-admin-video-tutorial-list .tutorial-thumb::before{content:"";background-image:url(../images/video-icon.png);display:inline-block;height:30px;width:30px;background-color:#fff;padding:20px;background-repeat:no-repeat;border-radius:100px;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.1);box-shadow:0 7px 15px rgba(0,0,0,.1);background-position:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mf-admin-video-tutorial-list .tutorial-thumb img{max-width:100%;display:block}.mf-admin-video-tutorial-popup{position:fixed;background-color:rgba(0,0,0,.5);width:100%;height:100%;left:0;top:0;overflow-y:auto;z-index:10000;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.mf-admin-video-tutorial-popup.show{opacity:1;visibility:visible}.mf-admin-video-tutorial-popup.show .mf-admin-video-tutorial-popup-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.mf-admin-video-tutorial-popup .mf-admin-video-tutorial-popup-content{position:absolute;top:50%;left:50%;-webkit-transition:all .7s;transition:all .7s;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.mf-admin-video-tutorial-close{position:absolute;top:-10px;right:-6px;cursor:pointer;background-color:#ce1b04;border-radius:100px;width:30px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:33px}.mf-admin-video-tutorial-close i{color:#fff;font-size:20px}.mf-admin-access-token{text-decoration:none;color:#f2295b;text-align:right;display:block;font-size:16px;font-weight:600}.mf-admin-access-token:focus,.mf-admin-access-token:hover{color:#cd1c48;outline:0}#v-elementskit-userdata{padding-bottom:150px;position:relative;z-index:1}#v-elementskit-userdata .mf-admin-fields-container{max-width:60%}#v-elementskit-userdata::before{content:"";background-image:url(../images/user-data-thumb.png);position:absolute;display:block;bottom:0;right:0;height:281px;width:444px;display:block;background-repeat:no-repeat;background-position:right bottom;z-index:-1}.mf-admin-fields-container-description{font-size:18px;line-height:28px;color:#121116;width:55%;display:inline-block}#v-elementskit-elements .mf-admin-fields-container-fieldset,#v-elementskit-modules .mf-admin-fields-container-fieldset{margin-top:20px}#v-elementskit-elements .mf-admin-section-header,#v-elementskit-modules .mf-admin-section-header{margin-bottom:20px}.mf-admin-fields-container-fieldset .attr-row{margin-left:-12px;margin-right:-12px}.mf-admin-fields-container-fieldset .attr-row>div{padding:0 10px}.mf-admin-fields-container-fieldset .mf-admin-card-shadow{background-color:#fff;border-radius:10px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ededed;padding:0;margin:0;margin-bottom:20px}.mf-admin-fields-container-fieldset .mf-admin-card-shadow:hover{border-color:#f2295b}.mf-admin-fields-container-fieldset .attr-input-switch:hover .mf-admin-demo-tooltip{visibility:visible;opacity:1;top:-10px}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input{opacity:1;position:static;z-index:1;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;width:20px;height:20px;-webkit-box-shadow:none;box-shadow:none;border:2px solid #ccced9;margin-top:26px;position:relative}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input:checked{border-color:#fe0467}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input:checked::before{background-color:#fe0467;height:10px;width:10px;margin:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow{margin-bottom:10px;padding:0 0 0 26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 1px 2px rgba(2,19,67,.1);box-shadow:0 1px 2px rgba(2,19,67,.1);border:1px solid transparent}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow.active{-webkit-box-shadow:0 20px 30px rgba(2,19,67,.1);box-shadow:0 20px 30px rgba(2,19,67,.1);position:relative;z-index:1}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow:hover{border-color:#fe0467}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#021343;font-size:20px;line-height:12px;padding:29px 10px;display:block;font-weight:400;width:100%}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-desc{color:#5d5e65;font-size:14px;line-height:18px;font-weight:400;margin-top:11px;display:block}.mf-admin-user-data-separator{display:block;border:2px solid #fff;margin-bottom:30px;position:relative}.mf-admin-user-data-separator::before{content:"";width:40px;height:4px;background-color:#f2295b;display:block;position:absolute;top:-2px;left:-2px}.mf-admin-demo-tooltip{background-color:#121116;color:#fff;font-size:10px;line-height:13px;text-decoration:none;text-transform:uppercase;padding:2px 9px;border-radius:3px;display:inline-block;position:absolute;right:20px;top:0;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.mf-admin-demo-tooltip:focus,.mf-admin-demo-tooltip:hover{color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.mf-admin-demo-tooltip::before{content:"";border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #121116;position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-admin-demo-tooltip i{margin-right:5px}.admin-bar .mf-admin-section-header.fixed{top:30px}.mf-go-pro-con{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mf-go-pro-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;border:none;background-color:transparent;position:relative;z-index:9;cursor:pointer}.mf-go-pro-close:focus{outline:0;border:none;-webkit-box-shadow:none;box-shadow:none}.attr-modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toplevel_page_elementskit.attr-modal-open .attr-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:1}.mf-admin-input-text--elementskit-license-key{display:block}.mf-admin-license-form-submit.btn-license-activate{background-color:#f2295b;border-radius:27px!important;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;margin-left:0!important;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-license-form-submit.btn-license-activate:focus,.mf-admin-license-form-submit.btn-license-activate:hover{background-color:#ad0730;outline:0}.attr-input-group-btn{text-align:left;margin-top:0}.mf-spinner{width:13px!important;height:13px!important;top:0!important}.attr-modal-content{-webkit-box-shadow:none;box-shadow:none}.mf-go-pro-con .attr-modal-body{padding:30px}.mf-go-pro-con .attr-modal-body a{color:#f2295b}.mf-go-pro-con .attr-modal-body a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.elementskit-template-save-btn-editor{background-color:#ccc;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(204,204,204,.3);box-shadow:0 7px 15px rgba(204,204,204,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s}.elementskit-template-save-btn-editor:active,.elementskit-template-save-btn-editor:focus,.elementskit-template-save-btn-editor:hover{color:#fff!important;background-color:#adadad!important;outline:0;border:none;-webkit-box-shadow:0 7px 15px rgba(204,204,204,.3)!important;box-shadow:0 7px 15px rgba(204,204,204,.3)!important}.elementskit-template-save-btn-editor img{max-width:14px;margin-right:5px}.elementskit-template-save-btn{background-color:#f2295b;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s}.elementskit-template-save-btn:focus,.elementskit-template-save-btn:hover{background-color:#ad0730;outline:0}.attr-panel-heading.pro-disabled{position:relative;overflow:hidden;border-radius:20px!important}.attr-panel-heading.pro-disabled .attr-btn::before,.attr-panel-heading.widget-disabled .attr-btn::before{display:none}.attr-panel-heading.pro-disabled::after{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:1px;position:absolute;text-align:center;text-transform:uppercase;top:0;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.modal-backdrop.attr-fade{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.mf-go-pro-con{margin-top:50px}.mf-go-pro-con .icon{font-size:90px;color:#f2295b;opacity:.3}.mf-go-pro-con h2{font-size:44px;margin:56px 0 34px 0}.mf-go-pro-con p{font-size:20px;font-weight:300;line-height:1.2}.mf-go-pro-con .attr-modal-body{padding:30px 15px}#v-elementskit-mf-go-pro-nav-tab .mf-admin-tab-icon{height:40px;overflow:visible}.mf-go-pro-gif{height:58px;position:absolute;top:9px;right:25px;-webkit-transform:rotate(32deg);transform:rotate(32deg);opacity:.55}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:focus,.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:hover{border-left-color:#fcb214}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:focus .mf-go-pro-gif,.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:hover .mf-go-pro-gif{-webkit-filter:invert(1) brightness(60%) sepia(80%) saturate(10000%) hue-rotate(35deg);filter:invert(1) brightness(60%) sepia(80%) saturate(10000%) hue-rotate(35deg)}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab .mf-admin-title{color:#fcb214}.mf-content-type-pro-disabled .mf-admin-input-switch::before{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:1px;position:absolute;text-align:center;text-transform:uppercase;top:0;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.attr-panel-heading.pro-disabled{position:relative;overflow:hidden;border-radius:20px!important}.attr-panel-heading.pro-disabled .attr-btn::before{display:none}.attr-panel-heading.pro-disabled::after{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:6px;position:absolute;text-align:center;text-transform:uppercase;top:-4px;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.mf-content-type-pro-disabled .mf-admin-input-switch::after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;opacity:.4}.mf-admin-accordion-btn{display:block;margin-left:10px;padding:10px 30px 12px;color:#021343;border:2px solid #e3e5eb;border-radius:6px;font-size:15px;font-weight:500;line-height:18px;text-transform:capitalize;-webkit-transition:color .3s,background .3s,border-color .3s;transition:color .3s,background .3s,border-color .3s;cursor:pointer}.mf-admin-accordion-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mf-admin-accordion-btn:hover{color:#f2295b;background-color:#fff;border-color:#fff;-webkit-box-shadow:none;box-shadow:none}.mf-admin-accordion-btn:focus{color:#021343;-webkit-box-shadow:none;box-shadow:none}.mf-admin-accordion-btn[disabled]{opacity:.85;pointer-events:none}.mf-admin-accordion-btn-focused{color:#fff;background-color:#f2295b;border-color:#f2295b}.mf-admin-accordion-btn-focused:focus,.mf-admin-accordion-btn-focused:hover{color:#fff;background-color:#f2295b;border-color:#f2295b}.mf-admin-widget-list .mf-widget-group-title,.mf-admin-widgets-container .mf-widget-group-title{color:#021343;font-size:16px;line-height:28px;margin-top:36px;margin-bottom:16px}.mf-admin-widget-list .mf-widget-group-title:first-child,.mf-admin-widgets-container .mf-widget-group-title:first-child{margin-top:0}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label{height:52px;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:400;padding-left:15px;padding-right:15px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch{width:45px;height:20px;margin-left:0;min-width:45px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch::after{width:12px;height:12px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch::before{text-indent:18px}.mf-admin-widget-list .mf-content-type-pro-disabled .mf-admin-input-switch::before{font-size:9px;left:-46px;line-height:35px;top:-6px}.mf-admin-widget-list .mf-admin-demo-tooltip{right:0}.mf-admin-widget-list .mf-admin-control-label-text{padding-right:10px;padding-left:10px}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-label-switch{display:none}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input{opacity:1;z-index:1;position:static;-webkit-box-shadow:none;box-shadow:none;border:1.5px solid #c0c2ce;height:16px;width:16px;border-radius:3px;margin:0;margin-right:13px;-webkit-transition:background .4s;transition:background .4s}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input:checked{background-color:#fe0467;border-color:#fe0467}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:10px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-widgets-container .attr-input-switch{margin-bottom:0}.mf-admin-widgets-container .mf-content-type-pro-disabled .mf-admin-control-label:after{background-color:rgba(62,119,252,.1);background-image:none;content:"PRO";display:block;position:absolute;text-align:center;text-transform:uppercase;top:50%;right:-40px;color:#3e77fc;font-size:11px;line-height:13px;border-radius:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-weight:500;padding:2px 5px}.mf-admin-widgets-container .mf-admin-control-label{padding:0;color:#5d5e65;font-size:14px;line-height:17px;position:relative;font-weight:400}.mf-admin-widgets-container .mf-admin-fields-container-fieldset .mf-admin-card-shadow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding:5px;margin-bottom:0}.mf-admin-widgets-container .mf-content-type-pro-disabled .mf-admin-input-switch::before{display:none}.metform-onboard-dashboard{background-color:#f5f6f9;margin-left:-20px;padding:30px;position:absolute;top:0;left:0;z-index:1;width:calc(100% + 20px);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:calc(100vh - 32px);padding-top:30px;padding-bottom:100px}.metform-onboard-dashboard .mf-onboard-btn{color:#fff;font-size:15px;line-height:18px;font-weight:500;background-color:#fe0467;border-radius:6px;text-decoration:none;padding:16px 37px;display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-shadow:none;box-shadow:none;outline:0;cursor:pointer;border:none;position:relative}.metform-onboard-dashboard .mf-onboard-btn:hover{-webkit-box-shadow:0 10px 20px #d602574d;box-shadow:0 10px 20px #d602574d}.metform-onboard-dashboard .mf-onboard-btn.prev{background-color:transparent;color:#021343;padding-right:26px;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.metform-onboard-dashboard .mf-onboard-btn.prev .icon{margin-right:10px;font-weight:700;position:relative;top:1px}.metform-onboard-dashboard .mf-onboard-btn.prev:hover{background-color:transparent;color:#3e77fc}.metform-onboard-dashboard .mf-onboard-btn .mf-spinner{position:absolute;left:16px;top:20px!important}.metform-onboard-dashboard .mf-pro-btn{color:#3e77fc;font-size:15px;line-height:18px;background-color:transparent;font-weight:500;border:2px solid #3e77fc;border-radius:6px;padding:11px 32px;-webkit-transition:all .4s;transition:all .4s;text-decoration:none;display:inline-block}.metform-onboard-dashboard .mf-pro-btn:hover{background-color:#3e77fc;color:#fff}.metform-onboard-dashboard .mf-pro-btn:focus{border-color:#3e77fc;-webkit-box-shadow:none;box-shadow:none}.metform-onboard-dashboard .mf-pro-btn .icon{position:relative;top:1px}.metform-onboard-dashboard .metform_container{max-width:1110px;margin:auto}.metform-onboard-dashboard .mf-onboard-progressbar{background-color:#3e77fc;height:4px;display:block;position:absolute;bottom:-4px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:4px solid #e4e6ee;padding-bottom:20px;position:relative;margin:0;margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-nav-item{padding-right:28px;margin-right:97px;color:#5d5e65;font-size:14px;line-height:17px;font-weight:500;cursor:pointer;margin-bottom:0;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-nav-item.selected .mf-onboard-nav-icon{background-color:#d9e5ff;font-size:22px;vertical-align:middle}.metform-onboard-dashboard .mf-onboard-nav-item:last-child{margin-right:0;padding-right:0}.metform-onboard-dashboard .mf-onboard-nav-item.active .mf-onboard-nav-icon{color:#fff;background-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-nav-item.selected .mf-onboard-nav-icon:before{content:"\e901";color:#3e77fc}.metform-onboard-dashboard .mf-onboard-nav-icon{height:40px;width:40px;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px;margin-right:11px;-webkit-transition:all .4s;transition:all .4s;font-size:20px}.metform-onboard-dashboard .mf-admin-fields-container-description{display:none}.metform-onboard-dashboard .mf-onboard-section{background-color:#fff;overflow:hidden;border-radius:6px;padding:50px;margin-bottom:10px;padding-top:30px}.metform-onboard-dashboard .mf-onboard-section:last-child{margin-bottom:0}.metform-onboard-dashboard .mf-onboard-section-title{font-size:20px;line-height:28px;color:#021343;font-weight:700;margin-top:0;margin-bottom:24px}.metform-onboard-dashboard .mf-onboard-module{margin-top:60px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-card-shadow{border-radius:6px;border:2px solid #eff0f5;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-module .mf-admin-card-shadow:hover{border-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-label{padding:17px 20px 17px 30px;font-size:14px;line-height:17px;font-weight:500;color:#021343}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch::before{background-color:#3e77fc;left:-43px;top:-3px;line-height:34px;-webkit-box-shadow:none;box-shadow:none}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch{width:56px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch::before{border-color:#e7e9ef;background-color:#f2f3f5;color:#5d5e65;font-size:14px;line-height:17px;font-weight:400}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch:after{background:#777f92;height:16px;width:16px;top:5px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::before{border-color:#e7e9ef;text-indent:8px;content:attr(data-active);font-size:14px;line-height:17px;font-weight:400;color:#3e77fc}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch:after{left:35px;background-color:#3e77fc;content:''}.metform-onboard-dashboard .mf-onboard-widget .mf-admin-fields-container-fieldset .attr-input-switch .mf-admin-demo-tooltip{top:-20px;right:inherit;left:32px}.metform-onboard-dashboard .mf-onboard-widget .mf-admin-fields-container-fieldset .attr-input-switch .mf-admin-demo-tooltip::before{left:15px}.metform-onboard-dashboard .mf-admin-fields-container-fieldset{margin:0}.metform-onboard-dashboard .mf-onboard-step-wrapper{opacity:0;visibility:hidden;position:absolute;left:-999999px;top:-999999px;-webkit-transition:all .4s;transition:all .4s;padding:0 100px 0 100px}.metform-onboard-dashboard .mf-onboard-step-wrapper.active{opacity:1;left:inherit;top:inherit;visibility:visible;position:relative}.metform-onboard-dashboard .mf-onboard-main-header{margin-bottom:43px}.metform-onboard-dashboard .mf-onboard-main-header--title{color:#021343;font-size:40px;line-height:54px;font-weight:400;margin:0}.metform-onboard-dashboard .mf-onboard-main-header--title strong{font-weight:700}.metform-onboard-dashboard .mf-onboard-main-header--description{color:#021343;font-size:18px;line-height:28px;margin:0}.metform-onboard-dashboard .mf-onboard-signup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;background-color:#fff;padding:0 26px;padding-right:0;border-left:3px solid #3e77fc;margin:0;-webkit-box-shadow:0 20px 40px rgba(0,10,36,.1);box-shadow:0 20px 40px rgba(0,10,36,.1)}.metform-onboard-dashboard .mf-onboard-signup label{color:#aaabaf;font-size:15px}.metform-onboard-dashboard .mf-onboard-signup input{color:#98999e;font-size:15px;line-height:18px;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:19px 15px;outline:0;border:none;-webkit-box-shadow:none;box-shadow:none;padding-left:9px}.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:active,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:focus,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.metform-onboard-dashboard .mf-onboard-signup--helptext{color:#021343;font-size:16px;line-height:26px;font-weight:400;margin:0;margin-top:40px}.metform-onboard-dashboard .mf-onboard-signup--helptext span{color:#fe0467}.metform-onboard-dashboard .mf-onboard-step-2-inner{max-width:100%;padding:0 148px;padding-top:30px}.metform-onboard-dashboard .mf-onboard-step-2-inner .error{color:red;font-size:14px;margin:0;position:absolute;margin-top:4px}.metform-onboard-dashboard .mf-onboard-step-02:before{content:"";background-image:url(../images/shape-08.png);height:110px;width:105px;display:block;position:fixed;right:-45px;top:200px}.metform-onboard-dashboard .mf-onboard-step-02.active{position:relative!important}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-main-header--title{margin-bottom:12px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-01{position:absolute;margin-top:130px;margin-right:25px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-09{position:absolute;right:56px;margin-top:16px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-07{position:absolute;top:20px;right:220px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-02,.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-03{position:absolute;right:0;top:300px;opacity:.3}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-02{right:inherit;left:0}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-06{position:absolute;left:-35px;top:130px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-05{position:absolute;left:-100px;top:20px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-04{position:absolute;top:230px;left:-150px}.metform-onboard-dashboard .mf-onboard-step-03{padding-top:0}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header{margin-bottom:26px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-11{position:absolute;top:235px;right:0}.metform-onboard-dashboard .mf-onboard-step-03 .shape-12{position:absolute;left:20px;bottom:150px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-06{position:absolute;top:90px;left:-120px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-10{position:absolute;top:185px;left:-50px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-13{position:absolute;top:390px;left:-145px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header--description{color:#5d5e65;font-size:16px;line-height:26px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header--title{margin-bottom:15px;line-height:50px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-pagination{margin-top:50px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-main-header{margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-main-header--title{margin-top:-7px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-pagination{margin-top:30px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-07{position:absolute;top:230px;right:-90px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-14{position:absolute;top:100px;left:-200px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-15{position:absolute;top:230px;left:-100px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-16{position:absolute;left:-130px;top:370px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-17{position:absolute;right:45px;top:310px}.metform-onboard-dashboard .mf-onboard-plugin-list .attr-row{margin-left:-11px;margin-right:-11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{padding:11px}.metform-onboard-dashboard .mf-onboard-single-plugin{background-color:#fff;border-radius:6px;-webkit-box-shadow:0 30px 50px rgba(0,10,36,.1);box-shadow:0 30px 50px rgba(0,10,36,.1);position:relative}.metform-onboard-dashboard .mf-onboard-single-plugin label{display:block;padding:30px;padding-bottom:40px;cursor:default}.metform-onboard-dashboard .mf-onboard-single-plugin--input{border:1px solid #ccced9;-webkit-box-shadow:none;box-shadow:none;background-color:#f5f5f6;height:20px;width:20px;border-radius:50%;position:absolute;top:14px;right:14px;margin:0}.metform-onboard-dashboard .mf-onboard-single-plugin--input:checked{background-color:#3e77fc;border-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-single-plugin--input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:12px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.metform-onboard-dashboard .mf-onboard-single-plugin--install{color:#021343;font-size:15px;font-weight:500;display:block;border:2px solid #e4e6ee;border-radius:6px;min-height:175px;line-height:175px;position:relative;text-decoration:none}.metform-onboard-dashboard .mf-onboard-single-plugin--install i{padding-left:9px;font-weight:700}.metform-onboard-dashboard .mf-onboard-single-plugin--description{color:#5d5e65;font-size:16px;line-height:24px;font-weight:400;margin:0}.metform-onboard-dashboard .mf-onboard-single-plugin--logo{margin-bottom:12px;min-height:41px;max-width:185px;-o-object-fit:contain;object-fit:contain}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin{padding:6px 25px;margin-top:23px}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin.mf-plugin-install-activate{cursor:no-drop;background-color:#ccc;color:#fff;border-color:#ccc}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin.activated{cursor:default}.metform-onboard-dashboard .mf-onboard-tutorial{text-align:center;background-image:url(../images/tutorial-banner.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:80px 0;border-radius:14px;-webkit-box-shadow:0 30px 40px rgba(0,8,30,.2);box-shadow:0 30px 40px rgba(0,8,30,.2);position:relative;overflow:hidden}.metform-onboard-dashboard .mf-onboard-tutorial--btn{display:inline-block;padding:50px;border:1px solid rgba(255,255,255,.06);border-radius:100%}.metform-onboard-dashboard .mf-onboard-tutorial--link{text-decoration:none;display:inline-block;padding:35px;border:2px solid rgba(255,255,255,.1);border-radius:100%}.metform-onboard-dashboard .mf-onboard-tutorial i{color:#fff;font-size:25px;background-color:#fe0467;height:90px;width:90px;display:block;line-height:90px;text-align:center;border-radius:100%;margin:auto;border:1px solid red;margin:10px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-tutorial i:before{margin-left:5px}.metform-onboard-dashboard .mf-onboard-tutorial i:hover{background-color:#fff;color:#fe0467;border-color:#fff}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup{position:absolute}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup iframe{width:100%;height:100%}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup .mf-admin-video-tutorial-iframe{height:100%}.metform-onboard-dashboard .mf-onboard-tut-term{margin-top:35px}.metform-onboard-dashboard .mf-onboard-tut-term--label{color:#5d5e65;font-size:16px;line-height:26px;font-weight:400}.metform-onboard-dashboard .mf-onboard-tut-term--input{height:18px;width:18px;-webkit-box-shadow:none;box-shadow:none;border:1.5px solid #c0c2ce;background-color:#f5f5f6;border-radius:4px;position:relative;box-shadow:none;outline:0}.metform-onboard-dashboard .mf-onboard-tut-term--input:checked{background-color:#fe0467;border-color:#fe0467}.metform-onboard-dashboard .mf-onboard-tut-term--input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:10px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:3px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.metform-onboard-dashboard .mf-onboard-tut-term--input:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.metform-onboard-dashboard .mf-onboard-tut-term--help{margin:0;color:#021343;font-size:14px;font-weight:500;line-height:26px;margin-top:10px;cursor:pointer}.metform-onboard-dashboard .mf-onboard-tut-term--help:hover{color:#3e77fc}.metform-onboard-dashboard .mf-onboard-tut-term--help.active{color:#3e77fc}.metform-onboard-dashboard .mf-onboard-tut-term--helptext{height:0;-webkit-transition:opacity .4s;transition:opacity .4s;opacity:0;visibility:hidden;line-height:22px;color:#5d5e65;font-size:14px;cursor:default;font-weight:400;position:absolute;padding-right:95px;margin-top:20px;margin-bottom:-4px}.metform-onboard-dashboard .mf-onboard-tut-term--helptext.active{opacity:1;visibility:visible;height:auto;position:static}.metform-onboard-dashboard .mf-onboard-tut-term--helptext:hover{text-decoration:none}.metform-onboard-dashboard .mf-onboard-pagination{text-align:right;border-top:1px solid #e4e6ee;padding-top:20px;margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.metform-onboard-dashboard .mf-onboard-shapes{position:absolute;top:50%;width:100%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-9}.metform-onboard-dashboard .mf-onboard-pro-features h2{margin:0;color:#021343;font-size:24px;line-height:29px;margin-bottom:35px}.metform-onboard-dashboard .mf-onboard-pro-features h2 span{color:#fe0467;position:relative;display:inline-block}.metform-onboard-dashboard .mf-onboard-pro-features h2 span:before{content:"";background-image:url(../images/pro-line-shape.png);width:64px;height:44px;display:block;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.metform-onboard-dashboard .mf-onboard-modules li{display:inline-block;color:#021343;font-size:14px;line-height:18px;font-weight:500;background-color:#fff;-webkit-box-shadow:0 30px 40px rgba(0,10,36,.1);box-shadow:0 30px 40px rgba(0,10,36,.1);border-radius:4px;padding-left:10px;padding-right:50px;padding-top:4px;padding-bottom:4px;margin-right:10px;margin-bottom:10px}.metform-onboard-dashboard .mf-onboard-modules img{display:inline-block;vertical-align:middle}.metform-onboard-dashboard .mf-onboard-modules span{display:inline-block;padding-left:10px}.metform-onboard-dashboard .mf-onboard-module-meta{margin:0;margin-top:30px;margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-module-meta li{display:inline-block;font-size:14px;line-height:17px;font-weight:500;margin:0;color:#5d5e65;margin-right:45px}.metform-onboard-dashboard .mf-onboard-module-meta li:last-child{margin-right:0}.metform-onboard-dashboard .mf-onboard-module-meta li i{font-size:15px;height:24px;width:24px;display:inline-block;background-color:rgba(62,119,252,.1);text-align:center;border-radius:100%;line-height:24px;color:#3e77fc;margin-right:7px}.metform-onboard-dashboard .mf-onboard-step-05 .mf-onboard-main-header{margin-bottom:44px}.metform-onboard-dashboard .mf-onboard-step-05 .mf-onboard-pagination{margin-top:70px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-14{position:absolute;top:90px;left:-200px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-15{position:absolute;top:240px;left:-124px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-18{position:absolute;margin-right:150px;margin-top:80px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-19{position:absolute;top:240px;right:80px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header{text-align:center}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-btn{margin-top:43px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header{padding-top:20px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header--description{font-size:16px;line-height:26px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header--title{margin-bottom:10px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-04{position:absolute;left:20px;top:400px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-07{position:absolute;top:100px;right:74px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-15{position:absolute;left:130px;top:200px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-21{position:absolute;top:90px;left:0}.metform-onboard-dashboard .mf-onboard-step-06 .shape-22{position:absolute;top:300px;right:95px}@-webkit-keyframes infinite-spinning{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes infinite-spinning{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mf-spinner{display:none;position:relative;width:18px;height:18px;border-radius:18px;background:rgba(0,0,0,.5);-webkit-animation:infinite-spinning 1.08s linear infinite;animation:infinite-spinning 1.08s linear infinite;vertical-align:middle;margin-right:7px;top:-1px}.is-loading .mf-spinner{display:inline-block}.mf-spinner:after{content:"";position:absolute;top:2px;left:50%;width:4px;height:4px;border-radius:4px;margin-left:-2px;background:#fff}.mf-admin-fields-container-description{margin-bottom:16px}.mf-admin-dashboard-banner{width:100%}.xx{margin:16px 0 0 0!important}.mf-admin-input-text{margin-top:2rem}.mf-admin-section-heaer-title>i{display:inline-block;width:48px;height:48px;line-height:48px!important;margin-right:24px;background-color:#fee9ee;color:#f2295b;text-align:center;border-radius:3px;vertical-align:middle;font-size:20px}.attr-card-body{position:relative;overflow:hidden}.mf-admin-section-heaer-title::before{display:none}.mf_tab_wraper{margin:0 15px}.btn-license-activate{border-radius:4px!important;margin:0 0 0 15px!important}.mf-admin-form{margin-top:30px}@-webkit-keyframes Gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes Gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}a.toplevel_page_elementskit.wp-menu-open{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;-webkit-animation:Gradient 15s ease infinite;animation:Gradient 15s ease infinite;background-size:400% 400%!important;color:#fff!important}#mf-admin-option-text-elementskit-license-key{color:#f2295b}.attr-panel-body .mf-admin-input-switch{padding:0 0 11px;border-width:0;-webkit-box-shadow:none;box-shadow:none}.attr-panel-body .mf-admin-input-switch>label{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attr-panel-body .mf-admin-input-switch>label>span{margin-top:10px;margin-left:0}
1
+ .attr-nav-tabs .mf-admin-nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 44px 18px 20px;color:#121116;border-top:1px solid #e0e4e9;border-left:2px solid transparent;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;background-color:#f1f1f1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:0}.attr-nav-tabs .mf-admin-nav-link .mf-admin-title{font-size:.8125rem;font-weight:700;color:#121116;display:block;margin-bottom:2px;line-height:1}.attr-nav-tabs .mf-admin-nav-link .mf-admin-subtitle{color:#72777c;font-size:.8125rem;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out}.attr-nav-tabs .mf-admin-nav-link .mf-admin-tab-icon{color:#72777c;font-size:1.4375rem;-webkit-transition:all .4s ease;transition:all .4s ease}.attr-nav-tabs .attr-active>a,.attr-nav-tabs>li>a:focus,.attr-nav-tabs>li>a:hover{background-color:#fff;border-left-color:#f2295b}.attr-nav-tabs .attr-active>a .mf-admin-tab-icon,.attr-nav-tabs .attr-active>a .mf-admin-title,.attr-nav-tabs>li>a:focus .mf-admin-tab-icon,.attr-nav-tabs>li>a:focus .mf-admin-title,.attr-nav-tabs>li>a:hover .mf-admin-tab-icon,.attr-nav-tabs>li>a:hover .mf-admin-title{color:#f2295b}.mf-admin-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:9px;border-bottom:1px solid #e0e4e9;margin-bottom:8px}.mf-admin-header-title{font-size:1rem;font-weight:700;color:#f2295b;margin-bottom:0}.mf-admin-help{color:#0073aa;font-weight:700;font-size:.75rem}.mf-admin-help>i{padding-right:5px}.mf-admin-input-switch{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1;-ms-flex-item-align:end;align-self:flex-end}#v-elementskit-dashboard>.mf-admin-section-header>.mf-admin-input-switch{display:none}.mf-admin-input-switch .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::after{left:30px;background-color:#f2295b;color:#f2295b}.mf-admin-input-switch .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::before{border-color:#f2295b;text-indent:52px}.mf-admin-input-switch .mf-admin-control-label{cursor:pointer;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-input-switch .mf-admin-control-label-switch{position:relative;overflow:hidden;width:52px;height:26px;display:inline-block;margin-left:10px}.mf-admin-input-switch .mf-admin-control-label-switch::after,.mf-admin-input-switch .mf-admin-control-label-switch::before{position:absolute;-webkit-transition:all .3s cubic-bezier(.22,.61,.36,1);transition:all .3s cubic-bezier(.22,.61,.36,1);font-weight:700;font-size:.6875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mf-admin-input-switch .mf-admin-control-label-switch::before{content:attr(data-inactive);top:0;left:0;width:100%;height:100%;background-color:#fff;border:#444 solid 1px;border-radius:26px;text-indent:24px}.mf-admin-input-switch .mf-admin-control-label-switch::after{position:absolute;top:4px;left:4px;display:block;content:attr(data-active);width:18px;height:18px;background-color:#444;border-radius:100%;-webkit-transition:all .3s cubic-bezier(.22,.61,.36,1);transition:all .3s cubic-bezier(.22,.61,.36,1);text-indent:-22px;display:-webkit-box;display:-ms-flexbox;display:flex}.mf-admin-input-switch .mf-admin-control-input{opacity:0;z-index:-1;position:absolute}.mf-admin-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-bottom:1px solid #e0e4e9;padding-bottom:24px;margin-bottom:48px}.mf-admin-section-header::before{content:"";position:absolute;display:block;width:48px;height:2px;bottom:-1px;left:0;background:#f2295b}.mf-admin-section-heaer-title{position:relative;font-size:1.625rem;font-weight:600;margin-bottom:0;line-height:1}.mf-admin-section-heaer-title::before{content:"\f15b";font-family:FontAwesome;display:inline-block;width:48px;height:48px;line-height:48px;margin-right:24px;background-color:#fee9ee;color:#f2295b;text-align:center;border-radius:3px;vertical-align:middle;font-size:20px}.mf-admin-fields-container{font-size:.875rem;color:#666}.custom-control .custom-control-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#121116;font-size:.875rem}.custom-control .custom-control-input:checked~.custom-control-label::before{border-color:#19073b;background-color:#19073b;-webkit-transform:scale(1);transform:scale(1)}.custom-control .custom-control-input:checked~.custom-control-label::after{-webkit-transform:scale(1);transform:scale(1)}.custom-control .custom-control-input .custom-control-label::after,.custom-control .custom-control-input .custom-control-label::before{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .4s ease;transition:all .4s ease}.custom-control .custom-control-input .custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.mf-admin-fields-container-fieldset{margin-top:16px}.attr-nav-tabs{margin-top:0}.attr-nav-tabs>li{width:100%}.attr-nav-tabs>li>a{margin-right:0}@media (min-width:992px){.mf-admin-right-content{width:70%}}@media (min-width:992px) and (max-width:1199px){.mf-admin-right-content{width:100%;padding:0}.mf-admin-feature-request-section .mf-admin-right-content,.mf-admin-support-section .mf-admin-right-content{padding-left:20px}#v-elementskit-userdata .mf-admin-fields-container{max-width:75%}.mf-admin-rate-now-section .mf-admin-right-content{padding-bottom:20px}.mf-admin-fields-container-description{width:100%!important}.mf-admin-section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mf-admin-section-heaer-title{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.mf-admin-input-switch{-ms-flex-item-align:start;align-self:flex-start}.mf-all-element-switch{margin:15px 0!important;min-width:215px!important}.mf-all-element-switch .mf-admin-control-label{padding:7px 0!important}}@media screen and (min-device-width:1200px) and (max-device-width:1600px){body .metform-onboard-dashboard .mf-onboard-step-04 img{display:none}body .metform-onboard-dashboard .mf-onboard-step-04 .shape-17{display:block}}@media (max-width:991px){.mf-admin-fields-container-description{width:100%}.mf-admin-right-content{width:100%;padding:0}.mf-admin-feature-request-section .mf-admin-right-content,.mf-admin-support-section .mf-admin-right-content{padding-left:20px}#v-elementskit-userdata .mf-admin-fields-container{max-width:75%}.mf-admin-section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mf-admin-section-heaer-title{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.mf-admin-input-switch{-ms-flex-item-align:start;align-self:flex-start}.mf-all-element-switch{margin:15px 0!important;min-width:215px!important}.mf-all-element-switch .mf-admin-control-label{padding:7px 0!important}body .metform-onboard-dashboard img{max-width:100%}body .metform-onboard-dashboard .mf-onboard-step-2-inner{padding:0}body .metform-onboard-dashboard .mf-onboard-nav-item{width:100%;margin-bottom:10px!important}body .metform-onboard-dashboard .mf-onboard-nav-item:last-child{margin-bottom:0}body .metform-onboard-dashboard .mf-onboard-step-02:before{display:none}body .metform-onboard-dashboard .mf-onboard-nav .mf-onboard-progressbar{display:none}body .metform-onboard-dashboard .mf-onboard-step-wrapper{padding:0 55px}body .metform-onboard-dashboard .metform-onboard-dashboard .mf-onboard-tutorial{padding:50px 0}body .metform-onboard-dashboard .metform-onboard-dashboard .mf-onboard-module-meta li{display:block}body .metform-onboard-dashboard .mf-onboard-step-04 .shape-07{display:none}body .metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:480px){.mf-admin-video-tutorial-iframe iframe{max-width:300px;height:auto}.mf-admin-video-tutorial-list a h2{font-size:16px}.mf_accordion_card:not(:last-child){margin-bottom:15px}.mf_accordion_card .attr-btn{padding:16px;font-size:12px;padding-left:20px}.mf-admin-right-content--link{font-size:12px;padding:10px 15px}.mf-admin-right-content--heading h2{font-size:20px}.mf-admin-right-content--heading__sub-title{font-size:50px}.mf-admin-right-content p{font-size:16px;line-height:25px}.mf-admin-right-content--form input{height:50px;padding:0 25px}.mf-admin-right-content--form button{width:45px;height:45px}.mf-admin-section-heaer-title{margin-bottom:10px;font-size:14px}.mf-admin-input-switch .mf-admin-settings-form-submit{font-size:12px;padding:9px 18px}.mf-admin-section-header{font-size:15px}.mf-admin-section-header .mf-admin-input-switch{-ms-flex-item-align:center;align-self:center}.mf_accordion_card .attr-panel-body{padding:20px}.mf-admin-fields-container-description{font-size:15px;line-height:22px}#v-elementskit-userdata .mf-admin-fields-container{max-width:100%}#v-elementskit-userdata::before{background-size:contain;width:100%;height:100%}.mf-admin-section{padding:30px 0}.mf-admin-video-tutorial-list{display:block}.mf-admin-video-tutorial-list .mf-admin-video-tutorial-item{margin-bottom:15px}.mf-admin-video-tutorial-list .mf-admin-video-tutorial-item:last-child{margin-bottom:0}.mf-admin-dual-layout{display:block}.mf-admin-dual-layout.mf-admin-rate-now-section .mf-admin-left-thumb,.mf-admin-dual-layout.mf-admin-subscribed-section .mf-admin-left-thumb{margin:0;margin-top:50px}.mf-admin-dual-layout .mf-admin-left-thumb{margin-bottom:50px}body .metform-onboard-dashboard .mf-onboard-step-wrapper{padding:0}body .metform-onboard-dashboard .mf-onboard-shapes{display:none}body .metform-onboard-dashboard .mf-onboard-main-header--title{font-size:30px;line-height:35px!important}body .metform-onboard-dashboard .mf-onboard-main-header--title br{display:none}body .metform-onboard-dashboard .mf-onboard-main-header--description{font-size:16px;line-height:25px}body .metform-onboard-dashboard .mf-onboard-section{padding:30px}body .metform-onboard-dashboard .mf-onboard-btn{padding:10px 30px}body .metform-onboard-dashboard .mf-onboard-single-plugin label{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .metform-onboard-dashboard .mf-onboard-tutorial{padding:35px 15px}body .metform-onboard-dashboard .mf-onboard-module-meta li{display:block;margin:0;margin-bottom:10px}body .metform-onboard-dashboard .mf-onboard-modules li{margin-right:0;display:block}body .metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}body .metform-onboard-dashboard .mf-onboard-tut-term--helptext{padding-right:0}}body.toplevel_page_elementskit{overflow-y:scroll}#mf-admin-settings-form{margin-top:30px}.mf_tab_wraper_group{margin-right:0;margin-left:0}.mf_tab_wraper_group>div:first-of-type{padding-right:0}.mf_tab_wraper_group>div:last-of-type{padding-left:0}.mf_tab_wraper_group .attr-tab-pane{min-height:500px}.attr-tab-content{background-color:#fff;padding:30px;border-radius:20px}.mf-admin-section-heaer-title{margin-top:0;color:#f2295b;font-size:24px;line-height:28px;font-weight:700;vertical-align:middle;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}.mf-admin-section-heaer-title i{font-size:18px;line-height:18px!important;color:#f2295b;width:40px;height:40px;background-color:#fde9ee;border-radius:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:13px}.mf-admin-nav .attr-nav-tabs{border:none}.mf-admin-nav li{background-color:#fff}.mf-admin-nav li.attr-active{border-top-left-radius:10px;border-bottom-left-radius:10px}.mf-admin-nav li.attr-active .mf-admin-nav-link{border-radius:10px}.mf-admin-nav li.attr-active .mf-admin-nav-link::before{content:"";background-color:#f2295b;height:10px;width:10px;position:absolute;left:17px;border-radius:100px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-nav li.attr-active .mf-admin-nav-link:hover{background-color:#fff}.mf-admin-nav .mf-admin-nav-link{text-decoration:none;border:none;padding:23px 40px}.mf-admin-nav .mf-admin-nav-link .mf-admin-tab-icon{color:#121116}.mf-admin-nav .mf-admin-nav-link.top{border-bottom-right-radius:30px}.mf-admin-nav .mf-admin-nav-link.bottom{border-top-right-radius:30px}.mf-admin-nav .mf-admin-nav-link.mf-admin-nav-hidden{background-color:#f1f1f1;cursor:default;padding:15px;pointer-events:none}.mf-admin-nav .mf-admin-nav-link:hover{background-color:#f1f1f1}.mf-admin-nav .mf-admin-nav-link:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.mf-admin-nav .mf-admin-title{text-transform:uppercase;color:#f2295b;font-size:14px;line-height:16px;font-weight:700}.attr-btn{cursor:pointer}.metform_container{width:100%}.mf-admin-card-shadow{border-radius:3px;border:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 6px 20px 0 rgba(194,204,222,.3);box-shadow:0 6px 20px 0 rgba(194,204,222,.3)}#mf-admin-settings-form .mf-admin-card{margin-bottom:50px;border-radius:20px}.attr-input-switch{margin-bottom:10px;position:relative}.mf-admin-input-switch .mf-admin-control-label{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:600;font-size:14px;line-height:16px;color:#121116;padding:23px 26px}.mf-all-element-switch{width:23%;display:inline-block;margin:auto 1rem 0 auto;color:#fff;min-width:277px}.mf-all-element-switch .mf-admin-input-switch{padding:0}.mf-all-element-switch .mf-admin-control-label{padding:7px 26px}.mf-admin-input-text{margin-bottom:0;margin-top:0!important}.mf-admin-input-text:not(:last-child){margin-bottom:0}.mf-admin-input-text>label{font-weight:700;margin-bottom:7px;display:inline-block;color:#121116;font-size:14px;line-height:16px}.mf-admin-input-text .attr-form-control{border-radius:5px;padding:8px 30px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:28px;display:inline-block;color:rgba(18,17,22,.4);border:none;-webkit-box-shadow:none;box-shadow:none;color:#121116}.mf-admin-input-text .attr-form-control:focus{border:1px solid #f2295b;-webkit-box-shadow:none;box-shadow:none;outline:0}#mf-admin-license-form .attr-form-control{border-radius:3px;border:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 6px 20px 0 rgba(194,204,222,.3);box-shadow:0 6px 20px 0 rgba(194,204,222,.3)}.mf-admin-license-form-submit{border-radius:5px;padding:8px 30px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box}.mf_logo{padding-top:35px}.mf-admin-input-text .attr-form-control::-moz-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control:-moz-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control:-ms-input-placeholder{color:rgba(0,0,0,.3)}.mf-admin-input-text .attr-form-control::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.mf_accordion_card{background-color:#f5f5f5;border-radius:20px}.mf_accordion_card:not(:last-child){margin-bottom:30px}.mf_accordion_card .mf-admin-input-text:not(:last-child){margin-bottom:30px}.mf_accordion_card .attr-panel-body{padding:30px;padding-top:0}.mf_accordion_card .card-header{padding:0;border-bottom:0 solid #000}.mf_accordion_card .attr-btn{display:block;text-decoration:none;width:100%;text-align:left;padding:29px 30px;color:#333;font-weight:700;cursor:pointer;font-size:14px;line-height:16px;text-transform:uppercase;position:relative;-webkit-transition:all .4s;transition:all .4s}.mf_accordion_card .attr-btn::before{content:"\f107";color:#121116;font-size:16px;font-family:fontawesome;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf_accordion_card .attr-btn[aria-expanded=true]{color:#f2295b}.mf_accordion_card .attr-btn[aria-expanded=true]::before{content:"\f106";color:#f2295b}.mf_accordion_card .attr-btn:focus{-webkit-box-shadow:none;box-shadow:none}.mf_accordion_card .attr-panel-heading{padding:0;border-radius:0}.mf_accordion_card .attr-widget-activate-text{text-transform:none;border:1px solid #333;padding:0 6px 1px;border-radius:5px;margin-left:5px}[class^=attr]{-webkit-box-sizing:border-box;box-sizing:border-box}.attr-btn-primary{color:#fff;background-color:#f2295b;border-color:#f2295b;text-decoration:none}.attr-btn-primary:focus,.attr-btn-primary:hover{background-color:#f2295b;border-color:#f2295b;outline:0}.attr-card-body{padding:1.25rem}.attr-card-body .attr-card-title{margin-top:0;margin-bottom:.75rem}.mf-admin-dashboard-banner{display:block}.mf-admin-save-icon{color:#fff;font-size:14px;margin-right:6px;height:14px;width:14px}.mf-admin-input-switch .mf-admin-settings-form-submit{background-color:#f2295b;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-input-switch .mf-admin-settings-form-submit:focus,.mf-admin-input-switch .mf-admin-settings-form-submit:hover{background-color:#ad0730;outline:0}.mf-admin-section-header{padding-bottom:17px;margin-bottom:30px}.mf-admin-section-header.fixed{position:fixed;top:0;padding-top:30px;background-color:#fff;z-index:1}.mf-admin-section-header.fixed+div{margin-top:90px}.mf-admin-dual-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-dual-layout .mf-admin-right-content{margin:0}.mf-admin-dual-layout .mf-admin-right-content--heading__sub-title{left:0;-webkit-transform:inherit;transform:inherit}.mf-admin-section{padding:50px 30px}.mf-admin-section:last-of-type{padding-bottom:0}.mf-admin-right-content{padding:0 50px;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.mf-admin-right-content p{color:#121116;font-size:18px;line-height:28px}.mf-admin-right-content p:last-of-type{margin-bottom:0}.mf-admin-right-content--form{position:relative;max-width:300px}.mf-admin-right-content--form input{height:54px;background-color:#2d3cfe;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:27px;padding:0 30px;color:#fff;font-size:14px;-webkit-box-shadow:0 7px 15px rgba(45,60,254,.3);box-shadow:0 7px 15px rgba(45,60,254,.3);padding-right:70px}.mf-admin-right-content--form input::-webkit-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::-moz-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input:-ms-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::-ms-input-placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input::placeholder{color:#fff;opacity:.5}.mf-admin-right-content--form input:focus{outline:0;border:none;-webkit-box-shadow:0 7px 15px rgba(45,60,254,.3);box-shadow:0 7px 15px rgba(45,60,254,.3)}.mf-admin-right-content--form button{width:48px;height:48px;background-color:#fff;border-radius:100px;color:#2d3cfe;position:absolute;right:2px;top:50%;border-color:transparent;-webkit-transition:all .4s;transition:all .4s;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-right-content--form button:focus,.mf-admin-right-content--form button:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;border:1px solid #fff}.mf-admin-right-content--form button i{font-size:18px;line-height:16px}.mf-admin-right-content--heading{position:relative}.mf-admin-right-content--heading h2{color:#f2295b;font-size:24px;line-height:28px;font-weight:700;letter-spacing:-1px}.mf-admin-right-content--heading__sub-title{font-size:60px;line-height:69px;color:#000;opacity:.05;letter-spacing:-1px;font-weight:700;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-admin-right-content--button,.mf-admin-right-content--form{margin-top:45px}.mf-admin-right-content--link{display:inline-block;border-radius:27px;background-color:#f2295b;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);border:none;font-size:14px;line-height:16px;font-weight:700;text-transform:uppercase;padding:19px 34px;-webkit-transition:all .4s;transition:all .4s}.mf-admin-right-content--link i{margin-right:7px}.mf-admin-right-content--link:focus,.mf-admin-right-content--link:hover{background-color:#ad0730}.mf-admin-subscribed-section .mf-admin-right-content--heading h2{color:#2d3cfe}.mf-admin-support-section .mf-admin-right-content--heading h2{color:#00be75}.mf-admin-support-section .mf-admin-right-content--link{background-color:#00be75;-webkit-box-shadow:0 7px 15px rgba(0,190,117,.3);box-shadow:0 7px 15px rgba(0,190,117,.3)}.mf-admin-support-section .mf-admin-right-content--link:focus,.mf-admin-support-section .mf-admin-right-content--link:hover{background-color:#108458}.mf-admin-subscribed-section,.mf-admin-support-section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-admin-rate-now-section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-admin-rate-now-section .mf-admin-right-content p span{color:#fec42d}.mf-admin-rate-now-section .mf-admin-right-content--heading h2{color:#fec42d}.mf-admin-rate-now-section .mf-admin-right-content--link{background-color:#fec42d;-webkit-box-shadow:0 7px 15px rgba(254,196,45,.3);box-shadow:0 7px 15px rgba(254,196,45,.3)}.mf-admin-rate-now-section .mf-admin-right-content--link:focus,.mf-admin-rate-now-section .mf-admin-right-content--link:hover{background-color:#dea203}.mf-admin-except-title p{font-size:24px;line-height:25px}.mf-admin-except-title p span{display:block;font-weight:700}.mf-admin-left-thumb img{max-width:100%}.mf-admin-faq-section .mf-admin-accordion{max-width:700px;margin:0 auto;margin-top:30px}.mf-admin-single-accordion{background-color:#fff;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.07);box-shadow:0 7px 15px rgba(0,0,0,.07);margin:10px 0}.mf-admin-single-accordion.active .mf-admin-single-accordion--heading::after{content:"\f106";color:#f2295b}.mf-admin-single-accordion--heading{cursor:pointer;margin:0;color:#121116;font-size:14px;line-height:20px;padding:18px 20px;position:relative}.mf-admin-single-accordion--heading::after{content:"\f107";font-family:fontawesome;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:12px}.mf-admin-single-accordion--body{padding:0;display:none}.mf-admin-single-accordion--body__content{padding:30px;padding-top:0}.mf-admin-single-accordion--body p{margin:0}.mf-admin-video-tutorial-list{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;margin-top:30px}.mf-admin-video-tutorial-list a{text-decoration:none}.mf-admin-video-tutorial-list a h2{font-size:18px;line-height:20px;text-align:center;display:block}.mf-admin-video-tutorial-list .tutorial-thumb{position:relative}.mf-admin-video-tutorial-list .tutorial-thumb::before{content:"";background-image:url(../images/video-icon.png);display:inline-block;height:30px;width:30px;background-color:#fff;padding:20px;background-repeat:no-repeat;border-radius:100px;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.1);box-shadow:0 7px 15px rgba(0,0,0,.1);background-position:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mf-admin-video-tutorial-list .tutorial-thumb img{max-width:100%;display:block}.mf-admin-video-tutorial-popup{position:fixed;background-color:rgba(0,0,0,.5);width:100%;height:100%;left:0;top:0;overflow-y:auto;z-index:10000;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.mf-admin-video-tutorial-popup.show{opacity:1;visibility:visible}.mf-admin-video-tutorial-popup.show .mf-admin-video-tutorial-popup-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.mf-admin-video-tutorial-popup .mf-admin-video-tutorial-popup-content{position:absolute;top:50%;left:50%;-webkit-transition:all .7s;transition:all .7s;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.mf-admin-video-tutorial-close{position:absolute;top:-10px;right:-6px;cursor:pointer;background-color:#ce1b04;border-radius:100px;width:30px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:33px}.mf-admin-video-tutorial-close i{color:#fff;font-size:20px}.mf-admin-access-token{text-decoration:none;color:#f2295b;text-align:right;display:block;font-size:16px;font-weight:600}.mf-admin-access-token:focus,.mf-admin-access-token:hover{color:#cd1c48;outline:0}#v-elementskit-userdata{padding-bottom:150px;position:relative;z-index:1}#v-elementskit-userdata .mf-admin-fields-container{max-width:60%}#v-elementskit-userdata::before{content:"";background-image:url(../images/user-data-thumb.png);position:absolute;display:block;bottom:0;right:0;height:281px;width:444px;display:block;background-repeat:no-repeat;background-position:right bottom;z-index:-1}.mf-admin-fields-container-description{font-size:18px;line-height:28px;color:#121116;width:55%;display:inline-block}#v-elementskit-elements .mf-admin-fields-container-fieldset,#v-elementskit-modules .mf-admin-fields-container-fieldset{margin-top:20px}#v-elementskit-elements .mf-admin-section-header,#v-elementskit-modules .mf-admin-section-header{margin-bottom:20px}.mf-admin-fields-container-fieldset .attr-row{margin-left:-12px;margin-right:-12px}.mf-admin-fields-container-fieldset .attr-row>div{padding:0 10px}.mf-admin-fields-container-fieldset .mf-admin-card-shadow{background-color:#fff;border-radius:10px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ededed;padding:0;margin:0;margin-bottom:20px}.mf-admin-fields-container-fieldset .mf-admin-card-shadow:hover{border-color:#f2295b}.mf-admin-fields-container-fieldset .attr-input-switch:hover .mf-admin-demo-tooltip{visibility:visible;opacity:1;top:-10px}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input{opacity:1;position:static;z-index:1;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;width:20px;height:20px;-webkit-box-shadow:none;box-shadow:none;border:2px solid #ccced9;margin-top:26px;position:relative}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input:checked{border-color:#fe0467}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-input:checked::before{background-color:#fe0467;height:10px;width:10px;margin:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow{margin-bottom:10px;padding:0 0 0 26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 1px 2px rgba(2,19,67,.1);box-shadow:0 1px 2px rgba(2,19,67,.1);border:1px solid transparent}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow.active{-webkit-box-shadow:0 20px 30px rgba(2,19,67,.1);box-shadow:0 20px 30px rgba(2,19,67,.1);position:relative;z-index:1}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-card-shadow:hover{border-color:#fe0467}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#021343;font-size:20px;line-height:12px;padding:29px 10px;display:block;font-weight:400;width:100%}.mf-admin-fields-container-fieldset .mf-admin-input-radio .mf-admin-control-desc{color:#5d5e65;font-size:14px;line-height:18px;font-weight:400;margin-top:11px;display:block}.mf-admin-user-data-separator{display:block;border:2px solid #fff;margin-bottom:30px;position:relative}.mf-admin-user-data-separator::before{content:"";width:40px;height:4px;background-color:#f2295b;display:block;position:absolute;top:-2px;left:-2px}.mf-admin-demo-tooltip{background-color:#121116;color:#fff;font-size:10px;line-height:13px;text-decoration:none;text-transform:uppercase;padding:2px 9px;border-radius:3px;display:inline-block;position:absolute;right:20px;top:0;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.mf-admin-demo-tooltip:focus,.mf-admin-demo-tooltip:hover{color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.mf-admin-demo-tooltip::before{content:"";border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #121116;position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-admin-demo-tooltip i{margin-right:5px}.admin-bar .mf-admin-section-header.fixed{top:30px}.mf-go-pro-con{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mf-go-pro-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;border:none;background-color:transparent;position:relative;z-index:9;cursor:pointer}.mf-go-pro-close:focus{outline:0;border:none;-webkit-box-shadow:none;box-shadow:none}.attr-modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toplevel_page_elementskit.attr-modal-open .attr-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:1}.mf-admin-input-text--elementskit-license-key{display:block}.mf-admin-license-form-submit.btn-license-activate{background-color:#f2295b;border-radius:27px!important;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;margin-left:0!important;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mf-admin-license-form-submit.btn-license-activate:focus,.mf-admin-license-form-submit.btn-license-activate:hover{background-color:#ad0730;outline:0}.attr-input-group-btn{text-align:left;margin-top:0}.mf-spinner{width:13px!important;height:13px!important;top:0!important}.attr-modal-content{-webkit-box-shadow:none;box-shadow:none}.mf-go-pro-con .attr-modal-body{padding:30px}.mf-go-pro-con .attr-modal-body a{color:#f2295b}.mf-go-pro-con .attr-modal-body a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.elementskit-template-save-btn-editor{background-color:#ccc;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(204,204,204,.3);box-shadow:0 7px 15px rgba(204,204,204,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s}.elementskit-template-save-btn-editor:active,.elementskit-template-save-btn-editor:focus,.elementskit-template-save-btn-editor:hover{color:#fff!important;background-color:#adadad!important;outline:0;border:none;-webkit-box-shadow:0 7px 15px rgba(204,204,204,.3)!important;box-shadow:0 7px 15px rgba(204,204,204,.3)!important}.elementskit-template-save-btn-editor img{max-width:14px;margin-right:5px}.elementskit-template-save-btn{background-color:#f2295b;border-radius:27px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:700;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s}.elementskit-template-save-btn:focus,.elementskit-template-save-btn:hover{background-color:#ad0730;outline:0}.attr-panel-heading.pro-disabled{position:relative;overflow:hidden;border-radius:20px!important}.attr-panel-heading.pro-disabled .attr-btn::before,.attr-panel-heading.widget-disabled .attr-btn::before{display:none}.attr-panel-heading.pro-disabled::after{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:1px;position:absolute;text-align:center;text-transform:uppercase;top:0;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.modal-backdrop.attr-fade{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.mf-go-pro-con{margin-top:50px}.mf-go-pro-con .icon{font-size:90px;color:#f2295b;opacity:.3}.mf-go-pro-con h2{font-size:44px;margin:56px 0 34px 0}.mf-go-pro-con p{font-size:20px;font-weight:300;line-height:1.2}.mf-go-pro-con .attr-modal-body{padding:30px 15px}#v-elementskit-mf-go-pro-nav-tab .mf-admin-tab-icon{height:40px;overflow:visible}.mf-go-pro-gif{height:58px;position:absolute;top:9px;right:25px;-webkit-transform:rotate(32deg);transform:rotate(32deg);opacity:.55}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:focus,.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:hover{border-left-color:#fcb214}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:focus .mf-go-pro-gif,.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab:hover .mf-go-pro-gif{-webkit-filter:invert(1) brightness(60%) sepia(80%) saturate(10000%) hue-rotate(35deg);filter:invert(1) brightness(60%) sepia(80%) saturate(10000%) hue-rotate(35deg)}.attr-nav-tabs>li>#v-elementskit-mf-go-pro-nav-tab .mf-admin-title{color:#fcb214}.mf-content-type-pro-disabled .mf-admin-input-switch::before{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:1px;position:absolute;text-align:center;text-transform:uppercase;top:0;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.attr-panel-heading.pro-disabled{position:relative;overflow:hidden;border-radius:20px!important}.attr-panel-heading.pro-disabled .attr-btn::before{display:none}.attr-panel-heading.pro-disabled::after{background-color:#f2295b;background-image:none;-webkit-box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;box-shadow:rgba(0,5,41,.1) 0 3px 7px 0;color:#fff;content:"PRO";display:block;font-size:10px;font-weight:600;height:25px;left:-41px;line-height:28px;padding-bottom:1px;padding-left:3px;padding-right:0;padding-top:6px;position:absolute;text-align:center;text-transform:uppercase;top:-4px;-webkit-transform:matrix(.707107,-.707107,.707107,.707107,0,0);transform:matrix(.707107,-.707107,.707107,.707107,0,0);width:100px}.mf-content-type-pro-disabled .mf-admin-input-switch::after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;opacity:.4}.mf-admin-accordion-btn{display:block;margin-left:10px;padding:10px 30px 12px;color:#021343;border:2px solid #e3e5eb;border-radius:6px;font-size:15px;font-weight:500;line-height:18px;text-transform:capitalize;-webkit-transition:color .3s,background .3s,border-color .3s;transition:color .3s,background .3s,border-color .3s;cursor:pointer}.mf-admin-accordion-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mf-admin-accordion-btn:hover{color:#f2295b;background-color:#fff;border-color:#fff;-webkit-box-shadow:none;box-shadow:none}.mf-admin-accordion-btn:focus{color:#021343;-webkit-box-shadow:none;box-shadow:none}.mf-admin-accordion-btn[disabled]{opacity:.85;pointer-events:none}.mf-admin-accordion-btn-focused{color:#fff;background-color:#f2295b;border-color:#f2295b}.mf-admin-accordion-btn-focused:focus,.mf-admin-accordion-btn-focused:hover{color:#fff;background-color:#f2295b;border-color:#f2295b}.mf-admin-widget-list .mf-widget-group-title,.mf-admin-widgets-container .mf-widget-group-title{color:#021343;font-size:16px;line-height:28px;margin-top:36px;margin-bottom:16px}.mf-admin-widget-list .mf-widget-group-title:first-child,.mf-admin-widgets-container .mf-widget-group-title:first-child{margin-top:0}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label{height:52px;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:400;padding-left:15px;padding-right:15px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch{width:45px;height:20px;margin-left:0;min-width:45px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch::after{width:12px;height:12px}.mf-admin-widget-list .mf-admin-input-switch .mf-admin-control-label-switch::before{text-indent:18px}.mf-admin-widget-list .mf-content-type-pro-disabled .mf-admin-input-switch::before{font-size:9px;left:-46px;line-height:35px;top:-6px}.mf-admin-widget-list .mf-admin-demo-tooltip{right:0}.mf-admin-widget-list .mf-admin-control-label-text{padding-right:10px;padding-left:10px}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-label-switch{display:none}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input{opacity:1;z-index:1;position:static;-webkit-box-shadow:none;box-shadow:none;border:1.5px solid #c0c2ce;height:16px;width:16px;border-radius:3px;margin:0;margin-right:13px;-webkit-transition:background .4s;transition:background .4s}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input:checked{background-color:#fe0467;border-color:#fe0467}.mf-admin-widgets-container .mf-admin-input-switch .mf-admin-control-input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:10px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-admin-widgets-container .attr-input-switch{margin-bottom:0}.mf-admin-widgets-container .mf-content-type-pro-disabled .mf-admin-control-label:after{background-color:rgba(62,119,252,.1);background-image:none;content:"PRO";display:block;position:absolute;text-align:center;text-transform:uppercase;top:50%;right:-40px;color:#3e77fc;font-size:11px;line-height:13px;border-radius:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-weight:500;padding:2px 5px}.mf-admin-widgets-container .mf-admin-control-label{padding:0;color:#5d5e65;font-size:14px;line-height:17px;position:relative;font-weight:400}.mf-admin-widgets-container .mf-admin-fields-container-fieldset .mf-admin-card-shadow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding:5px;margin-bottom:0}.mf-admin-widgets-container .mf-content-type-pro-disabled .mf-admin-input-switch::before{display:none}.metform-onboard-dashboard{background-color:#f5f6f9;margin-left:-20px;padding:30px;position:absolute;top:0;left:0;z-index:1;width:calc(100% + 20px);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:calc(100vh - 32px);padding-top:30px;padding-bottom:100px}.metform-onboard-dashboard .mf-onboard-btn{color:#fff;font-size:15px;line-height:18px;font-weight:500;background-color:#fe0467;border-radius:6px;text-decoration:none;padding:16px 37px;display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-shadow:none;box-shadow:none;outline:0;cursor:pointer;border:none;position:relative}.metform-onboard-dashboard .mf-onboard-btn:hover{-webkit-box-shadow:0 10px 20px #d602574d;box-shadow:0 10px 20px #d602574d}.metform-onboard-dashboard .mf-onboard-btn.prev{background-color:transparent;color:#021343;padding-right:26px;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.metform-onboard-dashboard .mf-onboard-btn.prev .icon{margin-right:10px;font-weight:700;position:relative;top:1px}.metform-onboard-dashboard .mf-onboard-btn.prev:hover{background-color:transparent;color:#3e77fc}.metform-onboard-dashboard .mf-onboard-btn .mf-spinner{position:absolute;left:16px;top:20px!important}.metform-onboard-dashboard .mf-pro-btn{color:#3e77fc;font-size:15px;line-height:18px;background-color:transparent;font-weight:500;border:1.5px solid #3e77fc;border-radius:6px;padding:11px 32px;-webkit-transition:all .4s;transition:all .4s;text-decoration:none;display:inline-block}.metform-onboard-dashboard .mf-pro-btn:hover{background-color:#3e77fc;color:#fff}.metform-onboard-dashboard .mf-pro-btn:focus{border-color:#3e77fc;-webkit-box-shadow:none;box-shadow:none}.metform-onboard-dashboard .mf-pro-btn .icon{position:relative;top:1px}.metform-onboard-dashboard .metform_container{max-width:1110px;margin:auto}.metform-onboard-dashboard .mf-onboard-progressbar{background-color:#3e77fc;height:4px;display:block;position:absolute;bottom:-4px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:4px solid #e4e6ee;padding-bottom:20px;position:relative;margin:0;margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-nav-item{padding-right:28px;margin-right:97px;color:#5d5e65;font-size:14px;line-height:17px;font-weight:500;cursor:pointer;margin-bottom:0;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-nav-item.selected .mf-onboard-nav-icon{background-color:#d9e5ff;font-size:22px;vertical-align:middle}.metform-onboard-dashboard .mf-onboard-nav-item:last-child{margin-right:0;padding-right:0}.metform-onboard-dashboard .mf-onboard-nav-item.active .mf-onboard-nav-icon{color:#fff;background-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-nav-item.selected .mf-onboard-nav-icon:before{content:"\e901";color:#3e77fc}.metform-onboard-dashboard .mf-onboard-nav-icon{height:40px;width:40px;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px;margin-right:11px;-webkit-transition:all .4s;transition:all .4s;font-size:20px}.metform-onboard-dashboard .mf-admin-fields-container-description{display:none}.metform-onboard-dashboard .mf-onboard-section{background-color:#fff;overflow:hidden;border-radius:6px;padding:50px;margin-bottom:10px;padding-top:30px}.metform-onboard-dashboard .mf-onboard-section:last-child{margin-bottom:0}.metform-onboard-dashboard .mf-onboard-section-title{font-size:20px;line-height:28px;color:#021343;font-weight:700;margin-top:0;margin-bottom:24px}.metform-onboard-dashboard .mf-onboard-module{margin-top:60px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-card-shadow{border-radius:6px;border:2px solid #eff0f5;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-module .mf-admin-card-shadow:hover{border-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-label{padding:17px 20px 17px 30px;font-size:14px;line-height:17px;font-weight:500;color:#021343}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch::before{background-color:#3e77fc;left:-43px;top:-3px;line-height:34px;-webkit-box-shadow:none;box-shadow:none}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch{width:56px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch::before{border-color:#e7e9ef;background-color:#f2f3f5;color:#5d5e65;font-size:14px;line-height:17px;font-weight:400}.metform-onboard-dashboard .mf-onboard-module .mf-admin-input-switch .mf-admin-control-label-switch:after{background:#777f92;height:16px;width:16px;top:5px}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch::before{border-color:#e7e9ef;text-indent:8px;content:attr(data-active);font-size:14px;line-height:17px;font-weight:400;color:#3e77fc}.metform-onboard-dashboard .mf-onboard-module .mf-admin-control-input:checked~.mf-admin-control-label .mf-admin-control-label-switch:after{left:35px;background-color:#3e77fc;content:''}.metform-onboard-dashboard .mf-onboard-widget .mf-admin-fields-container-fieldset .attr-input-switch .mf-admin-demo-tooltip{top:-20px;right:inherit;left:32px}.metform-onboard-dashboard .mf-onboard-widget .mf-admin-fields-container-fieldset .attr-input-switch .mf-admin-demo-tooltip::before{left:15px}.metform-onboard-dashboard .mf-admin-fields-container-fieldset{margin:0}.metform-onboard-dashboard .mf-onboard-step-wrapper{opacity:0;visibility:hidden;position:absolute;left:-999999px;top:-999999px;-webkit-transition:all .4s;transition:all .4s;padding:0 100px 0 100px}.metform-onboard-dashboard .mf-onboard-step-wrapper.active{opacity:1;left:inherit;top:inherit;visibility:visible;position:relative}.metform-onboard-dashboard .mf-onboard-main-header{margin-bottom:43px}.metform-onboard-dashboard .mf-onboard-main-header--title{color:#021343;font-size:40px;line-height:54px;font-weight:400;margin:0}.metform-onboard-dashboard .mf-onboard-main-header--title strong{font-weight:700}.metform-onboard-dashboard .mf-onboard-main-header--description{color:#021343;font-size:18px;line-height:28px;margin:0}.metform-onboard-dashboard .mf-onboard-signup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;background-color:#fff;padding:0 26px;padding-right:0;border-left:3px solid #3e77fc;margin:0;-webkit-box-shadow:0 20px 40px rgba(0,10,36,.1);box-shadow:0 20px 40px rgba(0,10,36,.1)}.metform-onboard-dashboard .mf-onboard-signup label{color:#aaabaf;font-size:15px}.metform-onboard-dashboard .mf-onboard-signup input{color:#98999e;font-size:15px;line-height:18px;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:19px 15px;outline:0;border:none;-webkit-box-shadow:none;box-shadow:none;padding-left:9px}.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:active,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:focus,.metform-onboard-dashboard .mf-onboard-signup input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.metform-onboard-dashboard .mf-onboard-signup--helptext{color:#021343;font-size:16px;line-height:26px;font-weight:400;margin:0;margin-top:40px}.metform-onboard-dashboard .mf-onboard-signup--helptext span{color:#fe0467}.metform-onboard-dashboard .mf-onboard-step-2-inner{max-width:100%;padding:0 148px;padding-top:30px}.metform-onboard-dashboard .mf-onboard-step-2-inner .error{color:red;font-size:14px;margin:0;position:absolute;margin-top:4px}.metform-onboard-dashboard .mf-onboard-step-02:before{content:"";background-image:url(../images/shape-08.png);height:110px;width:105px;display:block;position:fixed;right:-45px;top:200px}.metform-onboard-dashboard .mf-onboard-step-02.active{position:relative!important}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-main-header--title{margin-bottom:12px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-01{position:absolute;margin-top:130px;margin-right:25px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-09{position:absolute;right:56px;margin-top:16px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-07{position:absolute;top:20px;right:220px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-02,.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-03{position:absolute;right:0;top:300px;opacity:.3}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-02{right:inherit;left:0}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-06{position:absolute;left:-35px;top:130px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-05{position:absolute;left:-100px;top:20px}.metform-onboard-dashboard .mf-onboard-step-02 .mf-onboard-shapes .shape-04{position:absolute;top:230px;left:-150px}.metform-onboard-dashboard .mf-onboard-step-03{padding-top:0}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header{margin-bottom:26px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-11{position:absolute;top:235px;right:0}.metform-onboard-dashboard .mf-onboard-step-03 .shape-12{position:absolute;left:20px;bottom:150px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-06{position:absolute;top:90px;left:-37px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-10{position:absolute;top:185px;left:-2px}.metform-onboard-dashboard .mf-onboard-step-03 .shape-13{position:absolute;top:390px;left:-145px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header--description{color:#5d5e65;font-size:16px;line-height:26px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-main-header--title{margin-bottom:15px;line-height:50px}.metform-onboard-dashboard .mf-onboard-step-03 .mf-onboard-pagination{margin-top:50px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-main-header{margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-main-header--title{margin-top:-7px}.metform-onboard-dashboard .mf-onboard-step-01 .mf-onboard-pagination{margin-top:30px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-07{position:absolute;top:230px;right:-90px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-14{position:absolute;top:100px;left:-200px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-15{position:absolute;top:230px;left:-100px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-16{position:absolute;left:-35px;top:370px}.metform-onboard-dashboard .mf-onboard-step-01 .shape-17{position:absolute;right:45px;top:310px}.metform-onboard-dashboard .mf-onboard-plugin-list .attr-row{margin-left:-11px;margin-right:-11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.metform-onboard-dashboard .mf-onboard-plugin-list .attr-row>div{padding:11px}.metform-onboard-dashboard .mf-onboard-single-plugin{background-color:#fff;border-radius:6px;-webkit-box-shadow:0 30px 50px rgba(0,10,36,.1);box-shadow:0 30px 50px rgba(0,10,36,.1);position:relative}.metform-onboard-dashboard .mf-onboard-single-plugin label{display:block;padding:30px 62px 36px 27px;cursor:default}.metform-onboard-dashboard .mf-onboard-single-plugin .badge--featured{position:absolute;right:-20px;top:-30px;height:100px}.metform-onboard-dashboard .mf-onboard-single-plugin--input{border:1px solid #ccced9;-webkit-box-shadow:none;box-shadow:none;background-color:#f5f5f6;height:20px;width:20px;border-radius:50%;position:absolute;top:14px;right:14px;margin:0}.metform-onboard-dashboard .mf-onboard-single-plugin--input:checked{background-color:#3e77fc;border-color:#3e77fc}.metform-onboard-dashboard .mf-onboard-single-plugin--input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:12px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.metform-onboard-dashboard .mf-onboard-single-plugin--install{color:#021343;font-size:15px;font-weight:500;display:block;border:2px solid #e4e6ee;border-radius:6px;min-height:175px;line-height:175px;position:relative;text-decoration:none}.metform-onboard-dashboard .mf-onboard-single-plugin--install i{padding-left:9px;font-weight:700}.metform-onboard-dashboard .mf-onboard-single-plugin--description{color:#5d5e65;font-size:15px;line-height:22px;font-weight:400;margin:0}.metform-onboard-dashboard .mf-onboard-single-plugin--description span{background:#d7a1f973;color:#021343;font-weight:500}.metform-onboard-dashboard .mf-onboard-single-plugin--logo{margin-bottom:12px}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin{padding:5px 20px 7px 20px;margin-top:23px}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin.mf-plugin-install-activate{cursor:no-drop;background-color:#e8e9ef;color:#5d5e65;border-color:#e8e9ef}.metform-onboard-dashboard .mf-onboard-single-plugin--install_plugin.activated{cursor:default;border:1px solid #2aaE1433;background:rgba(42,174,20,.1);color:#2aae14}.metform-onboard-dashboard .mf-onboard-single-plugin.badge--featured:before{content:url(../images/onboard/featured.svg);display:block;position:absolute;top:10px;right:4px}.metform-onboard-dashboard .mf-onboard-tutorial{text-align:center;background-image:url(../images/tutorial-banner.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:80px 0;border-radius:14px;-webkit-box-shadow:0 30px 40px rgba(0,8,30,.2);box-shadow:0 30px 40px rgba(0,8,30,.2);position:relative;overflow:hidden}.metform-onboard-dashboard .mf-onboard-tutorial--btn{display:inline-block;padding:50px;border:1px solid rgba(255,255,255,.06);border-radius:100%}.metform-onboard-dashboard .mf-onboard-tutorial--link{text-decoration:none;display:inline-block;padding:35px;border:2px solid rgba(255,255,255,.1);border-radius:100%}.metform-onboard-dashboard .mf-onboard-tutorial i{color:#fff;font-size:25px;background-color:#fe0467;height:90px;width:90px;display:block;line-height:90px;text-align:center;border-radius:100%;margin:auto;border:1px solid red;margin:10px;-webkit-transition:all .4s;transition:all .4s}.metform-onboard-dashboard .mf-onboard-tutorial i:before{margin-left:5px}.metform-onboard-dashboard .mf-onboard-tutorial i:hover{background-color:#fff;color:#fe0467;border-color:#fff}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup{position:absolute}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup iframe{width:100%;height:100%}.metform-onboard-dashboard .mf-onboard-tutorial .mf-admin-video-tutorial-popup .mf-admin-video-tutorial-iframe{height:100%}.metform-onboard-dashboard .mf-onboard-tut-term{margin-top:35px}.metform-onboard-dashboard .mf-onboard-tut-term--label{color:#5d5e65;font-size:16px;line-height:26px;font-weight:400}.metform-onboard-dashboard .mf-onboard-tut-term--input{height:18px;width:18px;-webkit-box-shadow:none;box-shadow:none;border:1.5px solid #c0c2ce;background-color:#f5f5f6;border-radius:4px;position:relative;box-shadow:none;outline:0}.metform-onboard-dashboard .mf-onboard-tut-term--input:checked{background-color:#fe0467;border-color:#fe0467}.metform-onboard-dashboard .mf-onboard-tut-term--input:checked::before{content:"\e901";font-family:xs-onboard-icons;padding:0;width:auto;height:auto;font-size:10px;font-weight:700;color:#fff;margin:0;position:absolute;top:50%;left:3px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.metform-onboard-dashboard .mf-onboard-tut-term--input:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.metform-onboard-dashboard .mf-onboard-tut-term--help{margin:0;color:#021343;font-size:14px;font-weight:500;line-height:26px;margin-top:10px;cursor:pointer}.metform-onboard-dashboard .mf-onboard-tut-term--help:hover{color:#3e77fc}.metform-onboard-dashboard .mf-onboard-tut-term--help.active{color:#3e77fc}.metform-onboard-dashboard .mf-onboard-tut-term--helptext{height:0;-webkit-transition:opacity .4s;transition:opacity .4s;opacity:0;visibility:hidden;line-height:22px;color:#5d5e65;font-size:14px;cursor:default;font-weight:400;position:absolute;padding-right:95px;margin-top:20px;margin-bottom:-4px}.metform-onboard-dashboard .mf-onboard-tut-term--helptext.active{opacity:1;visibility:visible;height:auto;position:static}.metform-onboard-dashboard .mf-onboard-tut-term--helptext:hover{text-decoration:none}.metform-onboard-dashboard .mf-onboard-pagination{text-align:right;border-top:1px solid #e4e6ee;padding-top:20px;margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.metform-onboard-dashboard .mf-onboard-shapes{position:absolute;top:50%;width:100%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-9}.metform-onboard-dashboard .mf-onboard-pro-features h2{margin:0;color:#021343;font-size:24px;line-height:29px;margin-bottom:35px}.metform-onboard-dashboard .mf-onboard-pro-features h2 span{color:#fe0467;position:relative;display:inline-block}.metform-onboard-dashboard .mf-onboard-pro-features h2 span:before{content:"";background-image:url(../images/pro-line-shape.png);width:64px;height:44px;display:block;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.metform-onboard-dashboard .mf-onboard-modules li{display:inline-block;color:#021343;font-size:14px;line-height:18px;font-weight:500;background-color:#fff;-webkit-box-shadow:0 30px 40px rgba(0,10,36,.1);box-shadow:0 30px 40px rgba(0,10,36,.1);border-radius:4px;padding-left:10px;padding-right:50px;padding-top:4px;padding-bottom:4px;margin-right:10px;margin-bottom:10px}.metform-onboard-dashboard .mf-onboard-modules img{display:inline-block;vertical-align:middle}.metform-onboard-dashboard .mf-onboard-modules span{display:inline-block;padding-left:10px}.metform-onboard-dashboard .mf-onboard-module-meta{margin:0;margin-top:30px;margin-bottom:50px}.metform-onboard-dashboard .mf-onboard-module-meta li{display:inline-block;font-size:14px;line-height:17px;font-weight:500;margin:0;color:#5d5e65;margin-right:45px}.metform-onboard-dashboard .mf-onboard-module-meta li:last-child{margin-right:0}.metform-onboard-dashboard .mf-onboard-module-meta li i{font-size:15px;height:24px;width:24px;display:inline-block;background-color:rgba(62,119,252,.1);text-align:center;border-radius:100%;line-height:24px;color:#3e77fc;margin-right:7px}.metform-onboard-dashboard .mf-onboard-step-05 .mf-onboard-main-header{margin-bottom:44px}.metform-onboard-dashboard .mf-onboard-step-05 .mf-onboard-pagination{margin-top:70px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-14{position:absolute;top:90px;left:-200px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-15{position:absolute;top:240px;left:-124px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-18{position:absolute;margin-right:150px;margin-top:80px}.metform-onboard-dashboard .mf-onboard-step-05 .shape-19{position:absolute;top:240px;right:80px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header{text-align:center}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-btn{margin-top:43px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header{padding-top:20px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header--description{font-size:16px;line-height:26px}.metform-onboard-dashboard .mf-onboard-step-06 .mf-onboard-main-header--title{margin-bottom:10px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-04{position:absolute;left:20px;top:400px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-07{position:absolute;top:100px;right:74px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-15{position:absolute;left:130px;top:200px}.metform-onboard-dashboard .mf-onboard-step-06 .shape-21{position:absolute;top:90px;left:0}.metform-onboard-dashboard .mf-onboard-step-06 .shape-22{position:absolute;top:300px;right:95px}@-webkit-keyframes infinite-spinning{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes infinite-spinning{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mf-spinner{display:none;position:relative;width:18px;height:18px;border-radius:18px;background:rgba(0,0,0,.5);-webkit-animation:infinite-spinning 1.08s linear infinite;animation:infinite-spinning 1.08s linear infinite;vertical-align:middle;margin-right:7px;top:-1px}.is-loading .mf-spinner{display:inline-block}.mf-spinner:after{content:"";position:absolute;top:2px;left:50%;width:4px;height:4px;border-radius:4px;margin-left:-2px;background:#fff}.mf-admin-fields-container-description{margin-bottom:16px}.mf-admin-dashboard-banner{width:100%}.xx{margin:16px 0 0 0!important}.mf-admin-input-text{margin-top:2rem}.mf-admin-section-heaer-title>i{display:inline-block;width:48px;height:48px;line-height:48px!important;margin-right:24px;background-color:#fee9ee;color:#f2295b;text-align:center;border-radius:3px;vertical-align:middle;font-size:20px}.attr-card-body{position:relative;overflow:hidden}.mf-admin-section-heaer-title::before{display:none}.mf_tab_wraper{margin:0 15px}.btn-license-activate{border-radius:4px!important;margin:0 0 0 15px!important}.mf-admin-form{margin-top:30px}@-webkit-keyframes Gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes Gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}a.toplevel_page_elementskit.wp-menu-open{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;-webkit-animation:Gradient 15s ease infinite;animation:Gradient 15s ease infinite;background-size:400% 400%!important;color:#fff!important}#mf-admin-option-text-elementskit-license-key{color:#f2295b}.attr-panel-body .mf-admin-input-switch{padding:0 0 11px;border-width:0;-webkit-box-shadow:none;box-shadow:none}.attr-panel-body .mf-admin-input-switch>label{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attr-panel-body .mf-admin-input-switch>label>span{margin-top:10px;margin-left:0}
core/integrations/onboard/assets/images/products/elementskit-logo.svg CHANGED
@@ -1,60 +1,53 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 335.7 46.6" xml:space="preserve">
2
- <g>
3
- <g>
4
- <path fill="#F8003C" d="M1.7,28.1h14.7c0.7,0,1.2-0.4,1.5-0.9c0.1-0.2,0.2-0.5,0.2-0.8v-6.2c0-1-0.8-1.7-1.7-1.7H8H1.7 c-1,0-1.7,0.8-1.7,1.7v6.2C0,27.3,0.8,28.1,1.7,28.1z"/>
5
- <path fill="#27334F" d="M33.6,14.4c0-1.8,0.4-3.5,1.2-5c0-0.1,0-0.1,0-0.2l-7.4,8.9c-0.9,1.1-1.4,2.3-1.6,3.6 c-0.3,2.1,0.2,4.3,1.6,6.1l3.5,4.2l2.3,2.8l4.9,5.9l2.7,3.3l0,0l1.4,1.7c0.4,0.5,1,0.7,1.6,0.8c0,0,0,0,0,0c0.3,0,0.6-0.1,0.9-0.2 h0c0.3-0.1,0.5-0.3,0.7-0.5l0.2-0.2l3.9-3.8c0.8-0.8,0.9-2.1,0.1-2.9l-1.2-1.5l-4.2-5.1l-5.9-7c-0.5-0.6-0.8-1.4-0.8-2.2 c-0.1-0.1-0.1-0.2-0.2-0.3C35.1,20.8,33.6,17.8,33.6,14.4z"/>
6
- <path fill="#FFAA00" d="M49.9,6.3c0-0.5-0.2-0.9-0.6-1.3l-4.2-4.3c-0.3-0.3-0.7-0.5-1.1-0.6c0,0,0,0,0,0C43.8,0,43.6,0,43.4,0 c-0.6,0-1.2,0.3-1.6,0.8l-3.7,4.5l0,0l-3.3,3.9c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0c-0.8,1.5-1.2,3.2-1.2,5c0,3.4,1.5,6.4,3.9,8.4 c0.1,0.1,0.1,0.2,0.2,0.3c0-0.8,0.3-1.6,0.8-2.3l10.9-13C49.8,7.4,49.9,6.8,49.9,6.3z"/>
7
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="33.4347" y1="19.6302" x2="39.0536" y2="12.7343">
8
- <stop offset="0" style="stop-color:#000000"/>
9
- <stop offset="0.1448" style="stop-color:#303030"/>
10
- <stop offset="0.3812" style="stop-color:#797979"/>
11
- <stop offset="0.5934" style="stop-color:#B2B2B2"/>
12
- <stop offset="0.7737" style="stop-color:#DCDCDC"/>
13
- <stop offset="0.9151" style="stop-color:#F6F6F6"/>
14
- <stop offset="1" style="stop-color:#FFFFFF"/>
15
- </linearGradient>
16
- <path opacity="0.3" fill="url(#SVGID_1_)" d="M49.9,6.3c0-0.5-0.2-0.9-0.6-1.3l-4.2-4.3c-0.3-0.3-0.7-0.5-1.1-0.6c0,0,0,0,0,0 C43.8,0,43.6,0,43.4,0c-0.6,0-1.2,0.3-1.6,0.8l-3.7,4.5l0,0l-3.3,3.9c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0c-0.8,1.5-1.2,3.2-1.2,5 c0,3.4,1.5,6.4,3.9,8.4c0.1,0.1,0.1,0.2,0.2,0.3c0-0.8,0.3-1.6,0.8-2.3l10.9-13C49.8,7.4,49.9,6.8,49.9,6.3z"/>
17
- <path fill="#F8003C" d="M13.7,35.7h-12c-0.2,0-0.4,0-0.6,0.1C0.5,36,0,36.7,0,37.4v3.1v3.1c0,1,0.8,1.7,1.7,1.7h0.1h3.6 C6.9,41.2,9.9,37.7,13.7,35.7L13.7,35.7"/>
18
- <path fill="#F8003C" d="M5.5,45.4H26c1,0,1.7-0.8,1.7-1.7v-0.3v-5.9c0-1-0.8-1.7-1.7-1.7h-1.3H13.8C9.9,37.7,6.9,41.2,5.5,45.4z"/>
19
- <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.4519" y1="40.5244" x2="27.7615" y2="40.5244">
20
- <stop offset="0" style="stop-color:#000000"/>
21
- <stop offset="0.1448" style="stop-color:#303030"/>
22
- <stop offset="0.3812" style="stop-color:#797979"/>
23
- <stop offset="0.5934" style="stop-color:#B2B2B2"/>
24
- <stop offset="0.7737" style="stop-color:#DCDCDC"/>
25
- <stop offset="0.9151" style="stop-color:#F6F6F6"/>
26
- <stop offset="1" style="stop-color:#FFFFFF"/>
27
- </linearGradient>
28
- <path opacity="0.4" fill="url(#SVGID_2_)" d="M5.5,45.4H26c1,0,1.7-0.8,1.7-1.7v-0.3v-5.9c0-1-0.8-1.7-1.7-1.7h-1.3H13.8 C9.9,37.7,6.9,41.2,5.5,45.4z"/>
29
- <path fill="#0099AC" d="M25.9,1.2h-3.6c-1.5,4.2-4.5,7.6-8.3,9.7h0h12c0.2,0,0.4,0,0.6-0.1c0.7-0.2,1.2-0.9,1.2-1.6V6.1V2.9 C27.8,2,27,1.2,25.9,1.2L25.9,1.2"/>
30
- <path fill="#0099AC" d="M22.3,1.2H1.7C0.8,1.2,0,2,0,2.9v0.3v5.9c0,1,0.8,1.7,1.7,1.7h1.3H14C17.9,8.8,20.8,5.4,22.3,1.2z"/>
31
-
32
- <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-805.4604" y1="764.8273" x2="-783.1508" y2="764.8273" gradientTransform="matrix(-1 0 0 -1 -783.1508 770.8482)">
33
- <stop offset="0" style="stop-color:#000000"/>
34
- <stop offset="0.1448" style="stop-color:#303030"/>
35
- <stop offset="0.3812" style="stop-color:#797979"/>
36
- <stop offset="0.5934" style="stop-color:#B2B2B2"/>
37
- <stop offset="0.7737" style="stop-color:#DCDCDC"/>
38
- <stop offset="0.9151" style="stop-color:#F6F6F6"/>
39
- <stop offset="1" style="stop-color:#FFFFFF"/>
40
- </linearGradient>
41
- <path opacity="0.4" fill="url(#SVGID_3_)" d="M22.3,1.2H1.7C0.8,1.2,0,2,0,2.9v0.3v5.9c0,1,0.8,1.7,1.7,1.7h1.3H14 C17.9,8.8,20.8,5.4,22.3,1.2z"/>
42
- </g>
43
- <g>
44
- <path fill="none" d="M189.8,19.9c-1.7,0-3.1,0.5-4.3,1.5c-1.1,0.9-1.8,2.2-2,3.7h12.9c-0.3-1.6-1-2.8-2-3.7 C193.1,20.4,191.6,19.9,189.8,19.9z"/>
45
- <path fill="none" d="M117.4,19.9c-1.7,0-3.1,0.5-4.3,1.5c-1.1,0.9-1.8,2.2-2,3.7h12.9c-0.3-1.6-1-2.8-2-3.7 C120.7,20.4,119.2,19.9,117.4,19.9z"/>
46
- <polygon fill="#252525" points="73.5,26.2 87.6,26.2 87.6,20.5 73.5,20.5 73.5,11.5 90.6,11.5 90.6,5.7 67,5.7 67,41.4 91.2,41.4 91.2,35.6 73.5,35.6 "/>
47
- <rect x="94.6" y="5.7" fill="#252525" width="6.1" height="35.8"/>
48
- <path fill="#252525" d="M123.9,16.3c-1.9-1-4.2-1.5-6.7-1.5c-2.5,0-4.7,0.6-6.7,1.7c-1.9,1.1-3.5,2.7-4.5,4.8 c-1.1,2-1.6,4.4-1.6,7.1c0,2.7,0.6,5,1.7,7c1.1,2,2.7,3.6,4.7,4.7c2,1.1,4.4,1.7,7.2,1.7c3.1,0,5.8-0.9,7.9-2.6 c2.1-1.7,3.4-3.9,3.9-6.6l0.1-0.4h-6.1l-0.1,0.3c-0.3,1.3-1,2.4-2.1,3.1c-1.1,0.7-2.4,1.1-4,1.1c-2,0-3.6-0.6-4.8-1.8 c-1.2-1.2-1.9-2.9-2-5H130l0-0.3c0.1-0.7,0.2-1.4,0.2-2.1c0-2.5-0.6-4.8-1.7-6.6C127.3,18.8,125.8,17.4,123.9,16.3z M111,25.1 c0.3-1.5,0.9-2.7,2-3.7c1.2-1,2.7-1.5,4.3-1.5c1.8,0,3.3,0.5,4.5,1.5c1.1,0.9,1.8,2.1,2,3.7H111z"/>
49
- <path fill="#252525" d="M163.7,14.8c-2.1,0-4,0.4-5.5,1.3c-1.3,0.7-2.4,1.8-3.3,3c-0.7-1.3-1.8-2.4-3-3.1 c-1.4-0.8-3.1-1.2-4.9-1.2c-3,0-5.4,1.1-7.3,3.2l-0.5-2.9l-5.4,2v24.4h6.1V27.4c0-2.2,0.5-4,1.5-5.3c1-1.3,2.4-1.9,4.1-1.9 c1.7,0,2.9,0.5,3.7,1.6c0.9,1.1,1.3,2.7,1.3,4.9v14.8h6.2V27.2c0-2.2,0.5-3.9,1.5-5.2c1-1.2,2.4-1.8,4.1-1.8 c1.7,0,2.9,0.5,3.7,1.6c0.8,1.1,1.3,2.7,1.3,4.9v14.8h6.2V26.6c0-4.1-0.9-7.1-2.8-9C169,15.7,166.6,14.8,163.7,14.8z"/>
50
- <path fill="#252525" d="M196.3,16.3c-1.9-1-4.2-1.5-6.7-1.5c-2.5,0-4.7,0.6-6.7,1.7c-1.9,1.1-3.5,2.7-4.5,4.8 c-1.1,2-1.6,4.4-1.6,7.1c0,2.7,0.6,5,1.7,7c1.1,2,2.7,3.6,4.7,4.7c2,1.1,4.4,1.7,7.2,1.7c3.1,0,5.8-0.9,7.9-2.6 c2.1-1.7,3.4-3.9,3.9-6.6l0.1-0.4h-6.1l-0.1,0.3c-0.3,1.3-1,2.4-2.1,3.1c-1.1,0.7-2.4,1.1-4,1.1c-2,0-3.6-0.6-4.8-1.8 c-1.2-1.2-1.9-2.9-2-5h19.2l0-0.3c0.1-0.7,0.2-1.4,0.2-2.1c0-2.5-0.6-4.8-1.7-6.6C199.8,18.8,198.3,17.4,196.3,16.3z M183.4,25.1 c0.3-1.5,0.9-2.7,2-3.7c1.2-1,2.7-1.5,4.3-1.5c1.8,0,3.3,0.5,4.5,1.5c1.1,0.9,1.8,2.1,2,3.7H183.4z"/>
51
- <path fill="#252525" d="M220.1,14.8c-3.3,0-6,1.1-8,3.2l-0.5-2.9l-5.4,2v24.4h6.1V28.2c0-2.5,0.6-4.5,1.7-5.9 c1.2-1.4,2.7-2.1,4.7-2.1c1.9,0,3.3,0.6,4.3,1.8c1,1.2,1.5,3,1.5,5.3v14.2h6.2V27c0-4.2-1-7.3-3-9.3 C225.8,15.8,223.2,14.8,220.1,14.8z"/>
52
- <path fill="#252525" d="M243.3,35.4c-0.3-0.3-0.5-1-0.5-1.9v-13h6.2v-5.5h-6.2V7.9l-6.2,2v5.2h-2.5l-2,5.5h4.5v13.5 c0,2.5,0.6,4.3,1.8,5.5c1.2,1.2,3.1,1.8,5.6,1.8h5.6v-5.5h-4.5C244.2,35.9,243.6,35.8,243.3,35.4z"/>
53
- <path fill="#252525" d="M268.7,26.4c-1.5-0.5-3.4-0.9-5.6-1.1c-1.6-0.2-2.8-0.4-3.5-0.5c-0.7-0.1-1.2-0.4-1.7-0.7 c-0.4-0.3-0.6-0.8-0.6-1.4c0-0.9,0.4-1.6,1.3-2.1c0.9-0.6,2.1-0.8,3.6-0.8c1.5,0,2.7,0.4,3.7,1.1c1,0.7,1.5,1.5,1.6,2.6l0,0.3h6 l0-0.4c-0.2-2.7-1.3-4.8-3.4-6.3c-2.1-1.5-4.8-2.2-8.1-2.2c-2,0-3.8,0.3-5.4,1c-1.6,0.7-2.9,1.7-3.8,2.9c-0.9,1.3-1.4,2.8-1.4,4.4 c0,1.8,0.5,3.2,1.4,4.2c0.9,1,2.2,1.8,3.7,2.3c1.5,0.5,3.3,0.8,5.6,1.1c1.6,0.2,2.8,0.4,3.6,0.6c0.7,0.2,1.3,0.4,1.7,0.8 c0.4,0.4,0.6,0.9,0.6,1.7c0,0.9-0.4,1.6-1.3,2.2c-1,0.6-2.2,0.9-3.8,0.9c-1.7,0-3.2-0.4-4.3-1.2h0c-1.1-0.8-1.6-1.8-1.7-3l0-0.3 h-5.9l0,0.4c0.1,2.8,1.2,5.1,3.4,6.7c2.2,1.6,5,2.4,8.5,2.4c2.1,0,4-0.3,5.6-1c1.7-0.7,3-1.7,4-2.9c1-1.3,1.5-2.8,1.5-4.5 c0-1.9-0.5-3.4-1.4-4.5C271.5,27.7,270.2,26.9,268.7,26.4z"/>
54
- <polygon fill="#252525" points="308.1,5.7 300.1,5.7 284.6,23.1 284.6,5.7 278.1,5.7 278.1,41.4 284.6,41.4 284.6,32 290.3,25.7 301.1,41.4 308.9,41.4 294.9,20.7 "/>
55
- <path fill="#F8003C" d="M313.5,4.8c-1,0-1.9,0.3-2.6,1c-0.7,0.7-1.1,1.6-1.1,2.6s0.4,1.9,1.1,2.6c0.7,0.7,1.6,1,2.6,1 s1.9-0.3,2.6-1c0.7-0.7,1.1-1.6,1.1-2.6s-0.4-1.9-1.1-2.6C315.4,5.2,314.5,4.8,313.5,4.8z"/>
56
- <rect x="310.4" y="15.1" fill="#252525" width="6.2" height="26.4"/>
57
- <path fill="#252525" d="M331.3,35.9c-0.9,0-1.5-0.2-1.8-0.5c-0.3-0.3-0.5-1-0.5-1.9v-13h6.2v-5.5H329V7.9l-6.2,2v5.2h-2.5l-2,5.5 h4.5v13.5c0,2.5,0.6,4.3,1.8,5.5c1.2,1.2,3.1,1.8,5.6,1.8h5.6v-5.5H331.3z"/>
58
- </g>
59
- </g>
60
- </svg>
1
+ <svg width="200" height="28" viewBox="0 0 200 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.07208 16.7362H9.82729C10.2442 16.7362 10.542 16.4979 10.7207 16.2001C10.7802 16.081 10.8398 15.9024 10.8398 15.7237V12.031C10.8398 11.4354 10.3633 11.0185 9.82729 11.0185H4.76475H1.07208C0.476487 11.0185 0.0595721 11.495 0.0595721 12.031V15.7237C1.28305e-05 16.2597 0.476487 16.7362 1.07208 16.7362Z" fill="#F8003C"/>
3
+ <path d="M20.0715 8.57651C20.0715 7.50445 20.3097 6.49194 20.7862 5.59855C20.7862 5.53899 20.7862 5.53899 20.7862 5.47943L16.3788 10.7802C15.8428 11.4354 15.545 12.1501 15.4258 12.9243C15.2472 14.1751 15.545 15.4854 16.3788 16.5575L18.4634 19.0589L19.8332 20.7266L22.7516 24.2406L24.3597 26.2061L25.1936 27.2186C25.4318 27.5164 25.7892 27.6355 26.1465 27.695C26.3252 27.695 26.5039 27.6355 26.6825 27.5759C26.8612 27.5164 26.9803 27.3972 27.0995 27.2781L27.2186 27.159L29.5414 24.8957C30.0179 24.4193 30.0774 23.645 29.6009 23.1685L28.8862 22.2751L26.3847 19.2376L22.8708 15.0685C22.573 14.7111 22.3943 14.2346 22.3943 13.7582C22.3347 13.6986 22.3347 13.639 22.2752 13.5795C20.9649 12.3883 20.0715 10.6015 20.0715 8.57651Z" fill="#27334F"/>
4
+ <path d="M29.7201 3.75223C29.7201 3.45444 29.601 3.2162 29.3627 2.97796L26.8612 0.416915C26.6825 0.238237 26.4443 0.119119 26.2061 0.0595593C26.087 0 26.0274 0 25.9083 0C25.5509 0 25.1936 0.178678 24.9553 0.476474L22.7516 3.15664L20.7862 5.47945C20.7862 5.53901 20.7862 5.53901 20.7862 5.59857C20.3097 6.49196 20.0715 7.50447 20.0715 8.57653C20.0715 10.6015 20.9649 12.3883 22.3943 13.5795C22.4538 13.6391 22.4538 13.6986 22.5134 13.7582C22.5134 13.2817 22.6921 12.8052 22.9899 12.3883L29.4818 4.64562C29.6605 4.40739 29.7796 4.05003 29.7201 3.75223Z" fill="#FFAA00"/>
5
+ <path opacity="0.3" d="M29.7201 3.75223C29.7201 3.45444 29.601 3.2162 29.3627 2.97796L26.8612 0.416915C26.6825 0.238237 26.4443 0.119119 26.2061 0.0595593C26.087 0 26.0274 0 25.9083 0C25.5509 0 25.1936 0.178678 24.9553 0.476474L22.7516 3.15664L20.7862 5.47945C20.7862 5.53901 20.7862 5.53901 20.7862 5.59857C20.3097 6.49196 20.0715 7.50447 20.0715 8.57653C20.0715 10.6015 20.9649 12.3883 22.3943 13.5795C22.4538 13.6391 22.4538 13.6986 22.5134 13.7582C22.5134 13.2817 22.6921 12.8052 22.9899 12.3883L29.4818 4.64562C29.6605 4.40739 29.7796 4.05003 29.7201 3.75223Z" fill="url(#paint0_linear_1_733)"/>
6
+ <path d="M8.21918 21.2626H1.07207C0.952948 21.2626 0.83383 21.2626 0.714711 21.3222C0.297796 21.4413 0 21.8582 0 22.2751V24.1215V25.9678C0 26.5634 0.476474 26.9803 1.01251 26.9803H1.07207H3.2162C4.16915 24.5384 5.89637 22.4538 8.21918 21.2626Z" fill="#F8003C"/>
7
+ <path d="M3.27576 27.04H15.545C16.1406 27.04 16.5575 26.5635 16.5575 26.0274V25.8488V22.3348C16.5575 21.7392 16.081 21.3223 15.545 21.3223H14.7707H8.21918C5.89636 22.4539 4.16915 24.5385 3.27576 27.04Z" fill="#F8003C"/>
8
+ <path opacity="0.4" d="M3.27576 27.04H15.545C16.1406 27.04 16.5575 26.5635 16.5575 26.0274V25.8488V22.3348C16.5575 21.7392 16.081 21.3223 15.545 21.3223H14.7707H8.21918C5.89636 22.4539 4.16915 24.5385 3.27576 27.04Z" fill="url(#paint1_linear_1_733)"/>
9
+ <path d="M15.4854 0.714661H13.3412C12.4479 3.21615 10.6611 5.24116 8.39783 6.49191H15.5449C15.6641 6.49191 15.7832 6.49191 15.9023 6.43235C16.3192 6.31323 16.617 5.89632 16.617 5.4794V3.63306V1.72717C16.5574 1.19113 16.081 0.714661 15.4854 0.714661Z" fill="#0099AC"/>
10
+ <path d="M13.3413 0.714661H1.07205C0.476455 0.714661 0.0595398 1.19113 0.0595398 1.72717V1.90585V5.41984C0.0595398 6.01544 0.536014 6.43235 1.07205 6.43235H1.84632H8.33828C10.6611 5.24116 12.4479 3.21615 13.3413 0.714661Z" fill="#0099AC"/>
11
+ <path opacity="0.4" d="M13.3413 0.714661H1.07205C0.476455 0.714661 0.0595398 1.19113 0.0595398 1.72717V1.90585V5.41984C0.0595398 6.01544 0.536014 6.43235 1.07205 6.43235H1.84632H8.33828C10.6611 5.24116 12.4479 3.21615 13.3413 0.714661Z" fill="url(#paint2_linear_1_733)"/>
12
+ <path d="M43.7761 15.6045H52.174V12.2097H43.7761V6.84933H53.9608V3.3949H39.9048V24.6576H54.3181V21.2031H43.7761V15.6045Z" fill="#252525"/>
13
+ <path d="M59.9763 3.3949H56.3431V24.7171H59.9763V3.3949Z" fill="#252525"/>
14
+ <path d="M73.794 9.70821C72.6624 9.11262 71.2925 8.81482 69.8035 8.81482C68.3145 8.81482 67.0042 9.17217 65.813 9.82733C64.6814 10.4825 63.7285 11.4354 63.1329 12.6862C62.4777 13.8774 62.1799 15.3068 62.1799 16.9149C62.1799 18.523 62.5373 19.8928 63.1924 21.084C63.8476 22.2752 64.8005 23.2282 65.9917 23.8833C67.1829 24.5385 68.6123 24.8958 70.28 24.8958C72.1263 24.8958 73.7344 24.3598 74.9852 23.3473C76.2359 22.3348 77.0102 21.0245 77.308 19.4164L77.3675 19.1781H73.7344L73.6749 19.3568C73.4962 20.1311 73.0793 20.7862 72.4241 21.2031C71.769 21.6201 70.9947 21.8583 70.0418 21.8583C68.8506 21.8583 67.8976 21.5009 67.1829 20.7862C66.4682 20.0715 66.0513 19.059 65.9917 17.8083H77.4271V17.6296C77.4867 17.2127 77.5462 16.7958 77.5462 16.3788C77.5462 14.8899 77.1889 13.52 76.5337 12.4479C75.8786 11.1972 74.9256 10.3634 73.794 9.70821ZM66.1108 14.9494C66.2895 14.056 66.6469 13.3413 67.302 12.7457C68.0167 12.1501 68.9101 11.8523 69.8631 11.8523C70.9351 11.8523 71.8285 12.1501 72.5432 12.7457C73.1984 13.2818 73.6153 13.9965 73.7344 14.9494H66.1108Z" fill="#252525"/>
15
+ <path d="M97.5582 8.81482C96.3074 8.81482 95.1758 9.05306 94.2824 9.58909C93.5081 10.006 92.853 10.6612 92.3169 11.3759C91.9 10.6016 91.2449 9.94645 90.5302 9.52953C89.6963 9.05306 88.6838 8.81482 87.6118 8.81482C85.825 8.81482 84.3956 9.46997 83.2639 10.7207L82.9661 8.9935L79.7499 10.1847V24.7171H83.383V16.3193C83.383 15.009 83.6808 13.9369 84.2764 13.1626C84.872 12.3884 85.7059 12.031 86.7184 12.031C87.7309 12.031 88.4456 12.3288 88.9221 12.984C89.4581 13.6391 89.6963 14.5921 89.6963 15.9024V24.7171H93.389V16.2002C93.389 14.8899 93.6868 13.8774 94.2824 13.1031C94.878 12.3884 95.7118 12.031 96.7243 12.031C97.7368 12.031 98.4515 12.3288 98.928 12.984C99.4045 13.6391 99.7023 14.5921 99.7023 15.9024V24.7171H103.395V15.8428C103.395 13.4009 102.859 11.6141 101.727 10.4825C100.655 9.35085 99.2854 8.81482 97.5582 8.81482Z" fill="#252525"/>
16
+ <path d="M116.974 9.70821C115.843 9.11262 114.473 8.81482 112.984 8.81482C111.495 8.81482 110.185 9.17217 108.994 9.82733C107.862 10.4825 106.909 11.4354 106.313 12.6862C105.658 13.8774 105.36 15.3068 105.36 16.9149C105.36 18.523 105.718 19.8928 106.373 21.084C107.028 22.2752 107.981 23.2282 109.172 23.8833C110.363 24.5385 111.793 24.8958 113.46 24.8958C115.307 24.8958 116.915 24.3598 118.166 23.3473C119.416 22.3348 120.191 21.0245 120.488 19.4164L120.548 19.1781H116.915L116.855 19.3568C116.677 20.1311 116.26 20.7862 115.605 21.2031C114.949 21.6201 114.175 21.8583 113.222 21.8583C112.031 21.8583 111.078 21.5009 110.363 20.7862C109.649 20.0715 109.232 19.059 109.172 17.8083H120.608V17.6296C120.667 17.2127 120.727 16.7958 120.727 16.3788C120.727 14.8899 120.369 13.52 119.714 12.4479C118.999 11.1972 118.106 10.3634 116.974 9.70821ZM109.291 14.9494C109.47 14.056 109.827 13.3413 110.483 12.7457C111.197 12.1501 112.091 11.8523 113.044 11.8523C114.116 11.8523 115.009 12.1501 115.724 12.7457C116.379 13.2818 116.796 13.9965 116.915 14.9494H109.291Z" fill="#252525"/>
17
+ <path d="M131.15 8.81482C129.184 8.81482 127.576 9.46997 126.385 10.7207L126.087 8.9935L122.871 10.1847V24.7171H126.504V16.7958C126.504 15.3068 126.861 14.1156 127.516 13.2818C128.231 12.4479 129.125 12.031 130.316 12.031C131.447 12.031 132.281 12.3884 132.877 13.1031C133.472 13.8178 133.77 14.8899 133.77 16.2597V24.7171H137.463V16.081C137.463 13.5796 136.867 11.7332 135.676 10.542C134.544 9.41041 132.996 8.81482 131.15 8.81482Z" fill="#252525"/>
18
+ <path d="M144.908 21.084C144.729 20.9053 144.61 20.4884 144.61 19.9524V12.2097H148.303V8.93391H144.61V4.7052L140.917 5.89639V8.99347H139.428L138.237 12.2692H140.917V20.3097C140.917 21.7987 141.275 22.8708 141.989 23.5855C142.704 24.3002 143.836 24.6576 145.325 24.6576H148.66V21.3818H145.98C145.444 21.3818 145.146 21.3222 144.908 21.084Z" fill="#252525"/>
19
+ <path d="M160.036 15.7236C159.142 15.4258 158.011 15.1876 156.701 15.0685C155.748 14.9494 155.033 14.8303 154.616 14.7707C154.199 14.7111 153.901 14.5325 153.603 14.3538C153.365 14.1751 153.246 13.8773 153.246 13.52C153.246 12.9839 153.484 12.567 154.02 12.2692C154.556 11.9119 155.271 11.7927 156.164 11.7927C157.058 11.7927 157.773 12.031 158.368 12.4479C158.964 12.8648 159.262 13.3413 159.321 13.9964V14.1751H162.895V13.9369C162.776 12.3288 162.12 11.078 160.87 10.1846C159.619 9.29124 158.011 8.87433 156.045 8.87433C154.854 8.87433 153.782 9.05301 152.829 9.46992C151.876 9.88684 151.102 10.4824 150.566 11.1971C150.03 11.9714 149.732 12.8648 149.732 13.8177C149.732 14.8898 150.03 15.7236 150.566 16.3192C151.102 16.9148 151.876 17.3913 152.77 17.6891C153.663 17.9869 154.735 18.1656 156.105 18.3443C157.058 18.4634 157.773 18.5825 158.249 18.7016C158.666 18.8207 159.023 18.9398 159.262 19.1781C159.5 19.4163 159.619 19.7141 159.619 20.1906C159.619 20.7266 159.381 21.1435 158.845 21.5009C158.249 21.8582 157.534 22.0369 156.581 22.0369C155.569 22.0369 154.675 21.7987 154.02 21.3222C153.365 20.8457 153.067 20.2501 153.008 19.5354V19.3568H149.494V19.595C149.553 21.2627 150.209 22.6325 151.519 23.5855C152.829 24.5384 154.497 25.0149 156.581 25.0149C157.832 25.0149 158.964 24.8362 159.917 24.4193C160.929 24.0024 161.703 23.4068 162.299 22.6921C162.895 21.9178 163.192 21.0244 163.192 20.0119C163.192 18.8803 162.895 17.9869 162.359 17.3317C161.763 16.4979 160.989 16.0214 160.036 15.7236Z" fill="#252525"/>
20
+ <path d="M183.502 3.3949H178.737L169.506 13.7582V3.3949H165.634V24.6576H169.506V19.059L172.901 15.3067L179.333 24.6576H184.038L175.64 12.3288L183.502 3.3949Z" fill="#252525"/>
21
+ <path d="M186.778 2.85889C186.182 2.85889 185.646 3.03756 185.229 3.45448C184.812 3.87139 184.574 4.40743 184.574 5.00302C184.574 5.59861 184.812 6.13465 185.229 6.55156C185.646 6.96848 186.182 7.14715 186.778 7.14715C187.373 7.14715 187.91 6.96848 188.326 6.55156C188.743 6.13465 188.982 5.59861 188.982 5.00302C188.982 4.40743 188.743 3.87139 188.326 3.45448C187.91 3.09712 187.373 2.85889 186.778 2.85889Z" fill="#F8003C"/>
22
+ <path d="M188.624 8.99353H184.932V24.7172H188.624V8.99353Z" fill="#252525"/>
23
+ <path d="M197.32 21.3818C196.784 21.3818 196.427 21.2627 196.248 21.084C196.069 20.9053 195.95 20.4884 195.95 19.9524V12.2097H199.643V8.93391H195.95V4.7052L192.257 5.89639V8.99347H190.768L189.577 12.2692H192.257V20.3097C192.257 21.7987 192.615 22.8708 193.329 23.5855C194.044 24.3002 195.176 24.6576 196.665 24.6576H200V21.3818H197.32Z" fill="#252525"/>
24
+ <defs>
25
+ <linearGradient id="paint0_linear_1_733" x1="19.9387" y1="11.6916" x2="23.2853" y2="7.58446" gradientUnits="userSpaceOnUse">
26
+ <stop/>
27
+ <stop offset="0.1448" stop-color="#303030"/>
28
+ <stop offset="0.3812" stop-color="#797979"/>
29
+ <stop offset="0.5934" stop-color="#B2B2B2"/>
30
+ <stop offset="0.7737" stop-color="#DCDCDC"/>
31
+ <stop offset="0.9151" stop-color="#F6F6F6"/>
32
+ <stop offset="1" stop-color="white"/>
33
+ </linearGradient>
34
+ <linearGradient id="paint1_linear_1_733" x1="3.27236" y1="24.1361" x2="16.5598" y2="24.1361" gradientUnits="userSpaceOnUse">
35
+ <stop/>
36
+ <stop offset="0.1448" stop-color="#303030"/>
37
+ <stop offset="0.3812" stop-color="#797979"/>
38
+ <stop offset="0.5934" stop-color="#B2B2B2"/>
39
+ <stop offset="0.7737" stop-color="#DCDCDC"/>
40
+ <stop offset="0.9151" stop-color="#F6F6F6"/>
41
+ <stop offset="1" stop-color="white"/>
42
+ </linearGradient>
43
+ <linearGradient id="paint2_linear_1_733" x1="13.3127" y1="3.58595" x2="0.0252337" y2="3.58595" gradientUnits="userSpaceOnUse">
44
+ <stop/>
45
+ <stop offset="0.1448" stop-color="#303030"/>
46
+ <stop offset="0.3812" stop-color="#797979"/>
47
+ <stop offset="0.5934" stop-color="#B2B2B2"/>
48
+ <stop offset="0.7737" stop-color="#DCDCDC"/>
49
+ <stop offset="0.9151" stop-color="#F6F6F6"/>
50
+ <stop offset="1" stop-color="white"/>
51
+ </linearGradient>
52
+ </defs>
53
+ </svg>
 
 
 
 
 
 
 
core/integrations/onboard/assets/images/products/featured.svg ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="78" height="76" viewBox="0 0 78 76" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_4_3191)">
3
+ <path d="M14.0709 13.6355L18.5079 12.2159C19.9091 11.7428 21.0767 10.9147 22.0108 9.73176L24.6964 5.94635C26.4479 3.46218 29.6005 2.51582 32.4028 3.34388L36.8399 4.76341C38.241 5.23659 39.759 5.23659 41.1601 4.76341L45.5972 3.34388C48.3995 2.39753 51.5521 3.46218 53.3036 5.82806L55.9892 9.61347C56.8065 10.7964 58.0909 11.7428 59.4921 12.0976L63.9291 13.5172C66.7314 14.4635 68.7164 17.1843 68.7164 20.1416V24.8734C68.7164 26.2929 69.1835 27.8308 70.0008 29.0137L72.6864 32.7991C74.4379 35.2833 74.4379 38.5955 72.6864 40.9614L70.0008 44.7468C69.1835 45.9297 68.7164 47.3493 68.7164 48.8871V53.6189C68.7164 56.6945 66.8482 59.297 63.9291 60.2433L59.4921 61.6628C58.0909 62.136 56.9233 62.9641 55.9892 64.147L53.3036 67.9324C51.5521 70.4166 48.3995 71.363 45.5972 70.5349L41.1601 69.1154C39.759 68.6422 38.241 68.6422 36.8399 69.1154L32.4028 70.5349C29.6005 71.4813 26.4479 70.4166 24.6964 68.0507L22.0108 64.3836C21.1935 63.2007 19.9091 62.2543 18.5079 61.8994L14.0709 60.4799C11.2686 59.5336 9.28357 56.8128 9.28357 53.8554V49.1237C9.28357 47.7041 8.81651 46.1663 7.99917 44.9834L5.31359 41.198C3.56214 38.7138 3.56214 35.4016 5.31359 33.0357L7.99917 29.2503C8.81651 28.0673 9.28357 26.6478 9.28357 25.11V20.3782C9.28357 17.1843 11.1518 14.5818 14.0709 13.6355Z" fill="url(#paint0_linear_4_3191)"/>
4
+ </g>
5
+ <g filter="url(#filter1_d_4_3191)">
6
+ <path d="M19.8313 14.1655L19.8313 14.1656L19.8389 14.163C21.2535 13.6853 22.4346 12.8467 23.3741 11.657L23.382 11.6469L23.3894 11.6364L25.9216 8.0673L25.9224 8.0661C27.4404 5.91301 30.1825 5.08048 32.6329 5.80218L36.8072 7.13767C38.2297 7.61711 39.7703 7.61711 41.1929 7.13765L45.3725 5.80045L45.3726 5.80051L45.3802 5.79795C47.8059 4.97878 50.5528 5.89859 52.0815 7.96001L54.607 11.5198C54.6076 11.5206 54.6082 11.5215 54.6087 11.5223C55.4393 12.723 56.7418 13.6891 58.1831 14.0586L62.3483 15.3912C64.7889 16.2171 66.5183 18.5933 66.5183 21.1621V25.6235C66.5183 27.0613 66.9884 28.6108 67.818 29.8114L67.818 29.8114L67.8216 29.8165L70.3528 33.3844C70.353 33.3846 70.3531 33.3848 70.3533 33.3851C71.8855 35.5588 71.8769 38.4451 70.3596 40.4947L70.3595 40.4946L70.3537 40.5029L67.8216 44.072L67.8215 44.0719L67.818 44.077C66.9908 45.2743 66.5183 46.7115 66.5183 48.265V52.7263C66.5183 55.4122 64.8941 57.6714 62.3517 58.4962C62.3512 58.4964 62.3508 58.4965 62.3504 58.4966L58.1687 59.8345L58.1687 59.8344L58.1611 59.837C56.7465 60.3147 55.5654 61.1533 54.6259 62.343L54.618 62.3531L54.6106 62.3636L52.0784 65.9327L52.0776 65.9339C50.5596 68.087 47.8175 68.9195 45.3672 68.1978L41.1927 66.8623C39.7703 66.3829 38.2297 66.3829 36.8073 66.8623L32.6275 68.1995L32.6274 68.1995L32.6198 68.2021C30.1929 69.0216 27.4445 68.1005 25.9163 66.0369C25.9161 66.0366 25.9158 66.0363 25.9156 66.036L23.389 62.586C22.5584 61.3868 21.2569 60.4221 19.817 60.053L15.6516 58.7203C13.2111 57.8943 11.4817 55.5182 11.4817 52.9494V48.488C11.4817 47.0503 11.0116 45.5008 10.182 44.3001L10.182 44.3001L10.1784 44.295L7.64718 40.7271C7.64696 40.7268 7.64674 40.7265 7.64652 40.7262C6.11453 38.5525 6.12316 35.6663 7.6404 33.6169L7.64048 33.6169L7.64633 33.6087L10.1784 30.0396L10.1785 30.0396L10.182 30.0345C11.0092 28.8373 11.4817 27.4 11.4817 25.8466V21.3852C11.4817 18.5827 13.1107 16.3268 15.6488 15.5036C15.649 15.5035 15.6493 15.5034 15.6496 15.5034L19.8313 14.1655Z" stroke="white" shape-rendering="crispEdges"/>
7
+ </g>
8
+ <mask id="mask0_4_3191" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="6" y="5" width="66" height="64">
9
+ <path d="M15.4954 15.0277L19.6789 13.6893C21 13.2432 22.1009 12.4624 22.9817 11.3471L25.5138 7.77799C27.1651 5.43577 30.1376 4.54349 32.7798 5.32423L36.9633 6.66264C38.2844 7.10878 39.7156 7.10878 41.0367 6.66264L45.2202 5.32423C47.8624 4.43196 50.8349 5.43577 52.4862 7.66645L55.0183 11.2356C55.789 12.3509 57 13.2432 58.3211 13.5778L62.5046 14.9162C65.1468 15.8085 67.0183 18.3738 67.0183 21.1621V25.6235C67.0183 26.9619 67.4587 28.4119 68.2294 29.5272L70.7615 33.0963C72.4128 35.4385 72.4128 38.5615 70.7615 40.7922L68.2294 44.3613C67.4587 45.4766 67.0183 46.815 67.0183 48.265V52.7263C67.0183 55.6262 65.2569 58.08 62.5046 58.9723L58.3211 60.3107C57 60.7568 55.8991 61.5376 55.0183 62.6529L52.4862 66.222C50.8349 68.5642 47.8624 69.4565 45.2202 68.6758L41.0367 67.3374C39.7156 66.8912 38.2844 66.8912 36.9633 67.3374L32.7798 68.6758C30.1376 69.568 27.1651 68.5642 25.5138 66.3335L22.9817 62.876C22.211 61.7606 21 60.8684 19.6789 60.5338L15.4954 59.1953C12.8532 58.3031 10.9817 55.7378 10.9817 52.9494V48.488C10.9817 47.1496 10.5413 45.6997 9.77064 44.5843L7.23853 41.0152C5.58716 38.673 5.58716 35.5501 7.23853 33.3194L9.77064 29.7503C10.5413 28.6349 10.9817 27.2965 10.9817 25.8466V21.3852C10.9817 18.3738 12.7431 15.92 15.4954 15.0277Z" fill="url(#paint1_linear_4_3191)"/>
10
+ </mask>
11
+ <g mask="url(#mask0_4_3191)">
12
+ <rect opacity="0.2" x="4" y="27" width="70" height="20" fill="white"/>
13
+ </g>
14
+ <path d="M22.1513 17.9333C22.0389 17.5344 22.4327 17.1798 22.8177 17.3333L24.1431 17.8615C24.2958 17.9223 24.4687 17.9042 24.6055 17.8131L25.7939 17.021C26.1387 16.7912 26.5973 17.0564 26.5701 17.4698L26.4767 18.893C26.466 19.0573 26.5367 19.2164 26.666 19.3183L27.7855 20.2014C28.1109 20.4581 28.0006 20.9765 27.599 21.0786L26.2163 21.43C26.0567 21.4706 25.9274 21.587 25.8704 21.7415L25.3763 23.0799C25.2328 23.4687 24.7057 23.5241 24.4845 23.1737L23.7232 21.968C23.6353 21.8288 23.4845 21.7418 23.32 21.7353L21.8948 21.6795C21.4808 21.6632 21.2651 21.1794 21.5296 20.8606L22.4416 19.7615C22.5466 19.635 22.5826 19.4649 22.5381 19.3067L22.1513 17.9333Z" fill="white"/>
15
+ <path d="M38.1243 11.8293C38.3077 11.4578 38.8376 11.4578 39.021 11.8293L39.6525 13.1088C39.7253 13.2562 39.8659 13.3584 40.0286 13.3822L41.4417 13.5888C41.8517 13.6487 42.0151 14.1526 41.7183 14.4417L40.6965 15.4369C40.5786 15.5517 40.5247 15.7173 40.5526 15.8796L40.7936 17.2849C40.8637 17.6934 40.4349 18.0049 40.0681 17.812L38.8054 17.1479C38.6597 17.0713 38.4856 17.0713 38.3399 17.1479L37.0772 17.812C36.7104 18.0049 36.2816 17.6934 36.3517 17.2849L36.5927 15.8796C36.6205 15.7173 36.5667 15.5517 36.4487 15.4369L35.427 14.4417C35.1302 14.1526 35.2936 13.6487 35.7036 13.5888L37.1167 13.3822C37.2794 13.3584 37.42 13.2562 37.4927 13.1088L38.1243 11.8293Z" fill="white"/>
16
+ <path d="M56.0882 17.9333C56.2006 17.5344 55.8068 17.1798 55.4218 17.3333L54.0964 17.8615C53.9437 17.9223 53.7708 17.9042 53.634 17.8131L52.4456 17.021C52.1008 16.7912 51.6422 17.0564 51.6694 17.4698L51.7628 18.893C51.7735 19.0573 51.7028 19.2164 51.5735 19.3183L50.454 20.2014C50.1286 20.4581 50.2389 20.9765 50.6405 21.0786L52.0233 21.43C52.1828 21.4706 52.3121 21.587 52.3691 21.7415L52.8632 23.0799C53.0067 23.4687 53.5338 23.5241 53.755 23.1737L54.5163 21.968C54.6042 21.8288 54.755 21.7418 54.9195 21.7353L56.3447 21.6795C56.7587 21.6632 56.9744 21.1794 56.7099 20.8606L55.7979 19.7615C55.6929 19.635 55.6569 19.4649 55.7014 19.3067L56.0882 17.9333Z" fill="white"/>
17
+ <path d="M22.1513 55.0077C22.0389 55.4065 22.4327 55.7611 22.8177 55.6077L24.1431 55.0794C24.2958 55.0186 24.4687 55.0367 24.6055 55.1279L25.7939 55.9199C26.1387 56.1497 26.5973 55.8846 26.5701 55.4711L26.4767 54.0479C26.466 53.8836 26.5367 53.7245 26.666 53.6226L27.7855 52.7395C28.1109 52.4828 28.0006 51.9644 27.599 51.8623L26.2163 51.5109C26.0567 51.4704 25.9274 51.3539 25.8704 51.1995L25.3763 49.861C25.2328 49.4722 24.7057 49.4168 24.4845 49.7673L23.7232 50.9729C23.6353 51.1121 23.4845 51.1991 23.32 51.2056L21.8948 51.2615C21.4808 51.2777 21.2651 51.7615 21.5296 52.0804L22.4416 53.1794C22.5466 53.3059 22.5826 53.476 22.5381 53.6342L22.1513 55.0077Z" fill="white"/>
18
+ <path d="M38.1243 55.5656C38.3077 55.194 38.8376 55.194 39.021 55.5656L39.6525 56.8451C39.7253 56.9925 39.8659 57.0947 40.0286 57.1185L41.4417 57.3251C41.8517 57.385 42.0151 57.8889 41.7183 58.178L40.6965 59.1732C40.5786 59.288 40.5247 59.4536 40.5526 59.6159L40.7936 61.0212C40.8637 61.4297 40.4349 61.7412 40.0681 61.5483L38.8054 60.8842C38.6597 60.8076 38.4856 60.8076 38.3399 60.8842L37.0772 61.5483C36.7104 61.7412 36.2816 61.4297 36.3517 61.0212L36.5927 59.6159C36.6205 59.4536 36.5667 59.288 36.4487 59.1732L35.427 58.178C35.1302 57.8889 35.2936 57.385 35.7036 57.3251L37.1167 57.1185C37.2794 57.0947 37.42 56.9925 37.4927 56.8451L38.1243 55.5656Z" fill="white"/>
19
+ <path d="M56.0882 55.0077C56.2006 55.4065 55.8068 55.7611 55.4218 55.6077L54.0964 55.0794C53.9437 55.0186 53.7708 55.0367 53.634 55.1279L52.4456 55.9199C52.1008 56.1497 51.6422 55.8846 51.6694 55.4711L51.7628 54.0479C51.7735 53.8836 51.7028 53.7245 51.5735 53.6226L50.454 52.7395C50.1286 52.4828 50.2389 51.9644 50.6405 51.8623L52.0233 51.5109C52.1828 51.4704 52.3121 51.3539 52.3691 51.1995L52.8632 49.861C53.0067 49.4722 53.5338 49.4168 53.755 49.7673L54.5163 50.9729C54.6042 51.1121 54.755 51.1991 54.9195 51.2056L56.3447 51.2615C56.7587 51.2777 56.9744 51.7615 56.7099 52.0804L55.7979 53.1794C55.6929 53.3059 55.6569 53.476 55.7014 53.6342L56.0882 55.0077Z" fill="white"/>
20
+ <path d="M13.7267 32.4688V41H11.8166V32.4688H13.7267ZM17.0841 36.0664V37.543H13.1935V36.0664H17.0841ZM17.4591 32.4688V33.9512H13.1935V32.4688H17.4591ZM23.9516 39.5234V41H19.4105V39.5234H23.9516ZM20.0609 32.4688V41H18.1508V32.4688H20.0609ZM23.3656 35.9023V37.332H19.4105V35.9023H23.3656ZM23.9574 32.4688V33.9512H19.4105V32.4688H23.9574ZM28.194 34.0918L25.9909 41H23.9518L27.11 32.4688H28.3991L28.194 34.0918ZM30.0221 41L27.8131 34.0918L27.5846 32.4688H28.8913L32.0612 41H30.0221ZM29.9284 37.8242V39.3008H25.4811V37.8242H29.9284ZM35.788 32.4688V41H33.8837V32.4688H35.788ZM38.3837 32.4688V33.9512H31.3407V32.4688H38.3837ZM43.757 32.4688H45.6671V38.0703C45.6671 38.7344 45.5265 39.293 45.2452 39.7461C44.9679 40.1992 44.5812 40.541 44.0851 40.7715C43.589 41.002 43.0148 41.1172 42.3624 41.1172C41.7062 41.1172 41.128 41.002 40.628 40.7715C40.132 40.541 39.7413 40.1992 39.4562 39.7461C39.1749 39.293 39.0343 38.7344 39.0343 38.0703V32.4688H40.9503V38.0703C40.9503 38.4375 41.005 38.7383 41.1144 38.9727C41.2277 39.2031 41.3898 39.373 41.6007 39.4824C41.8116 39.5879 42.0655 39.6406 42.3624 39.6406C42.6593 39.6406 42.9113 39.5879 43.1183 39.4824C43.3292 39.373 43.4874 39.2031 43.5929 38.9727C43.7023 38.7383 43.757 38.4375 43.757 38.0703V32.4688ZM46.7923 32.4688H50.0677C50.7201 32.4688 51.2845 32.5664 51.7611 32.7617C52.2416 32.957 52.6107 33.2461 52.8685 33.6289C53.1263 34.0117 53.2552 34.4844 53.2552 35.0469C53.2552 35.5156 53.1791 35.9141 53.0267 36.2422C52.8744 36.5703 52.6595 36.8418 52.3822 37.0566C52.1087 37.2715 51.7884 37.4453 51.4212 37.5781L50.8002 37.918H48.0111L47.9994 36.4355H50.0736C50.3587 36.4355 50.5951 36.3848 50.7826 36.2832C50.9701 36.1816 51.1107 36.0391 51.2045 35.8555C51.3021 35.668 51.3509 35.4492 51.3509 35.1992C51.3509 34.9414 51.3021 34.7188 51.2045 34.5312C51.1068 34.3438 50.9623 34.2012 50.7709 34.1035C50.5834 34.002 50.349 33.9512 50.0677 33.9512H48.7025V41H46.7923V32.4688ZM51.515 41L49.599 37.209L51.6146 37.2031L53.5599 40.9121V41H51.515ZM60.1109 39.5234V41H55.5699V39.5234H60.1109ZM56.2203 32.4688V41H54.3102V32.4688H56.2203ZM59.525 35.9023V37.332H55.5699V35.9023H59.525ZM60.1168 32.4688V33.9512H55.5699V32.4688H60.1168ZM63.5096 41H61.6346L61.6463 39.5234H63.5096C63.9354 39.5234 64.2948 39.4258 64.5877 39.2305C64.8807 39.0312 65.1034 38.7383 65.2557 38.3516C65.408 37.9609 65.4842 37.4863 65.4842 36.9277V36.5352C65.4842 36.1133 65.4412 35.7422 65.3553 35.4219C65.2694 35.0977 65.1424 34.8262 64.9745 34.6074C64.8065 34.3887 64.5975 34.2246 64.3475 34.1152C64.1014 34.0059 63.8182 33.9512 63.4979 33.9512H61.5995V32.4688H63.4979C64.076 32.4688 64.6034 32.5664 65.0799 32.7617C65.5604 32.957 65.9745 33.2363 66.3221 33.5996C66.6737 33.9629 66.9452 34.3926 67.1366 34.8887C67.328 35.3848 67.4237 35.9375 67.4237 36.5469V36.9277C67.4237 37.5332 67.328 38.0859 67.1366 38.5859C66.9452 39.082 66.6737 39.5117 66.3221 39.875C65.9745 40.2344 65.5623 40.5117 65.0858 40.707C64.6092 40.9023 64.0838 41 63.5096 41ZM62.7186 32.4688V41H60.8084V32.4688H62.7186Z" fill="white"/>
21
+ <defs>
22
+ <filter id="filter0_d_4_3191" x="0" y="0" width="78" height="75.8788" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
25
+ <feOffset dy="1"/>
26
+ <feGaussianBlur stdDeviation="2"/>
27
+ <feComposite in2="hardAlpha" operator="out"/>
28
+ <feColorMatrix type="matrix" values="0 0 0 0 0.33125 0 0 0 0 0.021875 0 0 0 0 0.4375 0 0 0 0.3 0"/>
29
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4_3191"/>
30
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4_3191" result="shape"/>
31
+ </filter>
32
+ <filter id="filter1_d_4_3191" x="2" y="2" width="74" height="72" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
33
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
34
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
35
+ <feOffset dy="1"/>
36
+ <feGaussianBlur stdDeviation="2"/>
37
+ <feComposite in2="hardAlpha" operator="out"/>
38
+ <feColorMatrix type="matrix" values="0 0 0 0 0.33125 0 0 0 0 0.021875 0 0 0 0 0.4375 0 0 0 0.3 0"/>
39
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4_3191"/>
40
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4_3191" result="shape"/>
41
+ </filter>
42
+ <linearGradient id="paint0_linear_4_3191" x1="52.4167" y1="-2.90419" x2="25.5907" y2="76.608" gradientUnits="userSpaceOnUse">
43
+ <stop stop-color="#CE42FF"/>
44
+ <stop offset="1" stop-color="#870FB1"/>
45
+ </linearGradient>
46
+ <linearGradient id="paint1_linear_4_3191" x1="39" y1="5" x2="39" y2="69" gradientUnits="userSpaceOnUse">
47
+ <stop stop-color="#FF5887"/>
48
+ <stop offset="1" stop-color="#D10840"/>
49
+ </linearGradient>
50
+ </defs>
51
+ </svg>
core/integrations/onboard/assets/images/products/fundraising-logo.png DELETED
Binary file
core/integrations/onboard/assets/images/products/getgenie-logo.svg ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="130" height="45" viewBox="0 0 130 45" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.35682 9.71188C7.35682 9.71188 7.84081 9.13104 9.68002 8.45348C11.616 7.77589 24.5869 6.03352 27.1037 10.5831C29.6204 15.1325 29.6204 25.5868 29.6204 25.5868L29.4268 27.2323L27.3941 36.3314L23.9093 40.6873L23.6189 40.9777L21.3926 42.9136L18.779 43.8816L16.843 44.5592H16.6495L12.3903 42.8168L10.5512 41.2681L9.87354 40.6873L6.38883 35.557L5.61445 29.0715L4.25928 27.1355V23.8444L4.54967 20.4565L5.51765 12.035L7.35682 9.71188Z" fill="white"/>
3
+ <path d="M18.0046 3.80715C18.1014 3.22636 18.4887 2.74236 19.0694 2.64557C19.3598 2.54877 19.747 2.54877 20.0374 2.64557C20.9086 2.83916 21.6829 3.41996 22.2638 4.09754C22.8445 4.77513 23.2318 5.64631 23.5222 6.4207C24.2965 8.25987 24.6837 10.2927 24.8773 12.3254L26.0389 13.2934C25.9421 10.7766 25.3613 8.35667 24.4902 6.0335C24.1029 5.06553 23.6189 4.09754 23.0381 3.22636C22.4574 2.35517 21.5862 1.67759 20.6182 1.29039C19.6502 0.903202 18.4887 0.903202 17.6175 1.29039C16.6495 1.77438 15.9719 2.74236 15.8751 3.71035L18.0046 3.80715Z" fill="#107DBB" stroke="#081626" stroke-width="0.1232" stroke-miterlimit="10"/>
4
+ <path d="M16.2618 3.61357C16.5522 2.35519 17.8106 1.58081 19.069 1.48401C20.3273 1.48401 21.5857 2.0648 22.3601 3.03279C22.7473 3.41998 23.0377 3.90397 23.3281 4.38796C24.6833 6.61431 25.3608 9.13109 25.7481 11.7446" stroke="#081626" stroke-width="0.1232" stroke-miterlimit="10"/>
5
+ <path d="M17.0367 3.71029C17.327 2.93591 18.1015 2.35512 18.9726 2.25832C19.8438 2.16153 20.715 2.45192 21.3925 2.93591C22.0702 3.4199 22.6509 4.09749 23.0382 4.87187C24.2965 7.00143 24.5869 9.51823 24.8773 12.0349" stroke="#081626" stroke-width="0.1232" stroke-miterlimit="10"/>
6
+ <path d="M16.6495 3.71033C16.9399 2.93594 17.7143 2.06476 18.6822 1.87116C19.8438 1.67757 20.715 2.06476 21.3926 2.54875C22.0702 3.03274 22.5542 3.71033 23.0382 4.38792C24.3933 6.51748 24.7805 9.03423 25.1678 11.4542" stroke="#4BBEED" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M2.32339 32.4594C2.1298 32.4594 2.033 32.3625 1.93619 32.2657L0.484222 25.1027C0.484222 24.9091 0.58102 24.8123 0.677819 24.7155C0.871414 24.7155 0.968212 24.8123 1.06501 24.9091L2.51699 32.0722C2.51699 32.2657 2.42019 32.3625 2.32339 32.4594Z" fill="#00529A"/>
8
+ <path d="M1.64557 32.1691C1.45197 32.1691 1.35517 32.0723 1.25837 31.9754L0 25.4899C0 25.3931 0.096798 25.1996 0.193596 25.1996C0.387193 25.1996 0.483991 25.2964 0.58079 25.3931L1.83916 31.7818C1.93596 31.9754 1.83916 32.0723 1.64557 32.1691Z" fill="#061E31"/>
9
+ <path d="M4.45286 33.9114C3.67847 34.105 2.80728 33.5242 2.71049 32.7498L0.871324 24.2316C0.677725 23.4572 1.25852 22.5861 2.0329 22.4893C2.90408 22.2956 3.67847 22.7796 3.87207 23.6508L5.61443 32.1691C5.80803 32.9434 5.22724 33.8146 4.45286 33.9114Z" fill="url(#paint0_linear_1_57)" stroke="#062138" stroke-width="0.2464" stroke-miterlimit="10"/>
10
+ <path d="M0.968018 27.3292L1.54881 27.2324" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
11
+ <path d="M1.06461 27.8132L1.64539 27.7164" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
12
+ <path d="M1.16162 28.2972L1.74241 28.2004" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
13
+ <path d="M1.25864 28.7811L1.83942 28.6843" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
14
+ <path d="M2.22623 30.0394L4.93657 29.4585L5.22697 30.9105L2.51662 31.3945L2.22623 30.0394Z" fill="url(#paint1_linear_1_57)"/>
15
+ <path d="M9.09918 22.9732C8.61519 24.5219 6.77603 25.2964 5.22725 25.006C4.84006 24.9092 4.45287 24.8124 4.06567 24.6187C4.06567 22.7796 4.25927 21.3277 4.25927 21.3277L4.84006 13.971C4.93686 12.7126 5.51764 11.551 6.29204 10.583C6.77603 10.099 7.16322 9.71182 7.64721 9.32468C7.74401 9.32468 7.8408 9.22787 7.9376 9.22787C7.45361 10.1959 7.16322 11.3574 7.16322 12.519C7.06642 14.9389 7.8408 17.2621 8.71195 19.4884C9.09918 20.65 9.48641 21.9084 9.09918 22.9732Z" fill="url(#paint2_linear_1_57)"/>
16
+ <path d="M31.459 32.4594C31.6526 32.4594 31.7494 32.3625 31.8462 32.2657L33.2981 25.1027C33.2981 24.9091 33.2013 24.8123 33.1045 24.7155C32.911 24.7155 32.8142 24.8123 32.7174 24.9091L31.2654 32.0722C31.2654 32.2657 31.3622 32.3625 31.459 32.4594Z" fill="#00529A"/>
17
+ <path d="M32.1371 32.1691C32.3307 32.1691 32.4275 32.0723 32.5243 31.9754L33.7827 25.5867C33.7827 25.3931 33.6859 25.2964 33.5891 25.1996C33.3955 25.1996 33.2987 25.2964 33.2019 25.3931L31.9436 31.7818C31.8468 31.9754 31.9436 32.0723 32.1371 32.1691Z" fill="#061E31"/>
18
+ <path d="M29.3298 33.9113C30.1043 34.1049 30.9755 33.5241 31.0723 32.7497L32.9114 24.2314C33.105 23.4571 32.5242 22.5859 31.7498 22.4891C30.9755 22.2955 30.1043 22.8763 30.0075 23.6507L28.2651 32.1689C27.9747 32.9433 28.5555 33.8145 29.3298 33.9113Z" fill="url(#paint3_linear_1_57)" stroke="#062138" stroke-width="0.2464" stroke-miterlimit="10"/>
19
+ <path d="M32.8147 27.3292L32.2338 27.2324" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
20
+ <path d="M32.7176 27.8132L32.1368 27.7164" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
21
+ <path d="M32.621 28.2972L32.0402 28.2004" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
22
+ <path d="M32.5244 28.7811L31.9437 28.6843" stroke="#3CC5F2" stroke-width="0.2464" stroke-miterlimit="10"/>
23
+ <path d="M31.5561 30.0394L28.8458 29.4585L28.5554 30.9105L31.2657 31.3945L31.5561 30.0394Z" fill="url(#paint4_linear_1_57)"/>
24
+ <path d="M8.13108 9.03437C7.93749 9.13118 7.74389 9.22798 7.64709 9.32479C7.74389 9.32479 7.84069 9.22798 7.93749 9.22798C9.00226 9.03437 10.5511 9.13117 12.1966 10.4864C15.1974 13.0031 15.1974 13.6807 16.9397 13.6807V6.42084C16.8429 6.42084 12.1966 5.93685 8.13108 9.03437ZM25.6515 9.03437C21.586 6.03365 16.8429 6.41436 16.8429 6.41436V13.8743C18.5853 13.8743 18.5853 13.2935 21.586 10.68C23.2316 9.22798 24.7804 9.22798 25.8451 9.4216C25.942 9.4216 26.0388 9.4216 26.1356 9.5184C26.0388 9.22798 25.8451 9.13118 25.6515 9.03437Z" fill="url(#paint5_radial_1_57)"/>
25
+ <path d="M24.6836 22.9732C25.1676 24.5219 27.0068 25.2964 28.5556 25.006C28.9428 24.9092 29.33 24.8124 29.7171 24.6187C29.7171 22.7796 29.5236 21.3277 29.5236 21.3277L28.8459 13.971C28.7491 12.7126 28.1684 11.551 27.394 10.583C27.0068 10.099 26.6196 9.71182 26.1356 9.32468C26.0388 9.32468 25.942 9.22787 25.8452 9.22787C26.3292 10.1959 26.6196 11.3574 26.6196 12.519C26.7164 14.9389 25.942 17.2621 25.0708 19.4884C24.6836 20.65 24.2965 21.9084 24.6836 22.9732Z" fill="url(#paint6_linear_1_57)"/>
26
+ <path d="M14.4228 43.3976C13.5517 43.3008 12.9709 43.1073 12.5837 42.9136C12.2933 42.8168 12.0997 42.6232 11.9061 42.5264L9.87336 40.6873L7.64699 38.8481C6.96941 38.2673 6.48542 37.4929 6.19502 36.7185C5.03345 33.3306 4.64625 29.7491 4.16226 27.1355C4.06547 26.6515 4.06546 26.1676 3.96866 25.6835C4.16226 25.6835 4.45266 25.7803 4.64625 25.8771C5.61423 26.2644 6.48542 26.9419 7.2598 27.5227C7.64699 27.8131 9.29252 28.7811 9.38933 29.3618C9.38933 29.8459 8.22779 30.5234 8.03419 31.1043C7.74379 31.8786 7.84059 32.653 8.03419 33.4274C8.22779 34.589 8.51818 35.7506 8.90538 36.8153C9.1958 37.7833 9.67975 38.7513 10.3573 39.5257C11.1318 40.3 12.0997 40.8809 12.9709 41.5584C13.6485 41.9457 14.2293 42.6232 14.4228 43.3976Z" fill="url(#paint7_linear_1_57)"/>
27
+ <path d="M16.843 13.7773V43.5912H16.7462C15.875 43.5912 15.0039 43.5912 14.4231 43.4944C14.1327 42.72 13.5519 42.1392 12.9711 41.6552C12.0999 40.9776 11.1319 40.4936 10.3576 39.6225C9.67993 38.7513 9.29279 37.7833 9.00237 36.8153C8.61519 35.7506 8.32479 34.589 8.1312 33.4274C8.0344 32.653 7.9376 31.8786 8.1312 31.1042C8.32479 30.5234 9.4864 29.8459 9.4864 29.3618C9.4864 28.7811 7.8408 27.8131 7.35681 27.5227C6.58243 26.8451 5.71124 26.1675 4.74326 25.8771C4.54966 25.7803 4.25927 25.6835 4.06567 25.6835C4.06567 25.2963 4.06567 25.0059 4.06567 24.6187C4.45287 24.8124 4.84006 24.9092 5.22725 25.0059C6.77603 25.2963 8.61519 24.5219 9.09918 22.9732C9.48641 21.8116 9.00237 20.65 8.61519 19.4884C7.8408 17.262 6.96962 14.9389 7.06642 12.5189C7.06642 11.3574 7.35681 10.2926 7.8408 9.22778C8.90557 9.03425 10.4544 9.13097 12.0999 10.4862C15.1975 13.0997 15.1975 13.7773 16.843 13.7773Z" fill="url(#paint8_linear_1_57)"/>
28
+ <path d="M19.3594 43.3976C20.2307 43.3008 20.8114 43.1073 21.1987 42.9137C21.489 42.8169 21.6826 42.6233 21.8762 42.5265L23.909 40.7841L26.1354 38.945C26.8129 38.3641 27.2969 37.5898 27.5873 36.8154C28.7489 33.4274 29.1361 29.8459 29.6201 27.2324C29.7169 26.7484 29.7169 26.2644 29.8137 25.7804C29.6201 25.7804 29.3297 25.8772 29.1361 25.974C28.1682 26.3612 27.2969 27.0388 26.5225 27.6195C26.1354 27.91 24.4898 28.878 24.393 29.4587C24.393 29.9427 25.5545 30.6203 25.7482 31.2011C26.0386 31.9755 25.9418 32.7499 25.7482 33.5242C25.5545 34.6858 25.2641 35.8474 24.877 36.9122C24.5866 37.8802 24.1026 38.8482 23.425 39.6225C22.6506 40.3969 21.6826 40.9777 20.8114 41.6553C20.1339 41.9457 19.553 42.6233 19.3594 43.3976Z" fill="url(#paint9_linear_1_57)"/>
29
+ <path d="M16.9396 13.7775V43.5913H17.0364C17.9076 43.5913 18.7788 43.5913 19.3595 43.4945C19.65 42.7201 20.2307 42.1393 20.8116 41.6554C21.6827 40.9777 22.6507 40.4938 23.4251 39.6226C24.1027 38.8482 24.4899 37.8802 24.8771 36.9123C25.2642 35.8475 25.5547 34.6859 25.7483 33.5243C25.8451 32.7499 25.9419 31.9756 25.7483 31.2011C25.5547 30.6204 24.3931 29.9428 24.3931 29.4588C24.3931 28.878 26.0387 27.91 26.5226 27.6196C27.297 26.942 28.1682 26.2644 29.1361 25.9741C29.3298 25.8773 29.6202 25.7805 29.8138 25.7805C29.8138 25.3932 29.8138 25.1028 29.8138 24.7157C29.4266 24.9093 29.0394 25.0061 28.6522 25.1028C27.1035 25.3932 25.2642 24.6189 24.7803 23.0701C24.3931 21.9085 24.8771 20.7469 25.2642 19.5853C26.0387 17.359 26.9099 15.0359 26.8131 12.6159C26.8131 11.4543 26.5226 10.3895 26.0387 9.3247C24.9739 9.13118 23.4251 9.2279 21.7795 10.5831C18.5852 13.0999 18.5852 13.7775 16.9396 13.7775Z" fill="url(#paint10_linear_1_57)"/>
30
+ <path d="M4.25902 21.4244C3.77503 24.0379 4.25902 27.1355 4.25902 27.1355L9.09892 30.4266C9.77648 30.9106 10.5509 31.0074 11.3253 30.9106L16.9396 29.7491L22.5539 30.9106C23.3283 31.1042 24.1027 30.9106 24.7802 30.4266L29.6201 27.1355C29.6201 27.1355 30.1041 23.9411 29.6201 21.3276C21.1987 23.1667 12.5837 23.2635 4.25902 21.4244Z" fill="#061E31"/>
31
+ <path d="M4.25902 21.134C3.77503 23.7476 4.25902 27.1355 4.25902 27.1355L9.87329 30.4266C10.0669 30.5234 10.2605 30.5234 10.4541 30.5234L16.9396 29.4587L23.4251 30.5234C23.6186 30.5234 23.8122 30.5234 24.0058 30.4266L29.6201 27.1355C29.6201 27.1355 30.1041 23.6508 29.6201 21.0372C21.1987 22.9731 12.5837 22.9731 4.25902 21.134Z" fill="url(#paint11_linear_1_57)"/>
32
+ <path d="M4.25928 21.0372L4.84007 21.134C12.7775 22.6827 21.0054 22.6827 28.9428 21.134L29.5237 21.0372" stroke="#061E31" stroke-width="0.2464" stroke-miterlimit="10"/>
33
+ <path d="M4.25928 21.1341L4.84007 21.2309C12.7775 22.7796 21.0054 22.7796 28.9428 21.2309L29.5237 21.1341" stroke="url(#paint12_linear_1_57)" stroke-width="0.2464" stroke-miterlimit="10"/>
34
+ <path d="M16.4558 32.653C19.9308 32.653 22.7477 29.836 22.7477 26.3611C22.7477 22.8862 19.9308 20.0692 16.4558 20.0692C12.9809 20.0692 10.1639 22.8862 10.1639 26.3611C10.1639 29.836 12.9809 32.653 16.4558 32.653Z" fill="url(#paint13_radial_1_57)"/>
35
+ <path d="M17.9079 29.6523L16.8431 29.4587L15.2943 29.749V22.4892H17.9079V29.6523Z" fill="#57E2F7"/>
36
+ <path d="M7.93744 29.2651L5.32388 27.8132V21.6181L7.93744 22.0052V29.2651Z" fill="#004F71"/>
37
+ <path d="M19.4563 29.9426L18.585 29.749V22.4892H19.4563V29.9426Z" fill="#57E2F7"/>
38
+ <path d="M22.6509 30.4266L21.7797 30.2331V22.3924L22.6509 22.2957V30.4266Z" fill="#57E2F7"/>
39
+ <path d="M23.9091 40.6873C20.8116 44.656 16.9396 44.5592 16.9396 44.5592V43.4944H17.0364C19.166 43.5912 20.5211 43.1072 21.1987 42.8168C21.4891 42.72 21.6827 42.5264 21.8763 42.4296L23.9091 40.6873Z" fill="#061E31"/>
40
+ <path d="M9.87378 40.6873C12.9713 44.656 16.8433 44.5592 16.8433 44.5592V43.4944H16.7464C14.6169 43.5912 13.2618 43.1072 12.5842 42.8168C12.2938 42.72 12.1002 42.5264 11.9065 42.4296L9.87378 40.6873Z" fill="#061E31"/>
41
+ <path d="M30.0076 26.3611L31.9436 26.6515" stroke="white" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round"/>
42
+ <path d="M3.67819 26.2645L1.83902 26.5548" stroke="white" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round"/>
43
+ <path d="M10.3571 41.1714L11.809 34.686C11.809 34.5891 11.9058 34.5891 12.0027 34.5891H21.6825C21.7793 34.5891 21.8761 34.686 21.8761 34.686L23.3281 41.1714L23.0377 41.4618L21.5857 34.8796H12.1963L10.6475 41.365L10.3571 41.1714Z" fill="url(#paint14_radial_1_57)"/>
44
+ <path d="M21.1022 36.7186H12.6807C12.5839 36.7186 12.4872 36.6218 12.4872 36.525C12.4872 36.4282 12.5839 36.3315 12.6807 36.3315H21.1022C21.199 36.3315 21.2958 36.4282 21.2958 36.525C21.2958 36.7186 21.199 36.7186 21.1022 36.7186Z" fill="url(#paint15_radial_1_57)"/>
45
+ <path d="M18.1014 39.8161H15.7782C15.2943 39.8161 14.907 39.429 14.907 38.9449C14.907 38.461 15.2943 38.0738 15.7782 38.0738H18.1014C18.5854 38.0738 18.9726 38.461 18.9726 38.9449C19.0694 39.429 18.6822 39.8161 18.1014 39.8161Z" fill="url(#paint16_linear_1_57)"/>
46
+ <path d="M11.519 7.1951C11.4222 7.1951 11.3254 7.2919 11.2286 7.2919L12.8741 8.45347V11.1638C12.9709 11.2606 13.0677 11.2606 13.0677 11.3575V8.25988L11.519 7.1951Z" fill="#4BBEED"/>
47
+ <path d="M10.4544 7.5824C10.3576 7.5824 10.2607 7.6792 10.1639 7.6792L11.7128 8.74397V10.1959C11.8095 10.2927 11.9063 10.2927 11.9063 10.3895V8.64718L10.4544 7.5824Z" fill="#4BBEED"/>
48
+ <path d="M9.68019 7.96951C9.58338 7.96951 9.48657 8.06631 9.48657 8.06631L10.5514 8.84072V9.51828C10.6482 9.51828 10.745 9.61509 10.745 9.61509V8.7439L9.68019 7.96951Z" fill="#4BBEED"/>
49
+ <path d="M13.5518 6.61444V7.67923L12.6806 6.80804C12.5838 6.80804 12.487 6.90484 12.3902 6.90484L13.5518 8.06642V11.8416C13.6486 11.9384 13.7454 12.0352 13.7454 12.0352V6.61444C13.7454 6.61444 13.6486 6.61444 13.5518 6.61444Z" fill="#4BBEED"/>
50
+ <path d="M16.4558 6.61423L16.2622 6.42062L15.2942 7.48541L14.3262 6.42062H14.2294L14.1326 6.51742L15.1974 7.7758V9.8086L14.7135 9.32456V7.9694H14.5199V9.32456L15.2942 10.0989V13.2933C15.391 13.3901 15.4878 13.3901 15.4878 13.4869V7.7758L16.4558 6.61423Z" fill="#4BBEED"/>
51
+ <path d="M16.3588 12.6158L16.5524 12.8094L16.8429 12.4222V12.035L16.3588 12.6158Z" fill="#4BBEED"/>
52
+ <path d="M16.8428 11.1638V10.8735L16.262 11.4542V10.3895L16.8428 9.8087V8.25991H16.746V9.61509L16.1652 10.1958V7.96951H15.9716V13.5838C16.0684 13.5838 16.1652 13.5838 16.1652 13.5838V11.6479L16.8428 11.1638Z" fill="#4BBEED"/>
53
+ <path d="M14.3262 10.4864V12.5191C14.423 12.6159 14.5198 12.7127 14.5198 12.7127V10.4864H14.3262Z" fill="#4BBEED"/>
54
+ <path d="M17.8108 11.4542V9.80868V6.51752H17.6172V7.7759L17.0364 7.19511L16.9396 7.29191V7.38871L17.6172 8.06629V10.099L16.9396 10.7767V11.067L17.6172 10.3894V11.3574L16.9396 12.035V12.3254L17.6172 11.6478V13.5838C17.714 13.5838 17.8108 13.5838 17.8108 13.487V11.4542Z" fill="#4BBEED"/>
55
+ <path d="M17.0364 9.71189V8.25995H16.9396V9.8087L17.0364 9.71189Z" fill="#4BBEED"/>
56
+ <path d="M19.1658 10.583C19.1658 10.7766 19.2626 10.9701 19.4562 10.9701C19.6498 10.9701 19.7466 10.7766 19.7466 10.6798C19.7466 10.583 19.553 10.3894 19.4562 10.3894C19.3594 10.3894 19.2626 10.3894 19.2626 10.4862L18.3914 9.61498V6.42062C18.2946 6.42062 18.1978 6.42062 18.1978 6.42062V9.61498L19.1658 10.583Z" fill="#4BBEED"/>
57
+ <path d="M18.2949 13.3902C18.3917 13.3902 18.4885 13.2934 18.4885 13.1966V10.6798L19.8436 12.035C19.9404 11.9382 19.9404 11.9382 20.0372 11.8414L18.2949 10.099V13.3902Z" fill="#4BBEED"/>
58
+ <path d="M19.3599 6.51752C19.2631 6.51752 19.1663 6.51752 19.1663 6.51752V9.13104L21.1024 11.067C21.1991 10.9703 21.1991 10.9703 21.2959 10.8735L19.3599 9.03432V6.51752Z" fill="#4BBEED"/>
59
+ <path d="M20.5216 6.71109C20.4247 6.71109 20.3279 6.71109 20.3279 6.71109V9.03425L21.7799 10.4862C21.8767 10.3895 21.8767 10.3895 21.9735 10.2927L20.6184 8.93744V6.71109H20.5216Z" fill="#4BBEED"/>
60
+ <path d="M21.1989 8.64715V6.90478C21.1021 6.90478 21.0053 6.90478 21.0053 6.80798V8.64715H21.1989Z" fill="#4BBEED"/>
61
+ <path d="M21.5861 9.42147L21.7797 9.61508L22.0702 9.32466V7.09832C21.9733 7.09832 21.8765 7.00153 21.8765 7.00153V9.22785L21.5861 9.42147Z" fill="#4BBEED"/>
62
+ <path d="M23.4248 7.6792C23.328 7.6792 23.2312 7.5824 23.2312 7.5824L22.36 8.45358V10.0992C22.4569 10.0024 22.5537 10.0024 22.5537 10.0024V8.45358L23.4248 7.6792Z" fill="#4BBEED"/>
63
+ <path d="M23.3287 8.45338C23.1352 8.45338 23.0384 8.64697 23.0384 8.74377C23.0384 8.93741 23.2319 9.03413 23.3287 9.03413C23.5223 9.03413 23.6191 8.8406 23.6191 8.74377V8.64697L24.2967 7.96939C24.2 7.96939 24.1032 7.87259 24.1032 7.87259L23.5223 8.45338C23.4255 8.55017 23.3287 8.45338 23.3287 8.45338Z" fill="#4BBEED"/>
64
+ <path d="M25.8454 9.32469C24.9742 9.13107 24.1031 9.32469 23.3286 9.61502C22.5542 10.0022 21.8767 10.4862 21.1991 11.067C20.6183 11.6478 19.9407 12.2286 19.2632 12.9062C18.9728 13.1966 18.5855 13.5837 18.1984 13.7774C17.8112 13.971 17.3272 14.0678 16.8432 14.0678C16.3592 14.0678 15.972 13.971 15.488 13.7774C15.2944 13.6806 15.1008 13.5837 14.9072 13.3902C14.7136 13.1966 14.52 13.0998 14.4232 12.9062L12.4872 11.067C12.1969 10.7766 11.8097 10.4862 11.5192 10.1959C11.1321 9.90544 10.8417 9.71183 10.4545 9.51821C9.68009 9.13107 8.80892 9.13107 7.93774 9.32469C8.80892 9.03427 9.68009 9.03427 10.5513 9.32469C10.9385 9.51821 11.3257 9.71183 11.7129 10.0022C12.1001 10.1959 12.4872 10.4862 12.7776 10.7766C13.4552 11.3575 14.036 11.9382 14.7136 12.519C14.9072 12.6158 15.004 12.8094 15.1976 12.9062C15.3912 13.003 15.5848 13.1966 15.7784 13.1966C16.0688 13.3902 16.5528 13.3902 16.94 13.3902C17.3272 13.3902 17.7144 13.3902 18.1016 13.1966C18.4887 13.003 18.7791 12.8094 19.0696 12.4222L21.0055 10.6798C21.6831 10.1959 22.4574 9.71183 23.2319 9.42149C24.1031 9.13107 25.0711 9.03427 25.8454 9.32469Z" fill="#34B4E8"/>
65
+ <path d="M8.51813 8.64706C9.09893 8.25987 9.77649 7.87267 10.4541 7.58228C11.1317 7.29189 11.8093 7.00149 12.5836 6.8079C14.0356 6.4207 15.4876 6.22711 16.9396 6.13031C18.3915 6.13031 19.8435 6.32391 21.2954 6.8079C22.7475 7.19509 24.1027 7.77588 25.2642 8.64706C24.0059 7.96947 22.6507 7.38868 21.1987 7.00149C19.7467 6.6143 18.2947 6.4207 16.8428 6.4207C13.9388 6.4207 11.0349 7.19509 8.51813 8.64706Z" fill="#061E31"/>
66
+ <path d="M19.3599 5.35598C19.3599 5.54958 19.2631 5.83997 19.0695 5.93677C18.9727 6.03357 18.9727 6.03357 18.876 6.13037C18.7792 6.13037 18.6824 6.22717 18.5856 6.22717H18.4888H15.2944H15.1976C15.1008 6.22717 15.004 6.22717 14.9073 6.13037C14.6168 6.03357 14.4232 5.64638 14.4232 5.35598C14.4232 5.16239 14.52 4.87199 14.7136 4.7752C14.8104 4.6784 14.8104 4.6784 14.9073 4.5816C15.004 4.5816 15.1008 4.4848 15.1976 4.4848H15.2944H18.4888H18.5856C18.6824 4.4848 18.7792 4.4848 18.876 4.5816C19.1663 4.6784 19.3599 4.96879 19.3599 5.35598Z" stroke="#061E31" stroke-width="0.2464" stroke-miterlimit="10"/>
67
+ <path d="M18.1982 4.48483H15.5847C15.3911 4.48483 15.1006 4.29123 15.1006 4.00084C15.1006 3.80724 15.2943 3.51685 15.5847 3.51685H18.1982C18.3918 3.51685 18.6822 3.71044 18.6822 4.00084C18.6822 4.29123 18.4886 4.48483 18.1982 4.48483Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
68
+ <path d="M19.3599 5.35611C19.3599 5.54971 19.2631 5.8401 19.0694 5.9369C18.9727 6.0337 18.9726 6.0337 18.8759 6.13049C18.8759 6.13049 18.7791 6.0337 18.7791 5.9369V4.77532C18.7791 4.67852 18.7791 4.67852 18.8759 4.58173C19.1663 4.67852 19.3599 4.96892 19.3599 5.35611Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
69
+ <path d="M15.004 4.77532V5.9369C15.004 6.0337 15.004 6.0337 14.9073 6.13049C14.6168 6.0337 14.4232 5.6465 14.4232 5.35611C14.4232 5.16251 14.52 4.87212 14.7136 4.77532C14.8104 4.67852 14.8104 4.67852 14.9073 4.58173C14.9073 4.58173 15.004 4.67852 15.004 4.77532Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
70
+ <path d="M15.3911 6.22717C15.1007 6.22717 14.907 6.03357 14.907 5.74318V4.96879C14.907 4.6784 15.1007 4.4848 15.3911 4.4848C15.6815 4.4848 15.8751 4.6784 15.8751 4.96879V5.83997C15.8751 6.03357 15.6815 6.22717 15.3911 6.22717Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
71
+ <path d="M18.3917 6.22717C18.1013 6.22717 17.9077 6.03357 17.9077 5.74318V4.96879C17.9077 4.6784 18.1013 4.4848 18.3917 4.4848C18.682 4.4848 18.8756 4.6784 18.8756 4.96879V5.83997C18.7788 6.03357 18.5853 6.22717 18.3917 6.22717Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
72
+ <path d="M17.4237 6.22717C17.1332 6.22717 16.9396 6.03357 16.9396 5.74318V4.96879C16.9396 4.6784 17.1332 4.4848 17.4237 4.4848C17.7141 4.4848 17.9076 4.6784 17.9076 4.96879V5.74318C17.9076 6.03357 17.7141 6.22717 17.4237 6.22717Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
73
+ <path d="M16.359 6.22717C16.0686 6.22717 15.8751 6.03357 15.8751 5.74318V4.96879C15.8751 4.6784 16.0686 4.4848 16.359 4.4848C16.6494 4.4848 16.843 4.6784 16.843 4.96879V5.74318C16.9398 6.03357 16.6494 6.22717 16.359 6.22717Z" fill="#107DBB" stroke="#081626" stroke-width="0.2464" stroke-miterlimit="10"/>
74
+ <path d="M18.3919 4.96881V5.4528" stroke="#4BBEED" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
75
+ <path d="M17.4239 4.96881V5.4528" stroke="#4BBEED" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
76
+ <path d="M16.3588 4.96881V5.4528" stroke="#4BBEED" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
77
+ <path d="M15.3908 4.96881V5.4528" stroke="#4BBEED" stroke-width="0.2464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
78
+ <path d="M15.5844 3.90393H18.1012" stroke="#4BBEED" stroke-width="0.1232" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
79
+ <path d="M46.4632 31.9754H46.9472C47.2376 31.9754 47.528 32.0722 47.8184 32.169C47.8184 32.0722 47.8184 31.9754 47.8184 31.8785C47.8184 31.7817 47.8184 31.7817 47.8184 31.6849C47.3344 31.201 47.044 30.717 46.7536 30.1362C46.6568 30.1362 46.56 30.1362 46.4632 30.1362H43.4625C43.172 30.1362 42.9785 30.233 42.8817 30.3298C42.7849 30.4265 42.5913 30.6201 42.5913 30.9106V33.4273C42.5913 33.6209 42.6881 33.8145 42.7849 34.0081C42.8817 34.1049 43.172 34.2017 43.4625 34.2017C43.6561 34.2017 43.8497 34.2017 43.9465 34.1049C44.0433 34.1049 44.2368 34.0081 44.2368 34.0081V32.3626H45.8824V32.4593C45.9793 32.5561 45.9793 32.6529 46.076 32.8465C46.076 33.0401 46.1728 33.2338 46.1728 33.4273C46.1728 33.8145 46.076 34.1049 45.9793 34.3953C45.8824 34.6857 45.6888 34.9761 45.4952 35.2665C45.3016 35.46 45.0113 35.6537 44.624 35.8473C44.2368 35.9441 43.8497 36.0409 43.3656 36.0409C42.4945 36.0409 41.8169 35.7505 41.3329 35.2665C40.8489 34.7825 40.5585 34.1049 40.5585 33.2338C40.5585 32.7497 40.6553 32.3626 40.7521 31.9754C40.8489 31.5881 41.0425 31.2978 41.1393 31.1042C41.0425 31.0074 40.9457 30.9106 40.7521 30.8138C40.5585 30.717 40.3649 30.6201 40.1713 30.6201C39.7841 30.6201 39.3969 30.9106 39.1065 31.3945C38.8162 31.8785 38.7194 32.6529 38.7194 33.5241C38.7194 34.2017 38.8162 34.7825 39.0098 35.3632C39.2033 35.9441 39.4937 36.5248 39.881 36.9121C40.2681 37.396 40.7521 37.7832 41.3329 38.0737C41.9137 38.364 42.5913 38.4608 43.3656 38.4608C44.14 38.4608 44.8177 38.364 45.3016 38.0737C45.6888 37.88 46.076 37.5896 46.3664 37.2993C46.4632 37.1057 46.4632 37.0089 46.4632 36.9121V31.9754Z" fill="#21BBFF"/>
80
+ <path d="M47.8185 25.6835V25.2962C47.044 24.7155 46.4633 23.941 46.076 23.1667V26.1674H44.2369V23.2635C44.2369 23.0698 44.1401 22.8763 44.0433 22.6827C43.9465 22.5859 43.6561 22.4891 43.3657 22.4891C43.1721 22.4891 42.9786 22.4891 42.8818 22.5859C42.785 22.5859 42.6881 22.6827 42.5913 22.6827V26.1674H40.9458V22.8763C40.9458 22.6827 40.849 22.4891 40.7522 22.2955C40.6554 22.1987 40.365 22.1019 40.0745 22.1019C39.881 22.1019 39.6874 22.1019 39.5906 22.1987C39.4938 22.1987 39.397 22.2955 39.3002 22.2955V27.1354C39.3002 27.5226 39.397 27.813 39.5906 28.0066C39.7842 28.2002 40.0745 28.297 40.4618 28.297H46.4633C46.4633 27.329 46.8505 26.361 47.8185 25.6835Z" fill="#21BBFF"/>
81
+ <path d="M40.8489 16.4877V14.7453C40.8489 14.5517 40.7521 14.3581 40.6553 14.1645C40.5585 14.0678 40.2682 13.971 39.8809 13.971C39.6873 13.971 39.4937 13.971 39.3002 14.0677C39.2034 14.0677 39.0098 14.1645 38.913 14.1645V20.5532C38.913 20.7468 39.0098 20.9405 39.1066 21.134C39.2034 21.2308 39.4937 21.3276 39.8809 21.3276C40.0746 21.3276 40.2682 21.3276 40.4617 21.2308C40.5585 21.2308 40.7521 21.134 40.8489 21.134V18.8109H45.6888C45.8824 17.9397 46.3665 17.1653 46.9472 16.4877H40.8489Z" fill="#21BBFF"/>
82
+ <path d="M57.2078 13.0998C57.8854 12.6157 58.563 12.7125 59.1437 13.0998C59.4342 13.3902 59.8214 13.8741 60.4021 14.5517C60.6926 14.9389 61.0797 15.2293 61.4669 15.3262V10.9702C61.4669 10.8734 61.4669 10.7766 61.2733 10.6798C61.2733 10.6798 61.2733 10.6798 61.1765 10.6798H60.0149C59.7246 10.6798 59.4342 10.6798 59.1437 10.7766C58.2726 10.9702 57.4014 11.7446 56.4334 12.9062C56.143 13.2934 55.8527 13.8741 55.659 14.3582L55.5622 14.5517H55.3686C53.3359 14.1646 51.3999 14.4549 49.5607 15.2293C47.1408 16.2941 45.9792 18.0365 45.9792 20.3596C45.9792 22.3923 46.9472 24.038 48.8832 25.1996L49.1735 25.3931L48.5928 25.6835C47.3344 26.4579 46.7536 27.5227 46.9472 28.9747C46.9472 29.0715 46.9472 29.1683 47.0439 29.3618C47.528 31.3946 49.6576 32.8466 53.4327 33.8146C54.6911 34.105 55.7559 34.4921 56.5302 34.8794C57.4982 35.3633 57.9822 35.8473 58.1758 36.3313C58.2726 36.6217 58.1758 36.9121 58.079 37.1057C57.595 37.8801 56.4334 38.2673 54.3038 38.2673C53.4327 38.2673 52.6583 38.0737 51.9807 37.5897C51.3031 37.1057 50.5287 36.2345 49.6576 34.9762C49.3671 34.5889 49.2703 34.2985 49.0767 34.105C48.3992 33.137 47.6248 32.653 46.9472 32.5562V36.8153C46.9472 36.8153 46.9472 37.0089 47.3344 37.2026C47.4312 37.2993 47.6248 37.3961 47.8184 37.4929C49.6576 38.3641 51.8839 38.8481 54.3038 38.8481C55.3686 38.8481 56.3366 38.7513 57.2078 38.5577C59.9182 37.9769 61.2733 36.6217 61.2733 34.4921C61.2733 33.7178 61.1765 33.137 60.8862 32.5562C60.2085 30.8138 58.1758 29.5554 54.7879 28.6843C52.8519 28.2003 51.3999 27.8131 50.6255 27.5227C49.5608 27.1355 49.0767 26.8451 48.98 26.3611C48.98 26.1675 49.0767 25.8771 49.4639 25.6835L49.5607 25.5867H49.6576C50.916 26.0707 52.1743 26.3611 53.5295 26.3611C54.9814 26.3611 56.3366 26.0707 57.6918 25.4899C60.1117 24.4251 61.2733 22.6828 61.2733 20.2629C61.2733 19.4884 61.1765 18.8108 60.8862 18.1333C60.2085 16.3909 58.563 15.1325 56.143 14.5517V14.7453L56.2398 14.5517C56.3366 14.3582 56.4334 14.1646 56.4334 14.0678C56.627 13.6805 56.9175 13.3902 57.2078 13.0998ZM56.627 20.4564C56.627 21.5212 56.627 22.3923 56.5302 22.9732C56.2398 25.006 55.3686 25.9739 53.8199 25.9739C52.9487 25.9739 52.1743 25.5867 51.6903 24.9091C51.2063 24.1348 50.916 22.6828 50.916 20.3596C50.916 19.2949 50.916 18.4236 51.0128 17.8429C51.3031 15.8101 52.1743 14.8421 53.7231 14.8421C54.5943 14.8421 55.3686 15.2293 55.8527 15.9069C56.4334 16.7781 56.627 18.2301 56.627 20.4564Z" fill="#05092B"/>
83
+ <path d="M75.4059 15.0359C74.5347 14.7455 73.5668 14.5518 72.4052 14.5518C71.1469 14.5518 69.8885 14.7455 68.8237 15.1327C67.0813 15.9071 65.7261 17.2622 64.8549 19.1014C64.0806 20.8438 63.887 22.5861 64.1774 24.4253C64.5645 26.8453 65.8229 28.6844 67.8557 29.846C69.2109 30.6204 70.566 31.0076 72.018 31.0076C74.5347 31.0076 76.6643 29.846 78.2131 27.6196C78.3099 27.426 78.4067 27.3292 78.4067 27.2324C78.4067 27.1356 78.3099 27.0389 78.1163 27.0389C78.1163 27.0389 78.1163 27.0389 78.0195 27.0389C78.0195 27.0389 77.9227 27.1356 77.9227 27.2324C77.1483 28.2004 75.9868 28.6844 74.4379 28.4908C73.0828 28.394 71.9212 27.8132 71.1469 26.9421C70.2756 25.9741 69.7917 24.8125 69.5012 23.2637V23.0701H79.1811C79.3746 23.0701 79.3746 22.8765 79.4715 22.7797C79.4715 20.2629 78.7939 18.1334 77.6323 16.6814C77.0515 16.0039 76.2771 15.423 75.4059 15.0359ZM73.0828 22.5861H69.6948H69.5012V22.3925C69.5012 21.9085 69.4044 21.4245 69.4044 20.9406C69.4044 20.4565 69.4044 19.9726 69.4044 19.4886C69.598 16.5846 70.566 15.1327 72.1148 15.1327H72.4052C73.954 15.423 74.7284 17.2622 74.8252 20.747C74.8252 21.9085 74.2443 22.4893 73.0828 22.5861Z" fill="#05092B"/>
84
+ <path d="M102.026 30.3299C100.864 30.3299 100.09 30.1363 99.7022 29.6523C99.5089 29.3619 99.3148 28.7811 99.3148 26.5548V19.8757C99.3148 18.5205 98.9274 17.2621 98.1535 16.391C97.1854 15.2294 95.8299 14.7453 94.185 14.7453C92.3451 14.7453 90.6031 15.6166 89.1514 17.1653L88.764 17.5526V15.1326C88.764 14.9389 88.764 14.8421 88.764 14.8421C88.764 14.7453 88.6669 14.7453 88.5707 14.7453C88.5707 14.7453 88.4737 14.7453 88.3766 14.8421L80.6329 19.1981C80.5361 19.2949 80.4393 19.3917 80.5361 19.5853C80.6329 19.682 80.7297 19.682 80.8265 19.682C81.3105 19.4885 81.7945 19.4885 82.2785 19.7788C83.0529 20.2629 83.4401 21.0372 83.4401 22.102V26.6515C83.4401 28.2971 83.3433 29.2651 83.0529 29.7491C82.7624 30.2331 81.9881 30.5235 80.7297 30.5235C80.6329 30.5235 80.5361 30.6202 80.4393 30.8139C80.4393 30.9107 80.5361 31.0075 80.7297 31.0075H90.506C90.7001 31.0075 90.7001 30.9107 90.7963 30.717C90.7963 30.6202 90.7001 30.5235 90.506 30.5235C90.4098 30.5235 90.2157 30.5235 90.1195 30.5235C89.2476 30.2331 88.8611 29.0715 88.764 26.7483V18.5205V18.4237C88.9573 18.1333 89.2476 17.8429 89.5379 17.5526C90.4098 16.6813 91.3779 16.4878 92.3451 16.9717C93.3131 17.4557 93.8947 18.5205 93.8947 19.9725V26.6515C93.8947 27.9099 93.7976 28.7811 93.7005 29.3619C93.5073 30.0395 93.0228 30.4267 92.3451 30.4267C92.2489 30.4267 92.1518 30.4267 92.0547 30.717C92.0547 30.9107 92.1518 30.9107 92.3451 31.0075H101.929C102.026 31.0075 102.122 30.9107 102.219 30.717C102.316 30.4267 102.219 30.3299 102.026 30.3299Z" fill="#05092B"/>
85
+ <path d="M114.028 30.3299C112.867 30.3299 112.092 30.1363 111.802 29.6523C111.512 29.2651 111.414 28.2003 111.318 26.458V15.1326C111.318 14.9389 111.318 14.9389 111.318 14.8421C111.318 14.8421 111.221 14.7453 111.124 14.7453C111.028 14.7453 111.028 14.7453 110.931 14.7453L103.09 19.1013C102.993 19.1981 102.897 19.2949 102.993 19.4885C103.09 19.5853 103.187 19.5853 103.283 19.5853C103.478 19.4885 103.671 19.3917 103.865 19.3917C104.155 19.3917 104.446 19.4885 104.736 19.682C105.51 20.1661 105.897 20.9404 105.897 22.0052V26.5548C105.897 28.2003 105.8 29.1683 105.51 29.6523C105.22 30.1363 104.446 30.4267 103.187 30.4267C103.09 30.4267 102.993 30.5235 102.897 30.717C102.897 30.8138 102.993 30.9107 103.187 30.9107H113.931C114.028 30.9107 114.125 30.8139 114.222 30.6202C114.319 30.5235 114.319 30.4267 114.028 30.3299Z" fill="#05092B"/>
86
+ <path d="M125.935 15.0359C125.16 14.7455 124.096 14.5518 122.934 14.5518C121.676 14.5518 120.417 14.7455 119.352 15.1327C117.61 15.9071 116.255 17.2622 115.384 19.1014C114.609 20.8438 114.416 22.5861 114.706 24.4253C115.094 26.8453 116.352 28.6844 118.384 29.846C119.74 30.6204 121.094 31.0076 122.547 31.0076C125.064 31.0076 127.193 29.846 128.742 27.6196C128.839 27.426 128.935 27.3292 128.935 27.2324C128.935 27.1356 128.839 27.0389 128.645 27.0389C128.645 27.0389 128.645 27.0389 128.549 27.0389C128.549 27.0389 128.451 27.1356 128.451 27.2324C127.677 28.2004 126.515 28.5876 124.967 28.4908C123.611 28.394 122.45 27.8132 121.676 26.9421C120.804 25.9741 120.32 24.8125 120.03 23.2637V23.0701H129.71C129.903 23.0701 129.903 22.9733 130 22.7797C130 20.2629 129.322 18.1334 128.161 16.6814C127.58 16.0039 126.806 15.423 125.935 15.0359ZM123.611 22.5861H120.127H120.03V22.3925C120.03 21.9085 119.933 21.4245 119.933 20.9406C119.933 20.4565 119.933 19.9726 119.933 19.4886C120.127 16.5846 121.094 15.1327 122.644 15.1327H122.934C124.483 15.423 125.257 17.2622 125.354 20.747C125.354 21.9085 124.773 22.4893 123.611 22.5861Z" fill="#05092B"/>
87
+ <path d="M108.221 12.9062C108.801 12.9062 109.382 12.7126 109.963 12.4221C110.931 11.7446 111.414 10.9702 111.414 9.80863C111.414 9.51821 111.414 9.32468 111.318 9.03426C111.028 7.96947 110.447 7.29189 109.382 6.90469C108.607 6.61429 107.833 6.61429 107.155 6.90469C106.962 7.00149 106.768 7.09829 106.478 7.19509C105.51 7.77588 105.026 8.64706 105.026 9.80863C105.026 10.3895 105.219 10.9702 105.51 11.551C106.187 12.4221 107.058 12.9062 108.221 12.9062Z" fill="url(#paint17_linear_1_57)"/>
88
+ <defs>
89
+ <linearGradient id="paint0_linear_1_57" x1="2.05275" y1="22.7049" x2="4.51829" y2="33.9274" gradientUnits="userSpaceOnUse">
90
+ <stop stop-color="#7799A5"/>
91
+ <stop offset="0.5053" stop-color="#EEF3F6"/>
92
+ <stop offset="1" stop-color="#3A6177"/>
93
+ </linearGradient>
94
+ <linearGradient id="paint1_linear_1_57" x1="3.49825" y1="29.0796" x2="3.90771" y2="31.4773" gradientUnits="userSpaceOnUse">
95
+ <stop stop-color="#E5EEF2"/>
96
+ <stop offset="1" stop-color="#7294A2"/>
97
+ </linearGradient>
98
+ <linearGradient id="paint2_linear_1_57" x1="8.1433" y1="16.9227" x2="3.32545" y2="18.1697" gradientUnits="userSpaceOnUse">
99
+ <stop stop-color="#E5EEF2"/>
100
+ <stop offset="1" stop-color="#7294A2"/>
101
+ </linearGradient>
102
+ <linearGradient id="paint3_linear_1_57" x1="31.7298" y1="22.7048" x2="29.264" y2="33.9274" gradientUnits="userSpaceOnUse">
103
+ <stop stop-color="#7799A5"/>
104
+ <stop offset="0.5053" stop-color="#EEF3F6"/>
105
+ <stop offset="1" stop-color="#3A6177"/>
106
+ </linearGradient>
107
+ <linearGradient id="paint4_linear_1_57" x1="30.2838" y1="29.0796" x2="29.8745" y2="31.4773" gradientUnits="userSpaceOnUse">
108
+ <stop stop-color="#E5EEF2"/>
109
+ <stop offset="1" stop-color="#7294A2"/>
110
+ </linearGradient>
111
+ <radialGradient id="paint5_radial_1_57" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.938 7.5497) scale(6.45915)">
112
+ <stop stop-color="#00B8F0"/>
113
+ <stop offset="1" stop-color="#005886"/>
114
+ </radialGradient>
115
+ <linearGradient id="paint6_linear_1_57" x1="25.6394" y1="16.9227" x2="30.457" y2="18.1697" gradientUnits="userSpaceOnUse">
116
+ <stop stop-color="#E5EEF2"/>
117
+ <stop offset="1" stop-color="#7294A2"/>
118
+ </linearGradient>
119
+ <linearGradient id="paint7_linear_1_57" x1="9.98352" y1="34.254" x2="6.01585" y2="35.7277" gradientUnits="userSpaceOnUse">
120
+ <stop stop-color="#E5EEF2"/>
121
+ <stop offset="1" stop-color="#7294A2"/>
122
+ </linearGradient>
123
+ <linearGradient id="paint8_linear_1_57" x1="17.1994" y1="24.7523" x2="-5.13258" y2="32.4608" gradientUnits="userSpaceOnUse">
124
+ <stop stop-color="white"/>
125
+ <stop offset="1" stop-color="#A4C4D1"/>
126
+ </linearGradient>
127
+ <linearGradient id="paint9_linear_1_57" x1="23.7985" y1="34.2541" x2="27.7659" y2="35.7277" gradientUnits="userSpaceOnUse">
128
+ <stop stop-color="#E5EEF2"/>
129
+ <stop offset="1" stop-color="#7294A2"/>
130
+ </linearGradient>
131
+ <linearGradient id="paint10_linear_1_57" x1="16.5827" y1="24.7524" x2="38.9148" y2="32.4609" gradientUnits="userSpaceOnUse">
132
+ <stop stop-color="white"/>
133
+ <stop offset="1" stop-color="#A4C4D1"/>
134
+ </linearGradient>
135
+ <linearGradient id="paint11_linear_1_57" x1="4.04858" y1="25.8238" x2="29.7308" y2="25.8238" gradientUnits="userSpaceOnUse">
136
+ <stop stop-color="#1F5F88"/>
137
+ <stop offset="0.5212" stop-color="#1ABDCC"/>
138
+ <stop offset="1" stop-color="#1C5B85"/>
139
+ </linearGradient>
140
+ <linearGradient id="paint12_linear_1_57" x1="4.24892" y1="21.7837" x2="29.5165" y2="21.7837" gradientUnits="userSpaceOnUse">
141
+ <stop stop-color="#4CC7ED"/>
142
+ <stop offset="1" stop-color="#1ABDCC"/>
143
+ </linearGradient>
144
+ <radialGradient id="paint13_radial_1_57" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.4109 26.3667) scale(6.2765)">
145
+ <stop stop-color="white"/>
146
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
147
+ </radialGradient>
148
+ <radialGradient id="paint14_radial_1_57" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.8911 37.984) scale(5.19671)">
149
+ <stop stop-color="#25BDCC"/>
150
+ <stop offset="1" stop-color="#005786"/>
151
+ </radialGradient>
152
+ <radialGradient id="paint15_radial_1_57" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.8917 36.5842) scale(3.10084 3.10082)">
153
+ <stop stop-color="#25BDCC"/>
154
+ <stop offset="1" stop-color="#005786"/>
155
+ </radialGradient>
156
+ <linearGradient id="paint16_linear_1_57" x1="16.9585" y1="41.0781" x2="17.0156" y2="38.5091" gradientUnits="userSpaceOnUse">
157
+ <stop stop-color="#E5EEF2"/>
158
+ <stop offset="1" stop-color="#7294A2"/>
159
+ </linearGradient>
160
+ <linearGradient id="paint17_linear_1_57" x1="105.277" y1="6.46097" x2="110.716" y2="12.4773" gradientUnits="userSpaceOnUse">
161
+ <stop offset="0.2206" stop-color="#FFCB43"/>
162
+ <stop offset="1" stop-color="#FF539B"/>
163
+ </linearGradient>
164
+ </defs>
165
+ </svg>
core/integrations/onboard/assets/images/products/metform-logo.png DELETED
Binary file
core/integrations/onboard/assets/images/products/metform-logo.svg ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="122" height="39" viewBox="0 0 122 39" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M42 14.1844L33.2788 14.8913V3.98024C33.2788 2.92462 32.8595 1.91223 32.113 1.16579C31.3666 0.419346 30.3542 0 29.2986 0L3.98024 0C2.92462 0 1.91223 0.419346 1.16579 1.16579C0.419346 1.91223 0 2.92462 0 3.98024L0 22.0834L11.303 28.9989L42 14.1844Z" fill="url(#paint0_linear_9_667)"/>
3
+ <path d="M11.3491 36.629L0 22.0835V34.5775C0 35.6331 0.419346 36.6455 1.16579 37.3919C1.91223 38.1383 2.92462 38.5577 3.98024 38.5577H29.337C30.3859 38.5476 31.3885 38.1238 32.1266 37.3784C32.8648 36.6331 33.2789 35.6265 33.2788 34.5775V24.8497L42 14.2921L11.3491 36.629Z" fill="url(#paint1_linear_9_667)"/>
4
+ <g style="mix-blend-mode:multiply" opacity="0.2">
5
+ <path d="M26.4785 6.64648H12.8243V8.52903H26.4785V6.64648Z" fill="black"/>
6
+ <path d="M8.52136 9.30516C9.47194 9.30516 10.2425 8.53456 10.2425 7.58398C10.2425 6.63339 9.47194 5.86279 8.52136 5.86279C7.57077 5.86279 6.80017 6.63339 6.80017 7.58398C6.80017 8.53456 7.57077 9.30516 8.52136 9.30516Z" fill="black"/>
7
+ <path d="M26.4785 13.3467H12.8243V15.2293H26.4785V13.3467Z" fill="black"/>
8
+ <path d="M8.52136 16.0131C9.47194 16.0131 10.2425 15.2425 10.2425 14.2919C10.2425 13.3413 9.47194 12.5707 8.52136 12.5707C7.57077 12.5707 6.80017 13.3413 6.80017 14.2919C6.80017 15.2425 7.57077 16.0131 8.52136 16.0131Z" fill="black"/>
9
+ <path d="M22.2677 20.0549H12.8243V21.9375H22.2677V20.0549Z" fill="black"/>
10
+ <path d="M8.52136 22.7134C9.47194 22.7134 10.2425 21.9428 10.2425 20.9922C10.2425 20.0416 9.47194 19.271 8.52136 19.271C7.57077 19.271 6.80017 20.0416 6.80017 20.9922C6.80017 21.9428 7.57077 22.7134 8.52136 22.7134Z" fill="black"/>
11
+ </g>
12
+ <path d="M26.4785 4.7334H12.8243V6.61594H26.4785V4.7334Z" fill="white"/>
13
+ <path d="M8.52136 7.39952C9.47194 7.39952 10.2425 6.62892 10.2425 5.67834C10.2425 4.72775 9.47194 3.95715 8.52136 3.95715C7.57077 3.95715 6.80017 4.72775 6.80017 5.67834C6.80017 6.62892 7.57077 7.39952 8.52136 7.39952Z" fill="white"/>
14
+ <path d="M26.4785 11.4413H12.8243V13.3239H26.4785V11.4413Z" fill="white"/>
15
+ <path d="M8.52136 14.1C9.47194 14.1 10.2425 13.3294 10.2425 12.3788C10.2425 11.4283 9.47194 10.6577 8.52136 10.6577C7.57077 10.6577 6.80017 11.4283 6.80017 12.3788C6.80017 13.3294 7.57077 14.1 8.52136 14.1Z" fill="white"/>
16
+ <path d="M22.2677 18.1416H12.8243V20.0241H22.2677V18.1416Z" fill="white"/>
17
+ <path d="M8.52136 20.8079C9.47194 20.8079 10.2425 20.0373 10.2425 19.0867C10.2425 18.1361 9.47194 17.3655 8.52136 17.3655C7.57077 17.3655 6.80017 18.1361 6.80017 19.0867C6.80017 20.0373 7.57077 20.8079 8.52136 20.8079Z" fill="white"/>
18
+ <path d="M53.0114 12.3636H56.0454L59.25 20.1818H59.3864L62.5909 12.3636H65.625V24H63.2386V16.4261H63.142L60.1307 23.9432H58.5057L55.4943 16.3977H55.3977V24H53.0114V12.3636Z" fill="#021343"/>
19
+ <path d="M71.5838 24.1705C70.6861 24.1705 69.9133 23.9886 69.2656 23.625C68.6217 23.2576 68.1255 22.7386 67.777 22.0682C67.4285 21.394 67.2542 20.5966 67.2542 19.6761C67.2542 18.7784 67.4285 17.9905 67.777 17.3125C68.1255 16.6345 68.616 16.1061 69.2486 15.7273C69.8849 15.3485 70.6311 15.1591 71.4872 15.1591C72.063 15.1591 72.5989 15.2519 73.0952 15.4375C73.5952 15.6193 74.0308 15.894 74.402 16.2614C74.777 16.6288 75.0686 17.0909 75.277 17.6477C75.4853 18.2008 75.5895 18.8485 75.5895 19.5909V20.2557H68.2202V18.7557H73.3111C73.3111 18.4072 73.2353 18.0985 73.0838 17.8296C72.9323 17.5606 72.7221 17.3504 72.4531 17.1989C72.188 17.0436 71.8793 16.9659 71.527 16.9659C71.1596 16.9659 70.8338 17.0511 70.5497 17.2216C70.2694 17.3883 70.0497 17.6136 69.8906 17.8977C69.7315 18.178 69.6501 18.4905 69.6463 18.8352V20.2614C69.6463 20.6932 69.7258 21.0663 69.8849 21.3807C70.0478 21.6951 70.277 21.9375 70.5724 22.108C70.8679 22.2784 71.2183 22.3636 71.6236 22.3636C71.8925 22.3636 72.1387 22.3258 72.3622 22.25C72.5857 22.1743 72.777 22.0606 72.9361 21.9091C73.0952 21.7576 73.2164 21.572 73.2997 21.3523L75.5383 21.5C75.4247 22.0379 75.1918 22.5076 74.8395 22.9091C74.491 23.3068 74.0402 23.6174 73.4872 23.8409C72.938 24.0606 72.3035 24.1705 71.5838 24.1705Z" fill="#021343"/>
20
+ <path d="M81.8111 15.2727V17.0909H76.5554V15.2727H81.8111ZM77.7486 13.1818H80.169V21.3182C80.169 21.5417 80.2031 21.7159 80.2713 21.8409C80.3395 21.9621 80.4342 22.0474 80.5554 22.0966C80.6804 22.1458 80.8243 22.1705 80.9872 22.1705C81.1008 22.1705 81.2145 22.161 81.3281 22.1421C81.4417 22.1193 81.5289 22.1023 81.5895 22.0909L81.9702 23.8921C81.8489 23.9299 81.6785 23.9735 81.4588 24.0227C81.2391 24.0758 80.9721 24.108 80.6577 24.1193C80.0743 24.1421 79.563 24.0644 79.1236 23.8864C78.688 23.7083 78.3489 23.4318 78.1065 23.0568C77.8641 22.6818 77.7448 22.2083 77.7486 21.6364V13.1818Z" fill="#021343"/>
21
+ <path d="M83.6207 24V12.3636H91.3253V14.3921H86.081V17.1648H90.8139V19.1932H86.081V24H83.6207Z" fill="#021343"/>
22
+ <path d="M96.2372 24.1705C95.3546 24.1705 94.5914 23.983 93.9474 23.608C93.3073 23.2292 92.813 22.7027 92.4645 22.0284C92.116 21.3504 91.9417 20.5644 91.9417 19.6705C91.9417 18.769 92.116 17.9811 92.4645 17.3068C92.813 16.6288 93.3073 16.1023 93.9474 15.7273C94.5914 15.3485 95.3546 15.1591 96.2372 15.1591C97.1198 15.1591 97.8811 15.3485 98.5213 15.7273C99.1652 16.1023 99.6614 16.6288 100.01 17.3068C100.358 17.9811 100.533 18.769 100.533 19.6705C100.533 20.5644 100.358 21.3504 100.01 22.0284C99.6614 22.7027 99.1652 23.2292 98.5213 23.608C97.8811 23.983 97.1198 24.1705 96.2372 24.1705ZM96.2486 22.2955C96.6501 22.2955 96.9853 22.1818 97.2542 21.9546C97.5232 21.7235 97.7258 21.4091 97.8622 21.0114C98.0024 20.6136 98.0724 20.161 98.0724 19.6534C98.0724 19.1458 98.0024 18.6932 97.8622 18.2955C97.7258 17.8977 97.5232 17.5833 97.2542 17.3523C96.9853 17.1212 96.6501 17.0057 96.2486 17.0057C95.8433 17.0057 95.5024 17.1212 95.2258 17.3523C94.9531 17.5833 94.7467 17.8977 94.6065 18.2955C94.4702 18.6932 94.402 19.1458 94.402 19.6534C94.402 20.161 94.4702 20.6136 94.6065 21.0114C94.7467 21.4091 94.9531 21.7235 95.2258 21.9546C95.5024 22.1818 95.8433 22.2955 96.2486 22.2955Z" fill="#021343"/>
23
+ <path d="M102.107 24V15.2727H104.453V16.7955H104.544C104.703 16.2538 104.97 15.8447 105.345 15.5682C105.72 15.2879 106.152 15.1477 106.641 15.1477C106.762 15.1477 106.893 15.1553 107.033 15.1705C107.173 15.1856 107.296 15.2065 107.402 15.233V17.3807C107.288 17.3466 107.131 17.3163 106.93 17.2898C106.73 17.2633 106.546 17.25 106.379 17.25C106.023 17.25 105.705 17.3277 105.425 17.483C105.148 17.6345 104.928 17.8466 104.766 18.1193C104.607 18.3921 104.527 18.7065 104.527 19.0625V24H102.107Z" fill="#021343"/>
24
+ <path d="M108.653 24V15.2727H110.96V16.8125H111.062C111.244 16.3011 111.547 15.8977 111.972 15.6023C112.396 15.3068 112.903 15.1591 113.494 15.1591C114.093 15.1591 114.602 15.3087 115.023 15.608C115.443 15.9034 115.723 16.3049 115.864 16.8125H115.955C116.133 16.3125 116.455 15.9129 116.92 15.6136C117.39 15.3106 117.945 15.1591 118.585 15.1591C119.4 15.1591 120.061 15.4186 120.568 15.9375C121.08 16.4527 121.335 17.1837 121.335 18.1307V24H118.92V18.608C118.92 18.1231 118.792 17.7595 118.534 17.5171C118.277 17.2746 117.955 17.1534 117.568 17.1534C117.129 17.1534 116.786 17.2936 116.54 17.5739C116.294 17.8504 116.17 18.2159 116.17 18.6705V24H113.824V18.5568C113.824 18.1288 113.701 17.7879 113.455 17.5341C113.212 17.2803 112.892 17.1534 112.494 17.1534C112.225 17.1534 111.983 17.2216 111.767 17.358C111.555 17.4905 111.386 17.678 111.261 17.9205C111.136 18.1591 111.074 18.4394 111.074 18.7614V24H108.653Z" fill="#021343"/>
25
+ <defs>
26
+ <linearGradient id="paint0_linear_9_667" x1="7.65313" y1="27.1471" x2="27.7157" y2="-0.960484" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#F8003C"/>
28
+ <stop offset="1" stop-color="#FF8438"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint1_linear_9_667" x1="0.837541" y1="36.1757" x2="32.4951" y2="23.1592" gradientUnits="userSpaceOnUse">
31
+ <stop offset="0.16" stop-color="#0099AC"/>
32
+ <stop offset="1" stop-color="#00D5C9"/>
33
+ </linearGradient>
34
+ </defs>
35
+ </svg>
core/integrations/onboard/assets/images/products/shopengine-logo.png DELETED
Binary file
core/integrations/onboard/assets/images/products/shopengine-logo.svg ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="190" height="44" viewBox="0 0 190 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.094 4.17556C14.2492 4.01053 15.0193 2.96538 14.8543 1.81021C14.6892 0.655033 13.6441 -0.11508 12.4889 0.0499449C11.3337 0.214969 10.5636 1.26012 10.7287 2.41529C10.7287 2.58032 10.7837 2.74534 10.8387 2.91037L6.76807 9.62137H9.90353L13.094 4.17556Z" fill="url(#paint0_linear_1_623)"/>
3
+ <path opacity="0.49" d="M13.094 4.17556C14.2492 4.01053 15.0193 2.96538 14.8543 1.81021C14.6892 0.655033 13.6441 -0.11508 12.4889 0.0499449C11.3337 0.214969 10.5636 1.26012 10.7287 2.41529C10.7287 2.58032 10.7837 2.74534 10.8387 2.91037L6.76807 9.62137H9.90353L13.094 4.17556Z" fill="url(#paint1_linear_1_623)"/>
4
+ <path d="M21.1252 2.91032C21.5652 1.81015 21.0702 0.599975 19.97 0.159909C18.8698 -0.280156 17.6597 0.214917 17.2196 1.31508C16.7795 2.41524 17.2746 3.62542 18.3748 4.06549C18.5398 4.1205 18.7048 4.17551 18.8698 4.17551L22.0053 9.56631H25.1408L21.1252 2.91032Z" fill="url(#paint2_linear_1_623)"/>
5
+ <path opacity="0.49" d="M21.1252 2.91032C21.5652 1.81015 21.0702 0.599975 19.97 0.159909C18.8698 -0.280156 17.6597 0.214917 17.2196 1.31508C16.7795 2.41524 17.2746 3.62542 18.3748 4.06549C18.5398 4.1205 18.7048 4.17551 18.8698 4.17551L22.0053 9.56631H25.1408L21.1252 2.91032Z" fill="url(#paint3_linear_1_623)"/>
6
+ <path d="M2.20251 14.8471H3.79775H17.4948C17.5498 14.7371 17.6048 14.682 17.6598 14.572C17.9899 14.077 18.3749 13.7469 18.705 13.4719C19.035 13.1968 19.4201 13.0318 19.7501 12.9218C20.4652 12.7018 21.1803 12.8118 21.8404 13.1418C22.0605 12.3717 22.5555 11.8216 23.2706 11.4366C23.4907 11.3266 23.7107 11.2715 23.8757 11.2165L24.1508 11.1065H24.7559H24.9209H25.0859H25.691L25.966 11.2165C26.0761 11.2715 26.2961 11.3266 26.5711 11.4366C27.2862 11.7666 27.7813 12.3717 28.0013 13.1418C28.6614 12.8118 29.3766 12.7018 30.0917 12.9218C30.4767 13.0318 30.8068 13.1968 31.1368 13.4719C31.3018 13.5819 31.4119 13.6919 31.5769 13.8569C31.7969 13.5269 31.9619 13.0868 31.9619 12.6467V11.7666C31.9619 10.5564 30.9718 9.56628 29.7616 9.56628H25.1409H22.0055H9.90366H6.76819H2.20251C0.992333 9.56628 0.00218562 10.5564 0.00218562 11.7666V12.6467C-0.0528226 13.8569 0.937325 14.8471 2.20251 14.8471ZM5.17295 12.8118C5.17295 12.1517 5.72304 11.6016 6.38313 11.6016C7.04323 11.6016 7.59331 12.1517 7.59331 12.8118C7.59331 13.4719 7.04323 14.022 6.38313 14.022C5.72304 14.022 5.17295 13.4719 5.17295 12.8118Z" fill="url(#paint4_linear_1_623)"/>
7
+ <path d="M17.8247 26.9489C17.3297 26.3438 17.1647 25.6287 17.2747 24.8586C17.2747 24.7486 17.3297 24.5836 17.3847 24.4185C17.4397 24.1985 17.5497 24.0335 17.6597 23.8684C17.4947 23.8134 17.3297 23.7584 17.1647 23.7034V23.7584C17.1647 24.0335 16.9996 24.3085 16.7796 24.4185C16.6146 24.5285 16.4495 24.5836 16.2295 24.5836H15.7344C15.2394 24.5836 14.8543 24.1985 14.8543 23.7034L14.7993 22.9333L14.5793 17.6525C14.5793 17.2675 14.8543 16.9374 15.2394 16.9374H16.6146C16.9446 16.9374 17.2197 17.1575 17.2747 17.4875C17.3297 17.4875 17.3297 17.4875 17.3847 17.4325C16.9996 16.6624 16.9446 15.7272 17.3847 14.9021C17.4397 14.8471 17.4397 14.7921 17.4947 14.7371H3.79766H2.20242H2.09241L3.85267 24.9686C4.12771 26.5088 5.44791 27.609 6.98814 27.609H18.5949C18.3198 27.499 18.0448 27.279 17.8247 26.9489ZM10.3436 24.6386C10.2886 24.6386 10.2886 24.6386 10.2336 24.6386H9.73855C9.13346 24.6386 8.63838 24.2535 8.52837 23.6484L7.31819 17.7075C7.31819 17.6525 7.31819 17.5975 7.31819 17.4875C7.37319 17.2675 7.53822 17.1024 7.75825 17.0474C7.81326 17.0474 7.81326 17.0474 7.86827 17.0474H9.35349C9.79355 17.0474 10.1786 17.3775 10.2336 17.8175L10.4537 19.7978L10.9487 23.8134C11.0037 24.2535 10.7287 24.5836 10.3436 24.6386Z" fill="url(#paint5_linear_1_623)"/>
8
+ <path d="M30.7516 22.2733C31.0817 22.2733 31.4117 22.2183 31.7418 22.2183C31.9618 22.2183 32.1818 22.1632 32.3469 22.0532C32.5669 21.8882 32.7319 21.6682 32.7319 21.3931V21.3381C32.7869 21.2281 32.7869 21.1731 32.7869 21.0631C32.7869 20.8981 32.7869 20.788 32.8419 20.623C32.8419 20.568 32.8419 20.568 32.8419 20.513C32.8419 20.403 32.8419 20.293 32.7869 20.183C32.7319 19.9079 32.6769 19.6879 32.4569 19.4678C32.2368 19.2478 32.0168 19.1378 31.6868 19.1378C31.3567 19.1378 31.0817 19.1378 30.7516 19.1378C30.3666 19.1378 30.0365 18.8628 29.8715 18.5327C29.8715 18.4777 29.8715 18.4227 29.8715 18.3677C29.8715 18.0926 29.9815 17.8726 30.1465 17.6526C30.3666 17.4325 30.5866 17.2125 30.8066 16.9925C31.1367 16.6624 31.1917 16.2224 30.9716 15.7823C30.9166 15.6723 30.8616 15.6173 30.8066 15.5073C30.6416 15.2322 30.3666 15.0122 30.1465 14.7921C29.9815 14.6821 29.8165 14.5721 29.6515 14.5171C29.3214 14.4071 28.9914 14.4621 28.7163 14.6821C28.6063 14.7922 28.4413 14.9022 28.3313 15.0122C28.1662 15.1772 28.0562 15.3422 27.8912 15.4522C27.6162 15.6723 27.2861 15.6723 27.0111 15.5623C26.791 15.4523 26.626 15.2322 26.571 15.0122C26.516 14.9022 26.571 14.7371 26.571 14.6271C26.571 14.4071 26.571 14.1321 26.571 13.912C26.571 13.472 26.351 13.1419 25.9659 12.9219C25.8559 12.8669 25.6909 12.8669 25.5808 12.8119H25.5258C25.4158 12.8119 25.3608 12.8119 25.2508 12.8119C25.1958 12.8119 25.1958 12.8119 25.1408 12.8119C25.0858 12.8119 25.0308 12.8119 25.0308 12.8119C24.9758 12.8119 24.9207 12.8119 24.9207 12.8119C24.8657 12.8119 24.8657 12.8119 24.8107 12.8119C24.7007 12.8119 24.6457 12.8119 24.5357 12.8119H24.4807C24.3707 12.8669 24.2056 12.8669 24.0956 12.9219C23.7106 13.1419 23.4905 13.472 23.4905 13.912C23.4905 14.1321 23.4905 14.4071 23.4905 14.6271C23.4905 14.7371 23.4905 14.9022 23.4905 15.0122C23.4355 15.2872 23.2705 15.4523 23.0505 15.5623C22.7204 15.6723 22.4454 15.6723 22.1703 15.4522C22.0053 15.3422 21.8953 15.1772 21.7303 15.0122C21.6203 14.9022 21.5102 14.7371 21.3452 14.6821C21.0702 14.4621 20.7401 14.4071 20.4101 14.5171C20.2451 14.5721 20.08 14.6821 19.915 14.7921C19.64 15.0122 19.4199 15.2322 19.2549 15.5073C19.1999 15.6173 19.1449 15.6723 19.0899 15.7823C18.8699 16.2224 18.9799 16.6624 19.2549 16.9925C19.4749 17.2125 19.695 17.4325 19.915 17.6526C20.08 17.8176 20.2451 18.0926 20.19 18.3677C20.19 18.4227 20.19 18.4777 20.19 18.5327C20.025 18.8628 19.695 19.1378 19.3099 19.1378C18.9799 19.1378 18.7048 19.1378 18.3748 19.1378C18.0997 19.1378 17.8247 19.2478 17.6047 19.4678C17.3846 19.6879 17.3296 19.9079 17.2746 20.183C17.2746 20.293 17.2746 20.403 17.2196 20.513C17.2196 20.568 17.2196 20.568 17.2196 20.623C17.2196 20.788 17.2196 20.8981 17.2746 21.0631C17.2746 21.1731 17.3296 21.2281 17.3296 21.3381V21.3931C17.3846 21.6682 17.4946 21.8882 17.7147 22.0532C17.8797 22.1632 18.0997 22.2183 18.3198 22.2183C18.6498 22.2183 18.9799 22.2183 19.3099 22.2733C19.64 22.2733 19.915 22.4383 20.08 22.7133C20.2451 23.0434 20.3001 23.4834 20.025 23.8135C19.805 24.0335 19.64 24.2536 19.4199 24.4736C19.3099 24.5836 19.1999 24.7486 19.1449 24.9687C19.0349 25.2987 19.0349 25.6288 19.3099 25.9038C19.585 26.2338 19.86 26.4539 20.135 26.7289C20.2451 26.8389 20.3551 26.8939 20.5201 26.8939C20.8501 26.949 21.1802 26.8389 21.4552 26.6189C21.6753 26.3989 21.8953 26.1788 22.1703 25.9588C22.2804 25.8488 22.3904 25.7938 22.5004 25.7388C22.7204 25.6838 22.8854 25.6838 23.1055 25.7388C23.1055 25.7388 23.1055 25.7388 23.1605 25.7388C23.3805 25.9038 23.5455 26.1238 23.6006 26.3989C23.6006 26.5089 23.6006 26.6189 23.6006 26.7289C23.6006 27.004 23.6006 27.224 23.6006 27.499C23.6006 27.9941 23.8756 28.2692 24.3157 28.4342C24.5907 28.5442 24.8657 28.5992 25.1958 28.5992C25.4708 28.5992 25.8009 28.5442 26.0759 28.4342C26.516 28.2692 26.736 27.9391 26.791 27.499C26.791 27.224 26.791 27.004 26.791 26.7289C26.791 26.6189 26.791 26.5089 26.791 26.3989C26.846 26.1238 27.0111 25.9038 27.2311 25.7388C27.2311 25.7388 27.2311 25.7388 27.2861 25.7388C27.3411 25.7388 27.3961 25.7388 27.4511 25.6838L26.571 24.8586C26.1309 24.9687 25.6909 25.0787 25.2508 25.0787C22.8304 25.0787 20.9052 23.1534 20.9052 20.733C20.9052 18.3127 22.8304 16.3874 25.2508 16.3874C27.6712 16.3874 29.5964 18.3127 29.5964 20.733C29.5964 21.1181 29.5414 21.5031 29.4314 21.8332L30.3116 22.6583C30.2565 22.4383 30.4766 22.2733 30.7516 22.2733Z" fill="#252525"/>
9
+ <path d="M31.4118 25.5187C31.3568 25.3537 31.2468 25.1887 31.0818 25.0237C30.3117 24.2535 29.5416 23.5384 28.7164 22.7683C28.4964 22.6033 28.3314 22.3833 28.1113 22.2182L28.0563 22.1632C28.0013 22.0532 28.0013 21.9982 28.0013 21.8332C28.0013 21.7232 28.0563 21.6682 28.0563 21.5581C28.2214 20.953 28.2214 20.293 28.0563 19.6879C27.8363 19.0278 27.4512 18.4777 26.8461 18.0376C26.2961 17.6526 25.746 17.4325 25.0859 17.4325C24.7558 17.4325 24.4258 17.4875 24.1508 17.5976C24.1508 17.6526 24.2058 17.6526 24.2058 17.7076C24.5908 18.0926 25.0309 18.4777 25.4159 18.8627C25.526 18.9728 25.636 19.0828 25.691 19.1928C25.911 19.6329 25.966 20.0729 25.801 20.513C25.691 20.788 25.4709 21.0081 25.3059 21.1731C24.9209 21.5031 24.5358 21.6131 24.0407 21.5031C23.7657 21.4481 23.4907 21.3381 23.2706 21.1181C22.9956 20.843 22.7205 20.623 22.4455 20.348C22.2805 20.1829 22.1705 20.0729 22.0054 19.9079L21.9504 19.8529C21.8954 19.8529 21.8404 19.9079 21.8404 19.9629C21.8404 20.1279 21.7854 20.293 21.7854 20.458C21.7854 20.898 21.8404 21.2831 22.0054 21.7232C22.2805 22.3833 22.7755 22.9333 23.3806 23.3184C24.0957 23.7585 24.8659 23.8685 25.691 23.7035C25.911 23.6484 26.076 23.5934 26.2411 23.5384C26.4061 23.4834 26.5711 23.4834 26.7361 23.6485C26.9012 23.8135 27.1212 23.9785 27.2862 24.1435C27.8913 24.6936 28.4964 25.2987 29.0465 25.8488C29.2665 26.0688 29.4865 26.2888 29.7616 26.5089C29.9266 26.6189 30.0916 26.7289 30.3117 26.7289C30.5317 26.7289 30.7517 26.7289 30.9168 26.6189C31.0818 26.5089 31.2468 26.3438 31.3568 26.1788C31.4668 26.1238 31.4668 25.8488 31.4118 25.5187ZM30.3117 26.3989C30.0366 26.3989 29.7616 26.1788 29.7616 25.8488C29.7616 25.5187 29.9816 25.2987 30.3117 25.2987C30.5867 25.2987 30.8617 25.4637 30.8617 25.7938C30.8617 26.1788 30.6417 26.3989 30.3117 26.3989Z" fill="url(#paint6_linear_1_623)"/>
10
+ <path d="M52.9203 15.5622C51.9851 15.1772 50.94 14.9021 49.6748 14.6821C48.4646 14.462 47.5294 14.242 46.8694 14.077C46.2643 13.912 45.7142 13.6369 45.3841 13.3069C45.0541 12.9768 44.8341 12.5368 44.8341 11.9867C44.8341 11.1616 45.1091 10.5565 45.7692 10.1164C46.3743 9.67633 47.2544 9.40128 48.3546 9.40128C49.4547 9.40128 50.3899 9.67633 51.105 10.2814C51.8201 10.8315 52.2051 11.6016 52.3152 12.5368V12.7018H55.8357V12.4817C55.7807 11.2716 55.4506 10.2264 54.7905 9.29127C54.1304 8.35613 53.2503 7.64102 52.1501 7.09094C51.05 6.54086 49.7848 6.32083 48.3546 6.32083C46.9794 6.32083 45.7692 6.54086 44.724 7.03594C43.6789 7.53101 42.7987 8.24611 42.1937 9.12624C41.5886 10.0064 41.3135 11.0515 41.3135 12.2067C41.3135 13.4169 41.5886 14.462 42.1937 15.2322C42.7987 16.0023 43.5139 16.5524 44.449 16.9374C45.3291 17.3225 46.4293 17.5975 47.6945 17.8175C48.9047 18.0376 49.8398 18.2576 50.5549 18.4226C51.215 18.5877 51.7101 18.8627 52.0951 19.2478C52.4252 19.5778 52.6452 20.0179 52.6452 20.623C52.6452 21.4481 52.3152 22.1082 51.6551 22.5482C50.995 23.0433 50.0598 23.2634 48.9047 23.2634C47.6395 23.2634 46.5943 22.9333 45.7692 22.2732C44.9991 21.6131 44.559 20.733 44.449 19.6878V19.5228L40.9285 19.4678V19.6878C40.9285 21.008 41.3135 22.1632 41.9736 23.1533C42.6337 24.1435 43.5689 24.9686 44.779 25.5187C45.9342 26.0688 47.3644 26.3438 48.9047 26.3438C50.2799 26.3438 51.6001 26.0688 52.7002 25.5737C53.8004 25.0786 54.6805 24.3085 55.3406 23.3734C55.9457 22.4382 56.2757 21.3931 56.2757 20.1829C56.2757 18.9727 56.0007 17.9826 55.3956 17.2125C54.6255 16.5524 53.8554 15.9473 52.9203 15.5622Z" fill="#252525"/>
11
+ <path d="M65.7919 11.5466C64.0317 11.5466 62.6565 12.1517 61.5563 13.3619V6.54089L58.2008 7.64106V26.2338H61.5563V18.9177C61.5563 17.5425 61.8864 16.4974 62.4914 15.7273C63.1515 14.9571 63.9767 14.5721 65.0768 14.5721C66.122 14.5721 66.8921 14.9021 67.4422 15.5622C67.9923 16.2223 68.2673 17.2125 68.2673 18.4777V26.2888H71.6778V18.3127C71.6778 16.0023 71.1277 14.2971 70.0276 13.1969C68.9274 12.0417 67.4972 11.5466 65.7919 11.5466Z" fill="#252525"/>
12
+ <path d="M84.6599 12.4818C83.5597 11.8767 82.2395 11.5467 80.8093 11.5467C79.3791 11.5467 78.0589 11.8767 76.9588 12.4818C75.8586 13.0869 74.9785 13.967 74.3734 15.1222C73.7683 16.2224 73.4382 17.5426 73.4382 18.9728C73.4382 20.458 73.7683 21.7232 74.3734 22.8783C74.9785 23.9785 75.8586 24.8586 76.9588 25.4637C78.0589 26.0688 79.3791 26.3989 80.8093 26.3989C82.2395 26.3989 83.5597 26.0688 84.6599 25.4637C85.7601 24.8586 86.6402 23.9785 87.3003 22.8783C87.9054 21.7782 88.2354 20.458 88.2354 18.9728C88.2354 17.5426 87.9054 16.2224 87.3003 15.1222C86.6952 13.967 85.8151 13.0869 84.6599 12.4818ZM80.8093 23.4284C79.5991 23.4284 78.664 23.0434 77.9489 22.2182C77.2338 21.3931 76.8487 20.293 76.8487 18.9728C76.8487 17.6526 77.2338 16.5524 77.9489 15.7273C78.664 14.9022 79.5991 14.5171 80.8093 14.5171C82.0195 14.5171 82.9546 14.9022 83.6697 15.7273C84.3849 16.5524 84.7699 17.6526 84.7699 18.9728C84.7699 20.293 84.3849 21.3931 83.6697 22.2182C82.9546 22.9884 82.0195 23.4284 80.8093 23.4284Z" fill="#252525"/>
13
+ <path d="M101.493 12.4268C100.448 11.8217 99.2924 11.5467 97.9722 11.5467C96.1569 11.5467 94.6717 12.2068 93.5166 13.527L93.1865 11.7117L90.2161 12.8119V31.7347L93.5716 30.6345V24.5836C94.0116 25.0787 94.5067 25.4637 95.1118 25.7388C95.8819 26.1238 96.8721 26.3439 97.9172 26.3439C99.2374 26.3439 100.448 26.0138 101.438 25.4087C102.483 24.8036 103.308 23.9235 103.858 22.8233C104.463 21.7232 104.738 20.403 104.738 18.9728C104.738 17.4875 104.463 16.1673 103.858 15.0672C103.363 13.912 102.538 13.0319 101.493 12.4268ZM97.4221 14.4621C98.5773 14.4621 99.5124 14.8472 100.228 15.6723C100.943 16.4974 101.328 17.5976 101.328 18.9178C101.328 20.238 100.943 21.3381 100.228 22.1632C99.5124 22.9884 98.5773 23.4284 97.4221 23.4284C96.267 23.4284 95.3318 23.0434 94.6167 22.1632C93.9016 21.3381 93.5166 20.238 93.5166 18.8628C93.5166 17.5426 93.9016 16.4424 94.6167 15.6723C95.3318 14.8472 96.267 14.4621 97.4221 14.4621Z" fill="#252525"/>
14
+ <path d="M110.679 17.8176H118.435V14.6821H110.679V9.73137H120.085V6.54089H107.103V26.1788H120.415V22.9883H110.679V17.8176Z" fill="#252525"/>
15
+ <path d="M129.876 11.5467C128.061 11.5467 126.576 12.1517 125.476 13.3069L125.201 11.7117L122.23 12.8119V26.2338H125.586V18.9178C125.586 17.5425 125.916 16.4424 126.521 15.6723C127.181 14.9022 128.006 14.5171 129.106 14.5171C130.152 14.5171 130.922 14.8472 131.472 15.5072C132.022 16.1673 132.297 17.1575 132.297 18.4227V26.2338H135.707V18.2577C135.707 15.9473 135.157 14.2421 134.057 13.1419C133.012 12.0417 131.637 11.5467 129.876 11.5467Z" fill="#252525"/>
16
+ <path d="M148.854 13.582C148.414 13.0319 147.864 12.5368 147.204 12.2068C146.434 11.7667 145.444 11.5467 144.344 11.5467C143.023 11.5467 141.868 11.8767 140.823 12.4818C139.778 13.0869 138.953 13.967 138.348 15.0672C137.743 16.1673 137.468 17.4875 137.468 18.9178C137.468 20.403 137.743 21.7232 138.348 22.8233C138.953 23.9235 139.778 24.8036 140.768 25.3537C141.813 25.9588 142.968 26.2338 144.289 26.2338C146.159 26.2338 147.644 25.5737 148.689 24.3636V25.2987C148.689 27.8291 147.424 29.0393 144.839 29.0393C143.849 29.0393 143.023 28.8192 142.418 28.4342C141.813 28.0491 141.428 27.499 141.263 26.7289L141.208 26.5639H137.798V26.7839C137.908 28.3792 138.623 29.6443 139.888 30.5795C141.098 31.4596 142.693 31.8997 144.674 31.8997C147.149 31.8997 149.074 31.3496 150.285 30.1944C151.495 29.0943 152.1 27.444 152.1 25.4087V11.7117H149.184L148.854 13.582ZM144.894 23.3184C143.739 23.3184 142.803 22.9334 142.088 22.1082C141.373 21.2831 140.988 20.1829 140.988 18.8628C140.988 17.5426 141.373 16.4424 142.088 15.6173C142.803 14.7921 143.739 14.4071 144.894 14.4071C146.049 14.4071 146.984 14.7921 147.699 15.6173C148.414 16.4424 148.799 17.5426 148.799 18.8628C148.799 20.1829 148.414 21.2281 147.699 22.0532C146.984 22.9333 146.049 23.3184 144.894 23.3184Z" fill="#252525"/>
17
+ <path d="M157.986 11.7116H154.63V26.2338H157.986V11.7116Z" fill="#252525"/>
18
+ <path d="M156.336 6.04581C155.786 6.04581 155.291 6.21083 154.906 6.59589C154.52 6.98095 154.3 7.47601 154.3 8.0261C154.3 8.57618 154.52 9.07126 154.906 9.45631C155.291 9.84137 155.786 10.0064 156.336 10.0064C156.886 10.0064 157.381 9.84137 157.766 9.45631C158.151 9.07126 158.371 8.57618 158.371 8.0261C158.371 7.47601 158.151 6.98095 157.766 6.59589C157.381 6.26584 156.886 6.04581 156.336 6.04581Z" fill="#F8003C"/>
19
+ <path d="M168.162 11.5467C166.347 11.5467 164.862 12.1517 163.762 13.3069L163.487 11.7117L160.516 12.8119V26.2338H163.872V18.9178C163.872 17.5425 164.202 16.4424 164.807 15.6723C165.467 14.9022 166.292 14.5171 167.392 14.5171C168.437 14.5171 169.208 14.8472 169.758 15.5072C170.308 16.1673 170.583 17.1575 170.583 18.4227V26.2338H173.993V18.2577C173.993 15.9473 173.443 14.2421 172.343 13.1419C171.298 12.0417 169.868 11.5467 168.162 11.5467Z" fill="#252525"/>
20
+ <path d="M189.065 14.7921C188.46 13.747 187.579 12.9219 186.534 12.3718C185.489 11.8217 184.224 11.5467 182.849 11.5467C181.474 11.5467 180.263 11.8767 179.163 12.4818C178.118 13.0869 177.238 13.967 176.688 15.1222C176.083 16.2224 175.808 17.5425 175.808 19.0278C175.808 20.513 176.138 21.7782 176.743 22.8783C177.348 23.9785 178.228 24.8586 179.328 25.4637C180.428 26.0688 181.749 26.3989 183.289 26.3989C184.994 26.3989 186.479 25.9038 187.634 24.9687C188.79 24.0335 189.505 22.8233 189.78 21.3381L189.835 21.1181H186.479L186.424 21.2831C186.259 21.9982 185.874 22.6033 185.269 22.9884C184.664 23.3734 183.949 23.5934 183.069 23.5934C181.969 23.5934 181.089 23.2634 180.428 22.6033C179.768 21.9432 179.383 21.0081 179.328 19.8529H189.89V19.6879C189.945 19.3028 190 18.9178 190 18.5327C190 17.0475 189.67 15.8373 189.065 14.7921ZM179.438 17.2125C179.548 16.3874 179.933 15.7273 180.538 15.1772C181.199 14.6271 182.024 14.3521 182.904 14.3521C183.894 14.3521 184.719 14.6271 185.379 15.1772C185.984 15.6723 186.369 16.3874 186.479 17.2125H179.438Z" fill="#252525"/>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_1_623" x1="8.67118" y1="10.3028" x2="11.1139" y2="5.46336" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#44A6FF"/>
24
+ <stop offset="1" stop-color="#1BC1FF"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint1_linear_1_623" x1="11.167" y1="10.2086" x2="10.8213" y2="5.34619" gradientUnits="userSpaceOnUse">
27
+ <stop/>
28
+ <stop offset="0.1448" stop-color="#303030"/>
29
+ <stop offset="0.3812" stop-color="#797979"/>
30
+ <stop offset="0.5934" stop-color="#B2B2B2"/>
31
+ <stop offset="0.7737" stop-color="#DCDCDC"/>
32
+ <stop offset="0.9151" stop-color="#F6F6F6"/>
33
+ <stop offset="1" stop-color="white"/>
34
+ </linearGradient>
35
+ <linearGradient id="paint2_linear_1_623" x1="24.5843" y1="9.66802" x2="20.805" y2="4.36771" gradientUnits="userSpaceOnUse">
36
+ <stop stop-color="#47B2D4"/>
37
+ <stop offset="1" stop-color="#00D5C9"/>
38
+ </linearGradient>
39
+ <linearGradient id="paint3_linear_1_623" x1="24.0294" y1="10.2286" x2="20.469" y2="4.2485" gradientUnits="userSpaceOnUse">
40
+ <stop/>
41
+ <stop offset="0.1448" stop-color="#303030"/>
42
+ <stop offset="0.3812" stop-color="#797979"/>
43
+ <stop offset="0.5934" stop-color="#B2B2B2"/>
44
+ <stop offset="0.7737" stop-color="#DCDCDC"/>
45
+ <stop offset="0.9151" stop-color="#F6F6F6"/>
46
+ <stop offset="1" stop-color="white"/>
47
+ </linearGradient>
48
+ <linearGradient id="paint4_linear_1_623" x1="-0.0294991" y1="12.2341" x2="32.0415" y2="12.2341" gradientUnits="userSpaceOnUse">
49
+ <stop stop-color="#F8003C"/>
50
+ <stop offset="1" stop-color="#FF8438"/>
51
+ </linearGradient>
52
+ <linearGradient id="paint5_linear_1_623" x1="10.3297" y1="14.9072" x2="10.3297" y2="25.3508" gradientUnits="userSpaceOnUse">
53
+ <stop stop-color="#00D5C9"/>
54
+ <stop offset="1" stop-color="#0099AC"/>
55
+ </linearGradient>
56
+ <linearGradient id="paint6_linear_1_623" x1="31.1451" y1="26.3586" x2="26.0706" y2="21.7069" gradientUnits="userSpaceOnUse">
57
+ <stop stop-color="#F8003C"/>
58
+ <stop offset="1" stop-color="#FF8438"/>
59
+ </linearGradient>
60
+ </defs>
61
+ </svg>
core/integrations/onboard/assets/images/products/ultimate-review-logo.png DELETED
Binary file
core/integrations/onboard/assets/images/products/ultimate-review-logo.svg ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="224" height="31" viewBox="0 0 224 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.47764 12.0059C4.01449 12.0059 4.45374 12.3476 4.55135 12.8356C4.64896 13.4701 4.16091 14.0558 3.52644 14.0558H2.25751H2.11109C1.62304 14.0558 1.13499 14.3974 1.03738 14.8855C0.939767 15.5199 1.42782 16.0568 2.06229 16.0568H2.25751V22.1086C2.25751 23.524 3.38003 24.6465 4.79538 24.6465H8.21174C8.50457 24.6465 8.7974 24.7929 8.99262 24.9881L13.8731 30.1615C14.166 30.4543 14.6052 30.2591 14.6052 29.8687V25.4274C14.6052 24.9881 14.9469 24.6465 15.3861 24.6465H29.686C31.1014 24.6465 32.2239 23.524 32.2239 22.1086V9.90733H10.2128C8.69979 9.90733 7.47966 8.68722 7.47966 7.17425V5.56366H4.79538C3.38003 5.56366 2.25751 6.68618 2.25751 8.10154V9.32167C2.25751 9.6633 1.96468 9.90733 1.67184 9.90733H1.08618C0.59813 9.90733 0.110079 10.249 0.0124682 10.737C-0.0851422 11.3715 0.40291 11.9572 1.03738 11.9572L3.47764 12.0059Z" fill="url(#paint0_linear_1_675)"/>
3
+ <path d="M40.1792 8.5897H10.2129C9.48078 8.5897 8.84631 7.95524 8.84631 7.22316V1.36654C8.84631 0.634461 9.48078 0 10.2129 0H40.1792C40.9113 0 41.5458 0.634461 41.5458 1.36654V7.22316C41.5458 7.95524 40.9601 8.5897 40.1792 8.5897Z" fill="url(#paint1_linear_1_675)"/>
4
+ <path d="M13.7267 2.00092L14.41 3.41628L15.9717 3.6603L14.8492 4.78282L15.0932 6.34459L13.7267 5.56369L12.3114 6.34459L12.5554 4.78282L11.4329 3.6603L12.9946 3.41628L13.7267 2.00092Z" fill="white"/>
5
+ <path d="M19.4367 2.00092L20.1688 3.41628L21.7305 3.6603L20.608 4.78282L20.852 6.34459L19.4367 5.56369L18.0701 6.34459L18.3142 4.78282L17.1917 3.6603L18.7534 3.41628L19.4367 2.00092Z" fill="white"/>
6
+ <path d="M25.1963 2.00092L25.9284 3.41628L27.4902 3.6603L26.3677 4.78282L26.6117 6.34459L25.1963 5.56369L23.8298 6.34459L24.0738 4.78282L22.9513 3.6603L24.5131 3.41628L25.1963 2.00092Z" fill="white"/>
7
+ <path d="M30.9551 2.00092L31.6384 3.41628L33.249 3.6603L32.0776 4.78282L32.3705 6.34459L30.9551 5.56369L29.5398 6.34459L29.8326 4.78282L28.7101 3.6603L30.2718 3.41628L30.9551 2.00092Z" fill="white"/>
8
+ <path d="M36.7143 2.00092L37.3975 3.41628L38.9593 3.6603L37.8368 4.78282L38.1296 6.34459L36.7143 5.56369L35.2989 6.34459L35.5917 4.78282L34.4204 3.6603L36.031 3.41628L36.7143 2.00092Z" fill="white"/>
9
+ <path d="M25.1472 15.8129H9.87122C9.28556 15.8129 8.84631 15.3248 8.84631 14.788C8.84631 14.2023 9.33437 13.7631 9.87122 13.7631H25.0984C25.6841 13.7631 26.1233 14.2511 26.1233 14.788C26.1722 15.3248 25.7329 15.8129 25.1472 15.8129Z" fill="white"/>
10
+ <path d="M18.9978 20.9861H9.87122C9.28556 20.9861 8.84631 20.498 8.84631 19.9612C8.84631 19.3755 9.33437 18.9363 9.87122 18.9363H18.9978C19.5835 18.9363 20.0227 19.4243 20.0227 19.9612C20.0715 20.498 19.5835 20.9861 18.9978 20.9861Z" fill="white"/>
11
+ <path d="M59.917 16.9843C59.917 18.546 59.6241 19.7662 58.9897 20.547C58.3552 21.3279 57.3791 21.7184 56.1102 21.7184C54.8412 21.7184 53.8651 21.3279 53.2307 20.547C52.5962 19.7662 52.3034 18.5948 52.3034 16.9843V6.93042H49.2286V16.8379C49.2286 19.2781 49.8143 21.1815 50.9856 22.4993C52.157 23.7682 53.8651 24.4515 56.0614 24.4515C58.3064 24.4515 60.0146 23.817 61.1859 22.4993C62.3572 21.2303 62.9429 19.3269 62.9429 16.8379V6.93042H59.8682V16.9843H59.917Z" fill="#252525"/>
12
+ <path d="M68.3606 6.93042H65.4811V24.2563H68.3606V6.93042Z" fill="#252525"/>
13
+ <path d="M73.8754 21.4255C73.6801 21.2302 73.6313 20.9374 73.6313 20.4494V14.0559H75.6811L76.6573 11.518H73.6313V6.88153L70.7518 7.85763V20.7422C70.7518 21.9135 71.0447 22.792 71.5815 23.3777C72.1184 23.9633 73.0457 24.2562 74.2658 24.2562H76.9501V21.7183H74.8027C74.3634 21.7183 74.0218 21.6207 73.8754 21.4255Z" fill="#252525"/>
14
+ <path d="M79.537 6.54004C79.049 6.54004 78.6585 6.68645 78.3169 7.02809C77.9753 7.36973 77.8289 7.76017 77.8289 8.24822C77.8289 8.73627 77.9753 9.12671 78.3169 9.46835C78.6585 9.80999 79.049 9.9564 79.537 9.9564C80.0251 9.9564 80.4155 9.80999 80.7572 9.46835C81.0988 9.12671 81.2452 8.73627 81.2452 8.24822C81.2452 7.76017 81.0988 7.36973 80.7572 7.02809C80.4155 6.68645 80.0251 6.54004 79.537 6.54004Z" fill="#252525"/>
15
+ <path d="M80.9525 11.5181H78.073V24.2562H80.9525V11.5181Z" fill="#252525"/>
16
+ <path d="M97.8391 11.3718C96.8142 11.3718 95.9357 11.567 95.2036 12.0062C94.5204 12.3967 93.9835 12.8847 93.5443 13.5192C93.2026 12.8359 92.6658 12.2991 92.0313 11.9574C91.348 11.567 90.5671 11.3718 89.6398 11.3718C88.1757 11.3718 86.9556 11.9086 86.0771 12.9823L85.833 11.5182L83.2952 12.4943V24.2563H86.1747V17.4236C86.1747 16.3499 86.4187 15.4714 86.9556 14.8369C87.4924 14.2025 88.1269 13.8608 89.0054 13.8608C89.8351 13.8608 90.4695 14.1049 90.86 14.6417C91.2992 15.1786 91.4944 16.0083 91.4944 17.082V24.2563H94.4228V17.3748C94.4228 16.3011 94.6668 15.4226 95.2036 14.7881C95.6917 14.2025 96.4238 13.8608 97.2534 13.8608C98.0831 13.8608 98.6688 14.1048 99.1081 14.6905C99.5473 15.2274 99.7425 16.0571 99.7425 17.082V24.2563H102.622V17.082C102.622 15.1298 102.183 13.6656 101.304 12.7383C100.426 11.8598 99.2545 11.3718 97.8391 11.3718Z" fill="#252525"/>
17
+ <path d="M115.604 20.9864V16.0571C115.604 14.5441 115.116 13.4216 114.188 12.5919C113.261 11.811 111.943 11.3718 110.235 11.3718C108.624 11.3718 107.307 11.7134 106.331 12.4455C105.306 13.1776 104.769 14.1537 104.622 15.4714V15.6178H107.453V15.5202C107.551 14.9833 107.844 14.5929 108.283 14.2513C108.771 13.9096 109.357 13.7632 110.089 13.7632C110.918 13.7632 111.553 13.9584 112.041 14.3489C112.48 14.7393 112.724 15.2274 112.724 15.9106V16.5451H109.747C107.99 16.5451 106.623 16.8867 105.696 17.6188C104.769 18.3509 104.281 19.3758 104.281 20.6935C104.281 21.8649 104.72 22.7922 105.599 23.4754C106.477 24.1587 107.6 24.5004 109.064 24.5004C110.772 24.5004 112.138 23.8659 113.066 22.597C113.115 23.085 113.31 23.5243 113.603 23.8171C113.993 24.1587 114.579 24.3539 115.457 24.3539H116.97V21.8161H116.336C115.848 21.7185 115.604 21.5232 115.604 20.9864ZM109.405 22.1089C108.722 22.1089 108.185 21.9625 107.795 21.6696C107.404 21.3768 107.209 20.9864 107.209 20.4495C107.209 19.8639 107.404 19.4246 107.795 19.1318C108.234 18.839 108.82 18.6925 109.601 18.6925H112.773V18.9854C112.773 19.9127 112.431 20.6936 111.894 21.2304C111.309 21.8649 110.479 22.1089 109.405 22.1089Z" fill="#252525"/>
18
+ <path d="M122.144 21.4254C121.948 21.2302 121.9 20.9373 121.9 20.4493V14.0558H124.925V11.5179H121.9V6.83264L118.971 7.80875V11.5179H117.751L116.775 14.0558H118.971V20.7421C118.971 21.9134 119.264 22.7919 119.801 23.3776C120.387 23.9632 121.265 24.2561 122.485 24.2561H124.193L125.17 21.7182H123.022C122.632 21.7182 122.29 21.6206 122.144 21.4254Z" fill="#252525"/>
19
+ <path d="M135.028 12.1524C134.101 11.6643 133.027 11.4203 131.807 11.4203C130.587 11.4203 129.513 11.7131 128.586 12.25C127.659 12.7868 126.927 13.5677 126.39 14.5438C125.853 15.5199 125.609 16.6913 125.609 17.9602C125.609 19.2291 125.902 20.4005 126.439 21.3766C126.976 22.3527 127.756 23.1335 128.733 23.6704C129.709 24.2073 130.88 24.5001 132.198 24.5001C133.711 24.5001 134.98 24.0608 136.005 23.2311C137.029 22.4015 137.664 21.3278 137.908 20.01L137.957 19.8636H135.077V19.9612C134.931 20.6445 134.54 21.1325 134.052 21.523C133.515 21.9134 132.832 22.0598 132.051 22.0598C131.075 22.0598 130.245 21.767 129.66 21.1325C129.074 20.5469 128.733 19.6684 128.684 18.6435H138.103V18.5459C138.152 18.2042 138.201 17.8626 138.201 17.5209C138.201 16.3008 137.908 15.2271 137.371 14.2998C136.737 13.3725 136.005 12.6404 135.028 12.1524ZM128.733 16.3984C128.83 15.6175 129.172 14.9831 129.757 14.495C130.343 14.007 131.075 13.7141 131.905 13.7141C132.783 13.7141 133.564 13.9582 134.15 14.4462C134.687 14.9343 135.028 15.5687 135.175 16.3496H128.733V16.3984Z" fill="#252525"/>
20
+ <path d="M158.503 15.5689C159.138 14.6904 159.431 13.6655 159.431 12.4942C159.431 11.3717 159.187 10.3956 158.65 9.56588C158.162 8.73619 157.43 8.05292 156.502 7.61367C155.575 7.17443 154.501 6.93042 153.33 6.93042H146.449V24.2563H149.475V18.058H153.086L156.356 24.2563H159.772L156.112 17.3747C157.137 17.0331 157.918 16.4474 158.503 15.5689ZM149.523 9.6147H153.086C154.062 9.6147 154.843 9.85872 155.429 10.3956C156.014 10.9324 156.258 11.6157 156.258 12.4942C156.258 13.3727 155.966 14.056 155.429 14.5928C154.843 15.1297 154.062 15.3737 153.086 15.3737H149.523V9.6147Z" fill="#252525"/>
21
+ <path d="M169.875 12.1524C168.948 11.6643 167.874 11.4203 166.654 11.4203C165.434 11.4203 164.36 11.7131 163.433 12.25C162.506 12.7868 161.773 13.5677 161.237 14.5438C160.7 15.5199 160.456 16.6913 160.456 17.9602C160.456 19.2291 160.749 20.4005 161.285 21.3766C161.822 22.3527 162.603 23.1335 163.579 23.6704C164.555 24.2073 165.727 24.5001 167.044 24.5001C168.557 24.5001 169.826 24.0608 170.851 23.2311C171.876 22.4015 172.511 21.3278 172.755 20.01L172.803 19.8636H169.924V19.9612C169.777 20.6445 169.387 21.1325 168.899 21.523C168.362 21.9134 167.679 22.0598 166.898 22.0598C165.922 22.0598 165.092 21.767 164.507 21.1325C163.921 20.4981 163.579 19.6684 163.53 18.6435H172.95V18.5459C172.999 18.2042 173.047 17.8626 173.047 17.5209C173.047 16.3008 172.755 15.2271 172.218 14.2998C171.534 13.3725 170.802 12.6404 169.875 12.1524ZM163.53 16.3984C163.628 15.6175 163.97 14.9831 164.555 14.495C165.141 14.007 165.873 13.7141 166.703 13.7141C167.581 13.7141 168.362 13.9582 168.948 14.4462C169.485 14.9343 169.826 15.5687 169.973 16.3496H163.53V16.3984Z" fill="#252525"/>
22
+ <path d="M179.441 20.9375L176.122 11.6157V11.5181H172.999L177.684 24.2074L177.733 24.2562H181.101L185.835 11.5181H182.76L179.441 20.9375Z" fill="#252525"/>
23
+ <path d="M189.739 11.7622H186.859V24.2563H189.739V11.7622Z" fill="#252525"/>
24
+ <path d="M188.275 6.83264C187.787 6.83264 187.396 6.97906 187.054 7.32069C186.713 7.66233 186.566 8.05277 186.566 8.54082C186.566 9.02887 186.713 9.41932 187.054 9.76095C187.396 10.1026 187.787 10.249 188.275 10.249C188.763 10.249 189.153 10.1026 189.495 9.76095C189.836 9.41932 189.983 9.02887 189.983 8.54082C189.983 8.05277 189.836 7.66233 189.495 7.32069C189.202 6.97906 188.763 6.83264 188.275 6.83264Z" fill="#252525"/>
25
+ <path d="M201.062 12.1524C200.134 11.6643 199.061 11.4203 197.84 11.4203C196.62 11.4203 195.547 11.7131 194.619 12.25C193.692 12.7868 192.96 13.5677 192.423 14.5438C191.886 15.5199 191.642 16.6913 191.642 17.9602C191.642 19.2291 191.935 20.4005 192.472 21.3766C193.009 22.3527 193.79 23.1335 194.766 23.6704C195.742 24.2073 196.913 24.5001 198.231 24.5001C199.744 24.5001 201.013 24.0608 202.038 23.2311C203.063 22.4015 203.697 21.3278 203.941 20.01L203.99 19.8636H201.11V19.9612C200.964 20.6445 200.574 21.1325 200.037 21.523C199.5 21.9134 198.865 22.0598 198.036 22.0598C197.06 22.0598 196.23 21.767 195.644 21.1325C195.059 20.5469 194.717 19.6684 194.668 18.6435H204.088V18.5459C204.136 18.2042 204.185 17.8626 204.185 17.5209C204.185 16.3008 203.892 15.2271 203.355 14.2998C202.721 13.3725 201.989 12.6404 201.062 12.1524ZM194.717 16.3984C194.815 15.6175 195.156 14.9831 195.742 14.495C196.328 14.007 197.06 13.7141 197.889 13.7141C198.768 13.7141 199.549 13.9582 200.134 14.4462C200.671 14.9343 201.013 15.5687 201.159 16.3496H194.717V16.3984Z" fill="#252525"/>
26
+ <path d="M221.072 11.5181L218.192 20.791L215.557 11.5181H212.97L210.188 20.791L207.455 11.6157L207.406 11.5181H204.38L208.529 24.2074V24.305L211.555 24.2562L214.19 16.0569L216.728 24.2074L216.777 24.2562H219.754L224 11.5181H221.072Z" fill="#252525"/>
27
+ <defs>
28
+ <linearGradient id="paint0_linear_1_675" x1="2.35395" y1="7.18609" x2="23.4526" y2="20.7108" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#F8003C"/>
30
+ <stop offset="1" stop-color="#FF8438"/>
31
+ </linearGradient>
32
+ <linearGradient id="paint1_linear_1_675" x1="8.85305" y1="4.30095" x2="41.5633" y2="4.30095" gradientUnits="userSpaceOnUse">
33
+ <stop stop-color="#00D5C9"/>
34
+ <stop offset="0.8355" stop-color="#0099AC"/>
35
+ </linearGradient>
36
+ </defs>
37
+ </svg>
core/integrations/onboard/assets/images/products/wp-fundraising-logo.svg ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="220" height="32" viewBox="0 0 220 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M55.2627 20.1455L51.4822 6.6806H48.4267L44.4908 20.1972L40.7621 6.78419V6.6806L37.3441 6.73239L42.6265 24.5992H46.3034L49.825 12.1183L53.4501 24.5992H57.1271L62.3577 6.88775L62.4095 6.6806H59.095L55.2627 20.1455Z" fill="#252525"/>
3
+ <path d="M74.8385 7.45739C73.8546 6.9913 72.767 6.73236 71.4723 6.73236H64.1702V24.5992H67.4329V18.54H71.4723C72.7152 18.54 73.8546 18.2811 74.8385 17.815C75.8225 17.3489 76.5475 16.6238 77.1172 15.7435C77.6351 14.8631 77.894 13.8273 77.894 12.6362C77.894 11.4451 77.6351 10.4093 77.1172 9.5289C76.5993 8.59672 75.8225 7.92348 74.8385 7.45739ZM67.4846 9.5289H71.317C72.3527 9.5289 73.1813 9.78785 73.751 10.3575C74.3207 10.8754 74.6314 11.6522 74.6314 12.5844C74.6314 13.5166 74.3207 14.2416 73.751 14.8113C73.1295 15.3809 72.3009 15.6399 71.2652 15.6399H67.4846V9.5289Z" fill="#252525"/>
4
+ <path d="M86.5427 24.5992H89.8053V17.1935H96.9002V14.3451H89.8053V9.58067H98.4021V6.68054H86.5427V24.5992Z" fill="#252525"/>
5
+ <path d="M108.604 17.7633C108.604 19.1098 108.293 20.1455 107.724 20.9223C107.154 21.6992 106.377 22.0617 105.29 22.0617C104.306 22.0617 103.581 21.7509 103.063 21.0777C102.545 20.4562 102.338 19.4723 102.338 18.2294V11.0826H99.2823V18.5401C99.2823 20.7152 99.8002 22.3206 100.784 23.3046C101.768 24.2886 103.063 24.8064 104.668 24.8064C106.325 24.8064 107.672 24.2368 108.708 23.1492L108.967 24.6511H111.66V11.1344H108.604V17.7633Z" fill="#252525"/>
6
+ <path d="M121.24 10.8754C119.48 10.8754 118.081 11.445 117.097 12.5844L116.838 11.0307L114.146 12.0665V24.5474H117.201V17.7114C117.201 16.4167 117.512 15.3809 118.133 14.6041C118.755 13.8791 119.583 13.5166 120.619 13.5166C121.603 13.5166 122.38 13.8273 122.898 14.4487C123.416 15.0702 123.674 16.0024 123.674 17.2453V24.5474H126.782V17.0899C126.782 14.9148 126.264 13.3094 125.228 12.3254C124.192 11.3932 122.846 10.8754 121.24 10.8754Z" fill="#252525"/>
7
+ <path d="M139.055 12.6361C138.641 12.1183 138.123 11.7558 137.502 11.445C136.777 11.0825 135.896 10.9272 134.912 10.9272C133.721 10.9272 132.582 11.2379 131.65 11.8075C130.666 12.3772 129.889 13.2058 129.371 14.2416C128.801 15.2773 128.543 16.5202 128.543 17.8667C128.543 19.265 128.801 20.5079 129.371 21.5437C129.941 22.5794 130.666 23.408 131.65 23.9777C132.634 24.5474 133.721 24.8063 134.964 24.8063C136.725 24.8063 138.175 24.1331 139.211 22.8384L139.522 24.6509H142.215V6.68054L139.159 7.7163V12.6361H139.055ZM135.379 22.1133C134.291 22.1133 133.359 21.699 132.686 20.9222C132.012 20.1454 131.65 19.0578 131.65 17.8149C131.65 16.572 132.012 15.5363 132.686 14.7077C133.359 13.9308 134.291 13.5165 135.379 13.5165C136.466 13.5165 137.398 13.9308 138.072 14.7077C138.745 15.4845 139.107 16.572 139.107 17.8667C139.107 19.1096 138.745 20.1454 138.072 20.9222C137.398 21.699 136.466 22.1133 135.379 22.1133Z" fill="#252525"/>
8
+ <path d="M148.947 11.6004C148.429 11.9112 147.963 12.3255 147.6 12.8433L147.342 11.0826L144.597 12.1183V24.5992H147.652V17.815C147.652 16.6756 147.911 15.7435 148.429 15.0184C148.895 14.2934 149.724 13.9309 150.811 13.9309H152.21V11.0308H151.433C150.397 11.0308 149.568 11.2379 148.947 11.6004Z" fill="#252525"/>
9
+ <path d="M164.742 21.0776V15.847C164.742 14.2416 164.224 13.0505 163.241 12.1701C162.257 11.3415 160.858 10.8754 159.046 10.8754C157.337 10.8754 155.938 11.2379 154.903 12.0147C153.815 12.7915 153.245 13.8273 153.09 15.2255V15.3809H156.094V15.2773C156.197 14.7077 156.508 14.2934 156.974 13.9308C157.492 13.5683 158.114 13.413 158.89 13.413C159.771 13.413 160.444 13.6201 160.962 14.0344C161.428 14.4487 161.687 14.9666 161.687 15.6916V16.3649H158.476C156.612 16.3649 155.162 16.7274 154.178 17.5042C153.194 18.281 152.676 19.3686 152.676 20.7669C152.676 22.0098 153.142 22.9937 154.074 23.7188C155.006 24.4438 156.197 24.8063 157.751 24.8063C159.564 24.8063 161.014 24.1331 161.998 22.7866C162.049 23.3045 162.257 23.7706 162.567 24.0813C162.982 24.4438 163.603 24.6509 164.535 24.6509H166.141V21.958H165.467C164.95 21.9062 164.742 21.6472 164.742 21.0776ZM158.114 22.3205C157.388 22.3205 156.819 22.1651 156.404 21.8544C155.99 21.5437 155.783 21.1294 155.783 20.5597C155.783 19.9382 155.99 19.4722 156.404 19.1614C156.871 18.8507 157.492 18.6953 158.321 18.6953H161.687V19.0061C161.687 19.99 161.324 20.8186 160.755 21.3883C160.133 22.0098 159.253 22.3205 158.114 22.3205Z" fill="#252525"/>
10
+ <path d="M170.491 11.5487H167.435V24.5475H170.491V11.5487Z" fill="#252525"/>
11
+ <path d="M168.937 6.78418C168.419 6.78418 168.005 6.93954 167.642 7.30206C167.28 7.66457 167.125 8.07888 167.125 8.59676C167.125 9.11463 167.28 9.52894 167.642 9.89145C168.005 10.254 168.419 10.4093 168.937 10.4093C169.455 10.4093 169.869 10.254 170.232 9.89145C170.594 9.52894 170.75 9.11463 170.75 8.59676C170.75 8.07888 170.594 7.66457 170.232 7.30206C169.921 6.93954 169.455 6.78418 168.937 6.78418Z" fill="#252525"/>
12
+ <path d="M181.677 16.9345C180.9 16.6756 179.916 16.4685 178.777 16.3649C177.948 16.2613 177.327 16.1577 176.964 16.1059C176.602 16.0542 176.291 15.8988 176.084 15.6916C175.877 15.5363 175.773 15.2773 175.773 14.9148C175.773 14.4487 175.98 14.0344 176.446 13.7755C176.912 13.4648 177.586 13.3094 178.363 13.3094C179.139 13.3094 179.813 13.5165 180.33 13.8791C180.848 14.2416 181.107 14.7077 181.159 15.2773V15.3809H184.111V15.2255C184.007 13.8273 183.438 12.7397 182.35 12.0147C181.314 11.2379 179.916 10.8754 178.207 10.8754C177.171 10.8754 176.239 11.0307 175.411 11.3932C174.582 11.7558 173.961 12.2736 173.443 12.8951C172.977 13.5683 172.718 14.2934 172.718 15.122C172.718 16.0024 172.977 16.7274 173.443 17.2453C173.909 17.7631 174.53 18.1775 175.307 18.3846C176.084 18.6435 177.016 18.7989 178.207 18.9543C179.036 19.0579 179.657 19.1614 180.072 19.265C180.434 19.3686 180.745 19.5239 181.004 19.7311C181.211 19.9382 181.314 20.249 181.314 20.6633C181.314 21.1294 181.056 21.5437 180.589 21.8544C180.072 22.1651 179.398 22.3205 178.621 22.3205C177.689 22.3205 176.964 22.1133 176.395 21.699C175.825 21.2847 175.514 20.7668 175.462 20.0936V19.99H172.51V20.1454C172.562 21.5955 173.132 22.7348 174.271 23.5634C175.411 24.392 176.861 24.8063 178.673 24.8063C179.761 24.8063 180.693 24.6509 181.573 24.2884C182.454 23.9259 183.127 23.4598 183.645 22.7866C184.163 22.1133 184.422 21.3883 184.422 20.5079C184.422 19.5239 184.163 18.7989 183.697 18.2292C183.127 17.6078 182.454 17.1935 181.677 16.9345Z" fill="#252525"/>
13
+ <path d="M187.892 6.78418C187.374 6.78418 186.959 6.93954 186.597 7.30206C186.234 7.66457 186.079 8.07888 186.079 8.59676C186.079 9.11463 186.234 9.52894 186.597 9.89145C186.959 10.254 187.374 10.4093 187.892 10.4093C188.409 10.4093 188.824 10.254 189.186 9.89145C189.549 9.52894 189.704 9.11463 189.704 8.59676C189.704 8.07888 189.549 7.66457 189.186 7.30206C188.824 6.93954 188.409 6.78418 187.892 6.78418Z" fill="#252525"/>
14
+ <path d="M189.393 11.5487H186.338V24.5475H189.393V11.5487Z" fill="#252525"/>
15
+ <path d="M199.026 10.8754C197.265 10.8754 195.867 11.445 194.883 12.5844L194.624 11.0307L191.931 12.0665V24.5474H194.986V17.7114C194.986 16.4167 195.297 15.3809 195.919 14.6041C196.54 13.8791 197.369 13.5166 198.404 13.5166C199.388 13.5166 200.165 13.8273 200.683 14.4487C201.201 15.0702 201.46 16.0024 201.46 17.2453V24.5474H204.515V17.0899C204.515 14.9148 203.997 13.3094 202.962 12.3254C201.926 11.3932 200.631 10.8754 199.026 10.8754Z" fill="#252525"/>
16
+ <path d="M217.203 11.0307L216.944 12.8951C216.53 12.3254 215.961 11.8593 215.339 11.4968C214.614 11.0825 213.682 10.8754 212.698 10.8754C211.507 10.8754 210.367 11.1861 209.435 11.7558C208.451 12.3254 207.674 13.154 207.157 14.1898C206.587 15.2255 206.328 16.4167 206.328 17.7631C206.328 19.1614 206.587 20.4043 207.157 21.3883C207.726 22.4241 208.451 23.2009 209.435 23.7705C210.419 24.3402 211.507 24.5992 212.75 24.5992C214.562 24.5992 215.96 23.9777 216.944 22.683V23.7705C216.944 26.1528 215.753 27.3439 213.268 27.3439C212.335 27.3439 211.507 27.1368 210.937 26.7742C210.367 26.4117 209.953 25.8421 209.798 25.117V25.0135H206.69V25.1688C206.794 26.6707 207.467 27.8618 208.607 28.6904C209.746 29.519 211.248 29.9333 213.06 29.9333C215.391 29.9333 217.152 29.4154 218.291 28.3797C219.43 27.3439 220 25.8421 220 23.9259V11.0825H217.203V11.0307ZM213.112 22.0098C212.025 22.0098 211.092 21.5954 210.419 20.8186C209.746 20.0418 209.383 19.0061 209.383 17.7631C209.383 16.5202 209.746 15.4845 210.419 14.7077C211.092 13.9308 212.025 13.5166 213.112 13.5166C214.2 13.5166 215.132 13.9308 215.805 14.7077C216.478 15.4845 216.841 16.572 216.841 17.8149C216.841 19.0578 216.478 20.0936 215.805 20.8704C215.132 21.5955 214.251 22.0098 213.112 22.0098Z" fill="#252525"/>
17
+ <path d="M30.3187 12.8951C27.7293 8.70024 24.5184 8.33772 23.1719 8.13057C19.4432 7.71627 16.4913 10.1503 16.1806 10.461L15.9216 10.6682C15.9216 10.6682 15.5073 11.0825 14.5751 12.1182C14.3162 12.429 12.2447 14.9666 11.5197 15.8988C10.8982 16.7791 9.44815 18.9025 9.29278 19.1096C9.18921 19.265 9.03384 19.6275 9.13742 19.7311C9.29278 19.8864 9.49993 19.7828 9.86245 19.5239C10.1214 19.3168 10.8982 18.5399 11.0536 18.3846C11.2089 18.2292 11.5197 18.0738 11.6232 18.2292C11.7268 18.3846 11.5715 18.6435 11.3125 18.9543C11.1054 19.2132 10.1214 20.4043 9.91424 20.6115C9.70709 20.8186 9.29278 21.4918 9.39636 21.6472C9.55172 21.8544 9.81066 21.699 10.1732 21.4401C10.4839 21.2329 11.9858 19.6793 12.1411 19.5239C12.2447 19.3685 12.4518 19.265 12.5036 19.3168C12.5554 19.3685 12.5036 19.4721 12.4518 19.5757C12.4001 19.6275 12.2965 19.8346 11.8304 20.5079C11.6232 20.7668 10.5875 22.3722 10.4321 22.683C10.225 22.9419 10.1214 23.5634 10.2768 23.6152C10.5357 23.7705 10.7946 23.408 11.1571 22.9937C11.4161 22.7348 12.7626 20.8704 12.9697 20.6115C13.1769 20.3525 13.4876 19.9382 13.5912 19.99C13.7465 20.0418 13.5394 20.4043 13.2805 20.9222C13.1769 21.1293 12.4001 22.5794 12.2447 22.9937C12.0375 23.408 12.0893 23.8741 12.2447 23.9259C12.7108 23.9777 13.0733 23.3044 13.2805 22.9937C13.4358 22.683 14.1608 21.3883 14.4198 20.9222C14.6787 20.5079 14.9377 20.4043 15.0412 20.4561C15.1966 20.5079 15.1448 20.7668 15.093 20.974C15.0412 21.1811 14.6269 22.3723 14.4716 22.8383C14.3162 23.3044 14.4716 23.6669 14.6269 23.7187C15.0412 23.8741 15.1966 23.6152 15.4038 23.2008C15.5591 22.7865 16.5949 20.7668 17.2163 19.3168C17.786 18.0221 19.495 15.0184 19.9611 14.3451C20.4272 13.6719 20.6861 13.7237 20.8415 13.7755C20.9968 13.8273 20.9968 14.138 20.8933 14.4487C20.8415 14.5523 20.5308 15.2773 20.4272 15.5362C20.3236 15.7952 20.2718 16.1059 20.3754 16.1577C20.5825 16.2095 20.7379 15.9505 20.8415 15.7434C20.9451 15.588 21.6183 14.1898 21.8772 13.8272C22.0326 13.5165 22.3433 13.2058 22.4987 13.3094C22.6541 13.4129 22.5505 13.7755 22.3951 14.2933C22.2398 14.7594 21.8255 15.6398 21.7219 16.0023C21.6183 16.3131 21.5665 16.6238 21.6183 16.6756C21.7737 16.7274 21.8772 16.5202 22.1362 16.0541C22.2915 15.7952 22.9648 14.4487 23.1719 13.9826C23.4309 13.5683 23.7416 13.4647 23.8452 13.5165C23.9488 13.6201 23.897 14.0862 23.7934 14.3969C23.6898 14.6041 23.2755 15.7434 23.0684 16.3649C22.913 16.7274 22.8094 17.2452 22.913 17.297C23.1201 17.3488 23.2237 17.0899 23.4309 16.7792C23.5862 16.572 24.1559 15.3291 24.4148 14.9148C24.6738 14.5005 24.9327 14.4487 25.0363 14.6041C25.1399 14.7594 25.0881 15.1219 24.8809 15.6398C24.7256 15.9505 23.8452 17.9185 23.638 18.3846C23.4309 18.7989 23.5345 19.0578 23.5862 19.1096C23.7934 19.1096 24.0005 18.9542 24.1559 18.7989C24.3113 18.6435 24.7774 17.9703 25.1399 17.5042C25.4506 17.0381 25.7095 16.9863 25.8649 17.0381C26.0203 17.0899 26.1238 17.4006 25.9685 17.9703C25.347 19.4721 24.6738 20.5079 23.0684 22.5794C20.5308 25.6867 18.6664 26.6189 16.9574 27.6028C14.5751 28.9493 11.0536 28.9493 9.49993 28.8457C9.34457 28.8457 9.13742 28.794 8.98206 28.794C12.0375 31.8494 16.0252 31.3833 17.4235 31.2798C22.8612 30.5029 26.0721 27.3957 27.1596 26.4635C30.8883 22.7348 31.1991 20.3007 31.6134 18.6435C31.8205 16.0541 31.0437 14.4487 30.3187 12.8951Z" fill="url(#paint0_linear_1_760)"/>
18
+ <path d="M7.68739 28.3798C8.20527 28.5869 8.72315 28.6905 9.24103 28.6905C10.7947 28.7941 14.3162 28.7941 16.6985 27.4476C18.4075 26.4636 20.2719 25.5832 22.8095 22.4242C24.4149 20.3527 25.0881 19.3169 25.7096 17.8151C25.8649 17.2972 25.7614 16.9347 25.606 16.8829C25.4506 16.8311 25.1917 16.8829 24.881 17.349C24.5185 17.8668 24.0524 18.4883 23.897 18.6437C23.7416 18.799 23.5345 19.0062 23.3273 18.9544C23.2755 18.9544 23.172 18.6954 23.3791 18.2293C23.5863 17.7633 24.4667 15.7953 24.622 15.4846C24.7774 14.9667 24.881 14.6042 24.7774 14.4488C24.6738 14.2935 24.4149 14.3971 24.1559 14.7596C23.897 15.1739 23.2755 16.4168 23.172 16.6239C22.9648 16.9347 22.913 17.1418 22.6541 17.1418C22.5505 17.09 22.6541 16.5721 22.8095 16.2096C23.0684 15.5882 23.4827 14.4488 23.5345 14.2417C23.6381 13.9828 23.6899 13.4649 23.5863 13.3613C23.4827 13.2577 23.172 13.3613 22.913 13.8274C22.6541 14.2417 22.0326 15.64 21.8773 15.8989C21.5665 16.365 21.5148 16.5721 21.3594 16.5204C21.3076 16.5204 21.3594 16.1578 21.463 15.8471C21.5665 15.4846 21.9809 14.6042 22.1362 14.1381C22.2916 13.6202 22.3952 13.2577 22.2398 13.1541C22.0844 13.0506 21.7737 13.3613 21.6183 13.672C21.4112 14.0345 20.6862 15.4846 20.5826 15.5882C20.479 15.7953 20.3236 16.0543 20.1165 16.0025C20.0647 15.9507 20.1165 15.64 20.1683 15.381C20.2201 15.1221 20.5826 14.3971 20.6344 14.2935C20.7379 13.9828 20.7379 13.672 20.5826 13.6202C20.4272 13.5684 20.1683 13.5167 19.7022 14.1899C19.2361 14.8631 17.5271 17.8668 16.9574 19.1615C16.336 20.6116 15.352 22.6313 15.1448 23.0456C14.9895 23.4599 14.8341 23.7189 14.368 23.5635C14.2127 23.5117 14.1091 23.1492 14.2127 22.6831C14.368 22.217 14.7823 21.0259 14.8341 20.8187C14.8859 20.6116 14.9377 20.3527 14.7823 20.3009C14.627 20.2491 14.368 20.3527 14.1609 20.767C13.8502 21.2331 13.1769 22.476 13.0215 22.8385C12.8662 23.1492 12.4519 23.8742 11.9858 23.7707C11.8304 23.7189 11.7786 23.2528 11.9858 22.8385C12.1929 22.4242 12.918 20.9741 13.0215 20.767C13.2805 20.2491 13.4876 19.9384 13.3323 19.8348C13.1769 19.783 12.8662 20.1973 12.7108 20.4562C12.5037 20.7152 11.1572 22.5795 10.8982 22.8385C10.5357 23.2528 10.225 23.5635 10.0178 23.4599C9.91427 23.4081 10.0178 22.7867 10.1732 22.5278C10.3804 22.2688 11.3643 20.6634 11.5715 20.3527C12.0376 19.6794 12.1412 19.4723 12.1929 19.4205C12.2447 19.3687 12.2965 19.2133 12.2447 19.1615C12.1929 19.1098 12.0376 19.2133 11.8822 19.3687C11.7786 19.5241 10.225 21.0259 9.91427 21.2848C9.55176 21.5438 9.29282 21.6991 9.13746 21.492C8.98209 21.2848 9.44818 20.6116 9.65533 20.4562C9.8107 20.2491 10.8465 19.058 11.0536 18.799C11.3125 18.4365 11.4679 18.1776 11.3643 18.074C11.2608 17.9186 10.95 18.1258 10.7947 18.2293C10.6393 18.3847 9.86249 19.1615 9.60355 19.3687C9.24103 19.6276 9.03388 19.7312 8.87852 19.5758C8.77494 19.4723 8.9303 19.1098 9.03388 18.9544C9.18924 18.6955 10.5875 16.6239 11.2608 15.7435C11.934 14.8114 14.0055 12.2738 14.3162 11.963C15.2484 10.9273 15.6627 10.513 15.6627 10.513C15.6627 10.513 14.0573 8.70039 10.95 8.07893C9.29282 7.92357 6.91058 7.3539 3.18185 10.3058C2.24967 11.1344 0.385302 13.1541 0.0227867 16.5204C-0.0290012 17.7633 -0.132577 20.6634 1.52464 23.4081C2.87112 25.0653 4.06224 27.0333 7.68739 28.3798Z" fill="url(#paint1_linear_1_760)"/>
19
+ <path opacity="0.2" d="M7.99812 12.7398C11.0871 12.7398 13.5912 10.2357 13.5912 7.14674C13.5912 4.05776 11.0871 1.55365 7.99812 1.55365C4.90914 1.55365 2.40503 4.05776 2.40503 7.14674C2.40503 10.2357 4.90914 12.7398 7.99812 12.7398Z" fill="#231F20"/>
20
+ <path d="M7.99806 10.979C11.0298 10.979 13.4876 8.52129 13.4876 5.48952C13.4876 2.45774 11.0298 0 7.99806 0C4.96629 0 2.50854 2.45774 2.50854 5.48952C2.50854 8.52129 4.96629 10.979 7.99806 10.979Z" fill="url(#paint2_linear_1_760)"/>
21
+ <path d="M7.9981 9.01109C10.4864 9.01109 12.5036 6.99388 12.5036 4.50554C12.5036 2.01719 10.4864 0 7.9981 0C5.50976 0 3.49255 2.01719 3.49255 4.50554C3.49255 6.99388 5.50976 9.01109 7.9981 9.01109Z" fill="url(#paint3_linear_1_760)"/>
22
+ <g opacity="0.3">
23
+ <path d="M10.0178 6.26632C9.86244 6.7842 9.34456 7.09492 8.77489 7.09492V7.66459C8.77489 7.76816 8.67132 7.87173 8.56774 7.87173H8.20522C8.10165 7.87173 7.99807 7.76816 7.99807 7.66459V7.09492C7.63556 7.09492 7.27304 6.99135 7.0141 6.73241C6.91053 6.68062 6.91053 6.52526 7.0141 6.47347L7.42841 6.05916C7.48019 6.00737 7.58377 6.00737 7.63556 6.05916C7.73913 6.16273 7.8945 6.16274 8.04986 6.16274H8.82668C9.03383 6.16274 9.18919 6.00737 9.18919 5.80022C9.18919 5.64485 9.08562 5.54129 8.93025 5.4895L7.73913 5.12698C7.22125 4.97162 6.80695 4.55731 6.75516 3.98764C6.70338 3.26261 7.27304 2.58938 7.99807 2.58938H8.04986V2.01971C8.04986 1.91613 8.15344 1.81256 8.25701 1.81256H8.61953C8.7231 1.81256 8.82668 1.91613 8.82668 2.01971V2.58938C9.18919 2.58938 9.55171 2.69295 9.81065 2.95188C9.91422 3.00367 9.91422 3.15904 9.81065 3.21082L9.39635 3.62514C9.34456 3.67692 9.24098 3.67692 9.18919 3.62514C9.08562 3.52156 8.93025 3.52155 8.77489 3.52155H7.99807C7.79092 3.52155 7.63556 3.67692 7.63556 3.88408C7.63556 4.03944 7.73913 4.19481 7.8945 4.19481L9.13741 4.55731C9.81065 4.86804 10.225 5.59308 10.0178 6.26632Z" fill="#231F20"/>
24
+ </g>
25
+ <path d="M9.60356 5.85195C9.44819 6.36983 8.93031 6.68056 8.36065 6.68056V7.25023C8.36065 7.35381 8.25707 7.45738 8.15349 7.45738H7.79098C7.6874 7.45738 7.58383 7.35381 7.58383 7.25023V6.68056C7.22131 6.68056 6.8588 6.57698 6.59986 6.31804C6.49628 6.26625 6.49628 6.11089 6.59986 6.0591L7.01416 5.64481C7.06595 5.59302 7.16952 5.59302 7.22131 5.64481C7.32489 5.74838 7.48025 5.74839 7.63562 5.74839H8.41243C8.61959 5.74839 8.77495 5.59302 8.77495 5.38587C8.77495 5.2305 8.67137 5.12692 8.51601 5.07514L7.32489 4.71263C6.80701 4.55727 6.39271 4.14296 6.34092 3.57329C6.28913 2.84826 6.8588 2.17501 7.58383 2.17501H7.63562V1.60536C7.63562 1.50178 7.73919 1.39819 7.84277 1.39819H8.20528C8.30886 1.39819 8.41243 1.50178 8.41243 1.60536V2.17501C8.77495 2.17501 9.13746 2.27859 9.3964 2.53753C9.49998 2.58932 9.49998 2.74468 9.3964 2.79647L8.9821 3.21077C8.93031 3.26256 8.82674 3.26256 8.77495 3.21077C8.67137 3.10719 8.51601 3.1072 8.36065 3.1072H7.58383C7.37668 3.1072 7.22131 3.26256 7.22131 3.46971C7.22131 3.62507 7.32489 3.78044 7.48025 3.78044L8.72316 4.14296C9.44819 4.4019 9.86249 5.17871 9.60356 5.85195Z" fill="white"/>
26
+ <defs>
27
+ <linearGradient id="paint0_linear_1_760" x1="9.13846" y1="8.31944" x2="21.4216" y2="22.9467" gradientUnits="userSpaceOnUse">
28
+ <stop stop-color="white"/>
29
+ <stop offset="1" stop-color="#FFBF00"/>
30
+ </linearGradient>
31
+ <linearGradient id="paint1_linear_1_760" x1="23.4692" y1="26.5924" x2="4.54429" y2="13.5698" gradientUnits="userSpaceOnUse">
32
+ <stop stop-color="#F8003C"/>
33
+ <stop offset="1" stop-color="#FF8438"/>
34
+ </linearGradient>
35
+ <linearGradient id="paint2_linear_1_760" x1="9.22274" y1="0.0938395" x2="7.83737" y2="6.32801" gradientUnits="userSpaceOnUse">
36
+ <stop stop-color="#00D5C9"/>
37
+ <stop offset="1" stop-color="white"/>
38
+ </linearGradient>
39
+ <linearGradient id="paint3_linear_1_760" x1="7.90768" y1="-0.0235635" x2="8.13498" y2="8.97054" gradientUnits="userSpaceOnUse">
40
+ <stop stop-color="#0099AC"/>
41
+ <stop offset="0.9996" stop-color="#00D5C9"/>
42
+ </linearGradient>
43
+ </defs>
44
+ </svg>
core/integrations/onboard/assets/images/products/wp-social-logo.png DELETED
Binary file
core/integrations/onboard/assets/images/products/wp-social-logo.svg ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="160" height="30" viewBox="0 0 160 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M55.8454 19.8983L51.8332 5.25924H48.6885L44.5679 19.8983L40.6099 5.31346V5.20502L37.0857 5.25924L42.5618 24.507H46.4113L50.1524 10.898L53.8936 24.507H57.7431L63.2192 5.42189L63.2734 5.25924H59.8034L55.8454 19.8983Z" fill="#252525"/>
3
+ <path d="M76.3404 6.01834C75.3102 5.53037 74.1716 5.25928 72.8161 5.25928H65.1713V24.507H68.5871V17.6212H72.8161C74.1174 17.6212 75.3102 17.3501 76.3404 16.8621C77.3705 16.3742 78.1296 15.6151 78.726 14.6934C79.2682 13.7716 79.5393 12.6873 79.5393 11.4402C79.5393 10.1932 79.2682 9.10882 78.726 8.1871C78.1296 7.21115 77.3163 6.50631 76.3404 6.01834ZM68.5871 8.24132H72.5993C73.6836 8.24132 74.5511 8.51242 75.1475 9.10882C75.7439 9.65101 76.0693 10.4643 76.0693 11.4402C76.0693 12.4162 75.7439 13.1752 75.1475 13.7717C74.4969 14.3681 73.6294 14.6391 72.545 14.6391H68.5871V8.24132Z" fill="#252525"/>
4
+ <path d="M99.7086 13.9886C98.8411 13.6091 97.7567 13.338 96.5096 13.1211C95.3168 12.9042 94.3951 12.6873 93.7445 12.5247C93.0938 12.362 92.6059 12.0909 92.2263 11.7656C91.8468 11.4403 91.6842 11.0065 91.6842 10.4101C91.6842 9.59685 92.0095 8.94622 92.6059 8.51247C93.2565 8.07872 94.124 7.80763 95.1542 7.80763C96.2385 7.80763 97.1603 8.07871 97.8651 8.67512C98.57 9.27153 99.0037 10.0306 99.1121 10.9523V11.0608H102.42V10.8981C102.365 9.7595 102.04 8.67514 101.389 7.80763C100.739 6.88591 99.8712 6.18105 98.8411 5.69308C97.7567 5.20511 96.5096 4.93402 95.1542 4.93402C93.7987 4.93402 92.6059 5.15091 91.5757 5.63888C90.5456 6.12685 89.7323 6.77746 89.1359 7.64497C88.5395 8.51247 88.2684 9.48841 88.2684 10.627C88.2684 11.8198 88.5395 12.7958 89.1359 13.5548C89.6781 14.3139 90.4371 14.8561 91.3588 15.2356C92.2263 15.6151 93.3107 15.8862 94.5578 16.1031C95.7506 16.32 96.7265 16.5369 97.3771 16.6995C98.0278 16.9164 98.5157 17.1875 98.8953 17.5128C99.2748 17.8381 99.4375 18.3261 99.4375 18.9225C99.4375 19.79 99.1122 20.3864 98.4073 20.8744C97.7025 21.3623 96.7807 21.5792 95.6964 21.5792C94.3951 21.5792 93.3649 21.2539 92.5517 20.6033C91.7384 19.9527 91.3046 19.0852 91.2504 18.0008V17.8923L87.9431 17.8381V18.0008C87.9431 19.2478 88.3226 20.3864 88.9732 21.4166C89.6238 22.3925 90.5456 23.1516 91.6842 23.748C92.8228 24.2902 94.1782 24.5613 95.6964 24.5613C97.0518 24.5613 98.2989 24.2902 99.3832 23.8022C100.468 23.3142 101.335 22.6094 101.932 21.6877C102.528 20.7659 102.853 19.7358 102.853 18.5972C102.853 17.4044 102.582 16.4284 101.986 15.7236C101.335 14.9103 100.576 14.3681 99.7086 13.9886Z" fill="#252525"/>
5
+ <path d="M115.432 10.8979C114.348 10.3015 113.101 9.9762 111.691 9.9762C110.281 9.9762 109.034 10.3015 107.95 10.8979C106.866 11.4943 105.998 12.3618 105.402 13.4462C104.805 14.5306 104.48 15.7776 104.48 17.1873C104.48 18.597 104.805 19.8983 105.402 20.9826C105.998 22.067 106.866 22.9345 107.95 23.5309C109.034 24.1273 110.281 24.4527 111.691 24.4527C113.101 24.4527 114.348 24.1273 115.432 23.5309C116.517 22.9345 117.384 22.067 117.98 20.9826C118.577 19.8983 118.902 18.597 118.902 17.1873C118.902 15.7776 118.577 14.5306 117.98 13.4462C117.33 12.3618 116.517 11.5485 115.432 10.8979ZM111.637 21.7417C110.444 21.7417 109.468 21.3079 108.763 20.4946C108.058 19.6814 107.679 18.597 107.679 17.2415C107.679 15.8861 108.058 14.8559 108.763 13.9884C109.468 13.1751 110.444 12.7413 111.637 12.7413C112.83 12.7413 113.806 13.1751 114.51 13.9884C115.215 14.8017 115.595 15.8861 115.595 17.2415C115.595 18.597 115.215 19.6271 114.51 20.4946C113.806 21.3079 112.83 21.7417 111.637 21.7417Z" fill="#252525"/>
6
+ <path d="M127.469 12.7957C128.282 12.7957 128.987 13.0126 129.583 13.4464C130.18 13.8801 130.559 14.5308 130.722 15.2898V15.3983H133.975L133.921 15.2356C133.65 13.6632 132.945 12.362 131.806 11.4403C130.667 10.5186 129.204 10.0306 127.469 10.0306C126.059 10.0306 124.812 10.3559 123.727 10.9523C122.643 11.5487 121.83 12.4162 121.233 13.5006C120.637 14.585 120.366 15.832 120.366 17.2959C120.366 18.7056 120.637 20.0069 121.233 21.0912C121.83 22.1756 122.643 23.0431 123.727 23.6395C124.812 24.236 126.059 24.5612 127.414 24.5612C129.204 24.5612 130.667 24.0733 131.806 23.1516C132.945 22.2298 133.65 20.9286 133.921 19.302V19.1394H130.667V19.2478C130.505 20.0069 130.125 20.6575 129.529 21.0912C128.932 21.525 128.228 21.7961 127.36 21.7961C126.222 21.7961 125.3 21.3623 124.649 20.5491C123.944 19.7358 123.619 18.5972 123.619 17.2959C123.619 15.9947 123.944 14.9103 124.649 14.097C125.408 13.1753 126.33 12.7957 127.469 12.7957Z" fill="#252525"/>
7
+ <path d="M137.716 8.56656C138.258 8.56656 138.692 8.40391 139.071 8.02437C139.451 7.64484 139.614 7.21109 139.614 6.6689C139.614 6.12671 139.451 5.69296 139.071 5.31343C138.692 4.9339 138.258 4.77124 137.716 4.77124C137.174 4.77124 136.74 4.9339 136.361 5.31343C135.981 5.69296 135.818 6.12671 135.818 6.6689C135.818 7.21109 135.981 7.64484 136.361 8.02437C136.686 8.40391 137.174 8.56656 137.716 8.56656Z" fill="#252525"/>
8
+ <path d="M139.288 10.3559H136.089V24.507H139.288V10.3559Z" fill="#252525"/>
9
+ <path d="M153.982 20.6573V15.1812C153.982 13.5004 153.44 12.2534 152.409 11.3317C151.379 10.4642 149.915 9.9762 148.018 9.9762C146.228 9.9762 144.764 10.3557 143.68 11.169C142.542 11.9823 141.945 13.0667 141.782 14.5306V14.6932H144.927V14.5848C145.036 13.9884 145.361 13.5546 145.849 13.1751C146.391 12.7956 147.042 12.6329 147.855 12.6329C148.777 12.6329 149.482 12.8498 150.024 13.2835C150.512 13.7173 150.783 14.2595 150.783 15.0185V15.7234H147.421C145.469 15.7234 143.951 16.1029 142.921 16.9162C141.891 17.7295 141.349 18.8681 141.349 20.332C141.349 21.6332 141.837 22.6634 142.813 23.4225C143.789 24.1815 145.036 24.5611 146.662 24.5611C148.56 24.5611 150.078 23.8562 151.108 22.4465C151.162 22.9887 151.379 23.4767 151.705 23.802C152.138 24.1816 152.789 24.3984 153.765 24.3984H155.446V21.5248H154.741C154.199 21.5248 153.982 21.2537 153.982 20.6573ZM147.042 21.9586C146.283 21.9586 145.686 21.7959 145.252 21.4706C144.819 21.1453 144.602 20.7115 144.602 20.1151C144.602 19.4645 144.819 18.9765 145.252 18.6512C145.74 18.3259 146.391 18.1632 147.259 18.1632H150.783V18.4886C150.783 19.5187 150.403 20.3862 149.807 20.9826C149.156 21.6333 148.234 21.9586 147.042 21.9586Z" fill="#252525"/>
10
+ <path d="M160 5.25928H156.801V24.507H160V5.25928Z" fill="#252525"/>
11
+ <path d="M29.3325 14.639C29.3325 16.6451 28.9529 18.4886 28.2481 20.2236C26.6215 24.1273 23.3684 27.1636 19.302 28.5191C22.5551 27.3263 30.0915 18.3259 22.8804 11.1148C22.5009 10.7353 22.0671 10.3557 21.5792 10.0304C20.4948 9.27136 19.1935 8.7834 17.7296 8.51231C17.6754 8.51231 17.567 8.5123 17.5128 8.45808C17.0248 8.34964 16.5368 8.34965 15.9946 8.29543C20.549 8.29543 20.9828 1.19276 17.0248 0.162598C17.567 0.271035 18.1092 0.379477 18.5971 0.487914C18.814 0.542133 18.9767 0.596346 19.1935 0.650564C25.0492 2.60244 29.3325 8.13277 29.3325 14.639Z" fill="url(#paint0_linear_1_652)"/>
12
+ <path d="M19.3019 28.5192C17.838 29.0071 16.3199 29.2782 14.6933 29.2782C11.8197 29.2782 9.10878 28.4649 6.83158 27.001C4.12064 25.266 2.0061 22.6635 0.867503 19.573C0.325314 18.0549 0 16.3741 0 14.6391C0 9.43409 2.71095 4.87971 6.77736 2.2772C9.05456 0.81329 11.7655 0 14.6391 0C15.4524 0 16.2115 0.0542288 16.9705 0.162667C20.9285 1.19283 20.4947 8.24128 15.9404 8.2955C15.7777 8.2955 15.6693 8.2955 15.5066 8.2955C15.2355 8.2955 14.9644 8.29551 14.6933 8.34973C10.898 8.62082 7.7533 10.6811 6.72315 13.5005C5.20502 17.079 7.1569 23.2057 15.5066 22.6093C15.7235 22.6093 15.9404 22.6093 16.2115 22.6093C20.1152 22.6093 21.9587 26.2962 19.3019 28.5192Z" fill="url(#paint1_linear_1_652)"/>
13
+ <path d="M19.3019 28.5192C21.9586 26.2962 20.1152 22.6093 16.2656 22.5008C16.0488 22.5008 15.8319 22.5008 15.5608 22.5008C7.21108 23.0972 5.31341 17.0247 6.77732 13.3921C7.8617 10.41 11.3859 8.24127 15.5608 8.24127C15.9945 8.24127 16.4283 8.24128 16.862 8.29549C17.4585 8.34971 18.0006 8.45815 18.597 8.62081C20.3321 9.10878 21.796 9.97628 22.8803 11.0607C30.0372 18.326 22.5008 27.3263 19.3019 28.5192Z" fill="#F2F2F2"/>
14
+ <path opacity="0.2" d="M19.3019 28.5191C18.9765 28.6276 18.7054 28.736 18.3801 28.7902C20.2236 27.2179 18.8139 24.29 15.3439 23.7478C15.127 23.7478 14.9101 23.6936 14.639 23.6936C6.28932 23.2057 4.98806 17.2416 6.66885 13.7173C6.66885 13.7716 6.61463 13.8258 6.61463 13.8258C6.61463 13.88 6.61463 13.88 6.56041 13.9342C6.56041 13.9884 6.56041 13.9884 6.50619 14.0427C6.50619 14.0969 6.50619 14.0969 6.45197 14.1511C6.45197 14.2053 6.45197 14.2053 6.45197 14.2595C6.45197 14.3138 6.45197 14.3137 6.45197 14.368C6.39776 14.5848 6.34354 14.8559 6.34354 15.0728V15.127C6.34354 15.1813 6.34354 15.1813 6.34354 15.2355C6.34354 15.2897 6.34354 15.3439 6.34354 15.3981C6.34354 15.4524 6.34354 15.4523 6.34354 15.5066C6.34354 15.5608 6.34354 15.5608 6.34354 15.615C6.34354 15.6692 6.34354 15.7234 6.34354 15.7777C6.28932 19.1934 8.83761 23.0972 15.5608 22.6092C15.7776 22.6092 15.9945 22.6092 16.2656 22.6092C20.1151 22.6092 21.9586 26.2961 19.3019 28.5191Z" fill="black"/>
15
+ <path opacity="0.2" d="M17.6754 8.45817C17.6212 8.45817 17.5127 8.45816 17.4585 8.40395C16.9705 8.29551 16.4826 8.29551 15.9404 8.2413C20.4948 8.2413 20.9285 1.13862 16.9705 0.108459C17.4043 0.162678 17.7838 0.271116 18.1633 0.379554C18.4887 0.433773 18.7598 0.596436 19.0308 0.759093C21.9587 2.76519 21.0369 8.02442 17.6754 8.45817Z" fill="black"/>
16
+ <path d="M11.8197 17.2416C12.3287 17.2416 12.7414 16.8289 12.7414 16.3198C12.7414 15.8108 12.3287 15.3981 11.8197 15.3981C11.3106 15.3981 10.8979 15.8108 10.8979 16.3198C10.8979 16.8289 11.3106 17.2416 11.8197 17.2416Z" fill="#0099AC"/>
17
+ <path d="M15.9945 17.2416C16.5036 17.2416 16.9163 16.8289 16.9163 16.3198C16.9163 15.8108 16.5036 15.3981 15.9945 15.3981C15.4855 15.3981 15.0728 15.8108 15.0728 16.3198C15.0728 16.8289 15.4855 17.2416 15.9945 17.2416Z" fill="#F8003C"/>
18
+ <path d="M20.1693 17.2416C20.6784 17.2416 21.0911 16.8289 21.0911 16.3198C21.0911 15.8108 20.6784 15.3981 20.1693 15.3981C19.6603 15.3981 19.2476 15.8108 19.2476 16.3198C19.2476 16.8289 19.6603 17.2416 20.1693 17.2416Z" fill="#252525"/>
19
+ <path opacity="0.06" d="M15.9946 8.2955C15.8319 8.2955 15.7235 8.2955 15.5608 8.2955C15.2897 8.2955 15.0186 8.2955 14.7475 8.34972C5.58455 8.83769 1.30125 15.1271 0.867503 19.573C0.325314 18.0549 0 16.3741 0 14.6391C0 6.56049 6.56049 0 14.6391 0C15.4524 0 16.2115 0.0542288 16.9705 0.162667C20.9827 1.19283 20.549 8.2955 15.9946 8.2955Z" fill="white"/>
20
+ <path opacity="0.06" d="M6.83158 27.001C4.12064 25.266 2.0061 22.6635 0.867503 19.573C0.325314 18.0549 0 16.3741 0 14.6391C0 9.43405 2.71095 4.87967 6.77736 2.27716C1.03016 9.92203 2.81938 22.0128 6.83158 27.001Z" fill="white"/>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_1_652" x1="18.2649" y1="1.60894" x2="24.6356" y2="21.442" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#F8003C"/>
24
+ <stop offset="1" stop-color="#FF8438"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint1_linear_1_652" x1="12.4165" y1="-0.178814" x2="9.17107" y2="30.8328" gradientUnits="userSpaceOnUse">
27
+ <stop offset="0.07297" stop-color="#00D5C9"/>
28
+ <stop offset="0.6338" stop-color="#0099AC"/>
29
+ </linearGradient>
30
+ </defs>
31
+ </svg>
core/integrations/onboard/views/onboard-steps/step-03.php CHANGED
@@ -12,10 +12,21 @@ echo esc_html__('Take your website to the next level', 'metform'); ?></strong></
12
  $pluginStatus = \MetForm\Core\Integrations\Onboard\Classes\Plugin_Status::instance();
13
  $plugins = \MetForm\Core\Integrations\Onboard\Attr::instance()->utils->get_option('settings', []);
14
  ?>
 
 
 
 
 
 
 
 
 
 
 
15
  <div class="attr-col-lg-4">
16
  <div class="mf-onboard-single-plugin">
17
  <label>
18
- <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/shopengine-logo.png" alt="ShopEngine">
19
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Completely customize your WooCommerce WordPress', 'metform'); ?></p>
20
  <?php $plugin = $pluginStatus->get_status('shopengine/shopengine.php'); ?>
21
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'] , 'metform'); ?></a>
@@ -35,7 +46,7 @@ echo esc_html__('Take your website to the next level', 'metform'); ?></strong></
35
  <div class="attr-col-lg-4">
36
  <div class="mf-onboard-single-plugin">
37
  <label>
38
- <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/wp-social-logo.png" alt="WpSocial">
39
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Integrate all your social media to your website', 'metform'); ?></p>
40
  <?php $plugin = $pluginStatus->get_status('wp-social/wp-social.php'); ?>
41
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
@@ -45,23 +56,13 @@ echo esc_html__('Take your website to the next level', 'metform'); ?></strong></
45
  <div class="attr-col-lg-4">
46
  <div class="mf-onboard-single-plugin">
47
  <label>
48
- <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/ultimate-review-logo.png" alt="UltimateReview">
49
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Integrate various styled review system in your website', 'metform'); ?></p>
50
  <?php $plugin = $pluginStatus->get_status('wp-ultimate-review/wp-ultimate-review.php'); ?>
51
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
52
  </label>
53
  </div>
54
  </div>
55
- <div class="attr-col-lg-4">
56
- <div class="mf-onboard-single-plugin">
57
- <label>
58
- <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/fundraising-logo.png" alt="Fundraising">
59
- <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Integrate various styled review system in your website', 'metform'); ?></p>
60
- <?php $plugin = $pluginStatus->get_status('wp-fundraising-donation/wp-fundraising.php'); ?>
61
- <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
62
- </label>
63
- </div>
64
- </div>
65
  </div>
66
  </div>
67
  <div class="mf-onboard-pagination">
12
  $pluginStatus = \MetForm\Core\Integrations\Onboard\Classes\Plugin_Status::instance();
13
  $plugins = \MetForm\Core\Integrations\Onboard\Attr::instance()->utils->get_option('settings', []);
14
  ?>
15
+ <div class="attr-col-lg-8">
16
+ <div class="mf-onboard-single-plugin badge--featured">
17
+ <img class="badge--featured" src="<?php echo esc_url(self::get_url()); ?>assets/images/products/featured.svg">
18
+ <label>
19
+ <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/getgenie-logo.svg" alt="Fundraising">
20
+ <p class="mf-onboard-single-plugin--description"><span><?php echo esc_html__( 'Get FREE 1500 AI words, SEO Keyword, and Competitor Analysis credits', 'metform' )?> </span><?php echo esc_html__('on your personal AI assistant for Content & SEO right inside WordPress!', 'metform' ); ?></p>
21
+ <?php $plugin = $pluginStatus->get_status('getgenie/getgenie.php'); ?>
22
+ <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
23
+ </label>
24
+ </div>
25
+ </div>
26
  <div class="attr-col-lg-4">
27
  <div class="mf-onboard-single-plugin">
28
  <label>
29
+ <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/shopengine-logo.svg" alt="ShopEngine">
30
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Completely customize your WooCommerce WordPress', 'metform'); ?></p>
31
  <?php $plugin = $pluginStatus->get_status('shopengine/shopengine.php'); ?>
32
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'] , 'metform'); ?></a>
46
  <div class="attr-col-lg-4">
47
  <div class="mf-onboard-single-plugin">
48
  <label>
49
+ <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/wp-social-logo.svg" alt="WpSocial">
50
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Integrate all your social media to your website', 'metform'); ?></p>
51
  <?php $plugin = $pluginStatus->get_status('wp-social/wp-social.php'); ?>
52
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
56
  <div class="attr-col-lg-4">
57
  <div class="mf-onboard-single-plugin">
58
  <label>
59
+ <img class="mf-onboard-single-plugin--logo" src="<?php echo self::get_url(); ?>assets/images/products/ultimate-review-logo.svg" alt="UltimateReview">
60
  <p class="mf-onboard-single-plugin--description"><?php echo esc_html__('Integrate various styled review system in your website', 'metform'); ?></p>
61
  <?php $plugin = $pluginStatus->get_status('wp-ultimate-review/wp-ultimate-review.php'); ?>
62
  <a data-plugin_status="<?php echo esc_attr($plugin['status']); ?>" data-activation_url="<?php echo esc_url($plugin['activation_url']); ?>" href="<?php echo esc_url($plugin['installation_url']); ?>" class="mf-pro-btn mf-onboard-single-plugin--install_plugin <?php echo $plugin['status'] == 'activated' ? 'activated' : ''; ?>"><?php echo esc_html($plugin['title'], 'metform'); ?></a>
63
  </label>
64
  </div>
65
  </div>
 
 
 
 
 
 
 
 
 
 
66
  </div>
67
  </div>
68
  <div class="mf-onboard-pagination">
languages/metform.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MetForm 2.2.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/metform\n"
7
- "POT-Creation-Date: 2022-08-04 05:35:23+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -34,7 +34,7 @@ msgid "Update & Close"
34
  msgstr ""
35
 
36
  #: controls/form-editor-modal.php:20 controls/form-editor-modal.php:21
37
- #: controls/form-picker-modal.php:93
38
  msgid "Close"
39
  msgstr ""
40
 
@@ -58,23 +58,35 @@ msgstr ""
58
  msgid "Create new form"
59
  msgstr ""
60
 
61
- #: controls/form-picker-modal.php:37
62
  msgid "Enter a form name"
63
  msgstr ""
64
 
65
- #: controls/form-picker-modal.php:70
66
- msgid "Buy Pro"
 
 
67
  msgstr ""
68
 
69
- #: controls/form-picker-modal.php:74
70
- msgid "Demo"
 
 
 
 
 
 
71
  msgstr ""
72
 
73
- #: controls/form-picker-modal.php:89
 
 
 
 
74
  msgid "Edit form"
75
  msgstr ""
76
 
77
- #: controls/form-picker-modal.php:91
78
  msgid "Save & close"
79
  msgstr ""
80
 
@@ -91,18 +103,18 @@ msgid "No content is added yet."
91
  msgstr ""
92
 
93
  #: core/admin/base.php:31 traits/button-controls.php:37
94
- #: widgets/checkbox/checkbox.php:166 widgets/date/date.php:120
95
  #: widgets/email/email.php:71 widgets/file-upload/file-upload.php:96
96
  #: widgets/gdpr-consent/gdpr-consent.php:93
97
  #: widgets/listing-fname/listing-fname.php:48
98
  #: widgets/listing-lname/listing-lname.php:48
99
  #: widgets/listing-optin/listing-optin.php:74
100
- #: widgets/multi-select/multi-select.php:124 widgets/number/number.php:48
101
- #: widgets/password/password.php:48 widgets/radio/radio.php:166
102
  #: widgets/range/range.php:48 widgets/rating/rating.php:48
103
- #: widgets/select/select.php:185 widgets/summary/summary.php:48
104
  #: widgets/switch/switch.php:66 widgets/telephone/telephone.php:48
105
- #: widgets/text/text.php:48 widgets/textarea/textarea.php:49
106
  #: widgets/time/time.php:52 widgets/url/url.php:49
107
  msgid "Settings"
108
  msgstr ""
@@ -124,8 +136,8 @@ msgstr ""
124
  msgid "All General info here"
125
  msgstr ""
126
 
127
- #: core/admin/views/settings.php:41 core/admin/views/settings.php:450
128
- #: core/entries/meta-data.php:318 core/forms/views/modal-editor.php:23
129
  msgid "Payment"
130
  msgstr ""
131
 
@@ -133,7 +145,7 @@ msgstr ""
133
  msgid "All payment info here"
134
  msgstr ""
135
 
136
- #: core/admin/views/settings.php:50 core/admin/views/settings.php:637
137
  msgid "Newsletter Integration"
138
  msgstr ""
139
 
@@ -141,7 +153,7 @@ msgstr ""
141
  msgid "All newsletter integration info here"
142
  msgstr ""
143
 
144
- #: core/admin/views/settings.php:59 core/admin/views/settings.php:958
145
  msgid "Google Sheet Integration"
146
  msgstr ""
147
 
@@ -150,8 +162,8 @@ msgid "All sheets info here"
150
  msgstr ""
151
 
152
  #: core/admin/views/settings.php:83 core/admin/views/settings.php:305
153
- #: core/admin/views/settings.php:451 core/admin/views/settings.php:639
154
- #: core/admin/views/settings.php:960
155
  #: core/integrations/onboard/views/onboard-steps/step-06.php:5
156
  #: utils/render.php:38
157
  msgid "Save Changes"
@@ -361,11 +373,11 @@ msgstr ""
361
 
362
  #: core/admin/views/settings.php:358 core/admin/views/settings.php:366
363
  #: core/admin/views/settings.php:377 core/admin/views/settings.php:385
364
- #: core/admin/views/settings.php:403 core/admin/views/settings.php:484
365
- #: core/admin/views/settings.php:492 core/admin/views/settings.php:524
366
- #: core/admin/views/settings.php:532 core/admin/views/settings.php:551
367
- #: core/admin/views/settings.php:558 core/admin/views/settings.php:979
368
- #: core/admin/views/settings.php:986
369
  msgid "Create from here"
370
  msgstr ""
371
 
@@ -413,355 +425,355 @@ msgid ""
413
  "submissions will be reset. "
414
  msgstr ""
415
 
416
- #: core/admin/views/settings.php:457
417
  msgid "Paypal"
418
  msgstr ""
419
 
420
- #: core/admin/views/settings.php:462
421
  msgid "Stripe"
422
  msgstr ""
423
 
424
- #: core/admin/views/settings.php:467
425
  msgid "Thank You Page"
426
  msgstr ""
427
 
428
- #: core/admin/views/settings.php:470
429
  msgid "Cancel Page"
430
  msgstr ""
431
 
432
- #: core/admin/views/settings.php:481
433
  msgid "Paypal email:"
434
  msgstr ""
435
 
436
- #: core/admin/views/settings.php:482
437
  msgid "Paypal email"
438
  msgstr ""
439
 
440
- #: core/admin/views/settings.php:484
441
  msgid "Enter here your paypal email. "
442
  msgstr ""
443
 
444
- #: core/admin/views/settings.php:489
445
  msgid "Paypal token:"
446
  msgstr ""
447
 
448
- #: core/admin/views/settings.php:490
449
  msgid "Paypal token"
450
  msgstr ""
451
 
452
- #: core/admin/views/settings.php:492
453
  msgid "Enter here your paypal token. This is optional. "
454
  msgstr ""
455
 
456
- #: core/admin/views/settings.php:497 core/admin/views/settings.php:538
457
  msgid "Enable sandbox mode:"
458
  msgstr ""
459
 
460
- #: core/admin/views/settings.php:500
461
  msgid "Enable this for testing payment method. "
462
  msgstr ""
463
 
464
- #: core/admin/views/settings.php:513
465
  msgid "Image url:"
466
  msgstr ""
467
 
468
- #: core/admin/views/settings.php:514
469
  msgid "Stripe image url"
470
  msgstr ""
471
 
472
- #: core/admin/views/settings.php:516
473
  msgid ""
474
  "Enter here your stripe image url. This image will show on stripe payment "
475
  "pop up modal. "
476
  msgstr ""
477
 
478
- #: core/admin/views/settings.php:521
479
  msgid "Live publishiable key:"
480
  msgstr ""
481
 
482
- #: core/admin/views/settings.php:522
483
  msgid "Stripe live publishiable key"
484
  msgstr ""
485
 
486
- #: core/admin/views/settings.php:524
487
  msgid "Enter here your stripe live publishiable key. "
488
  msgstr ""
489
 
490
- #: core/admin/views/settings.php:529
491
  msgid "Live secret key:"
492
  msgstr ""
493
 
494
- #: core/admin/views/settings.php:530
495
  msgid "Stripe live secret key"
496
  msgstr ""
497
 
498
- #: core/admin/views/settings.php:532
499
  msgid "Enter here your stripe live secret key. "
500
  msgstr ""
501
 
502
- #: core/admin/views/settings.php:541
503
  msgid "Enable this for testing your payment system. "
504
  msgstr ""
505
 
506
- #: core/admin/views/settings.php:548
507
  msgid "Test publishiable key:"
508
  msgstr ""
509
 
510
- #: core/admin/views/settings.php:549
511
  msgid "Stripe test publishiable key"
512
  msgstr ""
513
 
514
- #: core/admin/views/settings.php:551
515
  msgid "Enter here your test publishiable key. "
516
  msgstr ""
517
 
518
- #: core/admin/views/settings.php:555
519
  msgid "Test secret key:"
520
  msgstr ""
521
 
522
- #: core/admin/views/settings.php:556
523
  msgid "Stripe test secret key"
524
  msgstr ""
525
 
526
- #: core/admin/views/settings.php:558
527
  msgid "Enter here your test secret key. "
528
  msgstr ""
529
 
530
- #: core/admin/views/settings.php:573
531
  msgid "Select Thank You Page :"
532
  msgstr ""
533
 
534
- #: core/admin/views/settings.php:576 core/admin/views/settings.php:603
535
  msgid "Select a page"
536
  msgstr ""
537
 
538
- #: core/admin/views/settings.php:588
539
  msgid "Handle successfull payment redirection page. Learn more about Thank you page"
540
  msgstr ""
541
 
542
- #: core/admin/views/settings.php:588
543
  msgid "Here"
544
  msgstr ""
545
 
546
- #: core/admin/views/settings.php:589
547
  msgid "Create Thank You Page"
548
  msgstr ""
549
 
550
- #: core/admin/views/settings.php:600
551
  msgid "Select Cancel Page :"
552
  msgstr ""
553
 
554
- #: core/admin/views/settings.php:616
555
  msgid "Handle canceled payment redirection page. Learn more about cancel page."
556
  msgstr ""
557
 
558
- #: core/admin/views/settings.php:617
559
  msgid "Create Cancel Page"
560
  msgstr ""
561
 
562
- #: core/admin/views/settings.php:646
563
  msgid "Mailchimp"
564
  msgstr ""
565
 
566
- #: core/admin/views/settings.php:651
567
  msgid "AWeber"
568
  msgstr ""
569
 
570
- #: core/admin/views/settings.php:655
571
  msgid "ActiveCampaign"
572
  msgstr ""
573
 
574
- #: core/admin/views/settings.php:659
575
  msgid "Get Response"
576
  msgstr ""
577
 
578
- #: core/admin/views/settings.php:663
579
  msgid "ConvertKit"
580
  msgstr ""
581
 
582
- #: core/admin/views/settings.php:678 core/admin/views/settings.php:775
583
- #: core/admin/views/settings.php:829 core/admin/views/settings.php:856
584
  msgid "API Key:"
585
  msgstr ""
586
 
587
- #: core/admin/views/settings.php:679
588
  msgid "Mailchimp API key"
589
  msgstr ""
590
 
591
- #: core/admin/views/settings.php:681
592
  msgid "Enter here your Mailchimp API key. "
593
  msgstr ""
594
 
595
- #: core/admin/views/settings.php:681 core/admin/views/settings.php:715
596
- #: core/admin/views/settings.php:723 core/admin/views/settings.php:778
597
- #: core/admin/views/settings.php:787 core/admin/views/settings.php:824
598
- #: core/admin/views/settings.php:832 core/admin/views/settings.php:859
599
  msgid "Get API."
600
  msgstr ""
601
 
602
- #: core/admin/views/settings.php:690 core/admin/views/settings.php:755
603
- #: core/admin/views/settings.php:797 core/admin/views/settings.php:840
604
- #: core/admin/views/settings.php:867 core/admin/views/settings.php:900
605
- #: core/admin/views/settings.php:927
606
  msgid "How To"
607
  msgstr ""
608
 
609
- #: core/admin/views/settings.php:691 core/admin/views/settings.php:756
610
- #: core/admin/views/settings.php:798 core/admin/views/settings.php:841
611
- #: core/admin/views/settings.php:868 core/admin/views/settings.php:901
612
- #: core/admin/views/settings.php:928
613
  msgid ""
614
  "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. "
615
  "Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse "
616
  "urna nibh, viverra non, semper suscipit, posuere a, pede."
617
  msgstr ""
618
 
619
- #: core/admin/views/settings.php:694 core/admin/views/settings.php:759
620
- #: core/admin/views/settings.php:801 core/admin/views/settings.php:844
621
- #: core/admin/views/settings.php:871 core/admin/views/settings.php:904
622
- #: core/admin/views/settings.php:931
623
  msgid "Item 1"
624
  msgstr ""
625
 
626
- #: core/admin/views/settings.php:695 core/admin/views/settings.php:760
627
- #: core/admin/views/settings.php:802 core/admin/views/settings.php:845
628
- #: core/admin/views/settings.php:872 core/admin/views/settings.php:905
629
- #: core/admin/views/settings.php:932
630
  msgid "Item 2"
631
  msgstr ""
632
 
633
- #: core/admin/views/settings.php:696 core/admin/views/settings.php:761
634
- #: core/admin/views/settings.php:803 core/admin/views/settings.php:846
635
- #: core/admin/views/settings.php:873 core/admin/views/settings.php:906
636
- #: core/admin/views/settings.php:933
637
  msgid "Item 3"
638
  msgstr ""
639
 
640
- #: core/admin/views/settings.php:699 core/admin/views/settings.php:764
641
- #: core/admin/views/settings.php:806 core/admin/views/settings.php:849
642
- #: core/admin/views/settings.php:876 core/admin/views/settings.php:909
643
- #: core/admin/views/settings.php:936
644
  msgid "View Documentation"
645
  msgstr ""
646
 
647
- #: core/admin/views/settings.php:712
648
  msgid "Developer App ID:"
649
  msgstr ""
650
 
651
- #: core/admin/views/settings.php:713
652
  msgid "AWeber developer client Id key"
653
  msgstr ""
654
 
655
- #: core/admin/views/settings.php:715
656
  msgid "Enter here your Aweber developer app key. "
657
  msgstr ""
658
 
659
- #: core/admin/views/settings.php:720
660
  msgid "Developer App Secret:"
661
  msgstr ""
662
 
663
- #: core/admin/views/settings.php:721
664
  msgid "AWeber developer secret key"
665
  msgstr ""
666
 
667
- #: core/admin/views/settings.php:723
668
  msgid "Enter here your Aweber developer secret key. "
669
  msgstr ""
670
 
671
- #: core/admin/views/settings.php:728
672
  msgid "Redirect url:"
673
  msgstr ""
674
 
675
- #: core/admin/views/settings.php:776 core/admin/views/settings.php:785
676
  msgid "ConvertKit API key"
677
  msgstr ""
678
 
679
- #: core/admin/views/settings.php:778 core/admin/views/settings.php:787
680
  msgid "Enter here your ConvertKit API key. "
681
  msgstr ""
682
 
683
- #: core/admin/views/settings.php:784
684
  msgid "Secret Key:"
685
  msgstr ""
686
 
687
- #: core/admin/views/settings.php:821
688
  msgid "API URL:"
689
  msgstr ""
690
 
691
- #: core/admin/views/settings.php:822
692
  msgid "ActiveCampaign API URL"
693
  msgstr ""
694
 
695
- #: core/admin/views/settings.php:824 core/admin/views/settings.php:832
696
- #: core/admin/views/settings.php:859
697
  msgid "Enter here your ActiveCampaign API key. "
698
  msgstr ""
699
 
700
- #: core/admin/views/settings.php:830 core/admin/views/settings.php:857
701
  msgid "ActiveCampaign API key"
702
  msgstr ""
703
 
704
- #: core/admin/views/settings.php:890 core/admin/views/settings.php:917
705
  msgid "GetResponse API Key:"
706
  msgstr ""
707
 
708
- #: core/admin/views/settings.php:891 core/admin/views/settings.php:918
709
  msgid "GetResponse API key"
710
  msgstr ""
711
 
712
- #: core/admin/views/settings.php:965
713
  msgid "Google Sheet"
714
  msgstr ""
715
 
716
- #: core/admin/views/settings.php:976
717
  msgid "Google Client Id:"
718
  msgstr ""
719
 
720
- #: core/admin/views/settings.php:977
721
  msgid "Google OAuth Client Id"
722
  msgstr ""
723
 
724
- #: core/admin/views/settings.php:979
725
  msgid "Enter here your google client id. "
726
  msgstr ""
727
 
728
- #: core/admin/views/settings.php:983
729
  msgid "Google Client Secret:"
730
  msgstr ""
731
 
732
- #: core/admin/views/settings.php:984
733
  msgid "Google OAuth Client Secret"
734
  msgstr ""
735
 
736
- #: core/admin/views/settings.php:986
737
  msgid "Enter here your google secret id. "
738
  msgstr ""
739
 
740
- #: core/admin/views/settings.php:993
741
  msgid "Check how to create App/Project On Google developer account"
742
  msgstr ""
743
 
744
- #: core/admin/views/settings.php:994
745
  msgid "Must add the following URL to the \"Valid OAuth redirect URIs\" field:"
746
  msgstr ""
747
 
748
- #: core/admin/views/settings.php:995
749
  msgid "After getting the App ID & App Secret, put those information"
750
  msgstr ""
751
 
752
- #: core/admin/views/settings.php:996
753
  msgid "Click on \"Save Changes\""
754
  msgstr ""
755
 
756
- #: core/admin/views/settings.php:997
757
  msgid "Click on \"Generate Access Token\""
758
  msgstr ""
759
 
760
- #: core/admin/views/settings.php:999
761
  msgid "Generate Access Token"
762
  msgstr ""
763
 
764
- #: core/admin/views/settings.php:1002
765
  msgid ""
766
  "Note:- After 200 days your token will be expired, before the expiration of "
767
  "your token, generate a new token."
@@ -867,7 +879,7 @@ msgstr ""
867
  msgid "Admin mail not found to send email."
868
  msgstr ""
869
 
870
- #: core/entries/action.php:874
871
  msgid "There was an error uploading your file. The error is: "
872
  msgstr ""
873
 
@@ -883,7 +895,7 @@ msgstr ""
883
  msgid "Entry Attributes"
884
  msgstr ""
885
 
886
- #: core/entries/cpt.php:20 core/forms/cpt.php:466
887
  msgid "Parent Item:"
888
  msgstr ""
889
 
@@ -895,7 +907,7 @@ msgstr ""
895
  msgid "Add New Item"
896
  msgstr ""
897
 
898
- #: core/entries/cpt.php:23 core/forms/cpt.php:469
899
  msgid "Add New"
900
  msgstr ""
901
 
@@ -923,27 +935,27 @@ msgstr ""
923
  msgid "Search Item"
924
  msgstr ""
925
 
926
- #: core/entries/cpt.php:30 core/forms/cpt.php:476
927
  msgid "Not found"
928
  msgstr ""
929
 
930
- #: core/entries/cpt.php:31 core/forms/cpt.php:477
931
  msgid "Not found in Trash"
932
  msgstr ""
933
 
934
- #: core/entries/cpt.php:32 core/forms/cpt.php:478
935
  msgid "Featured Image"
936
  msgstr ""
937
 
938
- #: core/entries/cpt.php:33 core/forms/cpt.php:479
939
  msgid "Set featured image"
940
  msgstr ""
941
 
942
- #: core/entries/cpt.php:34 core/forms/cpt.php:480
943
  msgid "Remove featured image"
944
  msgstr ""
945
 
946
- #: core/entries/cpt.php:35 core/forms/cpt.php:481
947
  msgid "Use as featured image"
948
  msgstr ""
949
 
@@ -975,7 +987,7 @@ msgstr ""
975
  msgid "metform-entry"
976
  msgstr ""
977
 
978
- #: core/entries/hooks.php:27
979
  msgid "Form Name"
980
  msgstr ""
981
 
@@ -988,25 +1000,29 @@ msgid "Email Verified"
988
  msgstr ""
989
 
990
  #: core/entries/hooks.php:78 traits/common-controls.php:131
991
- #: traits/common-controls.php:840 widgets/checkbox/checkbox.php:122
 
 
992
  #: widgets/date/date.php:141 widgets/date/date.php:203
993
  #: widgets/date/date.php:215 widgets/date/date.php:227
994
  #: widgets/date/date.php:239 widgets/date/date.php:400
995
  #: widgets/date/date.php:412 widgets/email/email.php:55
996
- #: widgets/multi-select/multi-select.php:83 widgets/radio/radio.php:124
997
- #: widgets/range/range.php:99 widgets/select/select.php:83
998
  #: widgets/switch/switch.php:48 widgets/time/time.php:73
999
  msgid "Yes"
1000
  msgstr ""
1001
 
1002
  #: core/entries/hooks.php:80 traits/common-controls.php:132
1003
- #: traits/common-controls.php:841 widgets/checkbox/checkbox.php:123
 
 
1004
  #: widgets/date/date.php:142 widgets/date/date.php:204
1005
  #: widgets/date/date.php:216 widgets/date/date.php:228
1006
  #: widgets/date/date.php:240 widgets/date/date.php:401
1007
  #: widgets/date/date.php:413 widgets/email/email.php:56
1008
- #: widgets/multi-select/multi-select.php:84 widgets/radio/radio.php:125
1009
- #: widgets/range/range.php:100 widgets/select/select.php:84
1010
  #: widgets/switch/switch.php:57 widgets/time/time.php:74
1011
  msgid "No"
1012
  msgstr ""
@@ -1023,47 +1039,51 @@ msgstr ""
1023
  msgid "Entry ID"
1024
  msgstr ""
1025
 
1026
- #: core/entries/meta-data.php:82
1027
  msgid "Data"
1028
  msgstr ""
1029
 
1030
- #: core/entries/meta-data.php:104
 
 
 
 
1031
  msgid "Browser Data"
1032
  msgstr ""
1033
 
1034
- #: core/entries/meta-data.php:136
1035
  msgid "Browser data not captured."
1036
  msgstr ""
1037
 
1038
- #: core/entries/meta-data.php:149
1039
  msgid "Files"
1040
  msgstr ""
1041
 
1042
- #: core/entries/meta-data.php:214
1043
  msgid "Download"
1044
  msgstr ""
1045
 
1046
- #: core/entries/meta-data.php:215
1047
  msgid "View"
1048
  msgstr ""
1049
 
1050
- #: core/entries/meta-data.php:217
1051
  msgid "This file is not uploaded."
1052
  msgstr ""
1053
 
1054
- #: core/entries/meta-data.php:256
1055
  msgid "Woocommerce Checkout"
1056
  msgstr ""
1057
 
1058
- #: core/entries/meta-data.php:278
1059
  msgid "Order ID "
1060
  msgstr ""
1061
 
1062
- #: core/entries/meta-data.php:284
1063
  msgid "Order Status"
1064
  msgstr ""
1065
 
1066
- #: core/entries/meta-data.php:291
1067
  msgid "Total"
1068
  msgstr ""
1069
 
@@ -1081,71 +1101,75 @@ msgstr ""
1081
  msgid "You must enable \"store entries\" for integrating payment method."
1082
  msgstr ""
1083
 
1084
- #: core/forms/cpt.php:462 core/forms/cpt.php:463 widgets/form.php:47
 
 
 
 
1085
  msgid "Form"
1086
  msgstr ""
1087
 
1088
- #: core/forms/cpt.php:464
1089
  msgid "Form Archives"
1090
  msgstr ""
1091
 
1092
- #: core/forms/cpt.php:465
1093
  msgid "Form Attributes"
1094
  msgstr ""
1095
 
1096
- #: core/forms/cpt.php:467 core/forms/cpt.php:495
1097
  msgid "Forms"
1098
  msgstr ""
1099
 
1100
- #: core/forms/cpt.php:468
1101
  msgid "Add New Form"
1102
  msgstr ""
1103
 
1104
- #: core/forms/cpt.php:470
1105
  msgid "New Form"
1106
  msgstr ""
1107
 
1108
- #: core/forms/cpt.php:471
1109
  msgid "Edit Form"
1110
  msgstr ""
1111
 
1112
- #: core/forms/cpt.php:472
1113
  msgid "Update Form"
1114
  msgstr ""
1115
 
1116
- #: core/forms/cpt.php:473
1117
  msgid "View Form"
1118
  msgstr ""
1119
 
1120
- #: core/forms/cpt.php:474
1121
  msgid "View Forms"
1122
  msgstr ""
1123
 
1124
- #: core/forms/cpt.php:475
1125
  msgid "Search Forms"
1126
  msgstr ""
1127
 
1128
- #: core/forms/cpt.php:482
1129
  msgid "Insert into form"
1130
  msgstr ""
1131
 
1132
- #: core/forms/cpt.php:483
1133
  msgid "Uploaded to this form"
1134
  msgstr ""
1135
 
1136
- #: core/forms/cpt.php:484
1137
  msgid "Forms list"
1138
  msgstr ""
1139
 
1140
- #: core/forms/cpt.php:485
1141
  msgid "Forms list navigation"
1142
  msgstr ""
1143
 
1144
- #: core/forms/cpt.php:486
1145
  msgid "Filter froms list"
1146
  msgstr ""
1147
 
1148
- #: core/forms/cpt.php:496
1149
  msgid "metform form"
1150
  msgstr ""
1151
 
@@ -1161,6 +1185,14 @@ msgstr ""
1161
  msgid "Export CSV"
1162
  msgstr ""
1163
 
 
 
 
 
 
 
 
 
1164
  #: core/forms/views/modal-editor.php:11
1165
  msgid "Form Settings"
1166
  msgstr ""
@@ -1202,528 +1234,546 @@ msgid "Thank you! Form submitted successfully."
1202
  msgstr ""
1203
 
1204
  #: core/forms/views/modal-editor.php:45
1205
- msgid "This mesage will be shown after a successful submission."
 
 
 
 
1206
  msgstr ""
1207
 
1208
- #: core/forms/views/modal-editor.php:51
 
 
 
 
 
 
1209
  msgid "Required Login:"
1210
  msgstr ""
1211
 
1212
- #: core/forms/views/modal-editor.php:53
1213
  msgid "Without login, users can't submit the form."
1214
  msgstr ""
1215
 
1216
- #: core/forms/views/modal-editor.php:59
1217
  msgid "Capture User Browser Data:"
1218
  msgstr ""
1219
 
1220
- #: core/forms/views/modal-editor.php:61
1221
  msgid "Store user's browser data (ip, browser name, etc)"
1222
  msgstr ""
1223
 
1224
- #: core/forms/views/modal-editor.php:67
1225
  msgid "Hide Form After Submission:"
1226
  msgstr ""
1227
 
1228
- #: core/forms/views/modal-editor.php:69
1229
  msgid "After submission, hide the form for preventing multiple submission."
1230
  msgstr ""
1231
 
1232
- #: core/forms/views/modal-editor.php:75
1233
  msgid "Store Entries:"
1234
  msgstr ""
1235
 
1236
- #: core/forms/views/modal-editor.php:77
1237
  msgid "Save submitted form data to database."
1238
  msgstr ""
1239
 
1240
- #: core/forms/views/modal-editor.php:81
1241
  msgid "Entry Title"
1242
  msgstr ""
1243
 
1244
- #: core/forms/views/modal-editor.php:83
1245
  msgid "Enter here title of this form entries."
1246
  msgstr ""
1247
 
1248
- #: core/forms/views/modal-editor.php:90
1249
  msgid "Limit Total Entries:"
1250
  msgstr ""
1251
 
1252
- #: core/forms/views/modal-editor.php:96
1253
  msgid "Limit the total number of submissions for this form."
1254
  msgstr ""
1255
 
1256
- #: core/forms/views/modal-editor.php:102
1257
  msgid "Count views:"
1258
  msgstr ""
1259
 
1260
- #: core/forms/views/modal-editor.php:104
1261
  msgid "Track form views."
1262
  msgstr ""
1263
 
1264
- #: core/forms/views/modal-editor.php:110
1265
  msgid "Stop Vertical Scrolling:"
1266
  msgstr ""
1267
 
1268
- #: core/forms/views/modal-editor.php:112
1269
  msgid "Stop scrolling effect when submitting the form."
1270
  msgstr ""
1271
 
1272
- #: core/forms/views/modal-editor.php:116
1273
  msgid "Redirect To:"
1274
  msgstr ""
1275
 
1276
- #: core/forms/views/modal-editor.php:117
1277
  msgid "Redirection link"
1278
  msgstr ""
1279
 
1280
- #: core/forms/views/modal-editor.php:118
1281
  msgid "Users will be redirected to the this link after submission."
1282
  msgstr ""
1283
 
1284
- #: core/forms/views/modal-editor.php:132
1285
  msgid "Confirmation mail to user :"
1286
  msgstr ""
1287
 
1288
- #: core/forms/views/modal-editor.php:134
1289
  msgid "Want to send a submission copy to user by email? Active this one."
1290
  msgstr ""
1291
 
1292
- #: core/forms/views/modal-editor.php:134 core/forms/views/modal-editor.php:558
1293
  msgid "The form must have at least one Email widget and it should be required."
1294
  msgstr ""
1295
 
1296
- #: core/forms/views/modal-editor.php:138 core/forms/views/modal-editor.php:185
1297
  msgid "Email Subject:"
1298
  msgstr ""
1299
 
1300
- #: core/forms/views/modal-editor.php:139 core/forms/views/modal-editor.php:186
1301
  msgid "Email subject"
1302
  msgstr ""
1303
 
1304
- #: core/forms/views/modal-editor.php:140 core/forms/views/modal-editor.php:187
1305
  msgid "Enter here email subject."
1306
  msgstr ""
1307
 
1308
- #: core/forms/views/modal-editor.php:144 core/forms/views/modal-editor.php:197
1309
  msgid "Email From:"
1310
  msgstr ""
1311
 
1312
- #: core/forms/views/modal-editor.php:145
1313
  msgid "From email"
1314
  msgstr ""
1315
 
1316
- #: core/forms/views/modal-editor.php:146
1317
  msgid "Enter the email by which you want to send email to user."
1318
  msgstr ""
1319
 
1320
- #: core/forms/views/modal-editor.php:150 core/forms/views/modal-editor.php:203
1321
  msgid "Email Reply To:"
1322
  msgstr ""
1323
 
1324
- #: core/forms/views/modal-editor.php:151
1325
  msgid "Reply to email"
1326
  msgstr ""
1327
 
1328
- #: core/forms/views/modal-editor.php:152
1329
  msgid "Enter email where user can reply/ you want to get reply."
1330
  msgstr ""
1331
 
1332
- #: core/forms/views/modal-editor.php:156
1333
  msgid "Thank you message :"
1334
  msgstr ""
1335
 
1336
- #: core/forms/views/modal-editor.php:157
1337
  msgid "Thank you message!"
1338
  msgstr ""
1339
 
1340
- #: core/forms/views/modal-editor.php:158
1341
  msgid ""
1342
  "Enter here your message to include it in email body. Which will be send to "
1343
  "user."
1344
  msgstr ""
1345
 
1346
- #: core/forms/views/modal-editor.php:164
1347
  msgid "Want to send a copy of submitted form to user ?"
1348
  msgstr ""
1349
 
1350
- #: core/forms/views/modal-editor.php:179
1351
  msgid "Notification mail to admin :"
1352
  msgstr ""
1353
 
1354
- #: core/forms/views/modal-editor.php:181
1355
  msgid "Want to send a submission copy to admin by email? Active this one."
1356
  msgstr ""
1357
 
1358
- #: core/forms/views/modal-editor.php:191
1359
  msgid "Email To:"
1360
  msgstr ""
1361
 
1362
- #: core/forms/views/modal-editor.php:192
1363
  msgid "example@mail.com, example@email.com"
1364
  msgstr ""
1365
 
1366
- #: core/forms/views/modal-editor.php:193
1367
  msgid "Enter admin email where you want to send mail."
1368
  msgstr ""
1369
 
1370
- #: core/forms/views/modal-editor.php:193
1371
  msgid " for multiple email addresses please use \",\" separator."
1372
  msgstr ""
1373
 
1374
- #: core/forms/views/modal-editor.php:198
1375
  msgid "Email from"
1376
  msgstr ""
1377
 
1378
- #: core/forms/views/modal-editor.php:199
1379
  msgid "Enter the email by which you want to send email to admin."
1380
  msgstr ""
1381
 
1382
- #: core/forms/views/modal-editor.php:204
1383
  msgid "Email reply to"
1384
  msgstr ""
1385
 
1386
- #: core/forms/views/modal-editor.php:205
1387
  msgid "Enter email where admin can reply/ you want to get reply."
1388
  msgstr ""
1389
 
1390
- #: core/forms/views/modal-editor.php:209
1391
  msgid "Admin Note : "
1392
  msgstr ""
1393
 
1394
- #: core/forms/views/modal-editor.php:210
1395
  msgid "Admin note!"
1396
  msgstr ""
1397
 
1398
- #: core/forms/views/modal-editor.php:211
1399
  msgid "Enter here your email body. Which will be send to admin."
1400
  msgstr ""
1401
 
1402
- #: core/forms/views/modal-editor.php:224
1403
  msgid "HubSpot Forms:"
1404
  msgstr ""
1405
 
1406
- #: core/forms/views/modal-editor.php:226
1407
  msgid "Integrate hubspot with this form. "
1408
  msgstr ""
1409
 
1410
- #: core/forms/views/modal-editor.php:226
1411
  msgid "Configure HubSpot."
1412
  msgstr ""
1413
 
1414
- #: core/forms/views/modal-editor.php:233
1415
  msgid "Fetch HubSpot Forms"
1416
  msgstr ""
1417
 
1418
- #: core/forms/views/modal-editor.php:259
1419
  msgid "HubSpot Contact:"
1420
  msgstr ""
1421
 
1422
- #: core/forms/views/modal-editor.php:267
1423
  msgid "REST API:"
1424
  msgstr ""
1425
 
1426
- #: core/forms/views/modal-editor.php:269
1427
  msgid "Send entry data to third party api/webhook"
1428
  msgstr ""
1429
 
1430
- #: core/forms/views/modal-editor.php:274
1431
  msgid "URL/Webhook:"
1432
  msgstr ""
1433
 
1434
- #: core/forms/views/modal-editor.php:275
1435
  msgid "Rest api url/webhook"
1436
  msgstr ""
1437
 
1438
- #: core/forms/views/modal-editor.php:276
1439
  msgid "Enter rest api url/webhook here."
1440
  msgstr ""
1441
 
1442
- #: core/forms/views/modal-editor.php:281
1443
  msgid "POST"
1444
  msgstr ""
1445
 
1446
- #: core/forms/views/modal-editor.php:282
1447
  msgid "GET"
1448
  msgstr ""
1449
 
1450
- #: core/forms/views/modal-editor.php:295
1451
  msgid "Mail Chimp:"
1452
  msgstr ""
1453
 
1454
- #: core/forms/views/modal-editor.php:297
1455
  msgid "Integrate mailchimp with this form."
1456
  msgstr ""
1457
 
1458
- #: core/forms/views/modal-editor.php:297 core/forms/views/modal-editor.php:335
1459
- #: core/forms/views/modal-editor.php:364 core/forms/views/modal-editor.php:386
1460
- #: core/forms/views/modal-editor.php:416 core/forms/views/modal-editor.php:451
1461
- #: core/forms/views/modal-editor.php:518
1462
  msgid "The form must have at least one Email widget and it should be required. "
1463
  msgstr ""
1464
 
1465
- #: core/forms/views/modal-editor.php:297
1466
  msgid "Configure Mail Chimp."
1467
  msgstr ""
1468
 
1469
- #: core/forms/views/modal-editor.php:301
1470
  msgid "MailChimp List ID:"
1471
  msgstr ""
1472
 
1473
- #: core/forms/views/modal-editor.php:308
1474
  msgid "Mailchimp contact list id"
1475
  msgstr ""
1476
 
1477
- #: core/forms/views/modal-editor.php:318
1478
  msgid "Google Sheet:"
1479
  msgstr ""
1480
 
1481
- #: core/forms/views/modal-editor.php:320
1482
  msgid "Integrate google sheet with this form."
1483
  msgstr ""
1484
 
1485
- #: core/forms/views/modal-editor.php:320
1486
  msgid "Configure Google Sheet."
1487
  msgstr ""
1488
 
1489
- #: core/forms/views/modal-editor.php:331
1490
  msgid "MailPoet:"
1491
  msgstr ""
1492
 
1493
- #: core/forms/views/modal-editor.php:334
1494
  msgid "Integrate MailPoet with this form."
1495
  msgstr ""
1496
 
1497
- #: core/forms/views/modal-editor.php:337
1498
  msgid "Configure MailPoet."
1499
  msgstr ""
1500
 
1501
- #: core/forms/views/modal-editor.php:344
1502
  msgid "MailPoet List ID:"
1503
  msgstr ""
1504
 
1505
- #: core/forms/views/modal-editor.php:350
1506
  msgid "Enter here MailPoet list id. "
1507
  msgstr ""
1508
 
1509
- #: core/forms/views/modal-editor.php:351 core/forms/views/modal-editor.php:375
1510
- #: core/forms/views/modal-editor.php:398 core/forms/views/modal-editor.php:473
1511
- #: core/forms/views/modal-editor.php:497
1512
  msgid "Refresh List"
1513
  msgstr ""
1514
 
1515
- #: core/forms/views/modal-editor.php:362
1516
  msgid "Aweber:"
1517
  msgstr ""
1518
 
1519
- #: core/forms/views/modal-editor.php:364
1520
  msgid "Integrate aweber with this form."
1521
  msgstr ""
1522
 
1523
- #: core/forms/views/modal-editor.php:364
1524
  msgid "Configure aweber."
1525
  msgstr ""
1526
 
1527
- #: core/forms/views/modal-editor.php:368
1528
  msgid "Aweber List ID:"
1529
  msgstr ""
1530
 
1531
- #: core/forms/views/modal-editor.php:374
1532
  msgid "Enter here aweber list id. "
1533
  msgstr ""
1534
 
1535
- #: core/forms/views/modal-editor.php:384
1536
  msgid "ConvertKit:"
1537
  msgstr ""
1538
 
1539
- #: core/forms/views/modal-editor.php:386
1540
  msgid "Integrate convertKit with this form."
1541
  msgstr ""
1542
 
1543
- #: core/forms/views/modal-editor.php:386
1544
  msgid "Configure ConvertKit."
1545
  msgstr ""
1546
 
1547
- #: core/forms/views/modal-editor.php:390
1548
  msgid "ConvertKit Forms ID:"
1549
  msgstr ""
1550
 
1551
- #: core/forms/views/modal-editor.php:396
1552
  msgid "Enter here ConvertKit form id. "
1553
  msgstr ""
1554
 
1555
- #: core/forms/views/modal-editor.php:413
1556
  msgid "GetResponse:"
1557
  msgstr ""
1558
 
1559
- #: core/forms/views/modal-editor.php:416
1560
  msgid "Integrate GetResponse with this form."
1561
  msgstr ""
1562
 
1563
- #: core/forms/views/modal-editor.php:416
1564
  msgid "Configure GetResponse."
1565
  msgstr ""
1566
 
1567
- #: core/forms/views/modal-editor.php:422
1568
  msgid "GetResponse List ID:"
1569
  msgstr ""
1570
 
1571
- #: core/forms/views/modal-editor.php:430
1572
  msgid "GetResponse contact list id"
1573
  msgstr ""
1574
 
1575
- #: core/forms/views/modal-editor.php:431
1576
  msgid "Enter here GetResponse list id. "
1577
  msgstr ""
1578
 
1579
- #: core/forms/views/modal-editor.php:448
1580
  msgid "ActiveCampaign:"
1581
  msgstr ""
1582
 
1583
- #: core/forms/views/modal-editor.php:451
1584
  msgid "Integrate ActiveCampaign with this form."
1585
  msgstr ""
1586
 
1587
- #: core/forms/views/modal-editor.php:451
1588
  msgid "Configure ActiveCampaign."
1589
  msgstr ""
1590
 
1591
- #: core/forms/views/modal-editor.php:456
1592
  msgid "Active campaign List ID:"
1593
  msgstr ""
1594
 
1595
- #: core/forms/views/modal-editor.php:472
1596
  msgid "Enter here list id. "
1597
  msgstr ""
1598
 
1599
- #: core/forms/views/modal-editor.php:480
1600
  msgid "Active campaign Tag ID:"
1601
  msgstr ""
1602
 
1603
- #: core/forms/views/modal-editor.php:496
1604
  msgid "Enter here tag id. "
1605
  msgstr ""
1606
 
1607
- #: core/forms/views/modal-editor.php:515
1608
  msgid "Mailster:"
1609
  msgstr ""
1610
 
1611
- #: core/forms/views/modal-editor.php:518
1612
  msgid "Integrate Mailster with this form."
1613
  msgstr ""
1614
 
1615
- #: core/forms/views/modal-editor.php:524
1616
  msgid "Mailster Forms"
1617
  msgstr ""
1618
 
1619
- #: core/forms/views/modal-editor.php:556
1620
  msgid "Zapier:"
1621
  msgstr ""
1622
 
1623
- #: core/forms/views/modal-editor.php:558
1624
  msgid "Integrate zapier with this form."
1625
  msgstr ""
1626
 
1627
- #: core/forms/views/modal-editor.php:562
1628
  msgid "Zapier webhook:"
1629
  msgstr ""
1630
 
1631
- #: core/forms/views/modal-editor.php:563
1632
  msgid "Zapier webhook"
1633
  msgstr ""
1634
 
1635
- #: core/forms/views/modal-editor.php:564
1636
  msgid "Enter here zapier web hook."
1637
  msgstr ""
1638
 
1639
- #: core/forms/views/modal-editor.php:573
1640
  msgid "Slack:"
1641
  msgstr ""
1642
 
1643
- #: core/forms/views/modal-editor.php:575
1644
  msgid "Integrate slack with this form."
1645
  msgstr ""
1646
 
1647
- #: core/forms/views/modal-editor.php:575
1648
  msgid "slack info."
1649
  msgstr ""
1650
 
1651
- #: core/forms/views/modal-editor.php:579
1652
  msgid "Slack webhook:"
1653
  msgstr ""
1654
 
1655
- #: core/forms/views/modal-editor.php:580
1656
  msgid "Slack webhook"
1657
  msgstr ""
1658
 
1659
- #: core/forms/views/modal-editor.php:581
1660
  msgid "Enter here slack web hook."
1661
  msgstr ""
1662
 
1663
- #: core/forms/views/modal-editor.php:581
1664
  msgid "create from here"
1665
  msgstr ""
1666
 
1667
- #: core/forms/views/modal-editor.php:641
1668
  msgid "Paypal:"
1669
  msgstr ""
1670
 
1671
- #: core/forms/views/modal-editor.php:643
1672
  msgid "Integrate paypal payment with this form."
1673
  msgstr ""
1674
 
1675
- #: core/forms/views/modal-editor.php:643
1676
  msgid "Configure paypal payment."
1677
  msgstr ""
1678
 
1679
- #: core/forms/views/modal-editor.php:652
1680
  msgid "Stripe:"
1681
  msgstr ""
1682
 
1683
- #: core/forms/views/modal-editor.php:654
1684
  msgid "Integrate stripe payment with this form. "
1685
  msgstr ""
1686
 
1687
- #: core/forms/views/modal-editor.php:654
1688
  msgid "Configure stripe payment."
1689
  msgstr ""
1690
 
1691
- #: core/forms/views/modal-editor.php:674
1692
  msgid "Zoho Contact:"
1693
  msgstr ""
1694
 
1695
- #: core/forms/views/modal-editor.php:676
1696
  msgid "Integrate Zoho contacts with this form. "
1697
  msgstr ""
1698
 
1699
- #: core/forms/views/modal-editor.php:676
1700
  msgid "Configure Zoho."
1701
  msgstr ""
1702
 
1703
- #: core/forms/views/modal-editor.php:687
1704
  msgid "Helpscout"
1705
  msgstr ""
1706
 
1707
- #: core/forms/views/modal-editor.php:689
1708
  msgid "Integrate Helpscout with this form. "
1709
  msgstr ""
1710
 
1711
- #: core/forms/views/modal-editor.php:689
1712
  msgid "Configure Helpscout."
1713
  msgstr ""
1714
 
1715
- #: core/forms/views/modal-editor.php:694
1716
  msgid "Available Mailboxes"
1717
  msgstr ""
1718
 
1719
- #: core/forms/views/modal-editor.php:733
1720
  msgid "Edit content"
1721
  msgstr ""
1722
 
1723
- #: core/forms/views/modal-editor.php:735
1724
  msgid "Save changes"
1725
  msgstr ""
1726
 
 
 
 
 
 
 
 
 
1727
  #: core/integrations/crm/hubspot/loader.php:43
1728
  msgid "CRM & Marketing Integrations"
1729
  msgstr ""
@@ -1880,7 +1930,7 @@ msgstr ""
1880
 
1881
  #: core/integrations/onboard/views/onboard-steps/step-01.php:29
1882
  #: core/integrations/onboard/views/onboard-steps/step-02.php:16
1883
- #: core/integrations/onboard/views/onboard-steps/step-03.php:68
1884
  #: core/integrations/onboard/views/onboard-steps/step-04.php:29
1885
  #: core/integrations/onboard/views/onboard-steps/step-05.php:32
1886
  msgid "Back"
@@ -1888,7 +1938,7 @@ msgstr ""
1888
 
1889
  #: core/integrations/onboard/views/onboard-steps/step-01.php:30
1890
  #: core/integrations/onboard/views/onboard-steps/step-02.php:17
1891
- #: core/integrations/onboard/views/onboard-steps/step-03.php:69
1892
  #: core/integrations/onboard/views/onboard-steps/step-04.php:30
1893
  #: core/integrations/onboard/views/onboard-steps/step-05.php:33
1894
  msgid "Next Step"
@@ -1907,10 +1957,12 @@ msgid "Submit Your Best Email."
1907
  msgstr ""
1908
 
1909
  #: core/integrations/onboard/views/onboard-steps/step-03.php:4
 
1910
  msgid "Take your website to the next level"
1911
  msgstr ""
1912
 
1913
  #: core/integrations/onboard/views/onboard-steps/step-03.php:5
 
1914
  msgid "We have some plugins you can install to get most from Wordpress."
1915
  msgstr ""
1916
 
@@ -1918,20 +1970,27 @@ msgstr ""
1918
  msgid "These are absolute FREE to use."
1919
  msgstr ""
1920
 
1921
- #: core/integrations/onboard/views/onboard-steps/step-03.php:19
 
 
 
 
 
 
 
 
1922
  msgid "Completely customize your WooCommerce WordPress"
1923
  msgstr ""
1924
 
1925
- #: core/integrations/onboard/views/onboard-steps/step-03.php:29
1926
  msgid "All-in-One Addons for Elementor"
1927
  msgstr ""
1928
 
1929
- #: core/integrations/onboard/views/onboard-steps/step-03.php:39
1930
  msgid "Integrate all your social media to your website"
1931
  msgstr ""
1932
 
1933
- #: core/integrations/onboard/views/onboard-steps/step-03.php:49
1934
- #: core/integrations/onboard/views/onboard-steps/step-03.php:59
1935
  msgid "Integrate various styled review system in your website"
1936
  msgstr ""
1937
 
@@ -2183,8 +2242,8 @@ msgstr ""
2183
  #: traits/common-controls.php:806 widgets/email/email.php:150
2184
  #: widgets/file-upload/file-upload.php:313
2185
  #: widgets/file-upload/file-upload.php:344
2186
- #: widgets/gdpr-consent/gdpr-consent.php:177 widgets/select/select.php:383
2187
- #: widgets/select/select.php:418 widgets/select/select.php:453
2188
  #: widgets/simple-captcha/simple-captcha.php:159
2189
  #: widgets/simple-captcha/simple-captcha.php:295
2190
  msgid "Color"
@@ -2282,40 +2341,45 @@ msgstr ""
2282
  msgid "Your data inserted on slack."
2283
  msgstr ""
2284
 
2285
- #: plugin.php:412
2286
  msgid "Activate Elementor"
2287
  msgstr ""
2288
 
2289
- #: plugin.php:419
2290
  msgid "Install Elementor"
2291
  msgstr ""
2292
 
2293
- #: plugin.php:423 plugin.php:455
2294
  msgid "MetForm requires Elementor version %1$s+, which is currently NOT RUNNING."
2295
  msgstr ""
2296
 
2297
- #: plugin.php:438
2298
  msgid "MetForm Pro"
2299
  msgstr ""
2300
 
2301
- #: plugin.php:442 plugin.php:458
2302
  msgid "We have MetForm Pro version. Check out our pro feature."
2303
  msgstr ""
2304
 
2305
- #: plugin.php:454
2306
  msgid "Update Elementor"
2307
  msgstr ""
2308
 
2309
- #: traits/button-controls.php:24 widgets/date/date.php:433
 
 
2310
  #: widgets/email/email.php:89 widgets/file-upload/file-upload.php:200
2311
  #: widgets/listing-fname/listing-fname.php:68
2312
  #: widgets/listing-lname/listing-lname.php:68
2313
- #: widgets/multi-select/multi-select.php:151 widgets/number/number.php:66
2314
- #: widgets/password/password.php:66 widgets/range/range.php:137
 
 
2315
  #: widgets/rating/rating.php:88 widgets/recaptcha/recaptcha.php:63
2316
- #: widgets/select/select.php:212 widgets/simple-captcha/simple-captcha.php:123
2317
- #: widgets/summary/summary.php:69 widgets/switch/switch.php:96
2318
- #: widgets/telephone/telephone.php:66 widgets/text/text.php:66
 
2319
  #: widgets/textarea/textarea.php:67 widgets/time/time.php:90
2320
  #: widgets/url/url.php:76
2321
  msgid "Label"
@@ -2342,19 +2406,22 @@ msgstr ""
2342
  msgid "Justified"
2343
  msgstr ""
2344
 
2345
- #: traits/button-controls.php:77 widgets/button/button.php:104
 
2346
  msgid "Icon"
2347
  msgstr ""
2348
 
2349
- #: traits/button-controls.php:86
2350
  msgid "Icon Position"
2351
  msgstr ""
2352
 
2353
- #: traits/button-controls.php:90 widgets/file-upload/file-upload.php:77
 
2354
  msgid "Before"
2355
  msgstr ""
2356
 
2357
- #: traits/button-controls.php:91 widgets/file-upload/file-upload.php:78
 
2358
  msgid "After"
2359
  msgstr ""
2360
 
@@ -2378,8 +2445,8 @@ msgstr ""
2378
  msgid "Input Name : "
2379
  msgstr ""
2380
 
2381
- #: traits/button-controls.php:132 widgets/multi-select/multi-select.php:58
2382
- #: widgets/select/select.php:58
2383
  msgid "Input Value"
2384
  msgstr ""
2385
 
@@ -2393,12 +2460,12 @@ msgstr ""
2393
 
2394
  #: traits/button-controls.php:162 traits/common-controls.php:345
2395
  #: traits/common-controls.php:474 traits/common-controls.php:822
2396
- #: widgets/checkbox/checkbox.php:230 widgets/email/email.php:174
2397
  #: widgets/file-upload/file-upload.php:378
2398
  #: widgets/gdpr-consent/gdpr-consent.php:207
2399
  #: widgets/gdpr-consent/gdpr-consent.php:299
2400
- #: widgets/listing-optin/listing-optin.php:140 widgets/radio/radio.php:230
2401
- #: widgets/rating/rating.php:123 widgets/select/select.php:314
2402
  #: widgets/simple-captcha/simple-captcha.php:189
2403
  #: widgets/simple-captcha/simple-captcha.php:271 widgets/switch/switch.php:225
2404
  #: widgets/switch/switch.php:267
@@ -2415,24 +2482,24 @@ msgid "Typography"
2415
  msgstr ""
2416
 
2417
  #: traits/button-controls.php:200 traits/button-controls.php:298
2418
- #: traits/common-controls.php:508 widgets/checkbox/checkbox.php:272
2419
  #: widgets/file-upload/file-upload.php:306
2420
  #: widgets/gdpr-consent/gdpr-consent.php:341
2421
- #: widgets/listing-optin/listing-optin.php:182 widgets/radio/radio.php:271
2422
- #: widgets/rating/rating.php:156 widgets/select/select.php:376
2423
  msgid "Normal"
2424
  msgstr ""
2425
 
2426
  #: traits/button-controls.php:207 traits/button-controls.php:236
2427
- #: widgets/checkbox/checkbox.php:253 widgets/gdpr-consent/gdpr-consent.php:322
2428
- #: widgets/listing-optin/listing-optin.php:163 widgets/radio/radio.php:253
2429
  #: widgets/switch/switch.php:204 widgets/switch/switch.php:246
2430
  msgid "Text Color"
2431
  msgstr ""
2432
 
2433
  #: traits/button-controls.php:229 traits/button-controls.php:322
2434
  #: traits/common-controls.php:572 widgets/file-upload/file-upload.php:337
2435
- #: widgets/select/select.php:411
2436
  msgid "Hover"
2437
  msgstr ""
2438
 
@@ -2443,7 +2510,7 @@ msgstr ""
2443
  #: traits/button-controls.php:347 traits/common-controls.php:250
2444
  #: traits/common-controls.php:713 widgets/file-upload/file-upload.php:411
2445
  #: widgets/range/range.php:215 widgets/rating/rating.php:227
2446
- #: widgets/select/select.php:259 widgets/select/select.php:338
2447
  msgid "Border Radius"
2448
  msgstr ""
2449
 
@@ -2471,11 +2538,13 @@ msgstr ""
2471
  msgid "Show Label"
2472
  msgstr ""
2473
 
2474
- #: traits/common-controls.php:31 widgets/simple-captcha/simple-captcha.php:51
 
2475
  msgid "Show"
2476
  msgstr ""
2477
 
2478
- #: traits/common-controls.php:32 widgets/simple-captcha/simple-captcha.php:52
 
2479
  msgid "Hide"
2480
  msgstr ""
2481
 
@@ -2510,7 +2579,7 @@ msgstr ""
2510
  msgid "Name : "
2511
  msgstr ""
2512
 
2513
- #: traits/common-controls.php:89
2514
  msgid "Name"
2515
  msgstr ""
2516
 
@@ -2518,7 +2587,7 @@ msgstr ""
2518
  msgid "Enter here name of the input"
2519
  msgstr ""
2520
 
2521
- #: traits/common-controls.php:93
2522
  msgid ""
2523
  "Name is must required. Enter name without space or any special character. "
2524
  "use only underscore/ hyphen (_/-) for multiple word. Name must be different."
@@ -2528,11 +2597,12 @@ msgstr ""
2528
  msgid "Place holder"
2529
  msgstr ""
2530
 
2531
- #: traits/common-controls.php:106
2532
  msgid "Enter here place holder"
2533
  msgstr ""
2534
 
2535
- #: traits/common-controls.php:114 widgets/simple-captcha/simple-captcha.php:111
 
2536
  msgid "Help Text : "
2537
  msgstr ""
2538
 
@@ -2584,25 +2654,25 @@ msgstr ""
2584
  msgid "Warning message"
2585
  msgstr ""
2586
 
2587
- #: traits/common-controls.php:209 widgets/checkbox/checkbox.php:411
2588
  #: widgets/date/date.php:555 widgets/email/email.php:226
2589
  #: widgets/file-upload/file-upload.php:462
2590
  #: widgets/gdpr-consent/gdpr-consent.php:479
2591
  #: widgets/listing-fname/listing-fname.php:159
2592
  #: widgets/listing-lname/listing-lname.php:159
2593
  #: widgets/listing-optin/listing-optin.php:320
2594
- #: widgets/multi-select/multi-select.php:236 widgets/number/number.php:142
2595
- #: widgets/password/password.php:158 widgets/radio/radio.php:411
2596
  #: widgets/range/range.php:254 widgets/rating/rating.php:311
2597
- #: widgets/select/select.php:547 widgets/switch/switch.php:309
2598
- #: widgets/telephone/telephone.php:142 widgets/text/text.php:142
2599
  #: widgets/textarea/textarea.php:166 widgets/time/time.php:175
2600
  #: widgets/url/url.php:152
2601
  msgid "This field is required."
2602
  msgstr ""
2603
 
2604
  #: traits/common-controls.php:235 traits/common-controls.php:743
2605
- #: widgets/rating/rating.php:276 widgets/select/select.php:296
2606
  msgid "Box Shadow"
2607
  msgstr ""
2608
 
@@ -2610,7 +2680,7 @@ msgstr ""
2610
  #: traits/common-controls.php:619 traits/common-controls.php:680
2611
  #: widgets/button/button.php:80 widgets/file-upload/file-upload.php:403
2612
  #: widgets/rating/rating.php:180 widgets/rating/rating.php:214
2613
- #: widgets/select/select.php:287 widgets/select/select.php:366
2614
  msgid "Border"
2615
  msgstr ""
2616
 
@@ -2621,12 +2691,12 @@ msgid "Width"
2621
  msgstr ""
2622
 
2623
  #: traits/common-controls.php:359 traits/common-controls.php:490
2624
- #: widgets/checkbox/checkbox.php:241 widgets/email/email.php:185
2625
  #: widgets/file-upload/file-upload.php:390
2626
  #: widgets/gdpr-consent/gdpr-consent.php:221
2627
  #: widgets/gdpr-consent/gdpr-consent.php:310
2628
- #: widgets/listing-optin/listing-optin.php:151 widgets/radio/radio.php:241
2629
- #: widgets/rating/rating.php:135 widgets/select/select.php:326
2630
  #: widgets/simple-captcha/simple-captcha.php:203
2631
  #: widgets/simple-captcha/simple-captcha.php:283
2632
  msgid "Margin"
@@ -2657,8 +2727,8 @@ msgstr ""
2657
 
2658
  #: traits/common-controls.php:547 traits/common-controls.php:607
2659
  #: traits/common-controls.php:666 widgets/file-upload/file-upload.php:326
2660
- #: widgets/file-upload/file-upload.php:357 widgets/select/select.php:400
2661
- #: widgets/select/select.php:435 widgets/select/select.php:470
2662
  msgid "Background"
2663
  msgstr ""
2664
 
@@ -2674,8 +2744,8 @@ msgstr ""
2674
  msgid "Conditional logic"
2675
  msgstr ""
2676
 
2677
- #: traits/conditional-controls.php:33 widgets/multi-select/multi-select.php:70
2678
- #: widgets/select/select.php:70
2679
  msgid "Enable"
2680
  msgstr ""
2681
 
@@ -2759,7 +2829,229 @@ msgstr ""
2759
  msgid "E.g 100, name, anything"
2760
  msgstr ""
2761
 
2762
- #: utils/pro-awareness/pro-awareness.php:156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2763
  msgid "Default Title"
2764
  msgstr ""
2765
 
@@ -2783,20 +3075,22 @@ msgstr ""
2783
  msgid "Submit Button"
2784
  msgstr ""
2785
 
2786
- #: widgets/button/button.php:36 widgets/checkbox/checkbox.php:43
2787
- #: widgets/date/date.php:108 widgets/email/email.php:45
2788
- #: widgets/file-upload/file-upload.php:37 widgets/form-basic.php:49
2789
- #: widgets/gdpr-consent/gdpr-consent.php:36
2790
  #: widgets/listing-fname/listing-fname.php:36
2791
  #: widgets/listing-lname/listing-lname.php:36
2792
  #: widgets/listing-optin/listing-optin.php:36
2793
- #: widgets/multi-select/multi-select.php:36 widgets/number/number.php:36
2794
- #: widgets/password/password.php:36 widgets/radio/radio.php:44
2795
- #: widgets/range/range.php:36 widgets/rating/rating.php:36
2796
- #: widgets/recaptcha/recaptcha.php:36 widgets/select/select.php:36
 
 
2797
  #: widgets/simple-captcha/simple-captcha.php:41 widgets/summary/summary.php:36
2798
  #: widgets/switch/switch.php:36 widgets/telephone/telephone.php:36
2799
- #: widgets/text/text.php:36 widgets/textarea/textarea.php:37
2800
  #: widgets/time/time.php:40 widgets/url/url.php:37
2801
  msgid "Content"
2802
  msgstr ""
@@ -2813,130 +3107,78 @@ msgstr ""
2813
  msgid "Shadow"
2814
  msgstr ""
2815
 
2816
- #: widgets/checkbox/checkbox.php:24 widgets/checkbox/checkbox.php:222
2817
  #: widgets/gdpr-consent/gdpr-consent.php:291
2818
  #: widgets/listing-optin/listing-optin.php:132
2819
  msgid "Checkbox"
2820
  msgstr ""
2821
 
2822
- #: widgets/checkbox/checkbox.php:53 widgets/gdpr-consent/gdpr-consent.php:46
2823
- #: widgets/radio/radio.php:55
2824
- msgid "Option Display : "
2825
- msgstr ""
2826
-
2827
- #: widgets/checkbox/checkbox.php:57 widgets/gdpr-consent/gdpr-consent.php:50
2828
- #: widgets/radio/radio.php:59
2829
- msgid "Horizontal"
2830
- msgstr ""
2831
-
2832
- #: widgets/checkbox/checkbox.php:58 widgets/gdpr-consent/gdpr-consent.php:51
2833
- #: widgets/radio/radio.php:60
2834
- msgid "Vertical"
2835
- msgstr ""
2836
-
2837
- #: widgets/checkbox/checkbox.php:64 widgets/gdpr-consent/gdpr-consent.php:57
2838
  msgid "Checkbox option display style. "
2839
  msgstr ""
2840
 
2841
- #: widgets/checkbox/checkbox.php:71 widgets/gdpr-consent/gdpr-consent.php:64
2842
- #: widgets/listing-optin/listing-optin.php:47 widgets/radio/radio.php:73
2843
- msgid "Option Text Position : "
2844
- msgstr ""
2845
-
2846
- #: widgets/checkbox/checkbox.php:74 widgets/gdpr-consent/gdpr-consent.php:67
2847
  #: widgets/listing-optin/listing-optin.php:50
2848
  msgid "After Checkbox"
2849
  msgstr ""
2850
 
2851
- #: widgets/checkbox/checkbox.php:75 widgets/gdpr-consent/gdpr-consent.php:68
2852
  #: widgets/listing-optin/listing-optin.php:51
2853
  msgid "Before Checkbox"
2854
  msgstr ""
2855
 
2856
- #: widgets/checkbox/checkbox.php:78 widgets/gdpr-consent/gdpr-consent.php:71
2857
- #: widgets/listing-optin/listing-optin.php:54 widgets/radio/radio.php:80
2858
  msgid "Where do you want to label?"
2859
  msgstr ""
2860
 
2861
- #: widgets/checkbox/checkbox.php:86 widgets/gdpr-consent/gdpr-consent.php:77
2862
  #: widgets/listing-optin/listing-optin.php:60
2863
  msgid "Checkbox Option Text"
2864
  msgstr ""
2865
 
2866
- #: widgets/checkbox/checkbox.php:88 widgets/radio/radio.php:90
2867
- msgid "Option Text"
2868
- msgstr ""
2869
-
2870
- #: widgets/checkbox/checkbox.php:90 widgets/radio/radio.php:92
2871
- msgid "Select option text that will be show to user."
2872
- msgstr ""
2873
-
2874
- #: widgets/checkbox/checkbox.php:95 widgets/checkbox/checkbox.php:97
2875
- #: widgets/radio/radio.php:97 widgets/radio/radio.php:99
2876
- msgid "Option Value"
2877
- msgstr ""
2878
-
2879
- #: widgets/checkbox/checkbox.php:99 widgets/radio/radio.php:101
2880
  msgid "Select option value that will be store/mail to desired person."
2881
  msgstr ""
2882
 
2883
- #: widgets/checkbox/checkbox.php:104 widgets/radio/radio.php:106
2884
- msgid "Option Status"
2885
- msgstr ""
2886
-
2887
- #: widgets/checkbox/checkbox.php:107 widgets/radio/radio.php:109
2888
  #: widgets/rating/rating.php:190 widgets/switch/switch.php:239
2889
  msgid "Active"
2890
  msgstr ""
2891
 
2892
- #: widgets/checkbox/checkbox.php:108 widgets/multi-select/multi-select.php:71
2893
- #: widgets/radio/radio.php:110 widgets/select/select.php:71
2894
  msgid "Disable"
2895
  msgstr ""
2896
 
2897
- #: widgets/checkbox/checkbox.php:112 widgets/multi-select/multi-select.php:73
2898
- #: widgets/radio/radio.php:114 widgets/select/select.php:73
2899
  msgid ""
2900
  "Want to make a option? which user can see the option but can't select it. "
2901
  "make it disable."
2902
  msgstr ""
2903
 
2904
- #: widgets/checkbox/checkbox.php:118 widgets/multi-select/multi-select.php:79
2905
- #: widgets/radio/radio.php:120 widgets/select/select.php:79
2906
- msgid "Select it default ? "
2907
- msgstr ""
2908
-
2909
- #: widgets/checkbox/checkbox.php:125 widgets/multi-select/multi-select.php:86
2910
- #: widgets/radio/radio.php:127 widgets/select/select.php:86
2911
  msgid "Make this option default selected"
2912
  msgstr ""
2913
 
2914
- #: widgets/checkbox/checkbox.php:134
2915
  msgid "Checkbox Options"
2916
  msgstr ""
2917
 
2918
- #: widgets/checkbox/checkbox.php:155 widgets/multi-select/multi-select.php:114
2919
- #: widgets/radio/radio.php:155 widgets/select/select.php:127
2920
- msgid "You can add/edit here your selector options."
2921
- msgstr ""
2922
-
2923
- #: widgets/checkbox/checkbox.php:177 widgets/date/date.php:130
2924
  #: widgets/file-upload/file-upload.php:106
2925
  #: widgets/gdpr-consent/gdpr-consent.php:103
2926
  #: widgets/listing-optin/listing-optin.php:84
2927
- #: widgets/multi-select/multi-select.php:134 widgets/radio/radio.php:177
2928
  #: widgets/range/range.php:58 widgets/rating/rating.php:58
2929
- #: widgets/select/select.php:195 widgets/summary/summary.php:58
2930
  #: widgets/switch/switch.php:77 widgets/time/time.php:62 widgets/url/url.php:59
2931
  msgid "Validation Type"
2932
  msgstr ""
2933
 
2934
- #: widgets/checkbox/checkbox.php:194 widgets/gdpr-consent/gdpr-consent.php:122
2935
- #: widgets/listing-optin/listing-optin.php:103 widgets/radio/radio.php:194
2936
- msgid "Input Label"
2937
- msgstr ""
2938
-
2939
- #: widgets/checkbox/checkbox.php:279 widgets/checkbox/checkbox.php:304
2940
  #: widgets/gdpr-consent/gdpr-consent.php:348
2941
  #: widgets/gdpr-consent/gdpr-consent.php:373
2942
  #: widgets/listing-optin/listing-optin.php:189
@@ -2944,43 +3186,43 @@ msgstr ""
2944
  msgid "Checkbox Color"
2945
  msgstr ""
2946
 
2947
- #: widgets/checkbox/checkbox.php:297 widgets/gdpr-consent/gdpr-consent.php:366
2948
- #: widgets/listing-optin/listing-optin.php:207 widgets/radio/radio.php:296
2949
  msgid "Checked"
2950
  msgstr ""
2951
 
2952
- #: widgets/checkbox/checkbox.php:324 widgets/gdpr-consent/gdpr-consent.php:393
2953
- #: widgets/listing-optin/listing-optin.php:234 widgets/radio/radio.php:323
2954
  msgid "Horizontal position of icon"
2955
  msgstr ""
2956
 
2957
- #: widgets/checkbox/checkbox.php:347 widgets/gdpr-consent/gdpr-consent.php:416
2958
  #: widgets/listing-optin/listing-optin.php:257
2959
  msgid "Add space after checkbox"
2960
  msgstr ""
2961
 
2962
- #: widgets/checkbox/checkbox.php:363 widgets/gdpr-consent/gdpr-consent.php:432
2963
- #: widgets/listing-optin/listing-optin.php:273 widgets/radio/radio.php:363
2964
  msgid "Typography for icon"
2965
  msgstr ""
2966
 
2967
- #: widgets/checkbox/checkbox.php:374 widgets/gdpr-consent/gdpr-consent.php:443
2968
- #: widgets/listing-optin/listing-optin.php:284 widgets/radio/radio.php:374
2969
  msgid "Typography for text"
2970
  msgstr ""
2971
 
2972
- #: widgets/checkbox/checkbox.php:386 widgets/date/date.php:495
2973
  #: widgets/email/email.php:199 widgets/file-upload/file-upload.php:426
2974
  #: widgets/gdpr-consent/gdpr-consent.php:454
2975
  #: widgets/listing-fname/listing-fname.php:119
2976
  #: widgets/listing-lname/listing-lname.php:119
2977
  #: widgets/listing-optin/listing-optin.php:295
2978
- #: widgets/multi-select/multi-select.php:202 widgets/number/number.php:117
2979
- #: widgets/password/password.php:117 widgets/radio/radio.php:386
2980
  #: widgets/range/range.php:230 widgets/rating/rating.php:286
2981
- #: widgets/select/select.php:497 widgets/simple-captcha/simple-captcha.php:313
2982
  #: widgets/summary/summary.php:108 widgets/switch/switch.php:284
2983
- #: widgets/telephone/telephone.php:117 widgets/text/text.php:117
2984
  #: widgets/textarea/textarea.php:141 widgets/time/time.php:141
2985
  #: widgets/url/url.php:127
2986
  msgid "Help Text"
@@ -3359,10 +3601,10 @@ msgstr ""
3359
  #: widgets/file-upload/file-upload.php:227
3360
  #: widgets/listing-fname/listing-fname.php:95
3361
  #: widgets/listing-lname/listing-lname.php:95
3362
- #: widgets/multi-select/multi-select.php:178 widgets/number/number.php:93
3363
  #: widgets/password/password.php:93 widgets/rating/rating.php:115
3364
  #: widgets/summary/summary.php:96 widgets/switch/switch.php:124
3365
- #: widgets/telephone/telephone.php:93 widgets/text/text.php:93
3366
  #: widgets/textarea/textarea.php:94 widgets/time/time.php:117
3367
  #: widgets/url/url.php:103
3368
  msgid "Input"
@@ -3375,10 +3617,10 @@ msgstr ""
3375
  #: widgets/date/date.php:483 widgets/email/email.php:130
3376
  #: widgets/listing-fname/listing-fname.php:107
3377
  #: widgets/listing-lname/listing-lname.php:107
3378
- #: widgets/multi-select/multi-select.php:190 widgets/number/number.php:105
3379
- #: widgets/password/password.php:105 widgets/select/select.php:485
3380
  #: widgets/simple-captcha/simple-captcha.php:328
3381
- #: widgets/telephone/telephone.php:105 widgets/text/text.php:105
3382
  #: widgets/textarea/textarea.php:129 widgets/time/time.php:129
3383
  #: widgets/url/url.php:115
3384
  msgid "Place Holder"
@@ -3609,6 +3851,11 @@ msgstr ""
3609
  msgid "Select option name that will be show to user."
3610
  msgstr ""
3611
 
 
 
 
 
 
3612
  #: widgets/listing-fname/listing-fname.php:16
3613
  msgid "First Name (Listing)"
3614
  msgstr ""
@@ -3625,35 +3872,23 @@ msgstr ""
3625
  msgid "Subscribe to ours newsletter."
3626
  msgstr ""
3627
 
3628
- #: widgets/multi-select/multi-select.php:16
3629
  msgid "Multi Select"
3630
  msgstr ""
3631
 
3632
- #: widgets/multi-select/multi-select.php:47 widgets/select/select.php:47
3633
  msgid "Input Field Text"
3634
  msgstr ""
3635
 
3636
- #: widgets/multi-select/multi-select.php:49 widgets/select/select.php:49
3637
- msgid "Input Text"
3638
- msgstr ""
3639
-
3640
- #: widgets/multi-select/multi-select.php:51 widgets/select/select.php:51
3641
  msgid "Select list text that will be show to user."
3642
  msgstr ""
3643
 
3644
- #: widgets/multi-select/multi-select.php:56 widgets/select/select.php:56
3645
  msgid "Input Field Value"
3646
  msgstr ""
3647
 
3648
- #: widgets/multi-select/multi-select.php:60 widgets/select/select.php:60
3649
- msgid "Select list value that will be store/mail to desired person."
3650
- msgstr ""
3651
-
3652
- #: widgets/multi-select/multi-select.php:66 widgets/select/select.php:66
3653
- msgid "Status"
3654
- msgstr ""
3655
-
3656
- #: widgets/multi-select/multi-select.php:93
3657
  msgid "Multi Select List"
3658
  msgstr ""
3659
 
@@ -3665,35 +3900,35 @@ msgstr ""
3665
  msgid "Password"
3666
  msgstr ""
3667
 
3668
- #: widgets/radio/radio.php:24 widgets/radio/radio.php:222
3669
  msgid "Radio"
3670
  msgstr ""
3671
 
3672
- #: widgets/radio/radio.php:66
3673
  msgid "Radio option display style."
3674
  msgstr ""
3675
 
3676
- #: widgets/radio/radio.php:76
3677
  msgid "After Radio"
3678
  msgstr ""
3679
 
3680
- #: widgets/radio/radio.php:77
3681
  msgid "Before Radio"
3682
  msgstr ""
3683
 
3684
- #: widgets/radio/radio.php:88
3685
  msgid "Radio Option Text"
3686
  msgstr ""
3687
 
3688
- #: widgets/radio/radio.php:134
3689
  msgid "Radio Options"
3690
  msgstr ""
3691
 
3692
- #: widgets/radio/radio.php:278 widgets/radio/radio.php:303
3693
  msgid "Radio Color"
3694
  msgstr ""
3695
 
3696
- #: widgets/radio/radio.php:347
3697
  msgid "Add space after radio"
3698
  msgstr ""
3699
 
@@ -3761,63 +3996,59 @@ msgstr ""
3761
  msgid "reCAPTCHA will be shown on preview."
3762
  msgstr ""
3763
 
3764
- #: widgets/select/select.php:16 widgets/select/select.php:239
3765
  msgid "Select"
3766
  msgstr ""
3767
 
3768
- #: widgets/select/select.php:93
3769
- msgid "Data Type"
3770
- msgstr ""
3771
-
3772
- #: widgets/select/select.php:96
3773
  msgid "Custom"
3774
  msgstr ""
3775
 
3776
- #: widgets/select/select.php:97
3777
  msgid "CSV File"
3778
  msgstr ""
3779
 
3780
- #: widgets/select/select.php:106
3781
  msgid "Dropdown List"
3782
  msgstr ""
3783
 
3784
- #: widgets/select/select.php:138
3785
  msgid "File Type"
3786
  msgstr ""
3787
 
3788
- #: widgets/select/select.php:141
3789
  msgid "Upload File"
3790
  msgstr ""
3791
 
3792
- #: widgets/select/select.php:142
3793
  msgid "Remote File URL"
3794
  msgstr ""
3795
 
3796
- #: widgets/select/select.php:154
3797
  msgid "Upload CSV File"
3798
  msgstr ""
3799
 
3800
- #: widgets/select/select.php:155 widgets/select/select.php:169
3801
  msgid "CSV file must have format like: Label, Value, true/false(optional)"
3802
  msgstr ""
3803
 
3804
- #: widgets/select/select.php:168
3805
  msgid "Enter a CSV File URL"
3806
  msgstr ""
3807
 
3808
- #: widgets/select/select.php:251
3809
  msgid "Options Wrapper"
3810
  msgstr ""
3811
 
3812
- #: widgets/select/select.php:306
3813
  msgid "Option"
3814
  msgstr ""
3815
 
3816
- #: widgets/select/select.php:446
3817
  msgid "Selected"
3818
  msgstr ""
3819
 
3820
- #: widgets/select/select.php:592
3821
  msgid ""
3822
  "Your CSV data is not formatted properly. CSV file must have format like: "
3823
  "Label, Value, true/false(optional) default true"
@@ -3895,7 +4126,7 @@ msgstr ""
3895
  msgid "Telephone"
3896
  msgstr ""
3897
 
3898
- #: widgets/text/text.php:16
3899
  msgid "Text"
3900
  msgstr ""
3901
 
@@ -3948,7 +4179,7 @@ msgctxt "Post Type General Name"
3948
  msgid "Entries"
3949
  msgstr ""
3950
 
3951
- #: core/forms/cpt.php:460
3952
  msgctxt "Post Type General Name"
3953
  msgid "Forms"
3954
  msgstr ""
@@ -3958,7 +4189,7 @@ msgctxt "Post Type Singular Name"
3958
  msgid "Entry"
3959
  msgstr ""
3960
 
3961
- #: core/forms/cpt.php:461
3962
  msgctxt "Post Type Singular Name"
3963
  msgid "Form"
3964
  msgstr ""
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MetForm 3.0.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/metform\n"
7
+ "POT-Creation-Date: 2022-10-26 11:16:34+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
34
  msgstr ""
35
 
36
  #: controls/form-editor-modal.php:20 controls/form-editor-modal.php:21
37
+ #: controls/form-picker-modal.php:95
38
  msgid "Close"
39
  msgstr ""
40
 
58
  msgid "Create new form"
59
  msgstr ""
60
 
61
+ #: controls/form-picker-modal.php:37 core/forms/views/modal-add-new-form.php:14
62
  msgid "Enter a form name"
63
  msgstr ""
64
 
65
+ #: controls/form-picker-modal.php:45 controls/form-picker-modal.php:50
66
+ #: core/forms/views/modal-add-new-form.php:22
67
+ #: core/forms/views/modal-add-new-form.php:27
68
+ msgid "General Form"
69
  msgstr ""
70
 
71
+ #: controls/form-picker-modal.php:51 core/forms/views/modal-add-new-form.php:28
72
+ msgid "Quiz Form"
73
+ msgstr ""
74
+
75
+ #: controls/form-picker-modal.php:70 controls/form-picker-modal.php:73
76
+ #: core/forms/views/modal-add-new-form.php:47
77
+ #: core/forms/views/modal-add-new-form.php:50
78
+ msgid "Blank Template"
79
  msgstr ""
80
 
81
+ #: controls/form-picker-modal.php:76 core/forms/views/modal-add-new-form.php:53
82
+ msgid "Create From Scratch"
83
+ msgstr ""
84
+
85
+ #: controls/form-picker-modal.php:92 core/forms/views/modal-add-new-form.php:67
86
  msgid "Edit form"
87
  msgstr ""
88
 
89
+ #: controls/form-picker-modal.php:93
90
  msgid "Save & close"
91
  msgstr ""
92
 
103
  msgstr ""
104
 
105
  #: core/admin/base.php:31 traits/button-controls.php:37
106
+ #: widgets/checkbox/checkbox.php:179 widgets/date/date.php:120
107
  #: widgets/email/email.php:71 widgets/file-upload/file-upload.php:96
108
  #: widgets/gdpr-consent/gdpr-consent.php:93
109
  #: widgets/listing-fname/listing-fname.php:48
110
  #: widgets/listing-lname/listing-lname.php:48
111
  #: widgets/listing-optin/listing-optin.php:74
112
+ #: widgets/multi-select/multi-select.php:138 widgets/number/number.php:48
113
+ #: widgets/password/password.php:48 widgets/radio/radio.php:183
114
  #: widgets/range/range.php:48 widgets/rating/rating.php:48
115
+ #: widgets/select/select.php:201 widgets/summary/summary.php:48
116
  #: widgets/switch/switch.php:66 widgets/telephone/telephone.php:48
117
+ #: widgets/text/text.php:54 widgets/textarea/textarea.php:49
118
  #: widgets/time/time.php:52 widgets/url/url.php:49
119
  msgid "Settings"
120
  msgstr ""
136
  msgid "All General info here"
137
  msgstr ""
138
 
139
+ #: core/admin/views/settings.php:41 core/admin/views/settings.php:448
140
+ #: core/entries/meta-data.php:334 core/forms/views/modal-editor.php:23
141
  msgid "Payment"
142
  msgstr ""
143
 
145
  msgid "All payment info here"
146
  msgstr ""
147
 
148
+ #: core/admin/views/settings.php:50 core/admin/views/settings.php:635
149
  msgid "Newsletter Integration"
150
  msgstr ""
151
 
153
  msgid "All newsletter integration info here"
154
  msgstr ""
155
 
156
+ #: core/admin/views/settings.php:59 core/admin/views/settings.php:956
157
  msgid "Google Sheet Integration"
158
  msgstr ""
159
 
162
  msgstr ""
163
 
164
  #: core/admin/views/settings.php:83 core/admin/views/settings.php:305
165
+ #: core/admin/views/settings.php:449 core/admin/views/settings.php:637
166
+ #: core/admin/views/settings.php:958
167
  #: core/integrations/onboard/views/onboard-steps/step-06.php:5
168
  #: utils/render.php:38
169
  msgid "Save Changes"
373
 
374
  #: core/admin/views/settings.php:358 core/admin/views/settings.php:366
375
  #: core/admin/views/settings.php:377 core/admin/views/settings.php:385
376
+ #: core/admin/views/settings.php:403 core/admin/views/settings.php:482
377
+ #: core/admin/views/settings.php:490 core/admin/views/settings.php:522
378
+ #: core/admin/views/settings.php:530 core/admin/views/settings.php:549
379
+ #: core/admin/views/settings.php:556 core/admin/views/settings.php:977
380
+ #: core/admin/views/settings.php:984
381
  msgid "Create from here"
382
  msgstr ""
383
 
425
  "submissions will be reset. "
426
  msgstr ""
427
 
428
+ #: core/admin/views/settings.php:455
429
  msgid "Paypal"
430
  msgstr ""
431
 
432
+ #: core/admin/views/settings.php:460
433
  msgid "Stripe"
434
  msgstr ""
435
 
436
+ #: core/admin/views/settings.php:465
437
  msgid "Thank You Page"
438
  msgstr ""
439
 
440
+ #: core/admin/views/settings.php:468
441
  msgid "Cancel Page"
442
  msgstr ""
443
 
444
+ #: core/admin/views/settings.php:479
445
  msgid "Paypal email:"
446
  msgstr ""
447
 
448
+ #: core/admin/views/settings.php:480
449
  msgid "Paypal email"
450
  msgstr ""
451
 
452
+ #: core/admin/views/settings.php:482
453
  msgid "Enter here your paypal email. "
454
  msgstr ""
455
 
456
+ #: core/admin/views/settings.php:487
457
  msgid "Paypal token:"
458
  msgstr ""
459
 
460
+ #: core/admin/views/settings.php:488
461
  msgid "Paypal token"
462
  msgstr ""
463
 
464
+ #: core/admin/views/settings.php:490
465
  msgid "Enter here your paypal token. This is optional. "
466
  msgstr ""
467
 
468
+ #: core/admin/views/settings.php:495 core/admin/views/settings.php:536
469
  msgid "Enable sandbox mode:"
470
  msgstr ""
471
 
472
+ #: core/admin/views/settings.php:498
473
  msgid "Enable this for testing payment method. "
474
  msgstr ""
475
 
476
+ #: core/admin/views/settings.php:511
477
  msgid "Image url:"
478
  msgstr ""
479
 
480
+ #: core/admin/views/settings.php:512
481
  msgid "Stripe image url"
482
  msgstr ""
483
 
484
+ #: core/admin/views/settings.php:514
485
  msgid ""
486
  "Enter here your stripe image url. This image will show on stripe payment "
487
  "pop up modal. "
488
  msgstr ""
489
 
490
+ #: core/admin/views/settings.php:519
491
  msgid "Live publishiable key:"
492
  msgstr ""
493
 
494
+ #: core/admin/views/settings.php:520
495
  msgid "Stripe live publishiable key"
496
  msgstr ""
497
 
498
+ #: core/admin/views/settings.php:522
499
  msgid "Enter here your stripe live publishiable key. "
500
  msgstr ""
501
 
502
+ #: core/admin/views/settings.php:527
503
  msgid "Live secret key:"
504
  msgstr ""
505
 
506
+ #: core/admin/views/settings.php:528
507
  msgid "Stripe live secret key"
508
  msgstr ""
509
 
510
+ #: core/admin/views/settings.php:530
511
  msgid "Enter here your stripe live secret key. "
512
  msgstr ""
513
 
514
+ #: core/admin/views/settings.php:539
515
  msgid "Enable this for testing your payment system. "
516
  msgstr ""
517
 
518
+ #: core/admin/views/settings.php:546
519
  msgid "Test publishiable key:"
520
  msgstr ""
521
 
522
+ #: core/admin/views/settings.php:547
523
  msgid "Stripe test publishiable key"
524
  msgstr ""
525
 
526
+ #: core/admin/views/settings.php:549
527
  msgid "Enter here your test publishiable key. "
528
  msgstr ""
529
 
530
+ #: core/admin/views/settings.php:553
531
  msgid "Test secret key:"
532
  msgstr ""
533
 
534
+ #: core/admin/views/settings.php:554
535
  msgid "Stripe test secret key"
536
  msgstr ""
537
 
538
+ #: core/admin/views/settings.php:556
539
  msgid "Enter here your test secret key. "
540
  msgstr ""
541
 
542
+ #: core/admin/views/settings.php:571
543
  msgid "Select Thank You Page :"
544
  msgstr ""
545
 
546
+ #: core/admin/views/settings.php:574 core/admin/views/settings.php:601
547
  msgid "Select a page"
548
  msgstr ""
549
 
550
+ #: core/admin/views/settings.php:586
551
  msgid "Handle successfull payment redirection page. Learn more about Thank you page"
552
  msgstr ""
553
 
554
+ #: core/admin/views/settings.php:586
555
  msgid "Here"
556
  msgstr ""
557
 
558
+ #: core/admin/views/settings.php:587
559
  msgid "Create Thank You Page"
560
  msgstr ""
561
 
562
+ #: core/admin/views/settings.php:598
563
  msgid "Select Cancel Page :"
564
  msgstr ""
565
 
566
+ #: core/admin/views/settings.php:614
567
  msgid "Handle canceled payment redirection page. Learn more about cancel page."
568
  msgstr ""
569
 
570
+ #: core/admin/views/settings.php:615
571
  msgid "Create Cancel Page"
572
  msgstr ""
573
 
574
+ #: core/admin/views/settings.php:644
575
  msgid "Mailchimp"
576
  msgstr ""
577
 
578
+ #: core/admin/views/settings.php:649
579
  msgid "AWeber"
580
  msgstr ""
581
 
582
+ #: core/admin/views/settings.php:653
583
  msgid "ActiveCampaign"
584
  msgstr ""
585
 
586
+ #: core/admin/views/settings.php:657
587
  msgid "Get Response"
588
  msgstr ""
589
 
590
+ #: core/admin/views/settings.php:661
591
  msgid "ConvertKit"
592
  msgstr ""
593
 
594
+ #: core/admin/views/settings.php:676 core/admin/views/settings.php:773
595
+ #: core/admin/views/settings.php:827 core/admin/views/settings.php:854
596
  msgid "API Key:"
597
  msgstr ""
598
 
599
+ #: core/admin/views/settings.php:677
600
  msgid "Mailchimp API key"
601
  msgstr ""
602
 
603
+ #: core/admin/views/settings.php:679
604
  msgid "Enter here your Mailchimp API key. "
605
  msgstr ""
606
 
607
+ #: core/admin/views/settings.php:679 core/admin/views/settings.php:713
608
+ #: core/admin/views/settings.php:721 core/admin/views/settings.php:776
609
+ #: core/admin/views/settings.php:785 core/admin/views/settings.php:822
610
+ #: core/admin/views/settings.php:830 core/admin/views/settings.php:857
611
  msgid "Get API."
612
  msgstr ""
613
 
614
+ #: core/admin/views/settings.php:688 core/admin/views/settings.php:753
615
+ #: core/admin/views/settings.php:795 core/admin/views/settings.php:838
616
+ #: core/admin/views/settings.php:865 core/admin/views/settings.php:898
617
+ #: core/admin/views/settings.php:925
618
  msgid "How To"
619
  msgstr ""
620
 
621
+ #: core/admin/views/settings.php:689 core/admin/views/settings.php:754
622
+ #: core/admin/views/settings.php:796 core/admin/views/settings.php:839
623
+ #: core/admin/views/settings.php:866 core/admin/views/settings.php:899
624
+ #: core/admin/views/settings.php:926
625
  msgid ""
626
  "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. "
627
  "Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse "
628
  "urna nibh, viverra non, semper suscipit, posuere a, pede."
629
  msgstr ""
630
 
631
+ #: core/admin/views/settings.php:692 core/admin/views/settings.php:757
632
+ #: core/admin/views/settings.php:799 core/admin/views/settings.php:842
633
+ #: core/admin/views/settings.php:869 core/admin/views/settings.php:902
634
+ #: core/admin/views/settings.php:929
635
  msgid "Item 1"
636
  msgstr ""
637
 
638
+ #: core/admin/views/settings.php:693 core/admin/views/settings.php:758
639
+ #: core/admin/views/settings.php:800 core/admin/views/settings.php:843
640
+ #: core/admin/views/settings.php:870 core/admin/views/settings.php:903
641
+ #: core/admin/views/settings.php:930
642
  msgid "Item 2"
643
  msgstr ""
644
 
645
+ #: core/admin/views/settings.php:694 core/admin/views/settings.php:759
646
+ #: core/admin/views/settings.php:801 core/admin/views/settings.php:844
647
+ #: core/admin/views/settings.php:871 core/admin/views/settings.php:904
648
+ #: core/admin/views/settings.php:931
649
  msgid "Item 3"
650
  msgstr ""
651
 
652
+ #: core/admin/views/settings.php:697 core/admin/views/settings.php:762
653
+ #: core/admin/views/settings.php:804 core/admin/views/settings.php:847
654
+ #: core/admin/views/settings.php:874 core/admin/views/settings.php:907
655
+ #: core/admin/views/settings.php:934
656
  msgid "View Documentation"
657
  msgstr ""
658
 
659
+ #: core/admin/views/settings.php:710
660
  msgid "Developer App ID:"
661
  msgstr ""
662
 
663
+ #: core/admin/views/settings.php:711
664
  msgid "AWeber developer client Id key"
665
  msgstr ""
666
 
667
+ #: core/admin/views/settings.php:713
668
  msgid "Enter here your Aweber developer app key. "
669
  msgstr ""
670
 
671
+ #: core/admin/views/settings.php:718
672
  msgid "Developer App Secret:"
673
  msgstr ""
674
 
675
+ #: core/admin/views/settings.php:719
676
  msgid "AWeber developer secret key"
677
  msgstr ""
678
 
679
+ #: core/admin/views/settings.php:721
680
  msgid "Enter here your Aweber developer secret key. "
681
  msgstr ""
682
 
683
+ #: core/admin/views/settings.php:726
684
  msgid "Redirect url:"
685
  msgstr ""
686
 
687
+ #: core/admin/views/settings.php:774 core/admin/views/settings.php:783
688
  msgid "ConvertKit API key"
689
  msgstr ""
690
 
691
+ #: core/admin/views/settings.php:776 core/admin/views/settings.php:785
692
  msgid "Enter here your ConvertKit API key. "
693
  msgstr ""
694
 
695
+ #: core/admin/views/settings.php:782
696
  msgid "Secret Key:"
697
  msgstr ""
698
 
699
+ #: core/admin/views/settings.php:819
700
  msgid "API URL:"
701
  msgstr ""
702
 
703
+ #: core/admin/views/settings.php:820
704
  msgid "ActiveCampaign API URL"
705
  msgstr ""
706
 
707
+ #: core/admin/views/settings.php:822 core/admin/views/settings.php:830
708
+ #: core/admin/views/settings.php:857
709
  msgid "Enter here your ActiveCampaign API key. "
710
  msgstr ""
711
 
712
+ #: core/admin/views/settings.php:828 core/admin/views/settings.php:855
713
  msgid "ActiveCampaign API key"
714
  msgstr ""
715
 
716
+ #: core/admin/views/settings.php:888 core/admin/views/settings.php:915
717
  msgid "GetResponse API Key:"
718
  msgstr ""
719
 
720
+ #: core/admin/views/settings.php:889 core/admin/views/settings.php:916
721
  msgid "GetResponse API key"
722
  msgstr ""
723
 
724
+ #: core/admin/views/settings.php:963
725
  msgid "Google Sheet"
726
  msgstr ""
727
 
728
+ #: core/admin/views/settings.php:974
729
  msgid "Google Client Id:"
730
  msgstr ""
731
 
732
+ #: core/admin/views/settings.php:975
733
  msgid "Google OAuth Client Id"
734
  msgstr ""
735
 
736
+ #: core/admin/views/settings.php:977
737
  msgid "Enter here your google client id. "
738
  msgstr ""
739
 
740
+ #: core/admin/views/settings.php:981
741
  msgid "Google Client Secret:"
742
  msgstr ""
743
 
744
+ #: core/admin/views/settings.php:982
745
  msgid "Google OAuth Client Secret"
746
  msgstr ""
747
 
748
+ #: core/admin/views/settings.php:984
749
  msgid "Enter here your google secret id. "
750
  msgstr ""
751
 
752
+ #: core/admin/views/settings.php:991
753
  msgid "Check how to create App/Project On Google developer account"
754
  msgstr ""
755
 
756
+ #: core/admin/views/settings.php:992
757
  msgid "Must add the following URL to the \"Valid OAuth redirect URIs\" field:"
758
  msgstr ""
759
 
760
+ #: core/admin/views/settings.php:993
761
  msgid "After getting the App ID & App Secret, put those information"
762
  msgstr ""
763
 
764
+ #: core/admin/views/settings.php:994
765
  msgid "Click on \"Save Changes\""
766
  msgstr ""
767
 
768
+ #: core/admin/views/settings.php:995
769
  msgid "Click on \"Generate Access Token\""
770
  msgstr ""
771
 
772
+ #: core/admin/views/settings.php:997
773
  msgid "Generate Access Token"
774
  msgstr ""
775
 
776
+ #: core/admin/views/settings.php:1000
777
  msgid ""
778
  "Note:- After 200 days your token will be expired, before the expiration of "
779
  "your token, generate a new token."
879
  msgid "Admin mail not found to send email."
880
  msgstr ""
881
 
882
+ #: core/entries/action.php:890
883
  msgid "There was an error uploading your file. The error is: "
884
  msgstr ""
885
 
895
  msgid "Entry Attributes"
896
  msgstr ""
897
 
898
+ #: core/entries/cpt.php:20 core/forms/cpt.php:472
899
  msgid "Parent Item:"
900
  msgstr ""
901
 
907
  msgid "Add New Item"
908
  msgstr ""
909
 
910
+ #: core/entries/cpt.php:23 core/forms/cpt.php:475
911
  msgid "Add New"
912
  msgstr ""
913
 
935
  msgid "Search Item"
936
  msgstr ""
937
 
938
+ #: core/entries/cpt.php:30 core/forms/cpt.php:482
939
  msgid "Not found"
940
  msgstr ""
941
 
942
+ #: core/entries/cpt.php:31 core/forms/cpt.php:483
943
  msgid "Not found in Trash"
944
  msgstr ""
945
 
946
+ #: core/entries/cpt.php:32 core/forms/cpt.php:484
947
  msgid "Featured Image"
948
  msgstr ""
949
 
950
+ #: core/entries/cpt.php:33 core/forms/cpt.php:485
951
  msgid "Set featured image"
952
  msgstr ""
953
 
954
+ #: core/entries/cpt.php:34 core/forms/cpt.php:486
955
  msgid "Remove featured image"
956
  msgstr ""
957
 
958
+ #: core/entries/cpt.php:35 core/forms/cpt.php:487
959
  msgid "Use as featured image"
960
  msgstr ""
961
 
987
  msgid "metform-entry"
988
  msgstr ""
989
 
990
+ #: core/entries/hooks.php:27 core/forms/views/modal-add-new-form.php:13
991
  msgid "Form Name"
992
  msgstr ""
993
 
1000
  msgstr ""
1001
 
1002
  #: core/entries/hooks.php:78 traits/common-controls.php:131
1003
+ #: traits/common-controls.php:840 traits/quiz-control.php:303
1004
+ #: traits/quiz-control.php:393 traits/quiz-control.php:476
1005
+ #: traits/quiz-control.php:619 widgets/checkbox/checkbox.php:137
1006
  #: widgets/date/date.php:141 widgets/date/date.php:203
1007
  #: widgets/date/date.php:215 widgets/date/date.php:227
1008
  #: widgets/date/date.php:239 widgets/date/date.php:400
1009
  #: widgets/date/date.php:412 widgets/email/email.php:55
1010
+ #: widgets/multi-select/multi-select.php:96 widgets/radio/radio.php:141
1011
+ #: widgets/range/range.php:99 widgets/select/select.php:97
1012
  #: widgets/switch/switch.php:48 widgets/time/time.php:73
1013
  msgid "Yes"
1014
  msgstr ""
1015
 
1016
  #: core/entries/hooks.php:80 traits/common-controls.php:132
1017
+ #: traits/common-controls.php:841 traits/quiz-control.php:304
1018
+ #: traits/quiz-control.php:394 traits/quiz-control.php:477
1019
+ #: traits/quiz-control.php:620 widgets/checkbox/checkbox.php:138
1020
  #: widgets/date/date.php:142 widgets/date/date.php:204
1021
  #: widgets/date/date.php:216 widgets/date/date.php:228
1022
  #: widgets/date/date.php:240 widgets/date/date.php:401
1023
  #: widgets/date/date.php:413 widgets/email/email.php:56
1024
+ #: widgets/multi-select/multi-select.php:97 widgets/radio/radio.php:142
1025
+ #: widgets/range/range.php:100 widgets/select/select.php:98
1026
  #: widgets/switch/switch.php:57 widgets/time/time.php:74
1027
  msgid "No"
1028
  msgstr ""
1039
  msgid "Entry ID"
1040
  msgstr ""
1041
 
1042
+ #: core/entries/meta-data.php:88
1043
  msgid "Data"
1044
  msgstr ""
1045
 
1046
+ #: core/entries/meta-data.php:91
1047
+ msgid "Quiz Data"
1048
+ msgstr ""
1049
+
1050
+ #: core/entries/meta-data.php:118
1051
  msgid "Browser Data"
1052
  msgstr ""
1053
 
1054
+ #: core/entries/meta-data.php:150
1055
  msgid "Browser data not captured."
1056
  msgstr ""
1057
 
1058
+ #: core/entries/meta-data.php:163
1059
  msgid "Files"
1060
  msgstr ""
1061
 
1062
+ #: core/entries/meta-data.php:230
1063
  msgid "Download"
1064
  msgstr ""
1065
 
1066
+ #: core/entries/meta-data.php:231
1067
  msgid "View"
1068
  msgstr ""
1069
 
1070
+ #: core/entries/meta-data.php:233
1071
  msgid "This file is not uploaded."
1072
  msgstr ""
1073
 
1074
+ #: core/entries/meta-data.php:272
1075
  msgid "Woocommerce Checkout"
1076
  msgstr ""
1077
 
1078
+ #: core/entries/meta-data.php:294
1079
  msgid "Order ID "
1080
  msgstr ""
1081
 
1082
+ #: core/entries/meta-data.php:300
1083
  msgid "Order Status"
1084
  msgstr ""
1085
 
1086
+ #: core/entries/meta-data.php:307
1087
  msgid "Total"
1088
  msgstr ""
1089
 
1101
  msgid "You must enable \"store entries\" for integrating payment method."
1102
  msgstr ""
1103
 
1104
+ #: core/forms/api.php:303
1105
+ msgid "Not Authorized"
1106
+ msgstr ""
1107
+
1108
+ #: core/forms/cpt.php:468 core/forms/cpt.php:469 widgets/form.php:47
1109
  msgid "Form"
1110
  msgstr ""
1111
 
1112
+ #: core/forms/cpt.php:470
1113
  msgid "Form Archives"
1114
  msgstr ""
1115
 
1116
+ #: core/forms/cpt.php:471
1117
  msgid "Form Attributes"
1118
  msgstr ""
1119
 
1120
+ #: core/forms/cpt.php:473 core/forms/cpt.php:501
1121
  msgid "Forms"
1122
  msgstr ""
1123
 
1124
+ #: core/forms/cpt.php:474
1125
  msgid "Add New Form"
1126
  msgstr ""
1127
 
1128
+ #: core/forms/cpt.php:476
1129
  msgid "New Form"
1130
  msgstr ""
1131
 
1132
+ #: core/forms/cpt.php:477
1133
  msgid "Edit Form"
1134
  msgstr ""
1135
 
1136
+ #: core/forms/cpt.php:478
1137
  msgid "Update Form"
1138
  msgstr ""
1139
 
1140
+ #: core/forms/cpt.php:479
1141
  msgid "View Form"
1142
  msgstr ""
1143
 
1144
+ #: core/forms/cpt.php:480
1145
  msgid "View Forms"
1146
  msgstr ""
1147
 
1148
+ #: core/forms/cpt.php:481
1149
  msgid "Search Forms"
1150
  msgstr ""
1151
 
1152
+ #: core/forms/cpt.php:488
1153
  msgid "Insert into form"
1154
  msgstr ""
1155
 
1156
+ #: core/forms/cpt.php:489
1157
  msgid "Uploaded to this form"
1158
  msgstr ""
1159
 
1160
+ #: core/forms/cpt.php:490
1161
  msgid "Forms list"
1162
  msgstr ""
1163
 
1164
+ #: core/forms/cpt.php:491
1165
  msgid "Forms list navigation"
1166
  msgstr ""
1167
 
1168
+ #: core/forms/cpt.php:492
1169
  msgid "Filter froms list"
1170
  msgstr ""
1171
 
1172
+ #: core/forms/cpt.php:502
1173
  msgid "metform form"
1174
  msgstr ""
1175
 
1185
  msgid "Export CSV"
1186
  msgstr ""
1187
 
1188
+ #: core/forms/views/modal-add-new-form.php:8
1189
+ msgid "Create Form"
1190
+ msgstr ""
1191
+
1192
+ #: core/forms/views/modal-add-new-form.php:34
1193
+ msgid "Form Type"
1194
+ msgstr ""
1195
+
1196
  #: core/forms/views/modal-editor.php:11
1197
  msgid "Form Settings"
1198
  msgstr ""
1234
  msgstr ""
1235
 
1236
  #: core/forms/views/modal-editor.php:45
1237
+ msgid "This message will be shown after a successful submission."
1238
+ msgstr ""
1239
+
1240
+ #: core/forms/views/modal-editor.php:52
1241
+ msgid "Show Quiz Summary:"
1242
  msgstr ""
1243
 
1244
+ #: core/forms/views/modal-editor.php:54
1245
+ msgid ""
1246
+ "Quiz summary will be shown to user after form submission with success "
1247
+ "message."
1248
+ msgstr ""
1249
+
1250
+ #: core/forms/views/modal-editor.php:61
1251
  msgid "Required Login:"
1252
  msgstr ""
1253
 
1254
+ #: core/forms/views/modal-editor.php:63
1255
  msgid "Without login, users can't submit the form."
1256
  msgstr ""
1257
 
1258
+ #: core/forms/views/modal-editor.php:69
1259
  msgid "Capture User Browser Data:"
1260
  msgstr ""
1261
 
1262
+ #: core/forms/views/modal-editor.php:71
1263
  msgid "Store user's browser data (ip, browser name, etc)"
1264
  msgstr ""
1265
 
1266
+ #: core/forms/views/modal-editor.php:77
1267
  msgid "Hide Form After Submission:"
1268
  msgstr ""
1269
 
1270
+ #: core/forms/views/modal-editor.php:79
1271
  msgid "After submission, hide the form for preventing multiple submission."
1272
  msgstr ""
1273
 
1274
+ #: core/forms/views/modal-editor.php:85
1275
  msgid "Store Entries:"
1276
  msgstr ""
1277
 
1278
+ #: core/forms/views/modal-editor.php:87
1279
  msgid "Save submitted form data to database."
1280
  msgstr ""
1281
 
1282
+ #: core/forms/views/modal-editor.php:91
1283
  msgid "Entry Title"
1284
  msgstr ""
1285
 
1286
+ #: core/forms/views/modal-editor.php:93
1287
  msgid "Enter here title of this form entries."
1288
  msgstr ""
1289
 
1290
+ #: core/forms/views/modal-editor.php:100
1291
  msgid "Limit Total Entries:"
1292
  msgstr ""
1293
 
1294
+ #: core/forms/views/modal-editor.php:106
1295
  msgid "Limit the total number of submissions for this form."
1296
  msgstr ""
1297
 
1298
+ #: core/forms/views/modal-editor.php:112
1299
  msgid "Count views:"
1300
  msgstr ""
1301
 
1302
+ #: core/forms/views/modal-editor.php:114
1303
  msgid "Track form views."
1304
  msgstr ""
1305
 
1306
+ #: core/forms/views/modal-editor.php:120
1307
  msgid "Stop Vertical Scrolling:"
1308
  msgstr ""
1309
 
1310
+ #: core/forms/views/modal-editor.php:122
1311
  msgid "Stop scrolling effect when submitting the form."
1312
  msgstr ""
1313
 
1314
+ #: core/forms/views/modal-editor.php:126
1315
  msgid "Redirect To:"
1316
  msgstr ""
1317
 
1318
+ #: core/forms/views/modal-editor.php:127
1319
  msgid "Redirection link"
1320
  msgstr ""
1321
 
1322
+ #: core/forms/views/modal-editor.php:128
1323
  msgid "Users will be redirected to the this link after submission."
1324
  msgstr ""
1325
 
1326
+ #: core/forms/views/modal-editor.php:142
1327
  msgid "Confirmation mail to user :"
1328
  msgstr ""
1329
 
1330
+ #: core/forms/views/modal-editor.php:144
1331
  msgid "Want to send a submission copy to user by email? Active this one."
1332
  msgstr ""
1333
 
1334
+ #: core/forms/views/modal-editor.php:144 core/forms/views/modal-editor.php:568
1335
  msgid "The form must have at least one Email widget and it should be required."
1336
  msgstr ""
1337
 
1338
+ #: core/forms/views/modal-editor.php:148 core/forms/views/modal-editor.php:195
1339
  msgid "Email Subject:"
1340
  msgstr ""
1341
 
1342
+ #: core/forms/views/modal-editor.php:149 core/forms/views/modal-editor.php:196
1343
  msgid "Email subject"
1344
  msgstr ""
1345
 
1346
+ #: core/forms/views/modal-editor.php:150 core/forms/views/modal-editor.php:197
1347
  msgid "Enter here email subject."
1348
  msgstr ""
1349
 
1350
+ #: core/forms/views/modal-editor.php:154 core/forms/views/modal-editor.php:207
1351
  msgid "Email From:"
1352
  msgstr ""
1353
 
1354
+ #: core/forms/views/modal-editor.php:155
1355
  msgid "From email"
1356
  msgstr ""
1357
 
1358
+ #: core/forms/views/modal-editor.php:156
1359
  msgid "Enter the email by which you want to send email to user."
1360
  msgstr ""
1361
 
1362
+ #: core/forms/views/modal-editor.php:160 core/forms/views/modal-editor.php:213
1363
  msgid "Email Reply To:"
1364
  msgstr ""
1365
 
1366
+ #: core/forms/views/modal-editor.php:161
1367
  msgid "Reply to email"
1368
  msgstr ""
1369
 
1370
+ #: core/forms/views/modal-editor.php:162
1371
  msgid "Enter email where user can reply/ you want to get reply."
1372
  msgstr ""
1373
 
1374
+ #: core/forms/views/modal-editor.php:166
1375
  msgid "Thank you message :"
1376
  msgstr ""
1377
 
1378
+ #: core/forms/views/modal-editor.php:167
1379
  msgid "Thank you message!"
1380
  msgstr ""
1381
 
1382
+ #: core/forms/views/modal-editor.php:168
1383
  msgid ""
1384
  "Enter here your message to include it in email body. Which will be send to "
1385
  "user."
1386
  msgstr ""
1387
 
1388
+ #: core/forms/views/modal-editor.php:174
1389
  msgid "Want to send a copy of submitted form to user ?"
1390
  msgstr ""
1391
 
1392
+ #: core/forms/views/modal-editor.php:189
1393
  msgid "Notification mail to admin :"
1394
  msgstr ""
1395
 
1396
+ #: core/forms/views/modal-editor.php:191
1397
  msgid "Want to send a submission copy to admin by email? Active this one."
1398
  msgstr ""
1399
 
1400
+ #: core/forms/views/modal-editor.php:201
1401
  msgid "Email To:"
1402
  msgstr ""
1403
 
1404
+ #: core/forms/views/modal-editor.php:202
1405
  msgid "example@mail.com, example@email.com"
1406
  msgstr ""
1407
 
1408
+ #: core/forms/views/modal-editor.php:203
1409
  msgid "Enter admin email where you want to send mail."
1410
  msgstr ""
1411
 
1412
+ #: core/forms/views/modal-editor.php:203
1413
  msgid " for multiple email addresses please use \",\" separator."
1414
  msgstr ""
1415
 
1416
+ #: core/forms/views/modal-editor.php:208
1417
  msgid "Email from"
1418
  msgstr ""
1419
 
1420
+ #: core/forms/views/modal-editor.php:209
1421
  msgid "Enter the email by which you want to send email to admin."
1422
  msgstr ""
1423
 
1424
+ #: core/forms/views/modal-editor.php:214
1425
  msgid "Email reply to"
1426
  msgstr ""
1427
 
1428
+ #: core/forms/views/modal-editor.php:215
1429
  msgid "Enter email where admin can reply/ you want to get reply."
1430
  msgstr ""
1431
 
1432
+ #: core/forms/views/modal-editor.php:219
1433
  msgid "Admin Note : "
1434
  msgstr ""
1435
 
1436
+ #: core/forms/views/modal-editor.php:220
1437
  msgid "Admin note!"
1438
  msgstr ""
1439
 
1440
+ #: core/forms/views/modal-editor.php:221
1441
  msgid "Enter here your email body. Which will be send to admin."
1442
  msgstr ""
1443
 
1444
+ #: core/forms/views/modal-editor.php:234
1445
  msgid "HubSpot Forms:"
1446
  msgstr ""
1447
 
1448
+ #: core/forms/views/modal-editor.php:236
1449
  msgid "Integrate hubspot with this form. "
1450
  msgstr ""
1451
 
1452
+ #: core/forms/views/modal-editor.php:236
1453
  msgid "Configure HubSpot."
1454
  msgstr ""
1455
 
1456
+ #: core/forms/views/modal-editor.php:243
1457
  msgid "Fetch HubSpot Forms"
1458
  msgstr ""
1459
 
1460
+ #: core/forms/views/modal-editor.php:269
1461
  msgid "HubSpot Contact:"
1462
  msgstr ""
1463
 
1464
+ #: core/forms/views/modal-editor.php:277
1465
  msgid "REST API:"
1466
  msgstr ""
1467
 
1468
+ #: core/forms/views/modal-editor.php:279
1469
  msgid "Send entry data to third party api/webhook"
1470
  msgstr ""
1471
 
1472
+ #: core/forms/views/modal-editor.php:284
1473
  msgid "URL/Webhook:"
1474
  msgstr ""
1475
 
1476
+ #: core/forms/views/modal-editor.php:285
1477
  msgid "Rest api url/webhook"
1478
  msgstr ""
1479
 
1480
+ #: core/forms/views/modal-editor.php:286
1481
  msgid "Enter rest api url/webhook here."
1482
  msgstr ""
1483
 
1484
+ #: core/forms/views/modal-editor.php:291
1485
  msgid "POST"
1486
  msgstr ""
1487
 
1488
+ #: core/forms/views/modal-editor.php:292
1489
  msgid "GET"
1490
  msgstr ""
1491
 
1492
+ #: core/forms/views/modal-editor.php:305
1493
  msgid "Mail Chimp:"
1494
  msgstr ""
1495
 
1496
+ #: core/forms/views/modal-editor.php:307
1497
  msgid "Integrate mailchimp with this form."
1498
  msgstr ""
1499
 
1500
+ #: core/forms/views/modal-editor.php:307 core/forms/views/modal-editor.php:345
1501
+ #: core/forms/views/modal-editor.php:374 core/forms/views/modal-editor.php:396
1502
+ #: core/forms/views/modal-editor.php:426 core/forms/views/modal-editor.php:461
1503
+ #: core/forms/views/modal-editor.php:528
1504
  msgid "The form must have at least one Email widget and it should be required. "
1505
  msgstr ""
1506
 
1507
+ #: core/forms/views/modal-editor.php:307
1508
  msgid "Configure Mail Chimp."
1509
  msgstr ""
1510
 
1511
+ #: core/forms/views/modal-editor.php:311
1512
  msgid "MailChimp List ID:"
1513
  msgstr ""
1514
 
1515
+ #: core/forms/views/modal-editor.php:318
1516
  msgid "Mailchimp contact list id"
1517
  msgstr ""
1518
 
1519
+ #: core/forms/views/modal-editor.php:328
1520
  msgid "Google Sheet:"
1521
  msgstr ""
1522
 
1523
+ #: core/forms/views/modal-editor.php:330
1524
  msgid "Integrate google sheet with this form."
1525
  msgstr ""
1526
 
1527
+ #: core/forms/views/modal-editor.php:330
1528
  msgid "Configure Google Sheet."
1529
  msgstr ""
1530
 
1531
+ #: core/forms/views/modal-editor.php:341
1532
  msgid "MailPoet:"
1533
  msgstr ""
1534
 
1535
+ #: core/forms/views/modal-editor.php:344
1536
  msgid "Integrate MailPoet with this form."
1537
  msgstr ""
1538
 
1539
+ #: core/forms/views/modal-editor.php:347
1540
  msgid "Configure MailPoet."
1541
  msgstr ""
1542
 
1543
+ #: core/forms/views/modal-editor.php:354
1544
  msgid "MailPoet List ID:"
1545
  msgstr ""
1546
 
1547
+ #: core/forms/views/modal-editor.php:360
1548
  msgid "Enter here MailPoet list id. "
1549
  msgstr ""
1550
 
1551
+ #: core/forms/views/modal-editor.php:361 core/forms/views/modal-editor.php:385
1552
+ #: core/forms/views/modal-editor.php:408 core/forms/views/modal-editor.php:483
1553
+ #: core/forms/views/modal-editor.php:507
1554
  msgid "Refresh List"
1555
  msgstr ""
1556
 
1557
+ #: core/forms/views/modal-editor.php:372
1558
  msgid "Aweber:"
1559
  msgstr ""
1560
 
1561
+ #: core/forms/views/modal-editor.php:374
1562
  msgid "Integrate aweber with this form."
1563
  msgstr ""
1564
 
1565
+ #: core/forms/views/modal-editor.php:374
1566
  msgid "Configure aweber."
1567
  msgstr ""
1568
 
1569
+ #: core/forms/views/modal-editor.php:378
1570
  msgid "Aweber List ID:"
1571
  msgstr ""
1572
 
1573
+ #: core/forms/views/modal-editor.php:384
1574
  msgid "Enter here aweber list id. "
1575
  msgstr ""
1576
 
1577
+ #: core/forms/views/modal-editor.php:394
1578
  msgid "ConvertKit:"
1579
  msgstr ""
1580
 
1581
+ #: core/forms/views/modal-editor.php:396
1582
  msgid "Integrate convertKit with this form."
1583
  msgstr ""
1584
 
1585
+ #: core/forms/views/modal-editor.php:396
1586
  msgid "Configure ConvertKit."
1587
  msgstr ""
1588
 
1589
+ #: core/forms/views/modal-editor.php:400
1590
  msgid "ConvertKit Forms ID:"
1591
  msgstr ""
1592
 
1593
+ #: core/forms/views/modal-editor.php:406
1594
  msgid "Enter here ConvertKit form id. "
1595
  msgstr ""
1596
 
1597
+ #: core/forms/views/modal-editor.php:423
1598
  msgid "GetResponse:"
1599
  msgstr ""
1600
 
1601
+ #: core/forms/views/modal-editor.php:426
1602
  msgid "Integrate GetResponse with this form."
1603
  msgstr ""
1604
 
1605
+ #: core/forms/views/modal-editor.php:426
1606
  msgid "Configure GetResponse."
1607
  msgstr ""
1608
 
1609
+ #: core/forms/views/modal-editor.php:432
1610
  msgid "GetResponse List ID:"
1611
  msgstr ""
1612
 
1613
+ #: core/forms/views/modal-editor.php:440
1614
  msgid "GetResponse contact list id"
1615
  msgstr ""
1616
 
1617
+ #: core/forms/views/modal-editor.php:441
1618
  msgid "Enter here GetResponse list id. "
1619
  msgstr ""
1620
 
1621
+ #: core/forms/views/modal-editor.php:458
1622
  msgid "ActiveCampaign:"
1623
  msgstr ""
1624
 
1625
+ #: core/forms/views/modal-editor.php:461
1626
  msgid "Integrate ActiveCampaign with this form."
1627
  msgstr ""
1628
 
1629
+ #: core/forms/views/modal-editor.php:461
1630
  msgid "Configure ActiveCampaign."
1631
  msgstr ""
1632
 
1633
+ #: core/forms/views/modal-editor.php:466
1634
  msgid "Active campaign List ID:"
1635
  msgstr ""
1636
 
1637
+ #: core/forms/views/modal-editor.php:482
1638
  msgid "Enter here list id. "
1639
  msgstr ""
1640
 
1641
+ #: core/forms/views/modal-editor.php:490
1642
  msgid "Active campaign Tag ID:"
1643
  msgstr ""
1644
 
1645
+ #: core/forms/views/modal-editor.php:506
1646
  msgid "Enter here tag id. "
1647
  msgstr ""
1648
 
1649
+ #: core/forms/views/modal-editor.php:525
1650
  msgid "Mailster:"
1651
  msgstr ""
1652
 
1653
+ #: core/forms/views/modal-editor.php:528
1654
  msgid "Integrate Mailster with this form."
1655
  msgstr ""
1656
 
1657
+ #: core/forms/views/modal-editor.php:534
1658
  msgid "Mailster Forms"
1659
  msgstr ""
1660
 
1661
+ #: core/forms/views/modal-editor.php:566
1662
  msgid "Zapier:"
1663
  msgstr ""
1664
 
1665
+ #: core/forms/views/modal-editor.php:568
1666
  msgid "Integrate zapier with this form."
1667
  msgstr ""
1668
 
1669
+ #: core/forms/views/modal-editor.php:572
1670
  msgid "Zapier webhook:"
1671
  msgstr ""
1672
 
1673
+ #: core/forms/views/modal-editor.php:573
1674
  msgid "Zapier webhook"
1675
  msgstr ""
1676
 
1677
+ #: core/forms/views/modal-editor.php:574
1678
  msgid "Enter here zapier web hook."
1679
  msgstr ""
1680
 
1681
+ #: core/forms/views/modal-editor.php:583
1682
  msgid "Slack:"
1683
  msgstr ""
1684
 
1685
+ #: core/forms/views/modal-editor.php:585
1686
  msgid "Integrate slack with this form."
1687
  msgstr ""
1688
 
1689
+ #: core/forms/views/modal-editor.php:585
1690
  msgid "slack info."
1691
  msgstr ""
1692
 
1693
+ #: core/forms/views/modal-editor.php:589
1694
  msgid "Slack webhook:"
1695
  msgstr ""
1696
 
1697
+ #: core/forms/views/modal-editor.php:590
1698
  msgid "Slack webhook"
1699
  msgstr ""
1700
 
1701
+ #: core/forms/views/modal-editor.php:591
1702
  msgid "Enter here slack web hook."
1703
  msgstr ""
1704
 
1705
+ #: core/forms/views/modal-editor.php:591
1706
  msgid "create from here"
1707
  msgstr ""
1708
 
1709
+ #: core/forms/views/modal-editor.php:651
1710
  msgid "Paypal:"
1711
  msgstr ""
1712
 
1713
+ #: core/forms/views/modal-editor.php:653
1714
  msgid "Integrate paypal payment with this form."
1715
  msgstr ""
1716
 
1717
+ #: core/forms/views/modal-editor.php:653
1718
  msgid "Configure paypal payment."
1719
  msgstr ""
1720
 
1721
+ #: core/forms/views/modal-editor.php:662
1722
  msgid "Stripe:"
1723
  msgstr ""
1724
 
1725
+ #: core/forms/views/modal-editor.php:664
1726
  msgid "Integrate stripe payment with this form. "
1727
  msgstr ""
1728
 
1729
+ #: core/forms/views/modal-editor.php:664
1730
  msgid "Configure stripe payment."
1731
  msgstr ""
1732
 
1733
+ #: core/forms/views/modal-editor.php:684
1734
  msgid "Zoho Contact:"
1735
  msgstr ""
1736
 
1737
+ #: core/forms/views/modal-editor.php:686
1738
  msgid "Integrate Zoho contacts with this form. "
1739
  msgstr ""
1740
 
1741
+ #: core/forms/views/modal-editor.php:686
1742
  msgid "Configure Zoho."
1743
  msgstr ""
1744
 
1745
+ #: core/forms/views/modal-editor.php:697
1746
  msgid "Helpscout"
1747
  msgstr ""
1748
 
1749
+ #: core/forms/views/modal-editor.php:699
1750
  msgid "Integrate Helpscout with this form. "
1751
  msgstr ""
1752
 
1753
+ #: core/forms/views/modal-editor.php:699
1754
  msgid "Configure Helpscout."
1755
  msgstr ""
1756
 
1757
+ #: core/forms/views/modal-editor.php:704
1758
  msgid "Available Mailboxes"
1759
  msgstr ""
1760
 
1761
+ #: core/forms/views/modal-editor.php:742
1762
  msgid "Edit content"
1763
  msgstr ""
1764
 
1765
+ #: core/forms/views/modal-editor.php:744
1766
  msgid "Save changes"
1767
  msgstr ""
1768
 
1769
+ #: core/forms/views/modal-form-template-item.php:22
1770
+ msgid "Buy Pro"
1771
+ msgstr ""
1772
+
1773
+ #: core/forms/views/modal-form-template-item.php:26
1774
+ msgid "Demo"
1775
+ msgstr ""
1776
+
1777
  #: core/integrations/crm/hubspot/loader.php:43
1778
  msgid "CRM & Marketing Integrations"
1779
  msgstr ""
1930
 
1931
  #: core/integrations/onboard/views/onboard-steps/step-01.php:29
1932
  #: core/integrations/onboard/views/onboard-steps/step-02.php:16
1933
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:69
1934
  #: core/integrations/onboard/views/onboard-steps/step-04.php:29
1935
  #: core/integrations/onboard/views/onboard-steps/step-05.php:32
1936
  msgid "Back"
1938
 
1939
  #: core/integrations/onboard/views/onboard-steps/step-01.php:30
1940
  #: core/integrations/onboard/views/onboard-steps/step-02.php:17
1941
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:70
1942
  #: core/integrations/onboard/views/onboard-steps/step-04.php:30
1943
  #: core/integrations/onboard/views/onboard-steps/step-05.php:33
1944
  msgid "Next Step"
1957
  msgstr ""
1958
 
1959
  #: core/integrations/onboard/views/onboard-steps/step-03.php:4
1960
+ #: utils/pro-awareness/pro-awareness.php:243
1961
  msgid "Take your website to the next level"
1962
  msgstr ""
1963
 
1964
  #: core/integrations/onboard/views/onboard-steps/step-03.php:5
1965
+ #: utils/pro-awareness/pro-awareness.php:244
1966
  msgid "We have some plugins you can install to get most from Wordpress."
1967
  msgstr ""
1968
 
1970
  msgid "These are absolute FREE to use."
1971
  msgstr ""
1972
 
1973
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:20
1974
+ msgid "Get FREE 1500 AI words, SEO Keyword, and Competitor Analysis credits"
1975
+ msgstr ""
1976
+
1977
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:20
1978
+ msgid "on your personal AI assistant for Content & SEO right inside WordPress!"
1979
+ msgstr ""
1980
+
1981
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:30
1982
  msgid "Completely customize your WooCommerce WordPress"
1983
  msgstr ""
1984
 
1985
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:40
1986
  msgid "All-in-One Addons for Elementor"
1987
  msgstr ""
1988
 
1989
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:50
1990
  msgid "Integrate all your social media to your website"
1991
  msgstr ""
1992
 
1993
+ #: core/integrations/onboard/views/onboard-steps/step-03.php:60
 
1994
  msgid "Integrate various styled review system in your website"
1995
  msgstr ""
1996
 
2242
  #: traits/common-controls.php:806 widgets/email/email.php:150
2243
  #: widgets/file-upload/file-upload.php:313
2244
  #: widgets/file-upload/file-upload.php:344
2245
+ #: widgets/gdpr-consent/gdpr-consent.php:177 widgets/select/select.php:410
2246
+ #: widgets/select/select.php:445 widgets/select/select.php:480
2247
  #: widgets/simple-captcha/simple-captcha.php:159
2248
  #: widgets/simple-captcha/simple-captcha.php:295
2249
  msgid "Color"
2341
  msgid "Your data inserted on slack."
2342
  msgstr ""
2343
 
2344
+ #: plugin.php:468
2345
  msgid "Activate Elementor"
2346
  msgstr ""
2347
 
2348
+ #: plugin.php:475
2349
  msgid "Install Elementor"
2350
  msgstr ""
2351
 
2352
+ #: plugin.php:479 plugin.php:511
2353
  msgid "MetForm requires Elementor version %1$s+, which is currently NOT RUNNING."
2354
  msgstr ""
2355
 
2356
+ #: plugin.php:494
2357
  msgid "MetForm Pro"
2358
  msgstr ""
2359
 
2360
+ #: plugin.php:498 plugin.php:514
2361
  msgid "We have MetForm Pro version. Check out our pro feature."
2362
  msgstr ""
2363
 
2364
+ #: plugin.php:510
2365
  msgid "Update Elementor"
2366
  msgstr ""
2367
 
2368
+ #: traits/button-controls.php:24 traits/quiz-control.php:31
2369
+ #: traits/quiz-control.php:52 widgets/checkbox/checkbox.php:209
2370
+ #: widgets/checkbox/checkbox.php:219 widgets/date/date.php:433
2371
  #: widgets/email/email.php:89 widgets/file-upload/file-upload.php:200
2372
  #: widgets/listing-fname/listing-fname.php:68
2373
  #: widgets/listing-lname/listing-lname.php:68
2374
+ #: widgets/multi-select/multi-select.php:166
2375
+ #: widgets/multi-select/multi-select.php:174 widgets/number/number.php:66
2376
+ #: widgets/password/password.php:66 widgets/radio/radio.php:213
2377
+ #: widgets/radio/radio.php:223 widgets/range/range.php:137
2378
  #: widgets/rating/rating.php:88 widgets/recaptcha/recaptcha.php:63
2379
+ #: widgets/select/select.php:229 widgets/select/select.php:238
2380
+ #: widgets/simple-captcha/simple-captcha.php:123 widgets/summary/summary.php:69
2381
+ #: widgets/switch/switch.php:96 widgets/telephone/telephone.php:66
2382
+ #: widgets/text/text.php:74 widgets/text/text.php:84
2383
  #: widgets/textarea/textarea.php:67 widgets/time/time.php:90
2384
  #: widgets/url/url.php:76
2385
  msgid "Label"
2406
  msgid "Justified"
2407
  msgstr ""
2408
 
2409
+ #: traits/button-controls.php:77 traits/quiz-control.php:499
2410
+ #: widgets/button/button.php:104
2411
  msgid "Icon"
2412
  msgstr ""
2413
 
2414
+ #: traits/button-controls.php:86 traits/quiz-control.php:515
2415
  msgid "Icon Position"
2416
  msgstr ""
2417
 
2418
+ #: traits/button-controls.php:90 traits/quiz-control.php:237
2419
+ #: traits/quiz-control.php:519 widgets/file-upload/file-upload.php:77
2420
  msgid "Before"
2421
  msgstr ""
2422
 
2423
+ #: traits/button-controls.php:91 traits/quiz-control.php:236
2424
+ #: traits/quiz-control.php:520 widgets/file-upload/file-upload.php:78
2425
  msgid "After"
2426
  msgstr ""
2427
 
2445
  msgid "Input Name : "
2446
  msgstr ""
2447
 
2448
+ #: traits/button-controls.php:132 traits/quiz-control.php:366
2449
+ #: widgets/multi-select/multi-select.php:71 widgets/select/select.php:72
2450
  msgid "Input Value"
2451
  msgstr ""
2452
 
2460
 
2461
  #: traits/button-controls.php:162 traits/common-controls.php:345
2462
  #: traits/common-controls.php:474 traits/common-controls.php:822
2463
+ #: widgets/checkbox/checkbox.php:255 widgets/email/email.php:174
2464
  #: widgets/file-upload/file-upload.php:378
2465
  #: widgets/gdpr-consent/gdpr-consent.php:207
2466
  #: widgets/gdpr-consent/gdpr-consent.php:299
2467
+ #: widgets/listing-optin/listing-optin.php:140 widgets/radio/radio.php:259
2468
+ #: widgets/rating/rating.php:123 widgets/select/select.php:341
2469
  #: widgets/simple-captcha/simple-captcha.php:189
2470
  #: widgets/simple-captcha/simple-captcha.php:271 widgets/switch/switch.php:225
2471
  #: widgets/switch/switch.php:267
2482
  msgstr ""
2483
 
2484
  #: traits/button-controls.php:200 traits/button-controls.php:298
2485
+ #: traits/common-controls.php:508 widgets/checkbox/checkbox.php:297
2486
  #: widgets/file-upload/file-upload.php:306
2487
  #: widgets/gdpr-consent/gdpr-consent.php:341
2488
+ #: widgets/listing-optin/listing-optin.php:182 widgets/radio/radio.php:300
2489
+ #: widgets/rating/rating.php:156 widgets/select/select.php:403
2490
  msgid "Normal"
2491
  msgstr ""
2492
 
2493
  #: traits/button-controls.php:207 traits/button-controls.php:236
2494
+ #: widgets/checkbox/checkbox.php:278 widgets/gdpr-consent/gdpr-consent.php:322
2495
+ #: widgets/listing-optin/listing-optin.php:163 widgets/radio/radio.php:282
2496
  #: widgets/switch/switch.php:204 widgets/switch/switch.php:246
2497
  msgid "Text Color"
2498
  msgstr ""
2499
 
2500
  #: traits/button-controls.php:229 traits/button-controls.php:322
2501
  #: traits/common-controls.php:572 widgets/file-upload/file-upload.php:337
2502
+ #: widgets/select/select.php:438
2503
  msgid "Hover"
2504
  msgstr ""
2505
 
2510
  #: traits/button-controls.php:347 traits/common-controls.php:250
2511
  #: traits/common-controls.php:713 widgets/file-upload/file-upload.php:411
2512
  #: widgets/range/range.php:215 widgets/rating/rating.php:227
2513
+ #: widgets/select/select.php:286 widgets/select/select.php:365
2514
  msgid "Border Radius"
2515
  msgstr ""
2516
 
2538
  msgid "Show Label"
2539
  msgstr ""
2540
 
2541
+ #: traits/common-controls.php:31 traits/quiz-control.php:488
2542
+ #: widgets/simple-captcha/simple-captcha.php:51
2543
  msgid "Show"
2544
  msgstr ""
2545
 
2546
+ #: traits/common-controls.php:32 traits/quiz-control.php:489
2547
+ #: widgets/simple-captcha/simple-captcha.php:52
2548
  msgid "Hide"
2549
  msgstr ""
2550
 
2579
  msgid "Name : "
2580
  msgstr ""
2581
 
2582
+ #: traits/common-controls.php:89 traits/quiz-control.php:40
2583
  msgid "Name"
2584
  msgstr ""
2585
 
2587
  msgid "Enter here name of the input"
2588
  msgstr ""
2589
 
2590
+ #: traits/common-controls.php:93 traits/quiz-control.php:44
2591
  msgid ""
2592
  "Name is must required. Enter name without space or any special character. "
2593
  "use only underscore/ hyphen (_/-) for multiple word. Name must be different."
2597
  msgid "Place holder"
2598
  msgstr ""
2599
 
2600
+ #: traits/common-controls.php:106 traits/quiz-control.php:347
2601
  msgid "Enter here place holder"
2602
  msgstr ""
2603
 
2604
+ #: traits/common-controls.php:114 traits/quiz-control.php:161
2605
+ #: widgets/simple-captcha/simple-captcha.php:111
2606
  msgid "Help Text : "
2607
  msgstr ""
2608
 
2654
  msgid "Warning message"
2655
  msgstr ""
2656
 
2657
+ #: traits/common-controls.php:209 widgets/checkbox/checkbox.php:436
2658
  #: widgets/date/date.php:555 widgets/email/email.php:226
2659
  #: widgets/file-upload/file-upload.php:462
2660
  #: widgets/gdpr-consent/gdpr-consent.php:479
2661
  #: widgets/listing-fname/listing-fname.php:159
2662
  #: widgets/listing-lname/listing-lname.php:159
2663
  #: widgets/listing-optin/listing-optin.php:320
2664
+ #: widgets/multi-select/multi-select.php:260 widgets/number/number.php:142
2665
+ #: widgets/password/password.php:158 widgets/radio/radio.php:440
2666
  #: widgets/range/range.php:254 widgets/rating/rating.php:311
2667
+ #: widgets/select/select.php:574 widgets/switch/switch.php:309
2668
+ #: widgets/telephone/telephone.php:142 widgets/text/text.php:161
2669
  #: widgets/textarea/textarea.php:166 widgets/time/time.php:175
2670
  #: widgets/url/url.php:152
2671
  msgid "This field is required."
2672
  msgstr ""
2673
 
2674
  #: traits/common-controls.php:235 traits/common-controls.php:743
2675
+ #: widgets/rating/rating.php:276 widgets/select/select.php:323
2676
  msgid "Box Shadow"
2677
  msgstr ""
2678
 
2680
  #: traits/common-controls.php:619 traits/common-controls.php:680
2681
  #: widgets/button/button.php:80 widgets/file-upload/file-upload.php:403
2682
  #: widgets/rating/rating.php:180 widgets/rating/rating.php:214
2683
+ #: widgets/select/select.php:314 widgets/select/select.php:393
2684
  msgid "Border"
2685
  msgstr ""
2686
 
2691
  msgstr ""
2692
 
2693
  #: traits/common-controls.php:359 traits/common-controls.php:490
2694
+ #: widgets/checkbox/checkbox.php:266 widgets/email/email.php:185
2695
  #: widgets/file-upload/file-upload.php:390
2696
  #: widgets/gdpr-consent/gdpr-consent.php:221
2697
  #: widgets/gdpr-consent/gdpr-consent.php:310
2698
+ #: widgets/listing-optin/listing-optin.php:151 widgets/radio/radio.php:270
2699
+ #: widgets/rating/rating.php:135 widgets/select/select.php:353
2700
  #: widgets/simple-captcha/simple-captcha.php:203
2701
  #: widgets/simple-captcha/simple-captcha.php:283
2702
  msgid "Margin"
2727
 
2728
  #: traits/common-controls.php:547 traits/common-controls.php:607
2729
  #: traits/common-controls.php:666 widgets/file-upload/file-upload.php:326
2730
+ #: widgets/file-upload/file-upload.php:357 widgets/select/select.php:427
2731
+ #: widgets/select/select.php:462 widgets/select/select.php:497
2732
  msgid "Background"
2733
  msgstr ""
2734
 
2744
  msgid "Conditional logic"
2745
  msgstr ""
2746
 
2747
+ #: traits/conditional-controls.php:33 widgets/multi-select/multi-select.php:83
2748
+ #: widgets/select/select.php:84
2749
  msgid "Enable"
2750
  msgstr ""
2751
 
2829
  msgid "E.g 100, name, anything"
2830
  msgstr ""
2831
 
2832
+ #: traits/quiz-control.php:43
2833
+ msgid "Enter name of the input"
2834
+ msgstr ""
2835
+
2836
+ #: traits/quiz-control.php:55
2837
+ msgid "Question"
2838
+ msgstr ""
2839
+
2840
+ #: traits/quiz-control.php:56 traits/quiz-control.php:57
2841
+ msgid "Enter question"
2842
+ msgstr ""
2843
+
2844
+ #: traits/quiz-control.php:64
2845
+ msgid "Point"
2846
+ msgstr ""
2847
+
2848
+ #: traits/quiz-control.php:68 traits/quiz-control.php:69
2849
+ msgid "Enter point"
2850
+ msgstr ""
2851
+
2852
+ #: traits/quiz-control.php:70
2853
+ msgid ""
2854
+ "Note: if the point and the negative point both are set at zero, we won't "
2855
+ "consider it a question."
2856
+ msgstr ""
2857
+
2858
+ #: traits/quiz-control.php:78
2859
+ msgid "Add answer for the question?"
2860
+ msgstr ""
2861
+
2862
+ #: traits/quiz-control.php:90
2863
+ msgid "Answer:"
2864
+ msgstr ""
2865
+
2866
+ #: traits/quiz-control.php:93 traits/quiz-control.php:94
2867
+ msgid "Enter answer"
2868
+ msgstr ""
2869
+
2870
+ #: traits/quiz-control.php:104 traits/quiz-control.php:121
2871
+ msgid "Add negative point?"
2872
+ msgstr ""
2873
+
2874
+ #: traits/quiz-control.php:134
2875
+ msgid "Negative point"
2876
+ msgstr ""
2877
+
2878
+ #: traits/quiz-control.php:139
2879
+ msgid "Enter negative point"
2880
+ msgstr ""
2881
+
2882
+ #: traits/quiz-control.php:150 traits/quiz-control.php:221
2883
+ #: traits/quiz-control.php:344
2884
+ msgid "Placeholder"
2885
+ msgstr ""
2886
+
2887
+ #: traits/quiz-control.php:153 traits/quiz-control.php:224
2888
+ msgid "Enter placeholder"
2889
+ msgstr ""
2890
+
2891
+ #: traits/quiz-control.php:164
2892
+ msgid "Type your help text"
2893
+ msgstr ""
2894
+
2895
+ #: traits/quiz-control.php:172 traits/quiz-control.php:193
2896
+ #: widgets/checkbox/checkbox.php:66 widgets/gdpr-consent/gdpr-consent.php:46
2897
+ #: widgets/radio/radio.php:70
2898
+ msgid "Option Display : "
2899
+ msgstr ""
2900
+
2901
+ #: traits/quiz-control.php:175 traits/quiz-control.php:196
2902
+ #: widgets/checkbox/checkbox.php:70 widgets/gdpr-consent/gdpr-consent.php:50
2903
+ #: widgets/radio/radio.php:74
2904
+ msgid "Horizontal"
2905
+ msgstr ""
2906
+
2907
+ #: traits/quiz-control.php:176 traits/quiz-control.php:197
2908
+ #: widgets/checkbox/checkbox.php:71 widgets/gdpr-consent/gdpr-consent.php:51
2909
+ #: widgets/radio/radio.php:75
2910
+ msgid "Vertical"
2911
+ msgstr ""
2912
+
2913
+ #: traits/quiz-control.php:184
2914
+ msgid "Option display style."
2915
+ msgstr ""
2916
+
2917
+ #: traits/quiz-control.php:203
2918
+ msgid "Image select option display style."
2919
+ msgstr ""
2920
+
2921
+ #: traits/quiz-control.php:212 widgets/select/select.php:107
2922
+ msgid "Data Type"
2923
+ msgstr ""
2924
+
2925
+ #: traits/quiz-control.php:233 widgets/checkbox/checkbox.php:84
2926
+ #: widgets/gdpr-consent/gdpr-consent.php:64
2927
+ #: widgets/listing-optin/listing-optin.php:47 widgets/radio/radio.php:88
2928
+ msgid "Option Text Position : "
2929
+ msgstr ""
2930
+
2931
+ #: traits/quiz-control.php:240
2932
+ msgid "Where do you want to option?"
2933
+ msgstr ""
2934
+
2935
+ #: traits/quiz-control.php:249
2936
+ msgid "Type : "
2937
+ msgstr ""
2938
+
2939
+ #: traits/quiz-control.php:252
2940
+ msgid "Single Answer"
2941
+ msgstr ""
2942
+
2943
+ #: traits/quiz-control.php:253
2944
+ msgid "Multiple Answer"
2945
+ msgstr ""
2946
+
2947
+ #: traits/quiz-control.php:265 traits/quiz-control.php:267
2948
+ #: traits/quiz-control.php:355 widgets/checkbox/checkbox.php:101
2949
+ #: widgets/radio/radio.php:105
2950
+ msgid "Option Text"
2951
+ msgstr ""
2952
+
2953
+ #: traits/quiz-control.php:269 traits/quiz-control.php:359
2954
+ #: widgets/checkbox/checkbox.php:103 widgets/radio/radio.php:107
2955
+ msgid "Select option text that will be show to user."
2956
+ msgstr ""
2957
+
2958
+ #: traits/quiz-control.php:275 traits/quiz-control.php:277
2959
+ #: traits/quiz-control.php:364 traits/quiz-control.php:446
2960
+ #: traits/quiz-control.php:591 traits/quiz-control.php:593
2961
+ #: widgets/checkbox/checkbox.php:109 widgets/checkbox/checkbox.php:111
2962
+ #: widgets/radio/radio.php:113 widgets/radio/radio.php:115
2963
+ msgid "Option Value"
2964
+ msgstr ""
2965
+
2966
+ #: traits/quiz-control.php:284 traits/quiz-control.php:456
2967
+ #: traits/quiz-control.php:600 widgets/checkbox/checkbox.php:119
2968
+ #: widgets/radio/radio.php:123
2969
+ msgid "Option Status"
2970
+ msgstr ""
2971
+
2972
+ #: traits/quiz-control.php:292 traits/quiz-control.php:382
2973
+ #: widgets/checkbox/checkbox.php:133 widgets/multi-select/multi-select.php:92
2974
+ #: widgets/radio/radio.php:137 widgets/select/select.php:93
2975
+ msgid "Select it default ? "
2976
+ msgstr ""
2977
+
2978
+ #: traits/quiz-control.php:301 traits/quiz-control.php:391
2979
+ #: traits/quiz-control.php:474 traits/quiz-control.php:617
2980
+ msgid "Select as answer?"
2981
+ msgstr ""
2982
+
2983
+ #: traits/quiz-control.php:313 traits/quiz-control.php:403
2984
+ msgid "Options"
2985
+ msgstr ""
2986
+
2987
+ #: traits/quiz-control.php:334 traits/quiz-control.php:424
2988
+ #: traits/quiz-control.php:552 traits/quiz-control.php:647
2989
+ #: widgets/checkbox/checkbox.php:168 widgets/multi-select/multi-select.php:127
2990
+ #: widgets/radio/radio.php:172 widgets/select/select.php:141
2991
+ msgid "You can add/edit here your selector options."
2992
+ msgstr ""
2993
+
2994
+ #: traits/quiz-control.php:357 widgets/multi-select/multi-select.php:62
2995
+ #: widgets/select/select.php:62
2996
+ msgid "Input Text"
2997
+ msgstr ""
2998
+
2999
+ #: traits/quiz-control.php:368 widgets/multi-select/multi-select.php:73
3000
+ #: widgets/select/select.php:74
3001
+ msgid "Select list value that will be store/mail to desired person."
3002
+ msgstr ""
3003
+
3004
+ #: traits/quiz-control.php:374 widgets/multi-select/multi-select.php:79
3005
+ #: widgets/select/select.php:80
3006
+ msgid "Status"
3007
+ msgstr ""
3008
+
3009
+ #: traits/quiz-control.php:436
3010
+ msgid "Toggle for select"
3011
+ msgstr ""
3012
+
3013
+ #: traits/quiz-control.php:438
3014
+ msgid "toggle"
3015
+ msgstr ""
3016
+
3017
+ #: traits/quiz-control.php:439
3018
+ msgid "Enter toggle text"
3019
+ msgstr ""
3020
+
3021
+ #: traits/quiz-control.php:448
3022
+ msgid "value"
3023
+ msgstr ""
3024
+
3025
+ #: traits/quiz-control.php:465 traits/quiz-control.php:608
3026
+ msgid "Select it default ?"
3027
+ msgstr ""
3028
+
3029
+ #: traits/quiz-control.php:486
3030
+ msgid "Add\t Icon"
3031
+ msgstr ""
3032
+
3033
+ #: traits/quiz-control.php:531
3034
+ msgid "Toggle select Options"
3035
+ msgstr ""
3036
+
3037
+ #: traits/quiz-control.php:565
3038
+ msgid "Title"
3039
+ msgstr ""
3040
+
3041
+ #: traits/quiz-control.php:573
3042
+ msgid "Thumbnail"
3043
+ msgstr ""
3044
+
3045
+ #: traits/quiz-control.php:584
3046
+ msgid "Preview (Optional)"
3047
+ msgstr ""
3048
+
3049
+ #: traits/quiz-control.php:629
3050
+ msgid "Image select Options"
3051
+ msgstr ""
3052
+
3053
+ #: utils/pro-awareness/pro-awareness.php:159
3054
+ #: utils/pro-awareness/pro-awareness.php:174
3055
  msgid "Default Title"
3056
  msgstr ""
3057
 
3075
  msgid "Submit Button"
3076
  msgstr ""
3077
 
3078
+ #: widgets/button/button.php:36 widgets/checkbox/checkbox.php:46
3079
+ #: widgets/checkbox/checkbox.php:56 widgets/date/date.php:108
3080
+ #: widgets/email/email.php:45 widgets/file-upload/file-upload.php:37
3081
+ #: widgets/form-basic.php:49 widgets/gdpr-consent/gdpr-consent.php:36
3082
  #: widgets/listing-fname/listing-fname.php:36
3083
  #: widgets/listing-lname/listing-lname.php:36
3084
  #: widgets/listing-optin/listing-optin.php:36
3085
+ #: widgets/multi-select/multi-select.php:39
3086
+ #: widgets/multi-select/multi-select.php:49 widgets/number/number.php:36
3087
+ #: widgets/password/password.php:36 widgets/radio/radio.php:48
3088
+ #: widgets/radio/radio.php:59 widgets/range/range.php:36
3089
+ #: widgets/rating/rating.php:36 widgets/recaptcha/recaptcha.php:36
3090
+ #: widgets/select/select.php:39 widgets/select/select.php:49
3091
  #: widgets/simple-captcha/simple-captcha.php:41 widgets/summary/summary.php:36
3092
  #: widgets/switch/switch.php:36 widgets/telephone/telephone.php:36
3093
+ #: widgets/text/text.php:39 widgets/textarea/textarea.php:37
3094
  #: widgets/time/time.php:40 widgets/url/url.php:37
3095
  msgid "Content"
3096
  msgstr ""
3107
  msgid "Shadow"
3108
  msgstr ""
3109
 
3110
+ #: widgets/checkbox/checkbox.php:25 widgets/checkbox/checkbox.php:247
3111
  #: widgets/gdpr-consent/gdpr-consent.php:291
3112
  #: widgets/listing-optin/listing-optin.php:132
3113
  msgid "Checkbox"
3114
  msgstr ""
3115
 
3116
+ #: widgets/checkbox/checkbox.php:77 widgets/gdpr-consent/gdpr-consent.php:57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3117
  msgid "Checkbox option display style. "
3118
  msgstr ""
3119
 
3120
+ #: widgets/checkbox/checkbox.php:87 widgets/gdpr-consent/gdpr-consent.php:67
 
 
 
 
 
3121
  #: widgets/listing-optin/listing-optin.php:50
3122
  msgid "After Checkbox"
3123
  msgstr ""
3124
 
3125
+ #: widgets/checkbox/checkbox.php:88 widgets/gdpr-consent/gdpr-consent.php:68
3126
  #: widgets/listing-optin/listing-optin.php:51
3127
  msgid "Before Checkbox"
3128
  msgstr ""
3129
 
3130
+ #: widgets/checkbox/checkbox.php:91 widgets/gdpr-consent/gdpr-consent.php:71
3131
+ #: widgets/listing-optin/listing-optin.php:54 widgets/radio/radio.php:95
3132
  msgid "Where do you want to label?"
3133
  msgstr ""
3134
 
3135
+ #: widgets/checkbox/checkbox.php:99 widgets/gdpr-consent/gdpr-consent.php:77
3136
  #: widgets/listing-optin/listing-optin.php:60
3137
  msgid "Checkbox Option Text"
3138
  msgstr ""
3139
 
3140
+ #: widgets/checkbox/checkbox.php:113 widgets/radio/radio.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
3141
  msgid "Select option value that will be store/mail to desired person."
3142
  msgstr ""
3143
 
3144
+ #: widgets/checkbox/checkbox.php:122 widgets/radio/radio.php:126
 
 
 
 
3145
  #: widgets/rating/rating.php:190 widgets/switch/switch.php:239
3146
  msgid "Active"
3147
  msgstr ""
3148
 
3149
+ #: widgets/checkbox/checkbox.php:123 widgets/multi-select/multi-select.php:84
3150
+ #: widgets/radio/radio.php:127 widgets/select/select.php:85
3151
  msgid "Disable"
3152
  msgstr ""
3153
 
3154
+ #: widgets/checkbox/checkbox.php:127 widgets/multi-select/multi-select.php:86
3155
+ #: widgets/radio/radio.php:131 widgets/select/select.php:87
3156
  msgid ""
3157
  "Want to make a option? which user can see the option but can't select it. "
3158
  "make it disable."
3159
  msgstr ""
3160
 
3161
+ #: widgets/checkbox/checkbox.php:140 widgets/multi-select/multi-select.php:99
3162
+ #: widgets/radio/radio.php:144 widgets/select/select.php:100
 
 
 
 
 
3163
  msgid "Make this option default selected"
3164
  msgstr ""
3165
 
3166
+ #: widgets/checkbox/checkbox.php:147
3167
  msgid "Checkbox Options"
3168
  msgstr ""
3169
 
3170
+ #: widgets/checkbox/checkbox.php:190 widgets/date/date.php:130
 
 
 
 
 
3171
  #: widgets/file-upload/file-upload.php:106
3172
  #: widgets/gdpr-consent/gdpr-consent.php:103
3173
  #: widgets/listing-optin/listing-optin.php:84
3174
+ #: widgets/multi-select/multi-select.php:148 widgets/radio/radio.php:194
3175
  #: widgets/range/range.php:58 widgets/rating/rating.php:58
3176
+ #: widgets/select/select.php:211 widgets/summary/summary.php:58
3177
  #: widgets/switch/switch.php:77 widgets/time/time.php:62 widgets/url/url.php:59
3178
  msgid "Validation Type"
3179
  msgstr ""
3180
 
3181
+ #: widgets/checkbox/checkbox.php:304 widgets/checkbox/checkbox.php:329
 
 
 
 
 
3182
  #: widgets/gdpr-consent/gdpr-consent.php:348
3183
  #: widgets/gdpr-consent/gdpr-consent.php:373
3184
  #: widgets/listing-optin/listing-optin.php:189
3186
  msgid "Checkbox Color"
3187
  msgstr ""
3188
 
3189
+ #: widgets/checkbox/checkbox.php:322 widgets/gdpr-consent/gdpr-consent.php:366
3190
+ #: widgets/listing-optin/listing-optin.php:207 widgets/radio/radio.php:325
3191
  msgid "Checked"
3192
  msgstr ""
3193
 
3194
+ #: widgets/checkbox/checkbox.php:349 widgets/gdpr-consent/gdpr-consent.php:393
3195
+ #: widgets/listing-optin/listing-optin.php:234 widgets/radio/radio.php:352
3196
  msgid "Horizontal position of icon"
3197
  msgstr ""
3198
 
3199
+ #: widgets/checkbox/checkbox.php:372 widgets/gdpr-consent/gdpr-consent.php:416
3200
  #: widgets/listing-optin/listing-optin.php:257
3201
  msgid "Add space after checkbox"
3202
  msgstr ""
3203
 
3204
+ #: widgets/checkbox/checkbox.php:388 widgets/gdpr-consent/gdpr-consent.php:432
3205
+ #: widgets/listing-optin/listing-optin.php:273 widgets/radio/radio.php:392
3206
  msgid "Typography for icon"
3207
  msgstr ""
3208
 
3209
+ #: widgets/checkbox/checkbox.php:399 widgets/gdpr-consent/gdpr-consent.php:443
3210
+ #: widgets/listing-optin/listing-optin.php:284 widgets/radio/radio.php:403
3211
  msgid "Typography for text"
3212
  msgstr ""
3213
 
3214
+ #: widgets/checkbox/checkbox.php:411 widgets/date/date.php:495
3215
  #: widgets/email/email.php:199 widgets/file-upload/file-upload.php:426
3216
  #: widgets/gdpr-consent/gdpr-consent.php:454
3217
  #: widgets/listing-fname/listing-fname.php:119
3218
  #: widgets/listing-lname/listing-lname.php:119
3219
  #: widgets/listing-optin/listing-optin.php:295
3220
+ #: widgets/multi-select/multi-select.php:226 widgets/number/number.php:117
3221
+ #: widgets/password/password.php:117 widgets/radio/radio.php:415
3222
  #: widgets/range/range.php:230 widgets/rating/rating.php:286
3223
+ #: widgets/select/select.php:524 widgets/simple-captcha/simple-captcha.php:313
3224
  #: widgets/summary/summary.php:108 widgets/switch/switch.php:284
3225
+ #: widgets/telephone/telephone.php:117 widgets/text/text.php:136
3226
  #: widgets/textarea/textarea.php:141 widgets/time/time.php:141
3227
  #: widgets/url/url.php:127
3228
  msgid "Help Text"
3601
  #: widgets/file-upload/file-upload.php:227
3602
  #: widgets/listing-fname/listing-fname.php:95
3603
  #: widgets/listing-lname/listing-lname.php:95
3604
+ #: widgets/multi-select/multi-select.php:202 widgets/number/number.php:93
3605
  #: widgets/password/password.php:93 widgets/rating/rating.php:115
3606
  #: widgets/summary/summary.php:96 widgets/switch/switch.php:124
3607
+ #: widgets/telephone/telephone.php:93 widgets/text/text.php:112
3608
  #: widgets/textarea/textarea.php:94 widgets/time/time.php:117
3609
  #: widgets/url/url.php:103
3610
  msgid "Input"
3617
  #: widgets/date/date.php:483 widgets/email/email.php:130
3618
  #: widgets/listing-fname/listing-fname.php:107
3619
  #: widgets/listing-lname/listing-lname.php:107
3620
+ #: widgets/multi-select/multi-select.php:214 widgets/number/number.php:105
3621
+ #: widgets/password/password.php:105 widgets/select/select.php:512
3622
  #: widgets/simple-captcha/simple-captcha.php:328
3623
+ #: widgets/telephone/telephone.php:105 widgets/text/text.php:124
3624
  #: widgets/textarea/textarea.php:129 widgets/time/time.php:129
3625
  #: widgets/url/url.php:115
3626
  msgid "Place Holder"
3851
  msgid "Select option name that will be show to user."
3852
  msgstr ""
3853
 
3854
+ #: widgets/gdpr-consent/gdpr-consent.php:122
3855
+ #: widgets/listing-optin/listing-optin.php:103
3856
+ msgid "Input Label"
3857
+ msgstr ""
3858
+
3859
  #: widgets/listing-fname/listing-fname.php:16
3860
  msgid "First Name (Listing)"
3861
  msgstr ""
3872
  msgid "Subscribe to ours newsletter."
3873
  msgstr ""
3874
 
3875
+ #: widgets/multi-select/multi-select.php:17
3876
  msgid "Multi Select"
3877
  msgstr ""
3878
 
3879
+ #: widgets/multi-select/multi-select.php:60 widgets/select/select.php:60
3880
  msgid "Input Field Text"
3881
  msgstr ""
3882
 
3883
+ #: widgets/multi-select/multi-select.php:64 widgets/select/select.php:64
 
 
 
 
3884
  msgid "Select list text that will be show to user."
3885
  msgstr ""
3886
 
3887
+ #: widgets/multi-select/multi-select.php:69 widgets/select/select.php:70
3888
  msgid "Input Field Value"
3889
  msgstr ""
3890
 
3891
+ #: widgets/multi-select/multi-select.php:106
 
 
 
 
 
 
 
 
3892
  msgid "Multi Select List"
3893
  msgstr ""
3894
 
3900
  msgid "Password"
3901
  msgstr ""
3902
 
3903
+ #: widgets/radio/radio.php:25 widgets/radio/radio.php:251
3904
  msgid "Radio"
3905
  msgstr ""
3906
 
3907
+ #: widgets/radio/radio.php:81
3908
  msgid "Radio option display style."
3909
  msgstr ""
3910
 
3911
+ #: widgets/radio/radio.php:91
3912
  msgid "After Radio"
3913
  msgstr ""
3914
 
3915
+ #: widgets/radio/radio.php:92
3916
  msgid "Before Radio"
3917
  msgstr ""
3918
 
3919
+ #: widgets/radio/radio.php:103
3920
  msgid "Radio Option Text"
3921
  msgstr ""
3922
 
3923
+ #: widgets/radio/radio.php:151
3924
  msgid "Radio Options"
3925
  msgstr ""
3926
 
3927
+ #: widgets/radio/radio.php:307 widgets/radio/radio.php:332
3928
  msgid "Radio Color"
3929
  msgstr ""
3930
 
3931
+ #: widgets/radio/radio.php:376
3932
  msgid "Add space after radio"
3933
  msgstr ""
3934
 
3996
  msgid "reCAPTCHA will be shown on preview."
3997
  msgstr ""
3998
 
3999
+ #: widgets/select/select.php:17 widgets/select/select.php:266
4000
  msgid "Select"
4001
  msgstr ""
4002
 
4003
+ #: widgets/select/select.php:110
 
 
 
 
4004
  msgid "Custom"
4005
  msgstr ""
4006
 
4007
+ #: widgets/select/select.php:111
4008
  msgid "CSV File"
4009
  msgstr ""
4010
 
4011
+ #: widgets/select/select.php:120
4012
  msgid "Dropdown List"
4013
  msgstr ""
4014
 
4015
+ #: widgets/select/select.php:152
4016
  msgid "File Type"
4017
  msgstr ""
4018
 
4019
+ #: widgets/select/select.php:155
4020
  msgid "Upload File"
4021
  msgstr ""
4022
 
4023
+ #: widgets/select/select.php:156
4024
  msgid "Remote File URL"
4025
  msgstr ""
4026
 
4027
+ #: widgets/select/select.php:168
4028
  msgid "Upload CSV File"
4029
  msgstr ""
4030
 
4031
+ #: widgets/select/select.php:169 widgets/select/select.php:183
4032
  msgid "CSV file must have format like: Label, Value, true/false(optional)"
4033
  msgstr ""
4034
 
4035
+ #: widgets/select/select.php:182
4036
  msgid "Enter a CSV File URL"
4037
  msgstr ""
4038
 
4039
+ #: widgets/select/select.php:278
4040
  msgid "Options Wrapper"
4041
  msgstr ""
4042
 
4043
+ #: widgets/select/select.php:333
4044
  msgid "Option"
4045
  msgstr ""
4046
 
4047
+ #: widgets/select/select.php:473
4048
  msgid "Selected"
4049
  msgstr ""
4050
 
4051
+ #: widgets/select/select.php:633
4052
  msgid ""
4053
  "Your CSV data is not formatted properly. CSV file must have format like: "
4054
  "Label, Value, true/false(optional) default true"
4126
  msgid "Telephone"
4127
  msgstr ""
4128
 
4129
+ #: widgets/text/text.php:17
4130
  msgid "Text"
4131
  msgstr ""
4132
 
4179
  msgid "Entries"
4180
  msgstr ""
4181
 
4182
+ #: core/forms/cpt.php:466
4183
  msgctxt "Post Type General Name"
4184
  msgid "Forms"
4185
  msgstr ""
4189
  msgid "Entry"
4190
  msgstr ""
4191
 
4192
+ #: core/forms/cpt.php:467
4193
  msgctxt "Post Type Singular Name"
4194
  msgid "Form"
4195
  msgstr ""
metform.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: MetForm
4
  * Plugin URI: http://products.wpmet.com/metform/
5
  * Description: Most flexible and design friendly form builder for Elementor
6
- * Version: 2.2.1
7
  * Author: Wpmet
8
  * Author URI: https://wpmet.com
9
  * Text Domain: metform
@@ -38,10 +38,11 @@ add_action( 'plugins_loaded', function(){
38
  do_action('metform/after_load');
39
  }, 111);
40
 
 
41
  // Added Date: 20/07/2022
42
  add_action('plugins_loaded', function(){
43
  if(class_exists('MetForm_Pro\Core\Integrations\Crm\Hubspot\Integration')){
44
  return;
45
  }
46
  require trailingslashit(plugin_dir_path(__FILE__)) . "core/integrations/crm/hubspot/loader.php";
47
- }, 222);
3
  * Plugin Name: MetForm
4
  * Plugin URI: http://products.wpmet.com/metform/
5
  * Description: Most flexible and design friendly form builder for Elementor
6
+ * Version: 3.0.0
7
  * Author: Wpmet
8
  * Author URI: https://wpmet.com
9
  * Text Domain: metform
38
  do_action('metform/after_load');
39
  }, 111);
40
 
41
+
42
  // Added Date: 20/07/2022
43
  add_action('plugins_loaded', function(){
44
  if(class_exists('MetForm_Pro\Core\Integrations\Crm\Hubspot\Integration')){
45
  return;
46
  }
47
  require trailingslashit(plugin_dir_path(__FILE__)) . "core/integrations/crm/hubspot/loader.php";
48
+ }, 222);
plugin.php CHANGED
@@ -22,7 +22,7 @@ final class Plugin {
22
 
23
  public function version()
24
  {
25
- return '2.2.1';
26
  }
27
 
28
  public function package_type()
@@ -169,22 +169,78 @@ final class Plugin {
169
  'https://wpmet.com/metform-pricing'
170
  )
171
  ->set_plugin_file('metform/metform.php')
172
- ->set_default_grid_thumbnail($this->utils_url() . '/pro-awareness/assets/support.png')
173
  ->set_page_grid([
174
  'url' => 'https://wpmet.com/fb-group',
175
  'title' => 'Join the Community',
176
- 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/community.png',
 
 
177
  ])
178
  ->set_page_grid([
179
  'url' => 'https://www.youtube.com/playlist?list=PL3t2OjZ6gY8NoB_48DwWKUDRtBEuBOxSc',
180
  'title' => 'Video Tutorials',
181
- 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/videos.png',
 
182
  ])
183
  ->set_page_grid([
184
  'url' => 'https://wpmet.com/plugin/metform/roadmaps#ideas',
185
  'title' => 'Request a feature',
186
- 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/request.png',
 
187
  ])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  ->set_plugin_row_meta('Documentation', 'https://help.wpmet.com/docs-cat/metform/', ['target' => '_blank'])
189
  ->set_plugin_row_meta('Facebook Community', 'https://wpmet.com/fb-group', ['target' => '_blank'])
190
  ->set_plugin_row_meta('Rate the plugin ★★★★★', 'https://wordpress.org/support/plugin/metform/reviews/#new-post', ['target' => '_blank'])
22
 
23
  public function version()
24
  {
25
+ return '3.0.0';
26
  }
27
 
28
  public function package_type()
169
  'https://wpmet.com/metform-pricing'
170
  )
171
  ->set_plugin_file('metform/metform.php')
172
+ ->set_default_grid_thumbnail($this->utils_url() . '/pro-awareness/assets/images/support.png')
173
  ->set_page_grid([
174
  'url' => 'https://wpmet.com/fb-group',
175
  'title' => 'Join the Community',
176
+ 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/images/community.png',
177
+ 'description' => 'Join our Facebook group to get 20% discount coupon on premium products. Follow us to get more exciting offers.'
178
+
179
  ])
180
  ->set_page_grid([
181
  'url' => 'https://www.youtube.com/playlist?list=PL3t2OjZ6gY8NoB_48DwWKUDRtBEuBOxSc',
182
  'title' => 'Video Tutorials',
183
+ 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/images/videos.png',
184
+ 'description' => 'Learn the step by step process for developing your site easily from video tutorials.'
185
  ])
186
  ->set_page_grid([
187
  'url' => 'https://wpmet.com/plugin/metform/roadmaps#ideas',
188
  'title' => 'Request a feature',
189
+ 'thumbnail' => $this->utils_url() . '/pro-awareness/assets/images/request.png',
190
+ 'description' => 'Have any special feature in mind? Let us know through the feature request.'
191
  ])
192
+ ->set_page_grid([
193
+ 'url' => 'https://wpmet.com/doc/metform/',
194
+ 'title' => 'Documentation',
195
+ 'thumbnail' => $this->utils_url() . 'pro-awareness/assets/images/documentation.png',
196
+ 'description' => 'Detailed documentation to help you understand the functionality of each feature.'
197
+ ])
198
+ ->set_page_grid([
199
+ 'url' => 'https://wpmet.com/plugin/metform/roadmaps/',
200
+ 'title' => 'Public Roadmap',
201
+ 'thumbnail' => $this->utils_url() . 'pro-awareness/assets/images/roadmaps.png',
202
+ 'description' => 'Check our upcoming new features, detailed development stories and tasks'
203
+ ])
204
+
205
+
206
+ // set wpmet products
207
+ ->set_products([
208
+ 'url' => 'https://getgenie.ai/',
209
+ 'title' => 'GetGenie',
210
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/getgenie-logo.svg',
211
+ 'description' => 'Your AI-Powered Content & SEO Assistant for WordPress',
212
+ ])
213
+ ->set_products([
214
+ 'url' => 'https://wpmet.com/plugin/shopengine/',
215
+ 'title' => 'ShopEngine',
216
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/shopengine-logo.svg',
217
+ 'description' => 'Complete WooCommerce Solution for Elementor',
218
+ ])
219
+ ->set_products([
220
+ 'url' => 'https://wpmet.com/plugin/metform/',
221
+ 'title' => 'MetForm',
222
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/metform-logo.svg',
223
+ 'description' => 'Most flexible drag-and-drop form builder'
224
+ ])
225
+ ->set_products([
226
+ 'url' => 'https://wpmet.com/plugin/wp-social/',
227
+ 'title' => 'WP Social',
228
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/wp-social-logo.svg',
229
+ 'description' => 'Integrate all your social media to your website'
230
+ ])
231
+ ->set_products([
232
+ 'url' => 'https://wpmet.com/plugin/wp-ultimate-review/?ref=wpmet',
233
+ 'title' => 'Ultimate Review',
234
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/ultimate-review-logo.svg',
235
+ 'description' => 'Integrate various styled review system in your website'
236
+ ])
237
+ ->set_products([
238
+ 'url' => 'https://products.wpmet.com/crowdfunding/?ref=wpmet',
239
+ 'title' => 'Fundraising & Donation Platform',
240
+ 'thumbnail' => $this->core_url() . 'integrations/onboard/assets/images/products/wp-fundraising-logo.svg',
241
+ 'description' => 'Enable donation system in your website'
242
+ ])
243
+
244
  ->set_plugin_row_meta('Documentation', 'https://help.wpmet.com/docs-cat/metform/', ['target' => '_blank'])
245
  ->set_plugin_row_meta('Facebook Community', 'https://wpmet.com/fb-group', ['target' => '_blank'])
246
  ->set_plugin_row_meta('Rate the plugin ★★★★★', 'https://wordpress.org/support/plugin/metform/reviews/#new-post', ['target' => '_blank'])
public/assets/css/admin-style.css CHANGED
@@ -1 +1 @@
1
- body.metform_page_metform-menu-settings{overflow-y:scroll}.mf-settings-dashboard{margin-top:40px}.mf-settings-dashboard .attr-row>div{-webkit-box-sizing:border-box;box-sizing:border-box}.mf-settings-dashboard>.attr-row{margin:0}.mf-settings-dashboard .mf-setting-sidebar{position:fixed;width:415px}.nav-tab-wrapper{border:none;padding:0}.mf-admin-setting-btn{border:2px solid #ff433c;color:#ff433c;font-size:14px;line-height:16px;text-decoration:none;text-transform:uppercase;border-radius:100px;padding:10px 23px;-webkit-transition:all .4s;transition:all .4s;font-weight:700;cursor:pointer;background-color:#fff;display:inline-block}.mf-admin-setting-btn span{margin-right:6px}.mf-admin-setting-btn.medium{padding:13px 23px}.mf-admin-setting-btn.fatty{padding:17px 23px}.mf-admin-setting-btn.active,.mf-admin-setting-btn:hover{background-color:#ff433c;color:#fff}.mf-admin-setting-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.mf-settings-tab{margin-bottom:40px}.mf-settings-tab li{-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;background-color:#fff}.mf-settings-tab li:focus,.mf-settings-tab li:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.mf-settings-tab li.nav-tab-active{background-color:#fff;border-left-color:#ff324d;border-radius:10px}.mf-settings-tab li.nav-tab-active .mf-setting-title{color:#ff433c}.mf-settings-tab li.nav-tab-active .mf-setting-nav-link{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px}.mf-settings-tab li.nav-tab-active .mf-setting-nav-link::before{content:"";background-color:#ff433c;height:10px;width:10px;position:absolute;left:17px;border-radius:100px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-settings-tab .mf-setting-nav-link{outline:0;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;color:#121116;border:none;background-color:#f1f1f1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;-webkit-box-shadow:none;box-shadow:none;position:relative;padding:23px 40px;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.mf-settings-tab .mf-setting-nav-link:focus,.mf-settings-tab .mf-setting-nav-link:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.top{border-bottom-right-radius:20px}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.bottom{border-top-right-radius:20px}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-hidden{background-color:#f1f1f1;cursor:default;padding:15px}.mf-settings-tab.nav-tab-active.mf-setting-nav-link{border-radius:10px;background-color:#fff}.mf-settings-tab .mf-setting-tab-content .mf-setting-title{font-size:.8125rem;font-weight:700;color:#333;display:block;margin-bottom:2px;line-height:1;text-transform:uppercase}.mf-settings-tab .mf-setting-tab-content .mf-setting-subtitle{color:#72777c;font-size:.8125rem;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out}.mf-settings-section{opacity:0;visibility:hidden;-webkit-transition:opacity .4s;transition:opacity .4s;position:absolute;top:-9999px;display:none}.mf-settings-section.active{opacity:1;position:static;visibility:visible;display:block}.metform-admin-container{background-color:#fff;padding:50px;border-radius:20px;border:none;min-height:550px;padding-top:30px;margin-bottom:0}.metform-admin-container--body .mf-settings-single-section--title{margin:0;margin-top:0;color:#ff433c;font-size:24px;line-height:28px;font-weight:700;vertical-align:middle;position:relative}.metform-admin-container--body .mf-settings-single-section--title span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;width:40px;height:40px;line-height:40px!important;margin-right:24px;background-color:rgba(255,67,60,.1);color:#ff433c;text-align:center;border-radius:5px;vertical-align:middle;font-size:18px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}.metform-admin-container--body .mf-setting-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:17px;position:relative;margin-left:-50px;margin-right:-50px;padding-left:50px;padding-right:51px}.metform-admin-container--body .mf-setting-header::before{content:"";position:absolute;display:block;width:48px;height:2px;bottom:-1px;left:0;background:#ff433c;margin-left:50px;margin-right:50px;z-index:2}.metform-admin-container--body .mf-setting-header::after{content:"";position:absolute;display:block;width:calc(100% - 100px);height:1px;bottom:-1px;left:0;background:#e0e4e9;margin-left:50px;z-index:1}.metform-admin-container--body .mf-setting-header.fixed{position:fixed;top:0;padding-top:20px;background-color:#fff;z-index:999}.metform-admin-container--body .mf-setting-header.fixed+div{padding-top:88px}.metform-admin-container--body .mf-setting-input{width:100%;max-width:100%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.metform-admin-container--body .mf-setting-label{display:block;margin-bottom:8px;color:#101010;font-size:16px;line-height:19px;font-weight:500}.metform-admin-container--body .mf-admin-control-input{margin:0}.metform-admin-container--body .mf-admin-control-input[type=checkbox]{position:relative;-webkit-box-shadow:none;box-shadow:none;height:16px;width:16px;border:2px solid #ff5d20}.metform-admin-container--body .mf-admin-control-input[type=checkbox]:checked::before{content:"";position:absolute;background-color:#ff3747;width:8px;height:9px;-webkit-box-sizing:border-box;box-sizing:border-box;left:2px;border-radius:2px;text-align:center;margin:0;top:1.6px}.metform-admin-container .mf-setting-input{border-radius:3px;padding:5px 15px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:17px;display:inline-block;-webkit-box-shadow:none;box-shadow:none;color:#121116;border:1px solid #dee3ea;font-weight:400}.metform-admin-container .mf-setting-input:active,.metform-admin-container .mf-setting-input:focus{border-color:#ff324d;-webkit-box-shadow:none;box-shadow:none;outline:0}.metform-admin-container .mf-admin-save-icon{color:#fff;font-size:14px;margin-right:6px;height:14px;width:14px}.metform-admin-container .button-primary{text-decoration:none;text-shadow:none;background-color:#ff324d;border-radius:4px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:500;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;display:-webkit-box;display:-ms-flexbox;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:linear-gradient(45deg,#ff324d,#ff6b11);position:relative;z-index:9}.metform-admin-container .button-primary:focus,.metform-admin-container .button-primary:hover{border:none;outline:0;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3)}.metform-admin-container .button-primary::before{border-radius:inherit;background-image:linear-gradient(45deg,#ff6b11,#ff324d);content:"";display:block;height:100%;position:absolute;top:0;left:0;opacity:0;width:100%;z-index:-1;-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.metform-admin-container .button-primary:hover{background-color:#dc0420}.metform-admin-container .button-primary:hover::before{opacity:1}.mf-recaptcha-settings{display:none}.mf_setting_logo{padding-top:25px}.mf_setting_logo img{max-width:200px}.mf-setting-dashboard-banner{border-radius:20px;padding-top:0}.mf-setting-dashboard-banner img{width:100%}.mf-setting-dashboard-banner--content{padding:30px}.mf-setting-dashboard-banner--content h3{margin:0;margin-bottom:15px}.mf-setting-btn{text-decoration:none;background-color:#ff324d;padding:8px 15px;border:none;-webkit-box-shadow:none;box-shadow:none;background-image:linear-gradient(45deg,#ff324d,#ff6b11);font-weight:500}.mf-setting-btn-link{background-image:none;color:#1f55f8;border-radius:0;background-color:transparent;border:none;padding:0;text-decoration:none;border-bottom:1px solid #1f55f8;font-weight:600;font-size:14px;display:inline-block;line-height:18px;-webkit-transition:all .4s;transition:all .4s}.mf-setting-btn-link:hover{color:#507bff}.mf-setting-separator{margin:50px 0}.mf-setting-input-group{margin-bottom:30px}.mf-setting-input-group:last-child{margin-bottom:0}.mf-setting-input-group .description{font-weight:400;font-size:13px;line-height:15px;color:#999;font-style:normal;margin:0;margin-top:8px}.mf-setting-input-desc{display:none;padding-right:100px}.mf-setting-input-desc .mf-setting-btn-link{margin-top:15px}.mf-setting-input-desc--title{margin-top:0;margin-bottom:8px}.mf-setting-input-desc li,.mf-setting-input-desc p{font-size:14px;line-height:18px;color:#111}.mf-setting-tab-nav{margin-bottom:30px}.mf-setting-tab-nav li{margin-right:15px;cursor:pointer}.mf-setting-tab-nav li:last-child{margin-right:0}.mf-setting-tab-nav .attr-nav-tabs{border:none}.mf-setting-tab-nav .attr-nav-item{border:none;border-radius:4px;text-decoration:none;text-align:center;color:#111;font-size:14px;text-transform:capitalize;font-weight:600;padding:8px 14px;margin-right:0;display:inline-block;-webkit-box-shadow:none;box-shadow:none;z-index:2}.mf-setting-tab-nav .attr-nav-item:hover{color:#fff;background-color:#ff433c}.mf-setting-tab-nav .attr-active .attr-nav-item{color:#fff;background-color:#ff433c;border:none}.mf-setting-tab-nav .attr-active .attr-nav-item:active,.mf-setting-tab-nav .attr-active .attr-nav-item:focus,.mf-setting-tab-nav .attr-active .attr-nav-item:hover{border:none;-webkit-box-shadow:none;box-shadow:none;outline:0;color:#fff;background-color:#ff433c}.mf-setting-input-desc-data{display:none}.mf-setting-select-container{position:relative}.mf-setting-select-container .mf-setting-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0}.mf-setting-select-container::before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #111;position:absolute;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}.mf-setting-refresh-btn{margin:0 10px;font-size:18px;line-height:24px}.mf-set-dash-tab-img{text-align:center}.mf-set-dash-section{padding:100px 0}.mf-set-dash-section:not(:first-child):not(:last-child){padding-bottom:20px;display:none}.mf-setting-dash-section-heading{text-align:center;position:relative;margin:0 auto;margin-bottom:32px}.mf-setting-dash-section-heading--title{font-size:36px;line-height:42px;margin:0;color:#121116;font-weight:700;letter-spacing:-1px}.mf-setting-dash-section-heading--title strong{color:#ff433c}.mf-setting-dash-section-heading--subtitle{color:rgba(0,0,0,.05);font-size:60px;line-height:69px;margin:0;font-weight:700;position:absolute;top:-25px;left:50%;width:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-setting-dash-section-heading--content{width:440px;margin:0 auto;margin-top:8px}.mf-setting-dash-section-heading--content p{font-size:16px;line-height:21px;color:#121116}.mf-setting-dash-section-heading--content p:first-child{margin-top:0}.mf-setting-dash-section-heading--content p:last-child{margin-bottom:0}.mf-set-dash-top-notch{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.mf-set-dash-top-notch--item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;border:1px solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;position:relative;border-right:0;border-bottom:0}.mf-set-dash-top-notch--item__title{font-size:18px;line-height:21px;color:#121116;font-weight:600;margin:0;margin-bottom:17px}.mf-set-dash-top-notch--item__desc{font-weight:400;font-size:16px;line-height:21px;color:#999}.mf-set-dash-top-notch--item::before{content:attr(data-count);font-size:60px;line-height:69px;position:absolute;top:-5px;right:5px;-webkit-text-stroke:2px;-webkit-text-fill-color:transparent;color:#f0f0f0}.mf-set-dash-free-pro-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mf-set-dash-free-pro-content img{max-width:100%}.mf-set-dash-free-pro-content .attr-nav-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;border:1px solid #f0f0f0;width:290px}.mf-set-dash-free-pro-content .attr-nav-link{text-decoration:none;font-size:16px;line-height:18px;color:#121116!important;border:none!important;padding:20px 23px;margin:0;border-radius:0;-webkit-transition:all .4s;transition:all .4s}.mf-set-dash-free-pro-content .attr-nav-link:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;border:none}.mf-set-dash-free-pro-content .attr-nav-link:hover{background-color:transparent}.mf-set-dash-free-pro-content .attr-nav-item{border-bottom:1px solid #f0f0f0}.mf-set-dash-free-pro-content .attr-nav-item:last-child{border-bottom:0}.mf-set-dash-free-pro-content .attr-nav-item:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.mf-set-dash-free-pro-content .attr-nav-item.attr-active>a{border:none}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .attr-nav-link{background-color:#ff433c;color:#fff!important}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-icon{color:#fff}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-set-dash-badge{background-color:#fff}.mf-set-dash-free-pro-content .mf-icon{font-size:14px;color:#ff433c;margin-right:7px}.mf-set-dash-free-pro-content .mf-set-dash-badge{background-color:rgba(242,41,91,.1);color:#f2295b;font-size:10px;line-height:11px;border-radius:2px;display:inline-block;padding:3px 6px;margin-left:18px;font-weight:600;text-transform:uppercase}.mf-set-dash-free-pro-content .attr-tab-content{border:1px solid #f0f0f0;border-left:0;padding:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 292px);flex:0 0 calc(100% - 292px)}.mf-set-dash-free-pro-content .attr-tab-content p{font-size:16px;line-height:24px;font-weight:400;color:#444}.mf-set-dash-free-pro-content .attr-tab-content ul li{color:#444;font-size:16px;line-height:21px}.mf-set-dash-free-pro-content .attr-tab-content ul li::before{content:"";height:5px;width:5px;background-color:#f2295b;border-radius:100px;display:inline-block;vertical-align:middle;margin-right:7px}.mf-set-dash-free-pro-content .attr-tab-content .mf-admin-setting-btn{margin-top:35px}.admin-bar .mf-setting-header.fixed{top:30px}#mf-set-dash-faq{background-color:#f1f1f1;padding-bottom:100px;margin:100px 0;text-align:center;margin-left:-50px;margin-right:-50px}#mf-set-dash-faq .mf-admin-setting-btn{margin-top:30px}.mf-admin-accordion{max-width:700px;margin:0 auto;margin-top:30px}.mf-admin-single-accordion{background-color:#fff;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.07);box-shadow:0 7px 15px rgba(0,0,0,.07);margin:10px 0;text-align:left}.mf-admin-single-accordion.active .mf-admin-single-accordion--heading::after{content:"\e995";color:#f2295b}.mf-admin-single-accordion--heading{cursor:pointer;margin:0;color:#121116;font-size:14px;line-height:20px;padding:18px 20px;position:relative}.mf-admin-single-accordion--heading::after{content:"\e994";font-family:metform;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:12px}.mf-admin-single-accordion--body{padding:0;display:none}.mf-admin-single-accordion--body__content{padding:30px;padding-top:0}.mf-admin-single-accordion--body p{margin:0}#mf-set-dash-rate-now{margin-top:100px;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-bottom:0;padding-top:0;-ms-flex-wrap:wrap;flex-wrap:wrap}#mf-set-dash-rate-now .mf-setting-dash-section-heading{text-align:left}#mf-set-dash-rate-now .mf-admin-left-thumb{margin-bottom:-50px;-ms-flex-item-align:end;align-self:flex-end}#mf-set-dash-rate-now>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.mf-admin-left-thumb img{max-width:100%}.mf-other-tab .description{margin-top:10px}.mf-other-tab .description .description-highlight{color:red}.mf-setting-switch input[type=checkbox]{display:none}.mf-setting-switch input[type=checkbox]:checked+span::before{content:"Yes";width:55px;height:25px;background-color:#ff433c;left:0;border-radius:15px;display:inline-block;text-align:left;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px}.mf-setting-switch input[type=checkbox]:checked+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:2px;top:2px}.mf-setting-switch input[type=checkbox]+span{position:relative;display:block}.mf-setting-switch input[type=checkbox]+span::before{content:"No";width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer}.mf-setting-switch input[type=checkbox]+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:31px;top:2px;-webkit-transition:all .4s;transition:all .4s}@media (min-width:768px){.mf-setting-input-desc-data{display:block}.mf-settings-dashboard>.attr-row>div:last-of-type{padding-left:0}.mf-settings-dashboard>.attr-row>div:first-of-type{padding-right:0}}@media (max-width:767px){.mf-setting-dash-section-heading--content{width:100%}.mf-set-dash-free-pro-content .attr-nav-tabs{min-width:100%}.mf-set-dash-free-pro-content .attr-tab-content{border-left:1px solid #f0f0f0;padding:20px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.mf-settings-dashboard .mf-setting-sidebar{position:static;width:100%!important}.metform-admin-container{padding:30px}.metform-admin-container--body .mf-setting-header{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}.metform-admin-container--body .mf-setting-header::after,.metform-admin-container--body .mf-setting-header::before{margin-left:30px;margin-right:30px}.metform-admin-container--body .mf-setting-header::after{width:calc(100% - 60px)}.mf-set-dash-top-notch--item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.admin-bar .mf-setting-header.fixed{top:0}#mf-set-dash-faq{margin-left:-30px;margin-right:-30px}.mf-admin-left-thumb{margin-bottom:-30px;text-align:center;width:100%;margin-top:15px}.metform-admin-container--body .mf-settings-single-section--title{font-size:19px}.metform-admin-container--body .mf-settings-single-section--title span{display:none}.mf-setting-dash-section-heading--title{font-size:25px;line-height:30px}.mf-setting-dash-section-heading--subtitle{font-size:52px;line-height:59px}}.mf-setting-spin{-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading .attr-modal-content::before{opacity:.8;position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#fff;-webkit-transition:opaicty .5s ease;transition:opaicty .5s ease;z-index:5;border-radius:inherit}.loading .mf-spinner{display:block}#metform_form_modal{overflow-y:scroll}.elementor-editor-active .metform-form-save-btn-editor{display:none!important}.attr-modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;width:725px;max-width:100%}.attr-modal-dialog-centered .attr-modal-header{padding:36px 50px;border-bottom:none}.attr-modal-dialog-centered .attr-modal-header .attr-modal-title{font-size:20px;font-weight:700;color:#111;text-transform:capitalize;margin-bottom:38px;line-height:1}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li{-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a{text-decoration:none;color:#111;font-size:14px;text-transform:capitalize;font-weight:600;padding:8px 10px;border:none;margin-right:0;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:hover{border:none;background-color:transparent}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li.attr-active a{border:none;color:#fff;background-color:#1f55f8;border-radius:4px;text-align:center}.attr-modal-dialog-centered .attr-modal-header button.attr-close{opacity:.8;font-size:inherit;outline:0;margin-top:-15px;margin-right:-25px}.attr-modal-dialog-centered .attr-modal-header button.attr-close span{color:#e81123;font-size:35px;font-weight:100;background-color:#fce7e9;height:36px;width:36px;display:inline-block;line-height:36px;border-radius:100px;outline:0;margin-top:5px;font-family:initial}.attr-modal-dialog-centered .attr-tab-content .attr-modal-body{padding:40px 50px;padding-top:0}.attr-modal-dialog-centered .attr-tab-content div#limit_status.hide_input{display:none}.attr-modal-dialog-centered .attr-tab-content .mf-input-group label.attr-input-label{color:#111;font-size:16px;margin-bottom:7px;display:block;font-weight:500;padding:15px 0 8px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group{border-bottom:1px solid #f5f5f5;padding-bottom:14px;margin-bottom:14px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group:last-of-type{border-bottom:none;padding-bottom:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input{color:#000;font-size:14px;height:48px;padding:0 22px;border-color:#ededed;margin-top:12px;max-width:100%;background-color:#f9f9f9;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:focus,.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:hover,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input:focus,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input:hover{background-color:#fff}.attr-modal-dialog-centered .attr-tab-content .mf-input-group textarea{padding:22px!important}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]{display:none}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span{position:relative;display:block}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::before{content:"No";width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:31px;top:2px;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]:checked+span::before{content:"Yes";width:55px;height:25px;background-color:#1f55f8;left:0;border-radius:15px;display:inline-block;text-align:left;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]:checked+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:2px;top:2px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-rest-api-method{padding:0 18px;margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help{color:#b7b7b7;font-style:italic;font-size:12px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help strong{color:#555;font-weight:700}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help a{color:#1f55f8;text-decoration:none;font-weight:700}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner label.attr-input-label{display:inline-block}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner #limit_status{width:100px;margin:0;position:relative;margin-left:15px;float:right;margin-top:-2px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input{margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]+span::before{position:relative;top:-2px;left:5px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]+span::after{right:28px;top:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]:checked+span::after{right:-2px;top:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label,.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs{-webkit-box-flex:1;-ms-flex:1;flex:1}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label select,.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs select{margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=number]+span,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=text]+span{display:block;margin-top:5px}.attr-modal-dialog-centered .attr-tab-content #limit_status.show_input{margin-top:32px}.attr-modal-dialog-centered .attr-modal-footer{padding:30px 50px}.attr-modal-dialog-centered .attr-modal-footer button{color:#fff;background-color:#1f55f8;font-size:16px;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 20px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent;-webkit-transition:all .4s;transition:all .4s;outline:0}.attr-modal-dialog-centered .attr-modal-footer button:focus{border:none;outline:0}.attr-modal-dialog-centered .attr-modal-footer button.metform-form-save-btn-editor{background-color:#d8d8d8;color:#111}.attr-modal-dialog-centered>form{width:100%}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:9999}.attr-modal{z-index:10000}.mf_multipile_ajax_search_filed .select2-container--default .select2-selection--multiple .select2-selection__choice{line-height:1.5;font-size:.9em;border:none;border-radius:0;color:#6d7882}.mf-headerfooter-status{display:inline-block;margin-left:5px;padding:2px 5px 3px;color:#fff;background-color:#9a9a9a;border-radius:3px;font-size:10px;line-height:1;font-weight:700}.mf-headerfooter-status-active{background-color:#00cd00}.irs--round .irs-max,.irs--round .irs-min{display:none}.irs--round .irs-handle{cursor:pointer}.mf-success-msg{position:fixed;z-index:9;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 2px 5px rgba(153,153,153,.2);box-shadow:0 2px 5px rgba(153,153,153,.2);min-width:300px}textarea.attr-form-control{height:auto!important}.post-type-metform-form .row-actions .inline{display:none!important}div.metform-entry-browser-data table tbody,div.metform-entry-browser-data table thead,div.metform-entry-data table tbody,div.metform-entry-data table thead{text-align:left}img.form-editor-icon{height:20px;width:20px;margin-right:5px;vertical-align:middle}div.mf-file-show button.attr-btn.attr-btn-primary{margin-left:10px}.mf-file-show a{text-decoration:none}.mf-modal-container{margin-top:50px}.mf-modal-container .attr-modal-body img{margin:0 auto}.mf-entry-input,.mf-entry-label{-webkit-box-sizing:border-box;box-sizing:border-box}.mf-entry-filter{margin-right:10px;min-width:15%}.mf-entry-export-csv{min-width:20%}.metform_open_content_editor_modal .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::before{line-height:20px}.mf-image-select-input,.mf-toggle-select-input{position:absolute;opacity:0;width:0;height:0}.mf-image-select-input+img,.mf-toggle-select-input+p{cursor:pointer}.mf-input-rest-api-group .mf-rest-api-key{width:100px;display:inline-block;position:relative;top:17px}.mf-input-rest-api-group .mf-rest-api{width:calc(100% - 110px);vertical-align:middle;display:inline-block!important}.metform_open_content_editor_modal .mf-rest-api-key{top:19px}.metform-entry-data table.mf-entry-data{width:100%;background-color:#fff;border:1px solid #eaf2fa;color:#000}.metform-entry-data table.mf-entry-data tbody tr.mf-data-label{background-color:#eaf2fa}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value{background-color:#fff}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value pre{margin:0;font:inherit}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value td.mf-value-space{width:20px}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value .signature-img{max-width:100%}.mf-cf-single-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;margin-bottom:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-cf-single-field .mf-cf-single-field-input{width:48%}.mf-cf-single-field .mf-cf-single-field-input label{color:#111;font-size:12px;display:block;font-weight:500}.mf-cf-single-field .mf-cf-single-field-input input,.mf-cf-single-field .mf-cf-single-field-input select{margin-top:8px!important}.mf-cf-single-field .mf-btn-del-singl-field{outline:0;color:#fd397a;background-color:rgba(253,57,122,.1);text-decoration:none;font-size:12px;font-weight:700;padding:0 10px;position:absolute;right:0;top:0;line-height:19px;display:inline-block;border-radius:4px}.mf-cf-single-field .mf-btn-del-singl-field:hover{color:#fff;background-color:#fd397a}.mf-cf-single-field .mf-btn-del-singl-field:focus{color:#fff;background-color:#c9302c}.mf-add-cf{color:#716aca;background-color:rgba(113,106,202,.1);font-size:20px;line-height:.65em;padding:10px 10px;border:none!important;-webkit-box-shadow:none;box-shadow:none;font-weight:700;cursor:pointer;border-radius:4px;outline:0}.mf-add-cf span{-webkit-transform:translateY(-2px);transform:translateY(-2px);display:block}.mf-add-cf:hover{color:#fff;background-color:#716aca}.mf-add-cf:focus{color:#fff;background-color:#286090}.achor-style{color:#1f55f8;text-decoration:none;font-weight:700}
1
+ body.metform_page_metform-menu-settings{overflow-y:scroll}.mf-settings-dashboard{margin-top:40px}.mf-settings-dashboard .attr-row>div{-webkit-box-sizing:border-box;box-sizing:border-box}.mf-settings-dashboard>.attr-row{margin:0}.mf-settings-dashboard .mf-setting-sidebar{position:fixed;width:415px}.nav-tab-wrapper{border:none;padding:0}.mf-admin-setting-btn{border:2px solid #ff433c;color:#ff433c;font-size:14px;line-height:16px;text-decoration:none;text-transform:uppercase;border-radius:100px;padding:10px 23px;-webkit-transition:all .4s;transition:all .4s;font-weight:700;cursor:pointer;background-color:#fff;display:inline-block}.mf-admin-setting-btn span{margin-right:6px}.mf-admin-setting-btn.medium{padding:13px 23px}.mf-admin-setting-btn.fatty{padding:17px 23px}.mf-admin-setting-btn.active,.mf-admin-setting-btn:hover{background-color:#ff433c;color:#fff}.mf-admin-setting-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.mf-settings-tab{margin-bottom:40px}.mf-settings-tab li{-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;background-color:#fff}.mf-settings-tab li:focus,.mf-settings-tab li:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.mf-settings-tab li.nav-tab-active{background-color:#fff;border-left-color:#ff324d;border-radius:10px}.mf-settings-tab li.nav-tab-active .mf-setting-title{color:#ff433c}.mf-settings-tab li.nav-tab-active .mf-setting-nav-link{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px}.mf-settings-tab li.nav-tab-active .mf-setting-nav-link::before{content:"";background-color:#ff433c;height:10px;width:10px;position:absolute;left:17px;border-radius:100px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mf-settings-tab .mf-setting-nav-link{outline:0;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;color:#121116;border:none;background-color:#f1f1f1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;-webkit-box-shadow:none;box-shadow:none;position:relative;padding:23px 40px;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.mf-settings-tab .mf-setting-nav-link:focus,.mf-settings-tab .mf-setting-nav-link:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.top{border-bottom-right-radius:20px}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.bottom{border-top-right-radius:20px}.mf-settings-tab .mf-setting-nav-link.mf-setting-nav-hidden{background-color:#f1f1f1;cursor:default;padding:15px}.mf-settings-tab.nav-tab-active.mf-setting-nav-link{border-radius:10px;background-color:#fff}.mf-settings-tab .mf-setting-tab-content .mf-setting-title{font-size:.8125rem;font-weight:700;color:#333;display:block;margin-bottom:2px;line-height:1;text-transform:uppercase}.mf-settings-tab .mf-setting-tab-content .mf-setting-subtitle{color:#72777c;font-size:.8125rem;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out}.mf-settings-section{opacity:0;visibility:hidden;-webkit-transition:opacity .4s;transition:opacity .4s;position:absolute;top:-9999px;display:none}.mf-settings-section.active{opacity:1;position:static;visibility:visible;display:block}.metform-admin-container{background-color:#fff;padding:50px;border-radius:20px;border:none;min-height:550px;padding-top:30px;margin-bottom:0}.metform-admin-container--body .mf-settings-single-section--title{margin:0;margin-top:0;color:#ff433c;font-size:24px;line-height:28px;font-weight:700;vertical-align:middle;position:relative}.metform-admin-container--body .mf-settings-single-section--title span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;width:40px;height:40px;line-height:40px!important;margin-right:24px;background-color:rgba(255,67,60,.1);color:#ff433c;text-align:center;border-radius:5px;vertical-align:middle;font-size:18px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}.metform-admin-container--body .mf-setting-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:17px;position:relative;margin-left:-50px;margin-right:-50px;padding-left:50px;padding-right:51px}.metform-admin-container--body .mf-setting-header::before{content:"";position:absolute;display:block;width:48px;height:2px;bottom:-1px;left:0;background:#ff433c;margin-left:50px;margin-right:50px;z-index:2}.metform-admin-container--body .mf-setting-header::after{content:"";position:absolute;display:block;width:calc(100% - 100px);height:1px;bottom:-1px;left:0;background:#e0e4e9;margin-left:50px;z-index:1}.metform-admin-container--body .mf-setting-header.fixed{position:fixed;top:0;padding-top:20px;background-color:#fff;z-index:999}.metform-admin-container--body .mf-setting-header.fixed+div{padding-top:88px}.metform-admin-container--body .mf-setting-input{width:100%;max-width:100%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.metform-admin-container--body .mf-setting-label{display:block;margin-bottom:8px;color:#101010;font-size:16px;line-height:19px;font-weight:500}.metform-admin-container--body .mf-admin-control-input{margin:0}.metform-admin-container--body .mf-admin-control-input[type=checkbox]{position:relative;-webkit-box-shadow:none;box-shadow:none;height:16px;width:16px;border:2px solid #ff5d20}.metform-admin-container--body .mf-admin-control-input[type=checkbox]:checked::before{content:"";position:absolute;background-color:#ff3747;width:8px;height:9px;-webkit-box-sizing:border-box;box-sizing:border-box;left:2px;border-radius:2px;text-align:center;margin:0;top:1.6px}.metform-admin-container .mf-setting-input{border-radius:3px;padding:5px 15px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:17px;display:inline-block;-webkit-box-shadow:none;box-shadow:none;color:#121116;border:1px solid #dee3ea;font-weight:400}.metform-admin-container .mf-setting-input:active,.metform-admin-container .mf-setting-input:focus{border-color:#ff324d;-webkit-box-shadow:none;box-shadow:none;outline:0}.metform-admin-container .mf-admin-save-icon{color:#fff;font-size:14px;margin-right:6px;height:14px;width:14px}.metform-admin-container .button-primary{text-decoration:none;text-shadow:none;background-color:#ff324d;border-radius:4px;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff;font-weight:500;border:none;padding:12px 23px;-webkit-transition:all .4s;transition:all .4s;display:-webkit-box;display:-ms-flexbox;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:linear-gradient(45deg,#ff324d,#ff6b11);position:relative;z-index:9}.metform-admin-container .button-primary:focus,.metform-admin-container .button-primary:hover{border:none;outline:0;-webkit-box-shadow:0 7px 15px rgba(242,41,91,.3);box-shadow:0 7px 15px rgba(242,41,91,.3)}.metform-admin-container .button-primary::before{border-radius:inherit;background-image:linear-gradient(45deg,#ff6b11,#ff324d);content:"";display:block;height:100%;position:absolute;top:0;left:0;opacity:0;width:100%;z-index:-1;-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.metform-admin-container .button-primary:hover{background-color:#dc0420}.metform-admin-container .button-primary:hover::before{opacity:1}.mf-recaptcha-settings{display:none}.mf_setting_logo{padding-top:25px}.mf_setting_logo img{max-width:200px}.mf-setting-dashboard-banner{border-radius:20px;padding-top:0}.mf-setting-dashboard-banner img{width:100%}.mf-setting-dashboard-banner--content{padding:30px}.mf-setting-dashboard-banner--content h3{margin:0;margin-bottom:15px}.mf-setting-btn{text-decoration:none;background-color:#ff324d;padding:8px 15px;border:none;-webkit-box-shadow:none;box-shadow:none;background-image:linear-gradient(45deg,#ff324d,#ff6b11);font-weight:500}.mf-setting-btn-link{background-image:none;color:#1f55f8;border-radius:0;background-color:transparent;border:none;padding:0;text-decoration:none;border-bottom:1px solid #1f55f8;font-weight:600;font-size:14px;display:inline-block;line-height:18px;-webkit-transition:all .4s;transition:all .4s}.mf-setting-btn-link:hover{color:#507bff}.mf-setting-separator{margin:50px 0}.mf-setting-input-group{margin-bottom:30px}.mf-setting-input-group:last-child{margin-bottom:0}.mf-setting-input-group .description{font-weight:400;font-size:13px;line-height:15px;color:#999;font-style:normal;margin:0;margin-top:8px}.mf-setting-input-desc{display:none;padding-right:100px}.mf-setting-input-desc .mf-setting-btn-link{margin-top:15px}.mf-setting-input-desc--title{margin-top:0;margin-bottom:8px}.mf-setting-input-desc li,.mf-setting-input-desc p{font-size:14px;line-height:18px;color:#111}.mf-setting-tab-nav{margin-bottom:30px}.mf-setting-tab-nav li{margin-right:15px;cursor:pointer}.mf-setting-tab-nav li:last-child{margin-right:0}.mf-setting-tab-nav .attr-nav-tabs{border:none}.mf-setting-tab-nav .attr-nav-item{border:none;border-radius:4px;text-decoration:none;text-align:center;color:#111;font-size:14px;text-transform:capitalize;font-weight:600;padding:8px 14px;margin-right:0;display:inline-block;-webkit-box-shadow:none;box-shadow:none;z-index:2}.mf-setting-tab-nav .attr-nav-item:hover{color:#fff;background-color:#ff433c}.mf-setting-tab-nav .attr-active .attr-nav-item{color:#fff;background-color:#ff433c;border:none}.mf-setting-tab-nav .attr-active .attr-nav-item:active,.mf-setting-tab-nav .attr-active .attr-nav-item:focus,.mf-setting-tab-nav .attr-active .attr-nav-item:hover{border:none;-webkit-box-shadow:none;box-shadow:none;outline:0;color:#fff;background-color:#ff433c}.mf-setting-input-desc-data{display:none}.mf-setting-select-container{position:relative}.mf-setting-select-container .mf-setting-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0}.mf-setting-select-container::before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #111;position:absolute;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}.mf-setting-refresh-btn{margin:0 10px;font-size:18px;line-height:24px}.mf-set-dash-tab-img{text-align:center}.mf-set-dash-section{padding:100px 0}.mf-set-dash-section:not(:first-child):not(:last-child){padding-bottom:20px;display:none}.mf-setting-dash-section-heading{text-align:center;position:relative;margin:0 auto;margin-bottom:32px}.mf-setting-dash-section-heading--title{font-size:36px;line-height:42px;margin:0;color:#121116;font-weight:700;letter-spacing:-1px}.mf-setting-dash-section-heading--title strong{color:#ff433c}.mf-setting-dash-section-heading--subtitle{color:rgba(0,0,0,.05);font-size:60px;line-height:69px;margin:0;font-weight:700;position:absolute;top:-25px;left:50%;width:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mf-setting-dash-section-heading--content{width:440px;margin:0 auto;margin-top:8px}.mf-setting-dash-section-heading--content p{font-size:16px;line-height:21px;color:#121116}.mf-setting-dash-section-heading--content p:first-child{margin-top:0}.mf-setting-dash-section-heading--content p:last-child{margin-bottom:0}.mf-set-dash-top-notch{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.mf-set-dash-top-notch--item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;border:1px solid #f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;position:relative;border-right:0;border-bottom:0}.mf-set-dash-top-notch--item__title{font-size:18px;line-height:21px;color:#121116;font-weight:600;margin:0;margin-bottom:17px}.mf-set-dash-top-notch--item__desc{font-weight:400;font-size:16px;line-height:21px;color:#999}.mf-set-dash-top-notch--item::before{content:attr(data-count);font-size:60px;line-height:69px;position:absolute;top:-5px;right:5px;-webkit-text-stroke:2px;-webkit-text-fill-color:transparent;color:#f0f0f0}.mf-set-dash-free-pro-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mf-set-dash-free-pro-content img{max-width:100%}.mf-set-dash-free-pro-content .attr-nav-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;border:1px solid #f0f0f0;width:290px}.mf-set-dash-free-pro-content .attr-nav-link{text-decoration:none;font-size:16px;line-height:18px;color:#121116!important;border:none!important;padding:20px 23px;margin:0;border-radius:0;-webkit-transition:all .4s;transition:all .4s}.mf-set-dash-free-pro-content .attr-nav-link:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;border:none}.mf-set-dash-free-pro-content .attr-nav-link:hover{background-color:transparent}.mf-set-dash-free-pro-content .attr-nav-item{border-bottom:1px solid #f0f0f0}.mf-set-dash-free-pro-content .attr-nav-item:last-child{border-bottom:0}.mf-set-dash-free-pro-content .attr-nav-item:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.mf-set-dash-free-pro-content .attr-nav-item.attr-active>a{border:none}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .attr-nav-link{background-color:#ff433c;color:#fff!important}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-icon{color:#fff}.mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-set-dash-badge{background-color:#fff}.mf-set-dash-free-pro-content .mf-icon{font-size:14px;color:#ff433c;margin-right:7px}.mf-set-dash-free-pro-content .mf-set-dash-badge{background-color:rgba(242,41,91,.1);color:#f2295b;font-size:10px;line-height:11px;border-radius:2px;display:inline-block;padding:3px 6px;margin-left:18px;font-weight:600;text-transform:uppercase}.mf-set-dash-free-pro-content .attr-tab-content{border:1px solid #f0f0f0;border-left:0;padding:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 292px);flex:0 0 calc(100% - 292px)}.mf-set-dash-free-pro-content .attr-tab-content p{font-size:16px;line-height:24px;font-weight:400;color:#444}.mf-set-dash-free-pro-content .attr-tab-content ul li{color:#444;font-size:16px;line-height:21px}.mf-set-dash-free-pro-content .attr-tab-content ul li::before{content:"";height:5px;width:5px;background-color:#f2295b;border-radius:100px;display:inline-block;vertical-align:middle;margin-right:7px}.mf-set-dash-free-pro-content .attr-tab-content .mf-admin-setting-btn{margin-top:35px}.admin-bar .mf-setting-header.fixed{top:30px}#mf-set-dash-faq{background-color:#f1f1f1;padding-bottom:100px;margin:100px 0;text-align:center;margin-left:-50px;margin-right:-50px}#mf-set-dash-faq .mf-admin-setting-btn{margin-top:30px}.mf-admin-accordion{max-width:700px;margin:0 auto;margin-top:30px}.mf-admin-single-accordion{background-color:#fff;-webkit-box-shadow:0 7px 15px rgba(0,0,0,.07);box-shadow:0 7px 15px rgba(0,0,0,.07);margin:10px 0;text-align:left}.mf-admin-single-accordion.active .mf-admin-single-accordion--heading::after{content:"\e995";color:#f2295b}.mf-admin-single-accordion--heading{cursor:pointer;margin:0;color:#121116;font-size:14px;line-height:20px;padding:18px 20px;position:relative}.mf-admin-single-accordion--heading::after{content:"\e994";font-family:metform;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:12px}.mf-admin-single-accordion--body{padding:0;display:none}.mf-admin-single-accordion--body__content{padding:30px;padding-top:0}.mf-admin-single-accordion--body p{margin:0}#mf-set-dash-rate-now{margin-top:100px;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-bottom:0;padding-top:0;-ms-flex-wrap:wrap;flex-wrap:wrap}#mf-set-dash-rate-now .mf-setting-dash-section-heading{text-align:left}#mf-set-dash-rate-now .mf-admin-left-thumb{margin-bottom:-50px;-ms-flex-item-align:end;align-self:flex-end}#mf-set-dash-rate-now>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.mf-admin-left-thumb img{max-width:100%}.mf-other-tab .description{margin-top:10px}.mf-other-tab .description .description-highlight{color:red}.mf-setting-switch input[type=checkbox]{display:none}.mf-setting-switch input[type=checkbox]:checked+span::before{content:"Yes";width:55px;height:25px;background-color:#ff433c;left:0;border-radius:15px;display:inline-block;text-align:left;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px}.mf-setting-switch input[type=checkbox]:checked+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:2px;top:2px}.mf-setting-switch input[type=checkbox]+span{position:relative;display:block}.mf-setting-switch input[type=checkbox]+span::before{content:"No";width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer}.mf-setting-switch input[type=checkbox]+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:31px;top:2px;-webkit-transition:all .4s;transition:all .4s}@media (min-width:768px){.mf-setting-input-desc-data{display:block}.mf-settings-dashboard>.attr-row>div:last-of-type{padding-left:0}.mf-settings-dashboard>.attr-row>div:first-of-type{padding-right:0}}@media (max-width:767px){.mf-setting-dash-section-heading--content{width:100%}.mf-set-dash-free-pro-content .attr-nav-tabs{min-width:100%}.mf-set-dash-free-pro-content .attr-tab-content{border-left:1px solid #f0f0f0;padding:20px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.mf-settings-dashboard .mf-setting-sidebar{position:static;width:100%!important}.metform-admin-container{padding:30px}.metform-admin-container--body .mf-setting-header{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}.metform-admin-container--body .mf-setting-header::after,.metform-admin-container--body .mf-setting-header::before{margin-left:30px;margin-right:30px}.metform-admin-container--body .mf-setting-header::after{width:calc(100% - 60px)}.mf-set-dash-top-notch--item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.admin-bar .mf-setting-header.fixed{top:0}#mf-set-dash-faq{margin-left:-30px;margin-right:-30px}.mf-admin-left-thumb{margin-bottom:-30px;text-align:center;width:100%;margin-top:15px}.metform-admin-container--body .mf-settings-single-section--title{font-size:19px}.metform-admin-container--body .mf-settings-single-section--title span{display:none}.mf-setting-dash-section-heading--title{font-size:25px;line-height:30px}.mf-setting-dash-section-heading--subtitle{font-size:52px;line-height:59px}}.mf-setting-spin{-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading .attr-modal-content::before{opacity:.8;position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#fff;-webkit-transition:opaicty .5s ease;transition:opaicty .5s ease;z-index:5;border-radius:inherit}.loading .mf-spinner{display:block}#metform_form_modal{overflow-y:scroll}.elementor-editor-active .metform-form-save-btn-editor{display:none!important}.attr-modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;width:725px;max-width:100%}.attr-modal-dialog-centered .attr-modal-header{padding:36px 50px;border-bottom:none}.attr-modal-dialog-centered .attr-modal-header .attr-modal-title{font-size:20px;font-weight:700;color:#111;text-transform:capitalize;margin-bottom:38px;line-height:1}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li{-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a{text-decoration:none;color:#111;font-size:14px;text-transform:capitalize;font-weight:600;padding:8px 10px;border:none;margin-right:0;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:hover{border:none;background-color:transparent}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border:none}.attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li.attr-active a{border:none;color:#fff;background-color:#1f55f8;border-radius:4px;text-align:center}.attr-modal-dialog-centered .attr-modal-header button.attr-close{opacity:.8;font-size:inherit;outline:0;margin-top:-15px;margin-right:-25px}.attr-modal-dialog-centered .attr-modal-header button.attr-close span{color:#e81123;font-size:35px;font-weight:100;background-color:#fce7e9;height:36px;width:36px;display:inline-block;line-height:36px;border-radius:100px;outline:0;margin-top:5px;font-family:initial}.attr-modal-dialog-centered .attr-tab-content .attr-modal-body{padding:40px 50px;padding-top:0}.attr-modal-dialog-centered .attr-tab-content div#limit_status.hide_input{display:none}.attr-modal-dialog-centered .attr-tab-content .mf-input-group label.attr-input-label{color:#111;font-size:16px;margin-bottom:7px;display:block;font-weight:500;padding:15px 0 8px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group{border-bottom:1px solid #f5f5f5;padding-bottom:14px;margin-bottom:14px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group:last-of-type{border-bottom:none;padding-bottom:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input{color:#000;font-size:14px;height:48px;padding:0 22px;border-color:#ededed;margin-top:12px;max-width:100%;background-color:#f9f9f9;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:focus,.attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:hover,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input:focus,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input:hover{background-color:#fff}.attr-modal-dialog-centered .attr-tab-content .mf-input-group textarea{padding:22px!important}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]{display:none}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span{position:relative;display:block}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::before{content:"No";width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:31px;top:2px;-webkit-transition:all .4s;transition:all .4s}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]:checked+span::before{content:"Yes";width:55px;height:25px;background-color:#1f55f8;left:0;border-radius:15px;display:inline-block;text-align:left;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]:checked+span::after{content:"";width:20px;height:20px;background-color:#fff;border-radius:100px;display:inline-block;position:absolute;right:2px;top:2px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-rest-api-method{padding:0 18px;margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group #mf-hubsopt-fileds{margin-top:10px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group #mf-hubsopt-fileds .mf-input-warning{color:red}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help{color:#b7b7b7;font-style:italic;font-size:12px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help strong{color:#555;font-weight:700}.attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help a{color:#1f55f8;text-decoration:none;font-weight:700}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner label.attr-input-label{display:inline-block}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner #limit_status{width:100px;margin:0;position:relative;margin-left:15px;float:right;margin-top:-2px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input{margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]+span::before{position:relative;top:-2px;left:5px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]+span::after{right:28px;top:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type=checkbox]:checked+span::after{right:-2px;top:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label,.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs{-webkit-box-flex:1;-ms-flex:1;flex:1}.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label select,.attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs select{margin:0}.attr-modal-dialog-centered .attr-tab-content .mf-input-group .metfrom-btn-refresh-hubsopt-list{margin-left:5px}.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=number]+span,.attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=text]+span{display:block;margin-top:5px}.attr-modal-dialog-centered .attr-tab-content #limit_status.show_input{margin-top:32px}.attr-modal-dialog-centered .attr-modal-footer{padding:30px 50px}.attr-modal-dialog-centered .attr-modal-footer button{color:#fff;background-color:#1f55f8;font-size:16px;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 20px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent;-webkit-transition:all .4s;transition:all .4s;outline:0}.attr-modal-dialog-centered .attr-modal-footer button:focus{border:none;outline:0}.attr-modal-dialog-centered .attr-modal-footer button.metform-form-save-btn-editor{background-color:#d8d8d8;color:#111}.attr-modal-dialog-centered>form{width:100%}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:9999}.attr-modal{z-index:10000}.mf_multipile_ajax_search_filed .select2-container--default .select2-selection--multiple .select2-selection__choice{line-height:1.5;font-size:.9em;border:none;border-radius:0;color:#6d7882}.mf-headerfooter-status{display:inline-block;margin-left:5px;padding:2px 5px 3px;color:#fff;background-color:#9a9a9a;border-radius:3px;font-size:10px;line-height:1;font-weight:700}.mf-headerfooter-status-active{background-color:#00cd00}.irs--round .irs-max,.irs--round .irs-min{display:none}.irs--round .irs-handle{cursor:pointer}.mf-success-msg{position:fixed;z-index:9;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 2px 5px rgba(153,153,153,.2);box-shadow:0 2px 5px rgba(153,153,153,.2);min-width:300px}textarea.attr-form-control{height:auto!important}.post-type-metform-form .row-actions .inline{display:none!important}div.metform-entry-browser-data table tbody,div.metform-entry-browser-data table thead,div.metform-entry-data table tbody,div.metform-entry-data table thead{text-align:left}img.form-editor-icon{height:20px;width:20px;margin-right:5px;vertical-align:middle}div.mf-file-show button.attr-btn.attr-btn-primary{margin-left:10px}.mf-file-show a{text-decoration:none}.mf-modal-container{margin-top:50px}.mf-modal-container .attr-modal-body img{margin:0 auto}.mf-entry-input,.mf-entry-label{-webkit-box-sizing:border-box;box-sizing:border-box}.mf-entry-filter{margin-right:10px;min-width:15%}.mf-entry-export-csv{min-width:20%}.metform_open_content_editor_modal .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type=checkbox]+span::before{line-height:20px}.mf-image-select-input,.mf-toggle-select-input{position:absolute;opacity:0;width:0;height:0}.mf-image-select-input+img,.mf-toggle-select-input+p{cursor:pointer}.mf-input-rest-api-group .mf-rest-api-key{width:100px;display:inline-block;position:relative;top:17px}.mf-input-rest-api-group .mf-rest-api{width:calc(100% - 110px);vertical-align:middle;display:inline-block!important}.metform_open_content_editor_modal .mf-rest-api-key{top:19px}.metform-entry-data table.mf-entry-data{width:100%;background-color:#fff;border:1px solid #eaf2fa;color:#000}.metform-entry-data table.mf-entry-data tbody tr.mf-data-label{background-color:#eaf2fa}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value{background-color:#fff}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value pre{margin:0;font:inherit}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value td.mf-value-space{width:20px}.metform-entry-data table.mf-entry-data tbody tr.mf-data-value .signature-img{max-width:100%}.mf-cf-single-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;margin-bottom:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mf-cf-single-field .mf-cf-single-field-input{width:48%}.mf-cf-single-field .mf-cf-single-field-input label{color:#111;font-size:12px;display:block;font-weight:500}.mf-cf-single-field .mf-cf-single-field-input input,.mf-cf-single-field .mf-cf-single-field-input select{margin-top:8px!important}.mf-cf-single-field .mf-btn-del-singl-field{outline:0;color:#fd397a;background-color:rgba(253,57,122,.1);text-decoration:none;font-size:12px;font-weight:700;padding:0 10px;position:absolute;right:0;top:0;line-height:19px;display:inline-block;border-radius:4px}.mf-cf-single-field .mf-btn-del-singl-field:hover{color:#fff;background-color:#fd397a}.mf-cf-single-field .mf-btn-del-singl-field:focus{color:#fff;background-color:#c9302c}.mf-add-cf{color:#716aca;background-color:rgba(113,106,202,.1);font-size:20px;line-height:.65em;padding:10px 10px;border:none!important;-webkit-box-shadow:none;box-shadow:none;font-weight:700;cursor:pointer;border-radius:4px;outline:0}.mf-add-cf span{-webkit-transform:translateY(-2px);transform:translateY(-2px);display:block}.mf-add-cf:hover{color:#fff;background-color:#716aca}.mf-add-cf:focus{color:#fff;background-color:#286090}.achor-style{color:#1f55f8;text-decoration:none;font-weight:700}.metform-add-new-form-model-contents .metform-template-input-con label{display:none}.metform-add-new-form-model-contents .metform-template-form-type label{display:none}.metform-add-new-form-model-contents .metform-editor-input{max-width:100%;height:56px;width:100%;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:5px;border:none;padding:0 25px;color:#101010;font-size:18px;line-height:42px;border:1px solid #ccc}.metform-add-new-form-model-contents .metform-editor-input:focus{border:1px solid #a4afb7!important;-webkit-box-shadow:0 15px 25px rgba(0,0,0,.07);box-shadow:0 15px 25px rgba(0,0,0,.07)}.metform-add-new-form-model-contents .metform-editor-input:nth-child(2){margin-top:16px}.metform-templates-list{font-family:roboto,sans-serif}.metform-templates-list .metform-template-radio-data:hover .metform-template-footer-links a{text-decoration:none}.metform-templates-list .metform-template-radio-data:hover .metform-template-footer-links a:hover{color:#93003c}.formpicker_iframe_modal .dialog-widget-content{position:static!important}.formpicker_iframe_modal a{text-decoration:none}.formpicker_iframe_modal>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:38px}.formpicker_iframe_modal .metform-form-update-close-btn{position:absolute;right:10px;top:7px;font-size:14px;text-transform:uppercase;background-color:#39b54a;color:#fff;padding:10px 25px;border-radius:100px;z-index:1;cursor:pointer;line-height:15px;padding-top:10px;-webkit-transition:all .4s;transition:all .4s}.formpicker_iframe_modal .metform-form-edit-btn{position:absolute;left:135px;top:0;color:#4285f4;font-size:15px;text-transform:uppercase;padding:18px 0}.formpicker_iframe_modal .metform-form-edit-btn i{margin-right:5px;font-size:18px;margin-top:-2px}#metform-new-form-modalinput-form{position:relative;top:50px;z-index:999;width:622px;background-color:#fff;-webkit-box-shadow:-15px 20px 50px rgba(0,0,0,.16);box-shadow:-15px 20px 50px rgba(0,0,0,.16);padding:15px 0 40px;border-radius:5px;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#metform-new-form-modalinput-form .metform-add-new-form-model-contents{background-color:#fff;border-radius:10px;min-width:auto;padding:10px 38px 38px;overflow-y:scroll;max-height:50vh;border-bottom:1px solid #f2f2f2;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#metform-new-form-modalinput-form .metform-add-new-form-model-contents::-webkit-scrollbar{display:none}#metform-new-form-modalinput-form .metform-template-radio-data--pro_tag{background:linear-gradient(45deg,#ff6b11 0,#ff324d 100%);color:#fff;padding:0 5px;display:inline-block;position:absolute;right:2px;top:2px;text-transform:uppercase;font-size:10px;border-radius:3px;text-align:center}#metform_form_modal{z-index:2147483647!important;background:rgba(0,0,0,.507)}.metform-add-new-form-model-title{font-size:28px}.elementor-loading-title{display:none}.metform-add-new-form-model-contents{background-color:#fff;min-width:700px;border-radius:10px;padding:10px 38px 38px}.metform-add-new-form-model-contents .metform-editor-input{height:56px;width:100%;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:5px;padding:0 22px;color:#101010;font-size:18px;line-height:42px;border:1px solid #ccc}.metform-add-new-form-model-contents .metform-editor-input:focus{outline:0;border:none}.metform-templates-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px}.metform-templates-list li{margin-left:16px;margin-bottom:16px;-webkit-box-flex:0;-ms-flex:0 0 30.4%;flex:0 0 30.4%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.metform-templates-list li input{display:none;cursor:pointer}.metform-template-radio-data{min-height:101px;border:1px solid #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;height:100%;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.metform-templates-list li input:checked+.metform-template-radio-data{border:1px solid #4285f4}.metform-templates-list img{max-width:100%;padding:5px;max-height:180px}.metform-template-footer-content{-ms-flex-item-align:normal;align-self:normal;padding:0 10px;min-height:45px;border-top:1px solid rgba(204,204,204,.5);justify-self:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.metform-template-footer-title{position:static;opacity:1;visibility:visible;-webkit-transition:opacity 1s;transition:opacity 1s}.metform-template-radio-data:hover .metform-template-footer-title{opacity:0;visibility:hidden;position:absolute}.metform-template-footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;opacity:0;visibility:hidden;position:absolute;-webkit-transition:opacity .4s;transition:opacity .4s}.metform-template-radio-data:hover .metform-template-footer-links{opacity:1;visibility:visible;position:static}.metform-template-footer-title h2{font-size:13px;text-align:left;font-weight:500;color:#6d7882}.metform-template-footer-links a{color:#4285f4;font-size:13px;line-height:15px}.metform-template-footer-links--icon{margin-right:5px}.metform-add-new-form-save-btn,.metform-open-new-form-editor-modal{background-color:#4285f4;border:none;font-size:16px;line-height:42px;color:#fff;border-radius:5px;padding:5px 30px 3px;min-width:170px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:30px;cursor:pointer}.metform-add-new-form-save-btn{background-color:#d8d8d8;color:#111}.metform-open-new-form-editor-modal>span{margin-right:12px}.metform-add-new-form-modal-close-btn{color:#ff433c;border:2px solid #ff433c;width:30px;height:30px;line-height:27px;text-align:center;border-radius:100px;font-size:17px;position:absolute;top:-10px;right:-10px;background-color:#fff;cursor:pointer;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.2)}.metform-add-new-form-modal-close-btn::after,.metform-add-new-form-modal-close-btn::before{content:'';position:absolute;top:0;left:0;width:18px;height:2px;background-color:#ff433c;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:calc(50% - 1px);left:calc(50% - 9px)}.metform-add-new-form-modal-close-btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#formpicker-control-iframe{width:100%;height:75vh}.metform-entry-data table.mf-entry-data tbody tr.mf_wrong_result{background-color:#f2dede}.metform-entry-data table.mf-entry-data tbody tr.mf_correct_result{background-color:#b7f09e}
public/assets/css/style.css CHANGED
@@ -1 +1 @@
1
- @-webkit-keyframes metform-responseOpen{from{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(1);transform:scaley(1);opacity:1;-webkit-transform-origin:top center;transform-origin:top center}}@keyframes metform-responseOpen{from{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(1);transform:scaley(1);opacity:1;-webkit-transform-origin:top center;transform-origin:top center}}@-webkit-keyframes metform-responseClose{from{-webkit-transform:scaley(1);transform:scaley(1);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(0);transform:scaley(0);-webkit-transform-origin:top center;transform-origin:top center}}@keyframes metform-responseClose{from{-webkit-transform:scaley(1);transform:scaley(1);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(0);transform:scaley(0);-webkit-transform-origin:top center;transform-origin:top center}}@-webkit-keyframes metform-zoom-out-zero{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes metform-zoom-out-zero{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes metform-zoom-in-full{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes metform-zoom-in-full{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}#elementor .mf-btn-wraper a.metform-btn{background:#337ab7;color:#fff;border-radius:5px;height:20%;font-size:16px;padding:10px}.mf-form-wrapper section,.single-metform-form section{padding-top:0;padding-bottom:0}.mf-input-switch-control{position:relative;display:inline-block}.mf-input-switch-control>input[type=checkbox]{display:none!important}.mf-input-control{position:absolute;z-index:-1;opacity:0}.mf-input-switch .mf-input-control-label::before{content:attr(data-disable);width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.metform-form-content{position:relative;z-index:0;overflow-x:clip}.mf-multistep-container .elementor-top-section .elementor-inner-section{padding:0!important;margin:0!important}.mf-multistep-container .e-container--column .elementor-inner-section{padding:0!important;margin:0!important}.mf-multistep-container .elementor-top-section .elementor-inner-column{min-height:inherit}.mf-multistep-container .e-container--column .elementor-inner-column{min-height:inherit}.mf-multistep-container .elementor-top-section .elementor-inner-column .elementor-element-populated{padding-top:0!important;padding-bottom:0!important}.mf-multistep-container .e-container--column .elementor-inner-column .elementor-element-populated{padding-top:0!important;padding-bottom:0!important}.mf-multistep-container .elementor-top-section .elementor-inner-column .elementor-widget-container{margin:10px 0}.mf-multistep-container .e-container--column .elementor-inner-column .elementor-widget-container{margin:10px 0}.mf-response-msg-wrap{-webkit-transition:height .45s,opacity .45s,visibility .45s;transition:height .45s,opacity .45s,visibility .45s;background-color:#fff}.mf-response-msg-wrap[data-show="0"]{height:0!important;opacity:0;visibility:hidden}.mf-response-msg-wrap[data-show="1"]{height:auto;opacity:1;visibility:visible;margin-bottom:20px}.mf-response-msg{border-radius:5px;text-align:center;padding:15px 34px;height:100%}.wf-error-res{background-color:#f8d7da;border-color:#f5c6cb}.mf-success-icon,.wf-error-res .mf-alert-icon{color:#721c24;font-size:30px;margin-bottom:5px}.mf-success-icon{color:#101010}.mf-response-msg p{font-size:17px;line-height:20px;color:#101010;margin-bottom:0}.wf-error-res p{color:#721c24}.custom-file-label,.custom-select,.mf-input-control-label::before{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.mf-input-control-label::after{position:absolute;top:2px;left:2px;display:block;width:14px;height:14px;content:"";background-color:#adb5bd;border-radius:100px;-webkit-transition:all .4s;transition:all .4s;cursor:pointer}.mf-input-switch label.mf-input-control-label{display:inline-block;vertical-align:middle;position:relative;margin:0}.mf-input-control:checked~.mf-input-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff;content:attr(data-enable);text-align:left;padding-left:10px;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.mf-input-switch .mf-input-control:checked~.mf-input-control-label::after{background-color:#fff}.mf-input-wrapper .mf-input-help{display:block;font-size:.9em;margin-top:5px;opacity:.7;clear:both;font-weight:400}.mf-input-wrapper .mf-input{width:100%;max-width:100%;padding:12px;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:0 0;background-color:#fafafa;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s linear;transition:all .2s linear;font-size:14px;line-height:21px;text-align:left}.mf-input-wrapper .mf-input:focus,.mf-input-wrapper.mf-field-error .mf-input,.mf-input-wrapper.mf-field-error .mf-input:focus{outline:0}.mf-input-wrapper .mf-input:focus{border-color:#4285f478}.mf-input-wrapper .mf-input:-ms-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-webkit-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-moz-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-ms-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-webkit-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input:-moz-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}@media (max-width:767px){.attr-form-group>.attr-control-label,.attr-form-group>.mf-input,.mf-input-wrapper>.mf-captcha-input-wrapper,.mf-input-wrapper>.mf-checkbox,.mf-input-wrapper>.mf-image-select,.mf-input-wrapper>.mf-input-label,.mf-input-wrapper>.mf-input:not(.mf-left-parent),.mf-input-wrapper>.mf-payment-method,.mf-input-wrapper>.mf-radio,.mf-input-wrapper>.mf-repeater-field-label,.mf-input-wrapper>.mf-signature{width:100%;min-width:100%}}.mf-input-wrapper .mf-input-label,.mf-repeater-field-label{font-family:Roboto,sans-serif;font-weight:600;font-size:14px;display:block;color:#000;font-size:14px;line-height:16px;margin-bottom:5px}.mf-input-wrapper .mf-input,.mf-input-wrapper .mf-input-label{vertical-align:middle}div.mf-input-wrapper>textarea.mf-input{padding:15px}.irs--round .irs-max,.irs--round .irs-min{display:none}.irs--round .irs-handle{cursor:pointer}.multi-option-input-type{vertical-align:middle}.mf-checkbox-option input[type=checkbox]{display:none!important}.mf-checkbox-option:not(.disabled) label{cursor:pointer}.mf-checkbox-option input[type=checkbox]+span::before{position:relative;content:"\f0c8";font-family:"Font Awesome 5 Free"!important;font-weight:500!important;display:inline-block;border:none;font-size:18px;color:#5f7bff;font-weight:400;width:25px;line-height:1;top:2px}.mf-checkbox-option input[type=checkbox]+span{font-weight:400;font-size:14px;cursor:pointer}.mf-checkbox-option input[type=checkbox]:checked+span::before{content:"\f14a";font-family:"Font Awesome 5 Free"!important;display:inline-block;border:none;font-size:18px;color:#5f7bff}.mf-radio-option input[type=radio]{display:none!important}.mf-checkbox-option,.mf-radio-option{padding-right:15px}.mf-radio-option input[type=radio]+span::before{content:"\f111";font-family:"Font Awesome 5 Free"!important;font-weight:500!important;display:inline-block;border:none;font-size:18px;color:#5f7bff;font-weight:400;width:25px;line-height:1;top:2px;position:relative}.mf-radio-option input[type=radio]+span{font-weight:400;font-size:14px;cursor:pointer}.mf-radio-option input[type=radio]:checked+span::before{content:"\f058";font-family:"Font Awesome 5 Free"!important;display:inline-block;border:none;font-size:18px;color:#5f7bff}.mf-input-wrapper .mf-input-select{padding:0!important}.mf-input-select .mf_select__control{min-height:0;padding:12px;border-width:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;border-radius:none!important;border:1px solid #eaeaea;background-color:transparent}.mf-input-select .mf_select__control:hover{border:1px solid #eaeaea}.mf-input-select .mf_select__indicator-separator{display:none}.mf-input-select .mf_select__value-container,.mf-input-select .mf_select__value-container input{padding:0}.mf-input-select .mf_select__placeholder{margin-left:0;margin-right:0;color:inherit}.mf-input-select .mf_select__indicators{margin-right:2px}.mf-input-multiselect .mf_multiselect__indicators{margin-right:15px}.mf-input-multiselect .mf_multiselect__dropdown-indicator,.mf-input-select .mf_select__indicator{padding:0;border-style:solid;border-width:5px 4px 0;border-color:currentColor transparent transparent}.mf-input-multiselect .mf_multiselect__control--menu-is-open .mf_multiselect__dropdown-indicator,.mf-input-select .mf_select__control--menu-is-open .mf_select__indicator{border-width:0 4px 5px;border-color:transparent transparent currentColor}.mf-input-multiselect .mf_multiselect__dropdown-indicator>svg,.mf-input-select .mf_select__indicator>svg{display:none}.mf-input-select .mf_select__menu{width:100%;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background-color:#fff}.mf-input-select .mf_select__menu>div{overflow-x:hidden}.mf-input-select .mf_select__menu-list{padding:0}.mf-input-select .mf_select__option{cursor:pointer;border:1px solid #eaeaea}.mf-input-select .mf_select__option.mf_select__option--is-focused,.mf-input-select .mf_select__option.mf_select__option--is-selected,.mf-input-select .mf_select__option:hover{background-color:#f0f0f0}.mf-input-select .mf_select__control.mf_select__control--is-focused{border-color:#4285f478;background-color:inherit}.mf-input.mf-input-select{border:none!important;background-color:#fafafa}.mf-input-select .mf_select__single-value{position:relative;top:0;width:100%;max-width:calc(100% - 22px);margin-left:0;margin-right:0;-webkit-transform:none;transform:none}.mf-input-wrapper select.mf-input-dropdown{border:none;padding:15px 25px;font-size:15px;font-weight:500!important;-webkit-appearance:none;-o-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-style:solid;border-color:#eaeaea}.mf-input-wrapper select.mf-input-dropdown option{background-color:#fff;color:#222;font-size:15px}.mf-input-switch-control.mf-input-switch.mf-input{-webkit-box-shadow:none!important;box-shadow:none!important;vertical-align:-webkit-baseline-middle;border:none;padding:0}.mf-input-wrapper .range-slider{display:inline-block;width:100%}.mf-input-wrapper .asRange{width:100%;background-color:#f1f4f9}.mf-input-wrapper .asRange .asRange-pointer .asRange-tip::before,.mf-input-wrapper .asRange .asRange-pointer::before,.mf-input-wrapper .asRange .asRange-selected{background-color:#1fb787}.mf-input-wrapper .asRange .asRange-pointer .asRange-tip{background-color:#1fb787;border:1px solid #1fb787;top:inherit;bottom:18px;left:-50%;margin-left:8px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.metform-btn{background-color:#4285f4;border:none;-webkit-box-shadow:none;box-shadow:none;display:inline-block;max-width:100%;padding:16px 40px;font-size:16px;border-radius:2px;cursor:pointer;-webkit-box-shadow:0 5px 5px 0 rgba(66,133,244,.3);box-shadow:0 5px 5px 0 rgba(66,133,244,.3);line-height:18px;-webkit-transition:all .4s;transition:all .4s;font-weight:500;text-decoration:none}.metform-btn:focus,.metform-btn:hover{background-color:#4285f4;text-decoration:none;outline:0}button.metform-btn,button.metform-btn:not(.toggle){background-color:#4285f4}button.metform-btn:focus,button.metform-btn:hover{background-color:#4285f4}@media (max-width:767px){.mf-btn--mobile-justify .metform-btn{width:100%}}@media (min-width:768px) and (max-width:1024px){.mf-btn--tablet-justify .metform-btn{width:100%}}@media (min-width:1025px){.mf-btn--justify .metform-btn{width:100%}}.metform-submit-btn{position:relative;z-index:0}.metform-submit-btn::after,.metform-submit-btn::before{content:" ";position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border-style:solid;border-color:currentColor;border-width:0;border-radius:50%;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.metform-submit-btn[disabled]::after,.metform-submit-btn[disabled]::before{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s}.metform-submit-btn::before{border-width:2px}.metform-submit-btn[disabled]::before{opacity:.25}.metform-submit-btn::after{border-top-width:2px;-webkit-animation:submitspin .55s linear infinite;animation:submitSpin .55s linear infinite}.metform-submit-btn>span{-webkit-transition:opacity .15s ease .15s;transition:opacity .15s ease .15s}.metform-submit-btn[disabled]>span{opacity:0;-webkit-transition-delay:0;transition-delay:0}@-webkit-keyframes submitSpin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes submitSpin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mf-input-wrapper .iti{display:block}.mf-input-wrapper>.iti{display:inline-block;width:100%}.mf-input-wrapper .iti .mf-input{width:100%!important}.mf-input-wrapper .iti--separate-dial-code .iti__selected-flag{background-color:#f7f6f6}.mf-input-wrapper .iti .iti__flag-container{display:none}.mf-input-wrapper .iti>.iti__flag-container{display:block}.flatpickr-calendar{margin-top:8px}.flatpickr-month{margin-top:3px;margin-bottom:5px}.mf-input-wrapper>.flatpickr-wrapper{display:block}.flatpickr-wrapper select{display:inline-block}.elementor-widget-mf-date.elementor-element-edit-mode .flatpickr-calendar,.elementor-widget-mf-time.elementor-element-edit-mode .flatpickr-calendar{top:100%!important;left:0!important}.mf-ratings{display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer}.mf-ratings>input{display:none!important}.mf-ratings>label{cursor:pointer}.mf-ratings>label:not(:last-child){padding-right:5px}.mf-ratings.is-selected>label,.mf-ratings:not(.is-selected):hover>label{color:#ffdb72}.mf-ratings.is-selected:not(:hover)>input:checked+label~label,.mf-ratings.is-selected>label:hover~label,.mf-ratings:not(.is-selected),.mf-ratings:not(.is-selected)>label:hover~label{color:#ccc}.mf-input-file-upload{width:.1px;height:.1px;opacity:0;visibility:hidden;position:absolute}.mf-input-file-upload-label{color:#fff;margin-right:10px;padding:5px 15px;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;font-size:16px;font-weight:400;line-height:28px}.mf-input-file-upload-label i{font-size:18px}.mf-input-file-upload-label svg{max-width:18px;height:auto;vertical-align:middle}.mf-file-name span{display:inline-block;font-size:15px}.mf-input-wrapper .error{display:block;font-size:14px}.mf-input-multiselect,.mf-input-select{padding:0;cursor:pointer}.mf-input.mf-input-multiselect{padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.mf-input-multiselect .mf_multiselect__control{border:1px solid #eaeaea;border-radius:0;background-color:#fafafa;cursor:pointer}.mf-input-multiselect .mf_multiselect__control:focus,.mf-input-multiselect .mf_multiselect__control:hover{border:1px solid #eaeaea;outline:0;-webkit-box-shadow:none;box-shadow:none}.mf_multiselect__indicator-separator{display:none}.mf_multiselect__option.mf_multiselect__option--is-focused,.mf_multiselect__option:hover{background-color:#f0f0f0}.mf_multiselect__option.mf_multiselect__option--is-focused{background-color:#fff}.mf_multiselect__option{border:1px solid #eaeaea;background-color:#fff;padding:10px 15px;font-size:15px}.mf-input-multiselect .mf_multiselect__menu{margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.mf-input-multiselect .mf_multiselect__menu-list{padding:0}.mf-input-multiselect .mf_multiselect__placeholder{color:#c9c1c1}.mf_multiselect__menu-notice--no-options{border:1px solid #eaeaea;color:#c9c1c1}.mf_multiselect__control .mf_multiselect__value-container{padding:8px 12px}.mf_multiselect__control .mf_multiselect__value-container>div:last-child{height:25px}.mf-input-multiselect .mf_multiselect__multi-value{margin:0 5px 0 0}.mf_multiselect__multi-value__remove{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.mf_multiselect__multi-value__label{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.mf-input-multiselect .mf_multiselect__input>input{min-height:0}.mf-input.mf-input-summary{padding:0;background-color:#fff;border-width:0}.mf-entry-data{margin:0;padding:0;list-style:none;word-break:break-word}.mf-entry-data>li{border:1px solid rgba(0,0,0,.1)}.mf-entry-data>li:not(:last-child){border-bottom-width:0}.mf-entry-data>li>strong{display:block;padding:8px;background-color:#eaf2fa;border-bottom:1px solid rgba(0,0,0,.1)}.mf-entry-data>li>span{display:block;padding:8px 28px;min-height:42px}.elementor-widget-mf-range .mf-field-error .error{display:none!important}.g-recaptcha>div{position:relative;z-index:0}.g-recaptcha>div::after,.g-recaptcha>div::before,.g-recaptcha>div>div::after,.g-recaptcha>div>div::before{content:" ";position:absolute;border-style:solid;border-color:#d3d3d3;border-width:0;z-index:0}.g-recaptcha>div::before{top:0;left:0;bottom:2px;border-left-width:1px}.g-recaptcha>div::after{top:0;right:2px;bottom:2px;border-right-width:1px}.g-recaptcha>div>div::before{top:0;left:0;right:2px;border-top-width:1px}.g-recaptcha>div>div::after{left:0;right:2px;bottom:2px;border-bottom-width:1px}.g-recaptcha+.attr-alert{display:none}.g-recaptcha:empty+.attr-alert{display:block!important}.mf-captcha-input-wrapper.mf-captcha-block>i{padding-left:25px}img.mf-input.mf-captcha-image{max-width:200px;border:none;-webkit-box-sizing:unset;box-sizing:unset;background:0 0;padding:0;display:inline-block}.mf-captcha-block>img.mf-input.mf-captcha-image{margin:5px 0 5px 0}.mf-captcha-inline>img.mf-input.mf-captcha-image{margin:0 5px 0 0}.mf-captcha-input-wrapper.mf-captcha-inline{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%}.mf-captcha-input-wrapper.mf-captcha-inline>i{margin-left:25px!important;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.mf-refresh-captcha::before{content:"\f01e";font-family:"Font Awesome 5 Free";font-weight:700;font-style:normal;cursor:pointer}.mf-error-message{display:block}.mf-input-wrapper .input-range__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:4px solid #000;border-radius:100%;cursor:pointer;display:block;height:15px;margin-left:-7.5px;margin-top:-11px;outline:0;position:absolute;top:50%;-webkit-transition:-webkit-transform .3s ease-out,box-shadow .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;transition:-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out;width:15px}.mf-input-wrapper .input-range__slider:focus{-webkit-box-shadow:0 0 0 5px rgba(63,81,181,.2);box-shadow:0 0 0 5px rgba(63,81,181,.2)}.input-range--disabled .input-range__slider{background:#ccc;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;transform:none}.mf-input-wrapper .input-range__slider-container{-webkit-transition:left .3s ease-out;transition:left .3s ease-out}.mf-input-wrapper .input-range__label{color:#aaa;font-family:"Helvetica Neue",san-serif;font-size:.8rem;-webkit-transform:translateZ(0);transform:translateZ(0);white-space:nowrap}.mf-input-wrapper .input-range__label--max,.mf-input-wrapper .input-range__label--min{bottom:-1.4rem;position:absolute;display:none}.mf-input-wrapper .input-range__label--min{left:0}.mf-input-wrapper .input-range__label--max{right:0}.mf-input-wrapper .input-range__label--value{position:absolute;bottom:20px}.mf-input-wrapper .input-range__label-container{left:-50%;position:relative;background-color:#000;width:36px;height:20px;display:inline-block;color:#fff;font-size:12px;text-align:center;border-radius:3px}.mf-input-wrapper .input-range__label-container::before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mf-input-wrapper .input-range__label--max .input-range__label-container{left:50%}.mf-input-wrapper .input-range__track{background:#f1f4f9;border-radius:.3rem;cursor:pointer;display:block;height:8px;position:relative;-webkit-transition:left .3s ease-out,width .3s ease-out;transition:left .3s ease-out,width .3s ease-out}.mf-input-wrapper .input-range--disabled .input-range__track{background:#f1f4f9}.mf-input-wrapper .input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.mf-input-wrapper .input-range__track--active{background:#000}.mf-input-wrapper .input-range{height:1rem;position:relative;width:100%}.mf-condition--hidden,[mf-condition-hidden=true]{display:none;visibility:hidden}.mf-main-response-wrap[data-show="1"] .mf-response-msg{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-responseOpen;animation-name:metform-responseOpen}.mf-main-response-wrap[data-show="0"] .mf-response-msg{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-responseClose;animation-name:metform-responseClose}.mf-main-response-wrap .mf-response-msg{border-radius:10px;border:1px solid #c3c2c2}.mf-main-response-wrap:not(.mf_pro_activated) .mf-response-msg{background-color:#fff}.mf-close-this-form{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:metform-zoom-out-zero;animation-name:metform-zoom-out-zero}.mf-close-this-form>h2{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-zoom-in-full;animation-name:metform-zoom-in-full}.mf-input-wrapper .mf-time-input[type=time]:not(.value-found):before{content:attr(placeholder);padding-right:2px}.mf-input-wrapper .mf-time-input[type=time]:focus:before{content:''!important}@supports (-webkit-touch-callout:none){.mf-input-wrapper .mf-time-input{min-width:100%;min-height:45px;height:45px!important}}
1
+ @-webkit-keyframes metform-responseOpen{from{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(1);transform:scaley(1);opacity:1;-webkit-transform-origin:top center;transform-origin:top center}}@keyframes metform-responseOpen{from{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(1);transform:scaley(1);opacity:1;-webkit-transform-origin:top center;transform-origin:top center}}@-webkit-keyframes metform-responseClose{from{-webkit-transform:scaley(1);transform:scaley(1);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(0);transform:scaley(0);-webkit-transform-origin:top center;transform-origin:top center}}@keyframes metform-responseClose{from{-webkit-transform:scaley(1);transform:scaley(1);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:scaley(0);transform:scaley(0);-webkit-transform-origin:top center;transform-origin:top center}}@-webkit-keyframes metform-zoom-out-zero{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes metform-zoom-out-zero{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes metform-zoom-in-full{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes metform-zoom-in-full{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}#elementor .mf-btn-wraper a.metform-btn{background:#337ab7;color:#fff;border-radius:5px;height:20%;font-size:16px;padding:10px}.mf-form-wrapper section,.single-metform-form section{padding-top:0;padding-bottom:0}.mf-input-switch-control{position:relative;display:inline-block}.mf-input-switch-control>input[type=checkbox]{display:none!important}.mf-input-control{position:absolute;z-index:-1;opacity:0}.mf-input-switch .mf-input-control-label::before{content:attr(data-disable);width:55px;height:25px;background-color:#ededed;left:0;border-radius:15px;text-align:right;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;-webkit-transition:all .4s;transition:all .4s;float:right;line-height:18px;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.metform-form-content{position:relative;z-index:0;overflow-x:clip}.metform-form-content .metform-form-main-wrapper .e-container{isolation:unset}.mf-multistep-container .elementor-top-section .elementor-inner-section{padding:0!important;margin:0!important}.mf-multistep-container .e-container--column .elementor-inner-section{padding:0!important;margin:0!important}.mf-multistep-container .elementor-top-section .elementor-inner-column{min-height:inherit}.mf-multistep-container .e-container--column .elementor-inner-column{min-height:inherit}.mf-multistep-container .elementor-top-section .elementor-inner-column .elementor-element-populated{padding-top:0!important;padding-bottom:0!important}.mf-multistep-container .e-container--column .elementor-inner-column .elementor-element-populated{padding-top:0!important;padding-bottom:0!important}.mf-multistep-container .elementor-top-section .elementor-inner-column .elementor-widget-container{margin:10px 0}.mf-multistep-container .e-container--column .elementor-inner-column .elementor-widget-container{margin:10px 0}.mf-response-msg-wrap{-webkit-transition:height .45s,opacity .45s,visibility .45s;transition:height .45s,opacity .45s,visibility .45s;background-color:#fff}.mf-response-msg-wrap[data-show="0"]{height:0!important;opacity:0;visibility:hidden}.mf-response-msg-wrap[data-show="1"]{height:auto;opacity:1;visibility:visible;margin-bottom:20px}.mf-response-msg{border-radius:5px;text-align:center;padding:15px 34px;height:100%}.wf-error-res{background-color:#f8d7da;border-color:#f5c6cb}.mf-success-icon,.wf-error-res .mf-alert-icon{color:#721c24;font-size:30px;margin-bottom:5px}.mf-success-icon{color:#101010}.mf-response-msg p{font-size:17px;line-height:20px;color:#101010;margin-bottom:0}.wf-error-res p{color:#721c24}.custom-file-label,.custom-select,.mf-input-control-label::before{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.mf-input-control-label::after{position:absolute;top:2px;left:2px;display:block;width:14px;height:14px;content:"";background-color:#adb5bd;border-radius:100px;-webkit-transition:all .4s;transition:all .4s;cursor:pointer}.mf-input-switch label.mf-input-control-label{display:inline-block;vertical-align:middle;position:relative;margin:0}.mf-input-control:checked~.mf-input-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff;content:attr(data-enable);text-align:left;padding-left:10px;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.mf-input-switch .mf-input-control:checked~.mf-input-control-label::after{background-color:#fff}.mf-input-wrapper .mf-input-help{display:block;font-size:.9em;margin-top:5px;opacity:.7;clear:both;font-weight:400}.mf-input-wrapper .mf-input{width:100%;max-width:100%;padding:12px;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:0 0;background-color:#fafafa;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s linear;transition:all .2s linear;font-size:14px;line-height:21px;text-align:left}.mf-input-wrapper .mf-input:focus,.mf-input-wrapper.mf-field-error .mf-input,.mf-input-wrapper.mf-field-error .mf-input:focus{outline:0}.mf-input-wrapper .mf-input:focus{border-color:#4285f478}.mf-input-wrapper .mf-input:-ms-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-webkit-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-moz-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-ms-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input::-webkit-input-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}.mf-input-wrapper .mf-input:-moz-placeholder{color:#c9c1c1;font-weight:400;font-size:14px}@media (max-width:767px){.attr-form-group>.attr-control-label,.attr-form-group>.mf-input,.mf-input-wrapper>.mf-captcha-input-wrapper,.mf-input-wrapper>.mf-checkbox,.mf-input-wrapper>.mf-image-select,.mf-input-wrapper>.mf-input-label,.mf-input-wrapper>.mf-input:not(.mf-left-parent),.mf-input-wrapper>.mf-payment-method,.mf-input-wrapper>.mf-radio,.mf-input-wrapper>.mf-repeater-field-label,.mf-input-wrapper>.mf-signature{width:100%;min-width:100%}}.mf-input-wrapper .mf-input-label,.mf-repeater-field-label{font-family:Roboto,sans-serif;font-weight:600;font-size:14px;display:block;color:#000;font-size:14px;line-height:16px;margin-bottom:5px}.mf-input-wrapper .mf-input,.mf-input-wrapper .mf-input-label{vertical-align:middle}div.mf-input-wrapper>textarea.mf-input{padding:15px}.irs--round .irs-max,.irs--round .irs-min{display:none}.irs--round .irs-handle{cursor:pointer}.multi-option-input-type{vertical-align:middle}.mf-checkbox-option input[type=checkbox]{display:none!important}.mf-checkbox-option:not(.disabled) label{cursor:pointer}.mf-checkbox-option input[type=checkbox]+span::before{position:relative;content:"\f0c8";font-family:"Font Awesome 5 Free"!important;font-weight:500!important;display:inline-block;border:none;font-size:18px;color:#5f7bff;font-weight:400;width:25px;line-height:1;top:2px}.mf-checkbox-option input[type=checkbox]+span{font-weight:400;font-size:14px;cursor:pointer}.mf-checkbox-option input[type=checkbox]:checked+span::before{content:"\f14a";font-family:"Font Awesome 5 Free"!important;display:inline-block;border:none;font-size:18px;color:#5f7bff}.mf-radio-option input[type=radio]{display:none!important}.mf-checkbox-option,.mf-radio-option{padding-right:15px}.mf-radio-option input[type=radio]+span::before{content:"\f111";font-family:"Font Awesome 5 Free"!important;font-weight:500!important;display:inline-block;border:none;font-size:18px;color:#5f7bff;font-weight:400;width:25px;line-height:1;top:2px;position:relative}.mf-radio-option input[type=radio]+span{font-weight:400;font-size:14px;cursor:pointer}.mf-radio-option input[type=radio]:checked+span::before{content:"\f058";font-family:"Font Awesome 5 Free"!important;display:inline-block;border:none;font-size:18px;color:#5f7bff}.mf-input-wrapper .mf-input-select{padding:0!important}.mf-input-select .mf_select__control{min-height:0;padding:12px;border-width:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;border-radius:none!important;border:1px solid #eaeaea;background-color:transparent}.mf-input-select .mf_select__control:hover{border:1px solid #eaeaea}.mf-input-select .mf_select__indicator-separator{display:none}.mf-input-select .mf_select__value-container,.mf-input-select .mf_select__value-container input{padding:0}.mf-input-select .mf_select__placeholder{margin-left:0;margin-right:0;color:inherit}.mf-input-select .mf_select__indicators{margin-right:2px}.mf-input-multiselect .mf_multiselect__indicators{margin-right:15px}.mf-input-multiselect .mf_multiselect__dropdown-indicator,.mf-input-select .mf_select__indicator{padding:0;border-style:solid;border-width:5px 4px 0;border-color:currentColor transparent transparent}.mf-input-multiselect .mf_multiselect__control--menu-is-open .mf_multiselect__dropdown-indicator,.mf-input-select .mf_select__control--menu-is-open .mf_select__indicator{border-width:0 4px 5px;border-color:transparent transparent currentColor}.mf-input-multiselect .mf_multiselect__dropdown-indicator>svg,.mf-input-select .mf_select__indicator>svg{display:none}.mf-input-select .mf_select__menu{width:100%;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background-color:#fff}.mf-input-select .mf_select__menu>div{overflow-x:hidden}.mf-input-select .mf_select__menu-list{padding:0}.mf-input-select .mf_select__option{cursor:pointer;border:1px solid #eaeaea}.mf-input-select .mf_select__option.mf_select__option--is-focused,.mf-input-select .mf_select__option.mf_select__option--is-selected,.mf-input-select .mf_select__option:hover{background-color:#f0f0f0}.mf-input-select .mf_select__control.mf_select__control--is-focused{border-color:#4285f478;background-color:inherit}.mf-input.mf-input-select{border:none!important;background-color:#fafafa}.mf-input-select .mf_select__single-value{position:relative;top:0;width:100%;max-width:calc(100% - 22px);margin-left:0;margin-right:0;-webkit-transform:none;transform:none}.mf-input-wrapper select.mf-input-dropdown{border:none;padding:15px 25px;font-size:15px;font-weight:500!important;-webkit-appearance:none;-o-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-style:solid;border-color:#eaeaea}.mf-input-wrapper select.mf-input-dropdown option{background-color:#fff;color:#222;font-size:15px}.mf-input-switch-control.mf-input-switch.mf-input{-webkit-box-shadow:none!important;box-shadow:none!important;vertical-align:-webkit-baseline-middle;border:none;padding:0}.mf-input-wrapper .range-slider{display:inline-block;width:100%}.mf-input-wrapper .asRange{width:100%;background-color:#f1f4f9}.mf-input-wrapper .asRange .asRange-pointer .asRange-tip::before,.mf-input-wrapper .asRange .asRange-pointer::before,.mf-input-wrapper .asRange .asRange-selected{background-color:#1fb787}.mf-input-wrapper .asRange .asRange-pointer .asRange-tip{background-color:#1fb787;border:1px solid #1fb787;top:inherit;bottom:18px;left:-50%;margin-left:8px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.metform-btn{background-color:#4285f4;border:none;-webkit-box-shadow:none;box-shadow:none;display:inline-block;max-width:100%;padding:16px 40px;font-size:16px;border-radius:2px;cursor:pointer;-webkit-box-shadow:0 5px 5px 0 rgba(66,133,244,.3);box-shadow:0 5px 5px 0 rgba(66,133,244,.3);line-height:18px;-webkit-transition:all .4s;transition:all .4s;font-weight:500;text-decoration:none}.metform-btn:focus,.metform-btn:hover{background-color:#4285f4;text-decoration:none;outline:0}button.metform-btn,button.metform-btn:not(.toggle){background-color:#4285f4}button.metform-btn:focus,button.metform-btn:hover{background-color:#4285f4}@media (max-width:767px){.mf-btn--mobile-justify .metform-btn{width:100%}}@media (min-width:768px) and (max-width:1024px){.mf-btn--tablet-justify .metform-btn{width:100%}}@media (min-width:1025px){.mf-btn--justify .metform-btn{width:100%}}.metform-submit-btn{position:relative;z-index:0}.metform-submit-btn::after,.metform-submit-btn::before{content:" ";position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border-style:solid;border-color:currentColor;border-width:0;border-radius:50%;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.metform-submit-btn[disabled]::after,.metform-submit-btn[disabled]::before{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s}.metform-submit-btn::before{border-width:2px}.metform-submit-btn[disabled]::before{opacity:.25}.metform-submit-btn::after{border-top-width:2px;-webkit-animation:submitspin .55s linear infinite;animation:submitSpin .55s linear infinite}.metform-submit-btn>span{-webkit-transition:opacity .15s ease .15s;transition:opacity .15s ease .15s}.metform-submit-btn[disabled]>span{opacity:0;-webkit-transition-delay:0;transition-delay:0}@-webkit-keyframes submitSpin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes submitSpin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mf-input-wrapper .iti{display:block}.mf-input-wrapper>.iti{display:inline-block;width:100%}.mf-input-wrapper .iti .mf-input{width:100%!important}.mf-input-wrapper .iti--separate-dial-code .iti__selected-flag{background-color:#f7f6f6}.mf-input-wrapper .iti .iti__flag-container{display:none}.mf-input-wrapper .iti>.iti__flag-container{display:block}.flatpickr-calendar{margin-top:8px}.flatpickr-month{margin-top:3px;margin-bottom:5px}.mf-input-wrapper>.flatpickr-wrapper{display:block}.flatpickr-wrapper select{display:inline-block}.elementor-widget-mf-date.elementor-element-edit-mode .flatpickr-calendar,.elementor-widget-mf-time.elementor-element-edit-mode .flatpickr-calendar{top:100%!important;left:0!important}.mf-ratings{display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer}.mf-ratings>input{display:none!important}.mf-ratings>label{cursor:pointer}.mf-ratings>label:not(:last-child){padding-right:5px}.mf-ratings.is-selected>label,.mf-ratings:not(.is-selected):hover>label{color:#ffdb72}.mf-ratings.is-selected:not(:hover)>input:checked+label~label,.mf-ratings.is-selected>label:hover~label,.mf-ratings:not(.is-selected),.mf-ratings:not(.is-selected)>label:hover~label{color:#ccc}.mf-input-file-upload{width:.1px;height:.1px;opacity:0;visibility:hidden;position:absolute}.mf-input-file-upload-label{color:#fff;margin-right:10px;padding:5px 15px;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;font-size:16px;font-weight:400;line-height:28px}.mf-input-file-upload-label i{font-size:18px}.mf-input-file-upload-label svg{max-width:18px;height:auto;vertical-align:middle}.mf-file-name span{display:inline-block;font-size:15px}.mf-input-wrapper .error{display:block;font-size:14px}.mf-input-multiselect,.mf-input-select{padding:0;cursor:pointer}.mf-input.mf-input-multiselect{padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.mf-input-multiselect .mf_multiselect__control{border:1px solid #eaeaea;border-radius:0;background-color:#fafafa;cursor:pointer}.mf-input-multiselect .mf_multiselect__control:focus,.mf-input-multiselect .mf_multiselect__control:hover{border:1px solid #eaeaea;outline:0;-webkit-box-shadow:none;box-shadow:none}.mf_multiselect__indicator-separator{display:none}.mf_multiselect__option.mf_multiselect__option--is-focused,.mf_multiselect__option:hover{background-color:#f0f0f0}.mf_multiselect__option.mf_multiselect__option--is-focused{background-color:#fff}.mf_multiselect__option{border:1px solid #eaeaea;background-color:#fff;padding:10px 15px;font-size:15px}.mf-input-multiselect .mf_multiselect__menu{margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.mf-input-multiselect .mf_multiselect__menu-list{padding:0}.mf-input-multiselect .mf_multiselect__placeholder{color:#c9c1c1}.mf_multiselect__menu-notice--no-options{border:1px solid #eaeaea;color:#c9c1c1}.mf_multiselect__control .mf_multiselect__value-container{padding:8px 12px}.mf_multiselect__control .mf_multiselect__value-container>div:last-child{height:25px}.mf-input-multiselect .mf_multiselect__multi-value{margin:0 5px 0 0}.mf_multiselect__multi-value__remove{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.mf_multiselect__multi-value__label{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.mf-input-multiselect .mf_multiselect__input>input{min-height:0}.mf-input.mf-input-summary{padding:0;background-color:#fff;border-width:0}.mf-entry-data{margin:0;padding:0;list-style:none;word-break:break-word}.mf-entry-data>li{border:1px solid rgba(0,0,0,.1)}.mf-entry-data>li:not(:last-child){border-bottom-width:0}.mf-entry-data>li>strong{display:block;padding:8px;background-color:#eaf2fa;border-bottom:1px solid rgba(0,0,0,.1)}.mf-entry-data>li>span{display:block;padding:8px 28px;min-height:42px}.elementor-widget-mf-range .mf-field-error .error{display:none!important}.g-recaptcha>div{position:relative;z-index:0}.g-recaptcha>div::after,.g-recaptcha>div::before,.g-recaptcha>div>div::after,.g-recaptcha>div>div::before{content:" ";position:absolute;border-style:solid;border-color:#d3d3d3;border-width:0;z-index:0}.g-recaptcha>div::before{top:0;left:0;bottom:2px;border-left-width:1px}.g-recaptcha>div::after{top:0;right:2px;bottom:2px;border-right-width:1px}.g-recaptcha>div>div::before{top:0;left:0;right:2px;border-top-width:1px}.g-recaptcha>div>div::after{left:0;right:2px;bottom:2px;border-bottom-width:1px}.g-recaptcha+.attr-alert{display:none}.g-recaptcha:empty+.attr-alert{display:block!important}.mf-captcha-input-wrapper.mf-captcha-block>i{padding-left:25px}img.mf-input.mf-captcha-image{max-width:200px;border:none;-webkit-box-sizing:unset;box-sizing:unset;background:0 0;padding:0;display:inline-block}.mf-captcha-block>img.mf-input.mf-captcha-image{margin:5px 0 5px 0}.mf-captcha-inline>img.mf-input.mf-captcha-image{margin:0 5px 0 0}.mf-captcha-input-wrapper.mf-captcha-inline{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%}.mf-captcha-input-wrapper.mf-captcha-inline>i{margin-left:25px!important;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.mf-refresh-captcha::before{content:"\f01e";font-family:"Font Awesome 5 Free";font-weight:700;font-style:normal;cursor:pointer}.mf-error-message{display:block}.mf-input-wrapper .input-range__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:4px solid #000;border-radius:100%;cursor:pointer;display:block;height:15px;margin-left:-7.5px;margin-top:-11px;outline:0;position:absolute;top:50%;-webkit-transition:-webkit-transform .3s ease-out,box-shadow .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;transition:-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out;width:15px}.mf-input-wrapper .input-range__slider:focus{-webkit-box-shadow:0 0 0 5px rgba(63,81,181,.2);box-shadow:0 0 0 5px rgba(63,81,181,.2)}.input-range--disabled .input-range__slider{background:#ccc;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;transform:none}.mf-input-wrapper .input-range__slider-container{-webkit-transition:left .3s ease-out;transition:left .3s ease-out}.mf-input-wrapper .input-range__label{color:#aaa;font-family:"Helvetica Neue",san-serif;font-size:.8rem;-webkit-transform:translateZ(0);transform:translateZ(0);white-space:nowrap}.mf-input-wrapper .input-range__label--max,.mf-input-wrapper .input-range__label--min{bottom:-1.4rem;position:absolute;display:none}.mf-input-wrapper .input-range__label--min{left:0}.mf-input-wrapper .input-range__label--max{right:0}.mf-input-wrapper .input-range__label--value{position:absolute;bottom:20px}.mf-input-wrapper .input-range__label-container{left:-50%;position:relative;background-color:#000;width:36px;height:20px;display:inline-block;color:#fff;font-size:12px;text-align:center;border-radius:3px}.mf-input-wrapper .input-range__label-container::before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mf-input-wrapper .input-range__label--max .input-range__label-container{left:50%}.mf-input-wrapper .input-range__track{background:#f1f4f9;border-radius:.3rem;cursor:pointer;display:block;height:8px;position:relative;-webkit-transition:left .3s ease-out,width .3s ease-out;transition:left .3s ease-out,width .3s ease-out}.mf-input-wrapper .input-range--disabled .input-range__track{background:#f1f4f9}.mf-input-wrapper .input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.mf-input-wrapper .input-range__track--active{background:#000}.mf-input-wrapper .input-range{height:1rem;position:relative;width:100%}.mf-condition--hidden,[mf-condition-hidden=true]{display:none!important;visibility:hidden}.mf-main-response-wrap[data-show="1"] .mf-response-msg{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-responseOpen;animation-name:metform-responseOpen}.mf-main-response-wrap[data-show="0"] .mf-response-msg{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-responseClose;animation-name:metform-responseClose}.mf-main-response-wrap .mf-response-msg{border-radius:10px;border:1px solid #c3c2c2}.mf-main-response-wrap:not(.mf_pro_activated) .mf-response-msg{background-color:#fff}.mf-close-this-form{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:metform-zoom-out-zero;animation-name:metform-zoom-out-zero}.mf-close-this-form>h2{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:metform-zoom-in-full;animation-name:metform-zoom-in-full}.mf-input-wrapper .mf-time-input[type=time]:not(.value-found):before{content:attr(placeholder);padding-right:2px}.mf-input-wrapper .mf-time-input[type=time]:focus:before{content:''!important}@supports (-webkit-touch-callout:none){.mf-input-wrapper .mf-time-input{min-width:100%;min-height:45px;height:45px!important}}
public/assets/js/admin-script.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready((function(e){"use strict";e(".metfrom-btn-refresh-get-response-list").click((function(){var t=e(this);t.addClass("mf-setting-spin");var i,s=e("#metform_form_modal"),o=e("#metform-form-modalinput-settings").attr("data-nonce"),a=e(".get-response-campaign-list");i=s.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/entries/store_get_response_list/"+i,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(e){a.empty(),e.forEach((e=>{a.append('<option value="'+e.campaignId+'">'+e.description+"</option>")})),t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})})),e(".metfrom-btn-refresh-mailchimp-list").on("click",(function(){var t=e(this);t.addClass("mf-setting-spin");var s,o=e("#metform_form_modal"),a=e("#metform-form-modalinput-settings").attr("data-nonce"),n=e(".mailchimp_list");s=o.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/entries/store_mailchimp_list/"+s,type:"get",headers:{"X-WP-Nonce":a},dataType:"json",success:function(s){try{n.empty(),s.lists.forEach((e=>{n.append("<option value="+e.id+">"+e.name+"</option>")})),1===s.lists.length?e(".mf-mailchimp-list-id").attr("value",s.lists[0].id):(i(),e(".mailchimp_list").on("change",(t=>{e(".mf-mailchimp-list-id").attr("value",t.target.value)})))}catch(o){}t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})})),e(".metfrom-btn-refresh-hubsopt-list").click((function(){var t=e(this);t.addClass("mf-setting-spin");var i,s=e("#metform_form_modal"),o=e("#metform-form-modalinput-settings").attr("data-nonce"),a=e(".hubspot_forms");i=s.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_forms/"+i,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(e){try{a.empty(),a.append('<option value="select">Select a form</option>'),e.forEach((e=>{a.append("<option value="+e.portalId+" guid="+e.guid+">"+e.name+"</option>")}))}catch(i){}t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})}));var t=!0;function i(){var t=e(".mf-mailchimp-list-id").val();e(".mailchimp_list option").each(((i,s)=>{e(s).attr("selected",!1),s.value===t&&e(s).attr("selected",!0)}))}function s(){e(".mf-btn-del-singl-field").click((function(){e(this).parent(".mf-cf-single-field").remove()}))}function o(e,t="",i=""){return'<div id="mf-cf-single-field" class="mf-cf-single-field"">\n <div class="mf-cf-single-field-input">\n <label>Name</label>\n <input type="text" name="mf_post_submission_custom_fields_name[]" class="attr-form-control" value="'+t+'">\n </div>\n <div class="mf-cf-single-field-input">\n <label>Select Field</label>\n <select data-selected="'+i+'" name="mf_post_submission_mf_field_name[]" class="attr-form-control">'+e+'</select>\n </div>\n <a href="#" class="mf-btn-del-singl-field">Delete</a>\n </div>'}e(".hubspot_forms").on("change",(function(){var t=e("option:selected",this).attr("guid"),i=e("option:selected",this).val();e(".mf_hubspot_form_guid").val(t),e(".mf_hubspot_form_portalId").val(i);var s,o=e("#metform_form_modal"),a=e("#metform-form-modalinput-settings").attr("data-nonce");s=o.find("form").attr("data-mf-id"),e("#mf-hubsopt-fileds").html("Please wait....");var n="";e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+s,type:"get",headers:{"X-WP-Nonce":a},dataType:"json",success:function(i){n=i,e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_form_fields/"+s,type:"post",headers:{"X-WP-Nonce":a},dataType:"json",data:{guid:t},success:function(t){var i="",s="";Object.keys(n).map((function(e){return[n[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));t.forEach((e=>{i+="<tr><td>"+e.label+"</td><td><select name=mf_hubspot_form_field_name_"+e.name+' class="attr-form-control">'+s+"</select></td></tr>"})),e("#mf-hubsopt-fileds").html('<table width="100%">'+i+"</table>")},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})})),e("#mf-remove-hubspot-access").on("click",(function(t){t.preventDefault();var i=e(this).attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/disconnect_hubspot/1",type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(e){window.location.reload()},error:function(e){console.log("Sorry ! Something went wrong",e)}})})),e(".mf-mailchimp-list-id").attr("value",""),e(".row-actions .edit a, .page-title-action, .metform-form-edit-btn, body.post-type-metform-form a.row-title").on("click",(async function(a){a.preventDefault();var n,r=0,m=e("#metform_form_modal"),l=e(this).parents(".column-title"),c=e("body").attr("data-metform-template-key");if(m.addClass("loading"),m.modal("show"),l.length>0){r=e(this).attr("data-metform-form-id"),"undefined"!==c&&(r=c),r=r!==undefined?r:l.find(".hidden").attr("id").split("_")[1];var f=e("#metform-form-modalinput-settings").attr("data-nonce");const t=await fetch(window.metform_api.resturl+"metform/v1/forms/get/"+r,{method:"GET",headers:{"X-WP-Nonce":f}}),i=await t.json();n=i,W(i),m.removeClass("loading");const s=new CustomEvent("metform-integration-settings-event",{detail:{data:i},bubbles:!0,cancelable:!0,composed:!1});document.querySelector("#metform-form-modalinput-settings").dispatchEvent(s),function(t,i,s){e(".mf-helpscout").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+t,type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(t){var i=t,o="";Object.keys(i).map((function(e){return[i[e]]})).map((e=>{o+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var a='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Subject*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_subject" name="mf_helpscout_conversation_subject">'+o+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer Email*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_email" name="mf_helpscout_conversation_customer_email">'+o+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer First Name*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_first_name" name="mf_helpscout_conversation_customer_first_name">'+o+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer Last Name*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_last_name" name="mf_helpscout_conversation_customer_last_name">'+o+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Message*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_message" name="mf_helpscout_conversation_customer_message">'+o+"</select></div>")+"</div>";e("#mf-helpscout-fileds").html(a),s.mf_helpscout_conversation_subject&&(e('#mf_helpscout_conversation_subject option[value="'+s.mf_helpscout_conversation_subject+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_email option[value="'+s.mf_helpscout_conversation_customer_email+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_first_name option[value="'+s.mf_helpscout_conversation_customer_first_name+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_last_name option[value="'+s.mf_helpscout_conversation_customer_last_name+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_message option[value="'+s.mf_helpscout_conversation_customer_message+'"]').prop("selected",!0))},error:function(e){}})}(r,f,i)}else{W({form_title:e(".mf-form-modalinput-title").attr("data-default-value"),admin_email_body:"",admin_email_from:"",admin_email_reply_to:"",admin_email_subject:"",capture_user_browser_data:"",enable_admin_notification:"",limit_total_entries_status:"",limit_total_entries:"0",redirect_to:"",success_url:"",failed_cancel_url:"",require_login:"",store_entries:"1",user_email_attach_submission_copy:"1",entry_title:"",success_message:e(".mf-form-modalinput-success_message").attr("data-default-value"),user_email_body:"",user_email_from:"",user_email_reply_to:"",user_email_subject:"",input_names:"Example: [mf-inputname]"}),m.removeClass("loading")}function d(e,t=""){let i="";return Array.isArray(e)&&e.map((e=>{const s=t===e[0].mf_input_name?" selected":"";i+="<option value="+e[0].mf_input_name+s+">"+e[0].mf_input_label+"</option>"})),i}e(".mf-register").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,s="";e.ajax({url:window.metform_api.resturl+"xs/register/settings/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){Object.keys(i).map((function(e){return[i[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var o='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Name</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_user_name" name="mf_auth_reg_user_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Email</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_user_email" name="mf_auth_reg_user_email">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline"><label class="attr-input-label">Role</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_role" name="mf_auth_reg_role"><option value="administrator">Administrator</option><option value="editor">Editor</option><option value="author">Author</option><option value="contributor">Contributor</option><option selected="selected" value="subscriber">Subscriber</option></select></div></div>';e(".mf_register_form_fields").html(o),0!=t&&(e('#mf_auth_reg_user_name option[value="'+t.mf_auth_reg_user_name+'"]').prop("selected",!0),e('#mf_auth_reg_user_email option[value="'+t.mf_auth_reg_user_email+'"]').prop("selected",!0),e('#mf_auth_reg_role option[value="'+t.mf_auth_reg_role+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),e(".mf-login").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,s="";e.ajax({url:window.metform_api.resturl+"xs/login/settings/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){Object.keys(i).map((function(e){return[i[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var o='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Name</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_login_user_name" name="mf_auth_login_user_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Password</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_login_user_password" name="mf_auth_login_user_password">'+s+"</select></div>")+"</div>";e(".mf_login_form_fields").html(o),0!=t&&(e('#mf_auth_login_user_name option[value="'+t.mf_auth_login_user_name+'"]').prop("selected",!0),e('#mf_auth_login_user_password option[value="'+t.mf_auth_login_user_password+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),e(".mf-form-to-post").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,a="";e.ajax({url:window.metform_api.resturl+"xs/post/settings/"+r,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var n=Object.keys(i).map((function(e){return[i[e]]}));n.map((e=>{a+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var r='<label class="attr-input-label">Title</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_title" id="mf_post_submission_title" name="mf_post_submission_title">'+a+"</select></div>",m='<label class="attr-input-label">Content</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_content" id="mf_post_submission_content" name="mf_post_submission_content">'+a+"</select></div>",l='<label class="attr-input-label">Featured Image</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_featured_image" id="mf_post_submission_featured_image" name="mf_post_submission_featured_image">'+a+"</select></div>",c=o(a);if(0!=t.custom_fields_settings){c="";var f=Object.entries(t.custom_fields_settings);for(const[e,t]of f)c+=o(d(n,t),e,t)}var p='<div class="mf-input-group mf-input-group-inline">'+r+'</div><div class="mf-input-group mf-input-group-inline">'+m+'</div></div><div class="mf-input-group mf-input-group-inline">'+l+'</div><div class="mf-input-group mf-input-group-inline">'+function(e,t){return'<label class="attr-input-label">Custom Fields</label>\n <div class="mf-inputs mf-cf-fields">\n <div style="display:none">\n <div id="mf-cf-single-field" class="mf-cf-single-field"">\n <div class="mf-cf-single-field-input">\n <label>Name</label>\n <input type="text" name="mf_post_submission_custom_fields_name[]" class="attr-form-control" >\n </div>\n <div class="mf-cf-single-field-input">\n <label>Select Field</label>\n <select name="mf_post_submission_mf_field_name[]" class="attr-form-control">'+t+'</select>\n </div>\n <a href="#" class="mf-btn-del-singl-field">Delete</a>\n </div>\n </div>\n <div class="repeaterResult">'+e+'</div>\n <button class="mf-add-cf" type="button"><span>+</span></button>\n </div>'}(c,a)+"</div>";e(".mf-post-submission-fields-section").html(p);var _=0;e(".mf-add-cf").click((function(){var t=e("#mf-cf-single-field").clone();_++,t.attr("id","mf-repeater-field-"+_),e(".mf-btn-del-singl-field",t).attr("data-id",_),t.appendTo(e(".repeaterResult")),s()})),s(),0!=t.fields_settings&&(e('.mf_post_submission_post_type option[value="'+t.fields_settings.mf_post_submission_post_type+'"]').prop("selected",!0),e('.mf_post_submission_title option[value="'+t.fields_settings.mf_post_submission_title+'"]').prop("selected",!0),e('.mf_post_submission_content option[value="'+t.fields_settings.mf_post_submission_content+'"]').prop("selected",!0),e('.mf_post_submission_featured_image option[value="'+t.fields_settings.mf_post_submission_featured_image+'"]').prop("selected",!0),e('.mf_post_submission_author option[value="'+t.fields_settings.mf_post_submission_author+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),function(t){var i=e("#metform-form-modalinput-settings").attr("data-nonce"),s=e(".get-response-campaign-list");e.ajax({url:window.metform_api.resturl+"metform/v1/entries/get_response_list/"+t,type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(e){s.empty(),e.length&&e.forEach((e=>{s.append("<option value="+e.campaignId+">"+e.description+"</option>")}))},error:function(e){}})}(r),function(t){var i=e(".metfrom-btn-refresh-hubsopt-list");i.addClass("mf-setting-spin");var s=e("#metform-form-modalinput-settings").attr("data-nonce"),o=e(".hubspot_forms"),a=t;e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_hubspot_forms/"+a,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(t){var s=e(".mf_hubspot_form_guid").val();try{o.empty(),o.append('<option value="select">Select a form</option>'),t.forEach((e=>{var t="";e.guid===s&&(t='selected="selected"'),o.append("<option "+t+" value="+e.portalId+" guid="+e.guid+">"+e.name+"</option>")}))}catch(a){}i.removeClass("mf-setting-spin")},error:function(e){i.removeClass("mf-setting-spin")}})}(r),function(i,s){if(t){t=!1;var o=e(".mf_hubspot_form_guid").val(),a=e("#metform-form-modalinput-settings").attr("data-nonce");e("#mf-hubsopt-fileds").html("Please wait...."),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+i,type:"get",headers:{"X-WP-Nonce":a},dataType:"json",success:function(t){e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_form_fields/"+i,type:"post",headers:{"X-WP-Nonce":a},dataType:"json",data:{guid:o},success:function(i){var o="",a="mf_hubspot_form_field_name_";i.forEach((e=>{var i=a+e.name;if(i in s){var n="";for(const e in t){var r="";s[i]===t[e].mf_input_name&&(r='selected="selected"'),n+=`<option ${r} value="${e}">${t[e].mf_input_label}</option>`}o+="<tr><td>"+e.label+"</td><td><select name="+a+e.name+' class="attr-form-control">'+n+"</select></td></tr>"}})),e("#mf-hubsopt-fileds").html('<table width="100%">'+o+"</table>")},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})}}(r,n),function(t){e("#metform_form_modal");var s,o=e("#metform-form-modalinput-settings").attr("data-nonce"),a=e(".mailchimp_list");s=t,e.ajax({url:window.metform_api.resturl+"metform/v1/entries/get_mailchimp_list/"+s,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(t){try{a.empty(),t.lists.forEach((e=>{a.append("<option value="+e.id+">"+e.name+"</option>")})),1===t.lists.length?e(".mf-mailchimp-list-id").attr("value",t.lists[0].id):(i(),e(".mailchimp_list").on("change",(t=>{e(".mf-mailchimp-list-id").attr("value",t.target.value)})))}catch(s){}},error:function(e){}})}(r),m.find("form").attr("data-mf-id",r),m.find(".get-response-campaign-list").attr("get-response-list-id",r)})),e(".metform-form-save-btn-editor").on("click",(function(){e(".metform-form-save-btn-editor").attr("disabled",!0);var t=e("#metform-form-modalinput-settings");t.attr("data-open-editor","1"),t.trigger("submit")})),e("#metform-form-modalinput-settings").on("submit",(function(t){t.preventDefault();var i=e("#metform-form-modal"),s=e(this);i.addClass("loading"),e(".metform-form-save-btn-editor").attr("disabled",!0),e(".metform-form-save-btn").attr("disabled",!0);var o=e(this).serialize(),a=e(this).attr("data-mf-id"),n=e(this).attr("data-open-editor"),r=e(this).attr("data-editor-url"),m=e(this).attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/update/"+a,type:"post",data:o,headers:{"X-WP-Nonce":m},dataType:"json",success:function(t){e("#message").css("display","block"),1==t.saved?(e("#post-"+t.data.id).find(".row-title").html(t.data.title),e("#message").removeClass("attr-alert-warning").addClass("attr-alert-success").html(t.status)):e("#message").removeClass("attr-alert-success").addClass("attr-alert-warning").html(t.status),setTimeout((function(){e("#message").css("display","none"),s.find(".attr-close").trigger("click")}),1e3),i.removeClass("loading"),"1"==n&&1==t.saved?setTimeout((function(){window.location.href=r+"?post="+t.data.id+"&action=elementor"}),1e3):"0"!=a?(e(".metform-form-save-btn-editor").removeAttr("disabled"),e(".metform-form-save-btn").removeAttr("disabled")):"0"==a&&setTimeout((function(){location.reload()}),1e3)}})}));var a=e(".mf-entry-title"),n=e(".mf-form-user-confirmation"),r=e(".mf-form-admin-notification"),m=e(".mf-input-rest-api-group"),l=e(".mf-mailchimp"),c=e(".mf-get_response"),f=e(".mf-zapier"),d=e(".mf-slack"),p=e(".mf-fluent"),_=e(".mf-sms"),u=e(".mf-sms-user"),h=e(".mf-sms-admin"),v=e(".mf-form-modalinput-sms"),g=e(".mf-form-modalinput-sms-user"),b=e(".mf-form-modalinput-sms-admin"),k=e(".mf-paypal"),w=e(".mf-stripe"),y=e(".mf-ckit"),j=e(".mf-aweber"),x=e(".mf-mail-poet"),A=e(".mf-form-email-verification");let C=".mf-active-campaign",T=e("input"+C),P=e("div"+C);function N(t,i=null){var s=e("#metform-form-modalinput-settings").attr("data-nonce");e('.mf-mailster-list-id option[value="'+t+'"]').prop("selected",!0),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+i,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(s){var o=s,a="";Object.keys(o).map((function(e){return[o[e]]})).map((e=>{a+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"})),function(t,i,s){var o=e("#metform-form-modalinput-settings").attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_mailster_form/"+t,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(t){var o="";for(const[e,s]of Object.entries(t))if("fields"==e)for(const[e,t]of Object.entries(s))o+='<div class="mf-input-group mf-input-group-inline"><label class="attr-input-label">'+t.name+'</label><div class="mf-inputs"><select class="attr-form-control" id="mailster_field_'+e+'" name="mailster_field_'+e+'">'+i+"</select></div></div>";e(".mf-mailster-settings-section").html(o),function(t,i){var s=window.mf_mailster_list_id;if(e(".mf-mailster-list-id").val()==s){var o=e("#metform-form-modalinput-settings").attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_mailster_form_data/"+i,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(t){for(const[i,s]of Object.entries(t))for(const[t,i]of Object.entries(s))e("#"+t+' option[value="'+i+'"]').prop("selected",!0)},error:function(e){}})}}(0,s)},error:function(e){}})}(t,a,i)},error:function(e){}})}function W(t){if(a.hide(),n.hide(),r.hide(),m.hide(),l.hide(),f.hide(),d.hide(),k.hide(),w.hide(),y.hide(),j.hide(),x.hide(),""!=t.form_title){e(".mf-form-modalinput-title").val(t.form_title),e(".mf-form-modalinput-success_message").val(t.success_message),e(".mf-entry-title-input").val("undefined"!=typeof t.entry_title&&""!=t.entry_title?t.entry_title:"undefined"==typeof t.entry_title||""==t.entry_title?"Entry # [mf_id]":""),e(".mf-form-modalinput-redirect_to").val(t.redirect_to),e(".mf-form-modalinput-success_url").val(t.success_url),e(".mf-form-modalinput-failed_cancel_url").val(t.failed_cancel_url),e(".mf-form-modalinput-limit_total_entries").val(t.limit_total_entries),e(".mf-form-email-verification-email-subject").val(t.email_verification_email_subject),e(".mf-form-email-verification-email-redirect").val(t.email_verification_confirm_redirect),e(".mf-form-email-verification-heading").val(t.email_verification_heading),e(".mf-form-email-verification-paragraph").val(t.email_verification_paragraph);let m=e(".mf-form-email-verification-enable");"1"==t.email_verification_enable?(m.attr("checked",!0),A.show()):(m.removeAttr("checked"),A.hide());let N=e(".mf_automizy_list_id");N&&N.val(t.mf_automizy_list_id);var s=e(".mf-form-modalinput-store_entries");"1"==t.store_entries?(s.attr("checked",!0),a.show()):(s.removeAttr("checked"),a.hide());var o=e(".mf-form-modalinput-hide_form_after_submission");"1"==t.hide_form_after_submission?o.attr("checked",!0):o.removeAttr("checked");var c=e(".mf-form-modalinput-require_login");"1"==t.require_login?c.attr("checked",!0):c.removeAttr("checked");var C=e(".mf-form-modalinput-limit_status");"1"==t.limit_total_entries_status?C.attr("checked",!0):C.removeAttr("checked");var W=e(".mf-form-modalinput-count_views");"1"==t.count_views?W.attr("checked",!0):W.removeAttr("checked");var X=e(".mf-form-modalinput-stop_vertical_scrolling");"1"==t.mf_stop_vertical_scrolling?X.attr("checked",!0):X.removeAttr("checked");var S=e(".mf-form-modalinput-multiple_submission");"1"==t.multiple_submission?S.attr("checked",!0):S.removeAttr("checked");var E=e(".mf-form-modalinput-enable_recaptcha");"1"==t.enable_recaptcha?E.attr("checked",!0):E.removeAttr("checked");var z=e(".mf-form-modalinput-capture_user_browser_data");"1"==t.capture_user_browser_data?(z.attr("checked",!0),e("#multiple_submission").removeClass("hide_input"),e("#multiple_submission").addClass("show_input")):z.removeAttr("checked"),e(".mf-form-user-email-subject").val(t.user_email_subject),e(".mf-form-user-email-from").val(t.user_email_from),e(".mf-form-user-reply-to").val(t.user_email_reply_to),e(".mf-form-user-email-body").val(t.user_email_body);var O=e(".mf-form-user-enable");"1"==t.enable_user_notification?(O.attr("checked",!0),n.show()):(O.removeAttr("checked"),n.hide());var D=e(".mf-form-user-submission-copy");"1"==t.user_email_attach_submission_copy?D.attr("checked",!0):D.removeAttr("checked"),e(".mf-form-admin-email-subject").val(t.admin_email_subject),e(".mf-form-admin-email-from").val(t.admin_email_from),e(".mf-form-admin-email-to").val(t.admin_email_to),e(".mf-form-admin-reply-to").val(t.admin_email_reply_to),e(".mf-form-admin-email-body").val(t.admin_email_body);var I=e(".mf-form-admin-enable");"1"==t.enable_admin_notification?(I.attr("checked",!0),r.show()):(I.removeAttr("checked"),r.hide());var q=e(".mf-form-admin-submission-copy");"1"==t.admin_email_attach_submission_copy?q.attr("checked",!0):q.removeAttr("checked");var U=e(".mf-form-modalinput-rest_api");"1"==t.mf_rest_api?(U.attr("checked",!0),e(".mf-rest-api").show()):(U.removeAttr("checked"),e(".mf-rest-api").hide());var F=e(".mf-form-modalinput-mail_chimp");"1"==t.mf_mail_chimp?(F.attr("checked",!0),l.show()):(F.removeAttr("checked"),l.hide());var R=e(".mf-form-modal_input-google_sheet");"1"==t.mf_google_sheet?R.attr("checked",!0):R.removeAttr("checked");let re=e(".mf-form-modalinput-ckit"),me=e(".mf-form-modalinput-mail_aweber"),le=e(".mf-form-modalinput-mail_poet");if("1"==t.mf_convert_kit?(re.attr("checked",!0),y.show()):(re.removeAttr("checked"),y.hide()),"1"==t.mf_mail_aweber?(me.attr("checked",!0),j.show()):(me.removeAttr("checked"),j.hide()),"1"==t.mf_mail_poet?(le.attr("checked",!0),x.show()):(le.removeAttr("checked"),x.hide()),t.ckit_opt){let i=e("select.mf-ckit-list-id").first(),s=t.mf_ckit_list_id||"";i.html(),t.ckit_opt.forEach((function(e){i.append('<option value="'+e.id+'">'+e.name+"</option>")})),i.val(s)}if(t.aweber_opt){let i=e("select.mf-aweber-list-id").first(),s=t.mf_aweber_list_id||"";i.html();for(let e in t.aweber_opt)i.append('<option value="'+t.aweber_opt[e].id+'">'+t.aweber_opt[e].name+"</option>");i.val(s)}if(t.mp_opt){let i=e("select.mf-mail-poet-list-id").first(),s=t.mf_mail_poet_list_id||"";i.html();for(let e in t.mp_opt)i.append('<option value="'+t.mp_opt[e].id+'">'+t.mp_opt[e].name+"</option>");i.val(s)}if("1"===t.mf_active_campaign){T.attr("checked",!0),P.show();let i=t.mf_active_campaign_list_id||"",s=t.mf_active_campaign_tag_id||"";e("select[name=mf_active_campaign_list_id]").val(i),e("select[name=mf_active_campaign_tag_id]").val(s)}else T.removeAttr("checked"),P.hide();var G=e(".mf-form-modalinput-get_response");"1"==t.mf_get_response?(G.attr("checked",!0),e(".mf-get_response").show()):(G.removeAttr("checked"),e(".mf-get_response").hide());var $=e(".mf-hubsopt");"1"==t.mf_hubspot?$.attr("checked",!0):$.removeAttr("checked");var L=e(".mf-hubspot-forms"),Q=e(".hubspot_forms_section");"1"==t.mf_hubspot_forms?(L.attr("checked",!0),Q.show()):(L.removeAttr("checked"),Q.hide()),e(".mf_hubspot_form_portalId").val(t.mf_hubspot_form_portalId),e(".mf_hubspot_form_guid").val(t.mf_hubspot_form_guid);var K=e(".mf-zoho");"1"==t.mf_zoho?K.attr("checked",!0):K.removeAttr("checked");var M=e(".mf-helpscout");"1"==t.mf_helpscout?(M.attr("checked",!0),e(".helpscout_forms_section").show()):(M.removeAttr("chekced"),e(".helpscout_forms_section").hide()),t.mf_helpscout_mailbox&&e('#mf_helpscout_mailbox option[value="'+t.mf_helpscout_mailbox+'"]').prop("selected",!0);var B=e(".mf-form-modalinput-mailster"),H=e(".mf-mailster-settings-section");"1"==t.mf_mailster?(B.attr("checked",!0),H.show(),e(".mf-mailster-forms").show()):(B.removeAttr("checked"),H.hide(),e(".mf-mailster-forms").hide());var J=e(".mf-register");1==t.mf_registration?(J.attr("checked",!0),e(".mf_register_form_fields").show()):(J.removeAttr("checked"),e(".mf_register_form_fields").hide());var V=e(".mf-login");1==t.mf_login?(V.attr("checked",!0),e(".mf_login_form_fields").show()):(e(".mf_login_form_fields").hide(),V.removeAttr("checked"));var Y=e(".mf-form-to-post"),Z=e(".mf-form-to-post-fields");1==t.mf_form_to_post?(Y.attr("checked",!0),Z.show()):(Y.removeAttr("checked"),Z.hide());var ee=e(".mf-form-modalinput-zapier");"1"==t.mf_zapier?(ee.attr("checked",!0),f.show()):(ee.removeAttr("checked",!0),f.hide());var te=e(".mf-form-modalinput-slack");"1"==t.mf_slack?(te.attr("checked",!0),d.show()):(te.removeAttr("checked",!0),d.hide());var ie=e(".mf-form-modalinput-fluent");if("1"==t.mf_fluent?(ie.attr("checked",!0),p.show()):(ie.removeAttr("checked",!0),p.hide()),"1"==t.mf_sms_user_status?(g.attr("checked",!0),u.show()):(g.removeAttr("checked",!0),u.hide()),"1"==t.mf_sms_admin_status?(b.attr("checked",!0),h.show()):(b.removeAttr("checked",!0),h.hide()),"1"==t.mf_sms_status?(v.attr("checked",!0),_.show()):(v.removeAttr("checked",!0),_.hide(),g.removeAttr("checked",!0),u.hide(),b.removeAttr("checked",!0),h.hide()),t.mf_payment_currency){e("select.mf_payment_currency").val(t.mf_payment_currency)}let ce=e(".mf-form-modalinput-paypal");"1"==t.mf_paypal?(ce.attr("checked",!0),k.show()):(ce.removeAttr("checked",!0),k.hide());var se=e(".mf-form-modalinput-stripe");"1"==t.mf_stripe?(se.attr("checked",!0),w.show()):(se.removeAttr("checked",!0),w.hide());se=e(".mf-form-modalinput-stripe");"1"==t.mf_stripe?(se.attr("checked",!0),w.show()):(se.removeAttr("checked",!0),w.hide());var oe=e(".mf-form-modalinput-paypal_sandbox");"1"==t.mf_paypal_sandbox?oe.attr("checked",!0):oe.removeAttr("checked",!0);var ae=e(".mf-form-modalinput-stripe_sandbox");"1"==t.mf_stripe_sandbox?ae.attr("checked",!0):ae.removeAttr("checked",!0);var ne=t.mf_rest_api_method&&t.mf_rest_api_method.length?t.mf_rest_api_method:"POST";e('.mf-rest-api-method option[value="'+ne+'"]').prop("selected",!0),e(".mf-rest-api-url").val(t.mf_rest_api_url),e(".mf-mailchimp-api-key").val(t.mf_mailchimp_api_key),e(".mf-mailchimp-list-id").val(t.mf_mailchimp_list_id),""==t.mf_mailchimp_list_id&&e(".mf-mailchimp-list-id").val(e(".mailchimp_list").find(":selected").val()),0!=t.mf_mailchimp_list_id&&e('.mailchimp_list option[value="'+t.mf_get_response_list_id+'"]').prop("selected",!0),i(),e(".mf-get_response-list-id").val(t.mf_get_response_list_id),0!=t.mf_get_response_list_id&&e('.get-response-campaign-list option[value="'+t.mf_get_response_list_id+'"]').prop("selected",!0),e(".mf-zapier-web-hook").val(t.mf_zapier_webhook),e(".mf-slack-web-hook").val(t.mf_slack_webhook),e(".mf-fluent-web-hook").val(t.mf_fluent_webhook),e(".mf-sms-from").val(t.mf_sms_from),e(".mf-sms-twilio-account-sid").val(t.mf_sms_twilio_account_sid),e(".mf-sms-twilio-auth-token").val(t.mf_sms_twilio_auth_token),e(".mf-sms-user-body").val(t.mf_sms_user_body),e(".mf-sms-admin-body").val(t.mf_sms_admin_body),e(".mf-sms-admin-to").val(t.mf_sms_admin_to),e(".mf-paypal-email").val(t.mf_paypal_email),e(".mf-paypal-token").val(t.mf_paypal_token),e(".mf-stripe-image-url").val(t.mf_stripe_image_url),e(".mf-stripe-live-publishiable-key").val(t.mf_stripe_live_publishiable_key),e(".mf-stripe-live-secret-key").val(t.mf_stripe_live_secret_key),e(".mf-stripe-test-publishiable-key").val(t.mf_stripe_test_publishiable_key),e(".mf-stripe-test-secret-key").val(t.mf_stripe_test_secret_key),e(".mf-recaptcha-site-key").val(t.mf_recaptcha_site_key),e(".mf-recaptcha-secret-key").val(t.mf_recaptcha_secret_key),e("input.mf-form-modalinput-limit_status, .mf-form-modalinput-rest_api").trigger("change")}(window.mf_mailster_list_id=t.mf_mailster_list_id,e('.mf-mailster-list-id option[value="'+t.mf_mailster_list_id+'"]').prop("selected",!0),e(".mf-form-modalinput-mailster").length)&&N(e(".mf-mailster-list-id").find(":selected").val(),e("#metform_form_modal").find("form").attr("data-mf-id"))}e("input.mf-form-modalinput-store_entries").on("change",(function(){e(this).is(":checked")?a.show():e(this).is(":not(:checked)")&&a.hide()})),e("input.mf-form-modalinput-limit_status").on("change",(function(){e(this).is(":checked")?e("#limit_status").find("input").removeAttr("disabled"):e(this).is(":not(:checked)")&&e("#limit_status").find("input").attr("disabled","disabled")})),e("input.mf-form-user-enable").on("change",(function(){e(this).is(":checked")?n.show():e(this).is(":not(:checked)")&&n.hide()})),e("input.mf-form-admin-enable").on("change",(function(){e(this).is(":checked")?r.show():e(this).is(":not(:checked)")&&r.hide()})),e("input.mf-form-modalinput-rest_api").on("change",(function(){e(this).is(":checked")?m.show():e(this).is(":not(:checked)")&&m.hide()})),e("input.mf-form-modalinput-mail_chimp").on("change",(function(){e(this).is(":checked")?l.show():e(this).is(":not(:checked)")&&l.hide()})),e(".mf-form-modalinput-get_response").on("change",(function(){e(this).is(":checked")?c.show():c.hide()})),e("input.mf-form-email-verification-enable").on("change",(function(){e(this).is(":checked")?A.show():e(this).is(":not(:checked)")&&A.hide()})),T.on("change",(function(){e(this).is(":checked")?P.show():P.hide()})),e("input.mf-form-modalinput-mail_aweber").on("change",(function(){e(this).is(":checked")?j.show():e(this).is(":not(:checked)")&&j.hide()})),e("input.mf-form-modalinput-mail_poet").on("change",(function(){e(this).is(":checked")?x.show():e(this).is(":not(:checked)")&&x.hide()})),e("input.mf-form-modalinput-ckit").on("change",(function(){e(this).is(":checked")?y.show():e(this).is(":not(:checked)")&&y.hide()})),e("input.mf-form-modalinput-zapier").on("change",(function(){e(this).is(":checked")?f.show():e(this).is(":not(:checked)")&&f.hide()})),e("input.mf-form-modalinput-slack").on("change",(function(){e(this).is(":checked")?d.show():e(this).is(":not(:checked)")&&d.hide()})),e("input.mf-form-modalinput-fluent").on("change",(function(){e(this).is(":checked")?p.show():e(this).is(":not(:checked)")&&p.hide()})),e("input.mf-form-modalinput-sms-user").on("change",(function(){e(this).is(":checked")?u.show():e(this).is(":not(:checked)")&&u.hide()})),e("input.mf-form-modalinput-sms-admin").on("change",(function(){e(this).is(":checked")?h.show():e(this).is(":not(:checked)")&&h.hide()})),e("input.mf-form-modalinput-sms").on("change",(function(){e(this).is(":checked")?_.show():e(this).is(":not(:checked)")&&(_.hide(),g.removeAttr("checked",!0),u.hide(),b.removeAttr("checked",!0),h.hide())})),e("input.mf-form-modalinput-paypal").on("change",(function(){e(this).is(":checked")?k.show():e(this).is(":not(:checked)")&&k.hide()})),e("input.mf-form-modalinput-stripe").on("change",(function(){e(this).is(":checked")?stripe.show():e(this).is(":not(:checked)")&&stripe.hide()})),e("input.mf-form-modalinput-stripe_sandbox").on("change",(function(){e(this).is(":checked")?e(".mf_stripe_sandbox").show():e(this).is(":not(:checked)")&&e(".mf_stripe_sandbox").hide()})),e(".mf-hubspot-forms").on("change",(function(){e(this).is(":checked")?e(".hubspot_forms_section").show():e(".hubspot_forms_section").hide()})),e(".mf-register").on("change",(function(){e(this).is(":checked")?e(".mf_register_form_fields").show():e(".mf_register_form_fields").hide()})),e(".mf-login").on("change",(function(){e(this).is(":checked")?e(".mf_login_form_fields").show():e(".mf_login_form_fields").hide()})),e(".mf-form-to-post").on("change",(function(){e(this).is(":checked")?e(".mf-form-to-post-fields").show():e(".mf-form-to-post-fields").hide()})),e(".mf-helpscout").on("change",(function(){e(this).is(":checked")?e(".helpscout_forms_section").show():e(".helpscout_forms_section").hide()})),e(".mf-form-modalinput-mailster").on("change",(function(){e(this).is(":checked")?(e(".mf-mailster-settings-section").show(),e(".mf-mailster-forms").show()):(e(".mf-mailster-settings-section").hide(),e(".mf-mailster-forms").hide())})),e(".mf-mailster-list-id").on("change",(function(){e(this).val(),e("#metform-form-modalinput-settings").attr("data-mf-id")})),e(".get-response-campaign-list").on("change",(function(){e(".mf-get_response-list-id ").val(e(this).val())})),e("input.mf-form-modalinput-capture_user_browser_data").click((function(){e(this).is(":checked")?(e("#multiple_submission").removeClass("hide_input"),e("#multiple_submission").addClass("show_input")):e(this).is(":not(:checked)")&&(e("#multiple_submission").removeClass("show_input"),e("#multiple_submission").addClass("hide_input"))})),e(".mf-settings-tab .mf-setting-nav-link").on("click",(function(t){if(!e(this).hasClass("mf-setting-nav-hidden")){t.preventDefault();var i=e(this).attr("href");window.location.hash=i,e(this).parent().addClass("nav-tab-active").siblings().removeClass("nav-tab-active"),e(i).addClass("active").siblings().removeClass("active")}})),e(".mf-setting-nav-link").on("click",(function(t){e(this).hasClass("mf-setting-nav-hidden")?t.preventDefault():(e(this).parents(".nav-tab-wrapper").find("a").removeClass("top").removeClass("bottom"),e(this).parents("li").prev().find("a").addClass("top"),e(this).parents("li").next().find("a").addClass("bottom"))}));var X=e(".mf-settings-tab .mf-setting-nav-link").eq(1).attr("href");if(window.location.hash&&(X=window.location.hash),e('.mf-settings-tab .mf-setting-nav-link[href="'+X+'"]').trigger("click"),e(window).on("resize.mfSettings",(function(){e(".mf-setting-sidebar").css("width",e(".mf-setting-sidebar-column").width())})).trigger("resize.mfSettings"),e(".mf-setting-header").length>0){var S=e(".mf-setting-header").offset().top;e(window).scroll((function(){var t=e(".mf-setting-header");e(window).scrollTop()>=S?t.addClass("fixed").css({width:jQuery(".metform-admin-container").width()}):t.removeClass("fixed").css({width:"auto"})}))}function E(){return e("#metform-form-modalinput-settings").attr("data-nonce")}function z(){return e("#mf_wp_rest_nonce").val()}e(".mf-admin-single-accordion").on("click",".mf-admin-single-accordion--heading",(function(){e(this).next().slideToggle().parent().toggleClass("active").siblings().removeClass("active").find(".mf-admin-single-accordion--body").slideUp()})),e(".mf-admin-single-accordion:first-child .mf-admin-single-accordion--heading").trigger("click"),e(".mf-recaptcha-version").on("change",(function(){var t=e(this).val();e("#mf-"+t).fadeIn().siblings().hide()})),e(".mf-recaptcha-version").trigger("change"),e(".mf-form-modalinput-stripe_sandbox").on("change",(function(){var t=e(this).parents(".attr-form-group").eq(0).next(".mf-form-modalinput-stripe_sandbox_keys");e(this).is(":checked")?t.fadeIn():t.fadeOut()})),e(".mf-form-modalinput-stripe_sandbox").trigger("change"),e(document).on("click","#met_pro_aweber_authorize",(function(t){t.preventDefault();let i=e(this).closest("p.description");i.html("<span>Wait....</span>");var s=metform_api.admin_url+"admin-ajax.php",o={action:"get_aweber_authorization_url",api_key:e("#mf_aweber_dev_api_key").val(),api_sec:e("#mf_aweber_dev_api_sec").val()};e.ajax({url:s,method:"POST",data:o,headers:{"X-WP-Nonce":z()},dataType:"json",success:function(e){if(!0===e.success){let t='<a class=" button mf-setting-btn-link" href="'+e.data.url+'">Authorize The App </a>';i.html(t)}else if(e.data){let t=e.data;i.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){i.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_pro_aweber_propmpt_re_auth",(function(t){t.preventDefault(),e("#mf_aweber_dev_api_key").val("").prop("disabled",!1),e("#mf_aweber_dev_api_sec").val("").prop("disabled",!1),e(this).closest("p.description").html('<a class="button mf-setting-btn-link" id="met_pro_aweber_re_authorize"> Get Re - Authorization URL </a>')})),e(document).on("click","#met_pro_aweber_re_authorize",(function(t){t.preventDefault();let i=e(this).closest("p.description");i.html("<span>Wait....</span>");let s=e("#mf_aweber_dev_api_key").val();if(!s||s.length<1)return i.html('<span style="color: red">API Key can not be empty..</span>'),!1;var o=metform_api.admin_url+"admin-ajax.php",a={action:"get_aweber_re_authorization_url",api_key:s,api_sec:e("#mf_aweber_dev_api_sec").val()};e.ajax({url:o,method:"POST",data:a,headers:{"X-WP-Nonce":z()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data;if("ok"==t.result){let e='<a class="mf-setting-btn-link" href="'+t.url+'">Authorize The App </a>';i.html(e)}else i.html("<span>"+t.msg+"</span>")}else if(e.data){let t=e.data;i.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){i.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_aweber_get_list",(function(t){t.preventDefault();let i=e(this),s=e("#mf_aweber_info"),o=metform_api.admin_url+"admin-ajax.php";e.ajax({url:o,method:"POST",data:{action:"get_list_lists"},headers:{"X-WP-Nonce":E()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,o=i.closest("div.mf-aweber").find("select");if(o.html(""),t.lists)for(let e in t.lists)o.append('<option value="'+t.lists[e].id+'">'+t.lists[e].name+"</option>");s.html("")}else if(e.data){let t=e.data;s.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){s.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_mail_poet_get_list",(function(t){t.preventDefault();let i=e(this),s=e("#mf_mail_poet_info"),o=metform_api.admin_url+"admin-ajax.php";e.ajax({url:o,method:"POST",data:{action:"mail_poet_get_email_list_lists"},headers:{"X-WP-Nonce":E()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,o=i.closest("div.mf-mail-poet").find("select");if(o.html(""),t.lists)for(let e in t.lists)o.append('<option value="'+t.lists[e].id+'">'+t.lists[e].name+"</option>");s.html("")}else if(e.data){let t=e.data;s.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){s.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_ckit_get_list",(function(t){t.preventDefault();var i=metform_api.admin_url+"admin-ajax.php";let s=e(this);e.ajax({url:i,method:"POST",data:{action:"get_form_lists"},headers:{"X-WP-Nonce":E()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=s.closest("div.mf-ckit").find("select");i.html(""),t.forms&&t.forms.forEach((function(e){i.append('<option value="'+e.id+'">'+e.name+"</option>")}))}else alert("Error occurred when trying to check for aweber authorization.")},error:function(e){},complete:function(){}})})),e(document).on("click","#met_form_act_camp_get_list",(function(t){t.preventDefault();let i=window.metform_api.resturl+"metform-pro/v1/active-campaign/email_lists",s=E(),o=e(this),a=e("#mf_act_camp_info");e.ajax({url:i,method:"GET",data:[],headers:{"X-WP-Nonce":s},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=o.closest("div.mf-input-group").find("select");i.html(""),t.list&&t.list.forEach((function(e){i.append('<option value="'+e.sid+'">'+e.name+"</option>")})),a.html(e.data.msg)}else a.html(e.data.msg)},error:function(e){a.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_act_camp_get_tags",(function(t){t.preventDefault();let i=window.metform_api.resturl+"metform-pro/v1/active-campaign/tag_lists",s=E(),o=e(this),a=e("#mf_act_camp_tag_info");e.ajax({url:i,method:"GET",data:[],headers:{"X-WP-Nonce":s},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=o.closest("div.mf-input-group").find("select");i.html(""),t.list&&t.list.forEach((function(e){i.append('<option value="'+e.sid+'">'+e.name+"</option>")})),a.html(e.data.msg)}else a.html(e.data.msg)},error:function(e){a.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e("#mf-helpscout-btn-token").click((function(){let t=window.metform_api.resturl+"metform/v1/forms/get_helpscout_access_token/123";e.ajax({url:t,type:"get",headers:{"X-WP-Nonce":z()},success:function(e){200==e.status&&location.reload()},error:function(e){alert("Something went wrong")}})}))}));
1
+ jQuery(document).ready((function(e){"use strict";var t,i,o;e(".metfrom-btn-refresh-get-response-list").click((function(){var t=e(this);t.addClass("mf-setting-spin");var i,o=e("#metform_form_modal"),s=e("#metform-form-modalinput-settings").attr("data-nonce"),a=e(".get-response-campaign-list");i=o.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/entries/store_get_response_list/"+i,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(e){a.empty(),e.forEach((e=>{a.append('<option value="'+e.campaignId+'">'+e.description+"</option>")})),t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})})),e(".metfrom-btn-refresh-mailchimp-list").on("click",(function(){var t=e(this);t.addClass("mf-setting-spin");var i,o=e("#metform_form_modal"),s=e("#metform-form-modalinput-settings").attr("data-nonce"),n=e(".mailchimp_list");i=o.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/entries/store_mailchimp_list/"+i,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(i){try{n.empty(),i.lists.forEach((e=>{n.append("<option value="+e.id+">"+e.name+"</option>")})),1===i.lists.length?e(".mf-mailchimp-list-id").attr("value",i.lists[0].id):(a(),e(".mailchimp_list").on("change",(t=>{e(".mf-mailchimp-list-id").attr("value",t.target.value)})))}catch(o){}t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})})),e(".metfrom-btn-refresh-hubsopt-list").click((function(){var t=e(this);t.addClass("mf-setting-spin");var i,o=e("#metform_form_modal"),s=e("#metform-form-modalinput-settings").attr("data-nonce"),a=e(".hubspot_forms");i=o.find("form").attr("data-mf-id"),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_forms/"+i,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(e){try{a.empty(),a.append('<option value="select">Select a form</option>'),e.forEach((e=>{a.append("<option value="+e.portalId+" guid="+e.guid+">"+e.name+"</option>")}))}catch(i){}t.removeClass("mf-setting-spin")},error:function(e){t.removeClass("mf-setting-spin")}})}));var s=!0;function a(){var t=e(".mf-mailchimp-list-id").val();e(".mailchimp_list option").each(((i,o)=>{e(o).attr("selected",!1),o.value===t&&e(o).attr("selected",!0)}))}e(".hubspot_forms").on("change",(function(){var t=e("option:selected",this).attr("guid"),i=e("option:selected",this).val();e(".mf_hubspot_form_guid").val(t),e(".mf_hubspot_form_portalId").val(i);var o,s=e("#metform_form_modal"),a=e("#metform-form-modalinput-settings").attr("data-nonce");o=s.find("form").attr("data-mf-id"),e("#mf-hubsopt-fileds").html("Please wait....");var n="";e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+o,type:"get",headers:{"X-WP-Nonce":a},dataType:"json",success:function(i){n=i,e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_form_fields/"+o,type:"post",headers:{"X-WP-Nonce":a},dataType:"json",data:{guid:t},success:function(t){var i="",o="";Object.keys(n).map((function(e){return[n[e]]})).map((e=>{o+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));t.forEach((e=>{i+="<tr><td>"+e.label+"</td><td><select name=mf_hubspot_form_field_name_"+e.name+' class="attr-form-control">'+o+"</select></td></tr>"})),e("#mf-hubsopt-fileds").html('<table width="100%">'+i+"</table>")},error:function(t){e("#mf-hubsopt-fileds").html("<span class='mf-input-warning'>Please select a form.</span>")}})},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})})),e("#mf-remove-hubspot-access").on("click",(function(t){t.preventDefault();var i=e(this).attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/disconnect_hubspot/1",type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(e){window.location.reload()},error:function(e){console.log("Sorry ! Something went wrong",e)}})})),e(".mf-mailchimp-list-id").attr("value",""),e(".page-title-action").on("click",(function(t){t.preventDefault(),e("#metform_new_form_modal").modal("show")}));let n=window.parent;function r(e){e.jQuery("body").attr("data-metform-template-load","true"),e.jQuery(".metform-dynamic-content-modal").hide(),e.jQuery("#metform-open-content-editor").hide()}function m(){e(".mf-btn-del-singl-field").click((function(){e(this).parent(".mf-cf-single-field").remove()}))}function l(e,t="",i=""){return'<div id="mf-cf-single-field" class="mf-cf-single-field"">\n <div class="mf-cf-single-field-input">\n <label>Name</label>\n <input type="text" name="mf_post_submission_custom_fields_name[]" class="attr-form-control" value="'+t+'">\n </div>\n <div class="mf-cf-single-field-input">\n <label>Select Field</label>\n <select data-selected="'+i+'" name="mf_post_submission_mf_field_name[]" class="attr-form-control">'+e+'</select>\n </div>\n <a href="#" class="mf-btn-del-singl-field">Delete</a>\n </div>'}e(".metform-open-new-form-editor-modal").on("click",(function(t){t.preventDefault();var i,o,s=n.jQuery(".metform-dynamic-content-modal"),a=s.find("#formpicker-control-iframe"),r=s.find(".dialog-lightbox-loading"),m=s.find(".dialog-type-lightbox"),l=jQuery(this).parents(".add-new-model__footer-button-group").siblings(".metform-add-new-form-model-contents"),c=l.find("#metform-add-new-form-model__form-type option:selected").val(),f=l.find(".metform-template-radio:checked").val(),d=l.find(".metform-template-input-con input").val(),p=n.jQuery("#metform-form-modalinput-settings").data("nonce");jQuery.ajax({url:jQuery(this).attr("resturl")+"builder_form_id/"+f+"?title="+d+"&form_type="+c,type:"GET",headers:{"X-WP-Nonce":p},success:function(t){n.jQuery("body").attr("data-metform-template-key",t),l.find(".metform-template-input-con input").val(""),l.find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked"),o=t;var i=e("#metform_new_form_modal"),s=e(".modal-backdrop");i.hide(),s.hide()},async:!1}),i=jQuery(this).attr("resturl")+"builder/"+o,n.jQuery("body").attr("data-metform-template-load","false"),m.show(),s.show(),r.show(),a.contents().find("#elementor-loading").show(),a.css("z-index","-1"),a.attr("src",i),a.on("load",(function(){r.hide(),a.show(),a.contents().find("#elementor-loading").hide(),a.css("z-index","1")}))})),n.jQuery(".metform-form-update-close-btn").on("click",(function(t){if(t.preventDefault(),n.jQuery("body").hasClass("wp-admin")){var i,o=n.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),s=o[0].contentWindow||o[0].contentDocument;s.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")?(n.jQuery(".metform-close-editor-modals").trigger("click"),window.location.reload()):e(s.jQuery("#elementor-panel-saver-button-publish")).length>0&&!e(s.jQuery("#elementor-panel-saver-button-publish"))[0].classList.contains("elementor-button-state")&&(s.jQuery("#elementor-panel-saver-button-publish:not([disabled])").trigger("click"),i=setInterval((function(){s.jQuery("#elementor-panel-saver-button-publish:not([disabled])").hasClass("elementor-disabled")&&(n.jQuery(".metform-close-editor-modals").trigger("click"),clearInterval(i),window.location.reload())}),100))}})),n.jQuery(".metform-close-editor-modals").on("click",(function(e){if(e.preventDefault(),jQuery(this).hasClass("metform-editor-close")){var s=n.jQuery(".metform-dynamic-content-modal").find("#formpicker-control-iframe"),a=s[0].contentWindow||s[0].contentDocument;a.jQuery("#elementor-panel-saver-button-publish").hasClass("elementor-disabled")?r(n):confirm("Leaving? Changes you made may not be saved.")?(a.jQuery(a).off("beforeunload"),r(n)):a.jQuery(a).off("beforeunload")}else jQuery(this).hasClass("metform-picker-close")?(r(n),t=n.jQuery("#metform-open-content-editor"),i=t.find(".metform-content-editor-radio:checked").val(),o=t.find(".metform-open-content-editor-templates").val(),"saved"===i&&n.jQuery("body").attr("data-metform-template-key",o),r(n)):r(n);n.jQuery("#metform-open-content-editor").find(".metform-picker-close").hide(),n.jQuery("#metform-open-content-editor").find(".metform-template-radio").removeAttr("checked").first().attr("checked","checked")})),e(".row-actions .edit a, .metform-form-edit-btn, body.post-type-metform-form a.row-title").on("click",(async function(t){t.preventDefault();var i,o=0,n=e("#metform_form_modal"),r=e(this).parents(".column-title"),c=e("body").attr("data-metform-template-key");if(n.addClass("loading"),n.modal("show"),r.length>0){o=e(this).attr("data-metform-form-id"),"undefined"!==c&&(o=c),o=o!==undefined?o:r.find(".hidden").attr("id").split("_")[1];var f=e("#metform-form-modalinput-settings").attr("data-nonce");const t=await fetch(window.metform_api.resturl+"metform/v1/forms/get/"+o,{method:"GET",headers:{"X-WP-Nonce":f}}),s=await t.json();i=s,E(s),n.removeClass("loading");const a=new CustomEvent("metform-integration-settings-event",{detail:{data:s},bubbles:!0,cancelable:!0,composed:!1});document.querySelector("#metform-form-modalinput-settings").dispatchEvent(a),function(t,i,o){e(".mf-helpscout").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+t,type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(t){var i=t,s="";Object.keys(i).map((function(e){return[i[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var a='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Subject*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_subject" name="mf_helpscout_conversation_subject">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer Email*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_email" name="mf_helpscout_conversation_customer_email">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer First Name*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_first_name" name="mf_helpscout_conversation_customer_first_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Customer Last Name*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_last_name" name="mf_helpscout_conversation_customer_last_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">Message*</label><div class="mf-inputs"><select class="attr-form-control" id="mf_helpscout_conversation_customer_message" name="mf_helpscout_conversation_customer_message">'+s+"</select></div>")+"</div>";e("#mf-helpscout-fileds").html(a),o.mf_helpscout_conversation_subject&&(e('#mf_helpscout_conversation_subject option[value="'+o.mf_helpscout_conversation_subject+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_email option[value="'+o.mf_helpscout_conversation_customer_email+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_first_name option[value="'+o.mf_helpscout_conversation_customer_first_name+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_last_name option[value="'+o.mf_helpscout_conversation_customer_last_name+'"]').prop("selected",!0),e('#mf_helpscout_conversation_customer_message option[value="'+o.mf_helpscout_conversation_customer_message+'"]').prop("selected",!0))},error:function(e){}})}(o,f,s)}else{E({form_title:e(".mf-form-modalinput-title").attr("data-default-value"),admin_email_body:"",admin_email_from:"",admin_email_reply_to:"",admin_email_subject:"",capture_user_browser_data:"",enable_admin_notification:"",limit_total_entries_status:"",limit_total_entries:"0",redirect_to:"",success_url:"",failed_cancel_url:"",quiz_summery:"",require_login:"",store_entries:"1",user_email_attach_submission_copy:"1",entry_title:"",success_message:e(".mf-form-modalinput-success_message").attr("data-default-value"),user_email_body:"",user_email_from:"",user_email_reply_to:"",user_email_subject:"",input_names:"Example: [mf-inputname]"}),n.removeClass("loading")}function d(e,t=""){let i="";return Array.isArray(e)&&e.map((e=>{const o=t===e[0].mf_input_name?" selected":"";i+="<option value="+e[0].mf_input_name+o+">"+e[0].mf_input_label+"</option>"})),i}e(".mf-register").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,s="";e.ajax({url:window.metform_api.resturl+"xs/register/settings/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){Object.keys(i).map((function(e){return[i[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var o='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Name</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_user_name" name="mf_auth_reg_user_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Email</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_user_email" name="mf_auth_reg_user_email">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline"><label class="attr-input-label">Role</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_reg_role" name="mf_auth_reg_role"><option value="administrator">Administrator</option><option value="editor">Editor</option><option value="author">Author</option><option value="contributor">Contributor</option><option selected="selected" value="subscriber">Subscriber</option></select></div></div>';e(".mf_register_form_fields").html(o),0!=t&&(e('#mf_auth_reg_user_name option[value="'+t.mf_auth_reg_user_name+'"]').prop("selected",!0),e('#mf_auth_reg_user_email option[value="'+t.mf_auth_reg_user_email+'"]').prop("selected",!0),e('#mf_auth_reg_role option[value="'+t.mf_auth_reg_role+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),e(".mf-login").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,s="";e.ajax({url:window.metform_api.resturl+"xs/login/settings/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){Object.keys(i).map((function(e){return[i[e]]})).map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var o='<div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Name</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_login_user_name" name="mf_auth_login_user_name">'+s+"</select></div>")+'</div><div class="mf-input-group mf-input-group-inline">'+('<label class="attr-input-label">User Password</label><div class="mf-inputs"><select class="attr-form-control" id="mf_auth_login_user_password" name="mf_auth_login_user_password">'+s+"</select></div>")+"</div>";e(".mf_login_form_fields").html(o),0!=t&&(e('#mf_auth_login_user_name option[value="'+t.mf_auth_login_user_name+'"]').prop("selected",!0),e('#mf_auth_login_user_password option[value="'+t.mf_auth_login_user_password+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),e(".mf-form-to-post").length&&e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var i=t,s="";e.ajax({url:window.metform_api.resturl+"xs/post/settings/"+o,type:"get",headers:{"X-WP-Nonce":f},dataType:"json",success:function(t){var o=Object.keys(i).map((function(e){return[i[e]]}));o.map((e=>{s+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"}));var a='<label class="attr-input-label">Title</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_title" id="mf_post_submission_title" name="mf_post_submission_title">'+s+"</select></div>",n='<label class="attr-input-label">Content</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_content" id="mf_post_submission_content" name="mf_post_submission_content">'+s+"</select></div>",r='<label class="attr-input-label">Featured Image</label><div class="mf-inputs"><select class="attr-form-control mf_post_submission_featured_image" id="mf_post_submission_featured_image" name="mf_post_submission_featured_image">'+s+"</select></div>",c=l(s);if(0!=t.custom_fields_settings){c="";var f=Object.entries(t.custom_fields_settings);for(const[e,t]of f)c+=l(d(o,t),e,t)}var p='<div class="mf-input-group mf-input-group-inline">'+a+'</div><div class="mf-input-group mf-input-group-inline">'+n+'</div></div><div class="mf-input-group mf-input-group-inline">'+r+'</div><div class="mf-input-group mf-input-group-inline">'+function(e,t){return'<label class="attr-input-label">Custom Fields</label>\n <div class="mf-inputs mf-cf-fields">\n <div style="display:none">\n <div id="mf-cf-single-field" class="mf-cf-single-field"">\n <div class="mf-cf-single-field-input">\n <label>Name</label>\n <input type="text" name="mf_post_submission_custom_fields_name[]" class="attr-form-control" >\n </div>\n <div class="mf-cf-single-field-input">\n <label>Select Field</label>\n <select name="mf_post_submission_mf_field_name[]" class="attr-form-control">'+t+'</select>\n </div>\n <a href="#" class="mf-btn-del-singl-field">Delete</a>\n </div>\n </div>\n <div class="repeaterResult">'+e+'</div>\n <button class="mf-add-cf" type="button"><span>+</span></button>\n </div>'}(c,s)+"</div>";e(".mf-post-submission-fields-section").html(p);var u=0;e(".mf-add-cf").click((function(){var t=e("#mf-cf-single-field").clone();u++,t.attr("id","mf-repeater-field-"+u),e(".mf-btn-del-singl-field",t).attr("data-id",u),t.appendTo(e(".repeaterResult")),m()})),m(),0!=t.fields_settings&&(e('.mf_post_submission_post_type option[value="'+t.fields_settings.mf_post_submission_post_type+'"]').prop("selected",!0),e('.mf_post_submission_title option[value="'+t.fields_settings.mf_post_submission_title+'"]').prop("selected",!0),e('.mf_post_submission_content option[value="'+t.fields_settings.mf_post_submission_content+'"]').prop("selected",!0),e('.mf_post_submission_featured_image option[value="'+t.fields_settings.mf_post_submission_featured_image+'"]').prop("selected",!0),e('.mf_post_submission_author option[value="'+t.fields_settings.mf_post_submission_author+'"]').prop("selected",!0))},error:function(e){}})},error:function(e){}}),function(t){var i=e("#metform-form-modalinput-settings").attr("data-nonce"),o=e(".get-response-campaign-list");e.ajax({url:window.metform_api.resturl+"metform/v1/entries/get_response_list/"+t,type:"get",headers:{"X-WP-Nonce":i},dataType:"json",success:function(e){o.empty(),e.length&&e.forEach((e=>{o.append("<option value="+e.campaignId+">"+e.description+"</option>")}))},error:function(e){}})}(o),function(t){var i=e(".metfrom-btn-refresh-hubsopt-list");i.addClass("mf-setting-spin");var o=e("#metform-form-modalinput-settings").attr("data-nonce"),s=e(".hubspot_forms"),a=t;e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_hubspot_forms/"+a,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(t){var o=e(".mf_hubspot_form_guid").val();try{s.empty(),s.append('<option value="select">Select a form</option>'),t.forEach((e=>{var t="";e.guid===o&&(t='selected="selected"'),s.append("<option "+t+" value="+e.portalId+" guid="+e.guid+">"+e.name+"</option>")}))}catch(a){}i.removeClass("mf-setting-spin")},error:function(e){i.removeClass("mf-setting-spin")}})}(o),function(t,i){if(s){s=!1;var o=e(".mf_hubspot_form_guid").val(),a=e("#metform-form-modalinput-settings").attr("data-nonce");e("#mf-hubsopt-fileds").html("Please wait...."),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+t,type:"get",headers:{"X-WP-Nonce":a},dataType:"json",success:function(s){e.ajax({url:window.metform_api.resturl+"metform/v1/forms/hubspot_form_fields/"+t,type:"post",headers:{"X-WP-Nonce":a},dataType:"json",data:{guid:o},success:function(t){var o="",a="mf_hubspot_form_field_name_";t.forEach((e=>{var t=a+e.name;if(t in i){var n="";for(const e in s){var r="";i[t]===s[e].mf_input_name&&(r='selected="selected"'),n+=`<option ${r} value="${e}">${s[e].mf_input_label}</option>`}o+="<tr><td>"+e.label+"</td><td><select name="+a+e.name+' class="attr-form-control">'+n+"</select></td></tr>"}})),e("#mf-hubsopt-fileds").html('<table width="100%">'+o+"</table>")},error:function(t){401===t?.responseJSON?.code?(e("#mf-hubsopt-fileds").html("<span class='mf-input-warning'>Please connect your HubSpot account.</span>"),e(".hubspot_forms").empty()):e("#mf-hubsopt-fileds").html("<span class='mf-input-warning'>Please click the <span class='dashicons dashicons-update'></span> button to fetch forms and then select a form from the list.</span>")}})},error:function(t){e("#mf-hubsopt-fileds").html("Sorry ! Something went wrong")}})}}(o,i),function(t){e("#metform_form_modal");var i,o=e("#metform-form-modalinput-settings").attr("data-nonce"),s=e(".mailchimp_list");i=t,e.ajax({url:window.metform_api.resturl+"metform/v1/entries/get_mailchimp_list/"+i,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(t){try{s.empty(),t.lists.forEach((e=>{s.append("<option value="+e.id+">"+e.name+"</option>")})),1===t.lists.length?e(".mf-mailchimp-list-id").attr("value",t.lists[0].id):(a(),e(".mailchimp_list").on("change",(t=>{e(".mf-mailchimp-list-id").attr("value",t.target.value)})))}catch(i){}},error:function(e){}})}(o),n.find("form").attr("data-mf-id",o),n.find(".get-response-campaign-list").attr("get-response-list-id",o)})),e("#metform-add-new-form-model__form-type").on("change",(function(){var t=this.value,i=e(this).attr("data-nonce"),o=e(this).parent(".metform-template-form-type").siblings(".metform-templates-list");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/gel_form_templates/new?formtype="+t,type:"get",headers:{"X-WP-Nonce":i},dataType:"json",beforeSend:function(){o.css({opacity:"0.3","pointer-events":"none"})},success:function(e){o.find("li").not(":first").remove(),o.find("li").after(e),o.css({opacity:"1","pointer-events":"auto"})},error:function(e){console.log(e)}})})),e(".metform-form-save-btn-editor").on("click",(function(){e(".metform-form-save-btn-editor").attr("disabled",!0);var t=e("#metform-form-modalinput-settings");t.attr("data-open-editor","1"),t.trigger("submit")})),e("#metform-form-modalinput-settings").on("submit",(function(t){t.preventDefault();var i=e("#metform-form-modal"),o=e(this);i.addClass("loading"),e(".metform-form-save-btn-editor").attr("disabled",!0),e(".metform-form-save-btn").attr("disabled",!0);var s=e(this).serialize(),a=e(this).attr("data-mf-id"),n=e(this).attr("data-open-editor"),r=e(this).attr("data-editor-url"),m=e(this).attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/update/"+a,type:"post",data:s,headers:{"X-WP-Nonce":m},dataType:"json",success:function(t){e("#message").css("display","block"),1==t.saved?(e("#post-"+t.data.id).find(".row-title").html(t.data.title),e("#message").removeClass("attr-alert-warning").addClass("attr-alert-success").html(t.status)):e("#message").removeClass("attr-alert-success").addClass("attr-alert-warning").html(t.status),setTimeout((function(){e("#message").css("display","none"),o.find(".attr-close").trigger("click")}),1e3),i.removeClass("loading"),"1"==n&&1==t.saved?setTimeout((function(){window.location.href=r+"?post="+t.data.id+"&action=elementor"}),1e3):"0"!=a?(e(".metform-form-save-btn-editor").removeAttr("disabled"),e(".metform-form-save-btn").removeAttr("disabled")):"0"==a&&setTimeout((function(){location.reload()}),1e3)}})}));var c=e(".mf-entry-title"),f=e(".mf-form-user-confirmation"),d=e(".mf-form-admin-notification"),p=e(".mf-input-rest-api-group"),u=e(".mf-mailchimp"),_=e(".mf-get_response"),h=e(".mf-zapier"),v=e(".mf-slack"),g=e(".mf-fluent"),b=e(".mf-sms"),k=e(".mf-sms-user"),y=e(".mf-sms-admin"),w=e(".mf-form-modalinput-sms"),j=e(".mf-form-modalinput-sms-user"),x=e(".mf-form-modalinput-sms-admin"),A=e(".mf-paypal"),C=e(".mf-stripe"),T=e(".mf-ckit"),P=e(".mf-aweber"),N=e(".mf-mail-poet"),W=e(".mf-form-email-verification");let Q=".mf-active-campaign",X=e("input"+Q),z=e("div"+Q);function S(t,i=null){var o=e("#metform-form-modalinput-settings").attr("data-nonce");e('.mf-mailster-list-id option[value="'+t+'"]').prop("selected",!0),e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_fields_data/"+i,type:"get",headers:{"X-WP-Nonce":o},dataType:"json",success:function(o){var s=o,a="";Object.keys(s).map((function(e){return[s[e]]})).map((e=>{a+="<option value="+e[0].mf_input_name+">"+e[0].mf_input_label+"</option>"})),function(t,i,o){var s=e("#metform-form-modalinput-settings").attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_mailster_form/"+t,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(t){var s="";for(const[e,o]of Object.entries(t))if("fields"==e)for(const[e,t]of Object.entries(o))s+='<div class="mf-input-group mf-input-group-inline"><label class="attr-input-label">'+t.name+'</label><div class="mf-inputs"><select class="attr-form-control" id="mailster_field_'+e+'" name="mailster_field_'+e+'">'+i+"</select></div></div>";e(".mf-mailster-settings-section").html(s),function(t,i){var o=window.mf_mailster_list_id;if(e(".mf-mailster-list-id").val()==o){var s=e("#metform-form-modalinput-settings").attr("data-nonce");e.ajax({url:window.metform_api.resturl+"metform/v1/forms/get_mailster_form_data/"+i,type:"get",headers:{"X-WP-Nonce":s},dataType:"json",success:function(t){for(const[i,o]of Object.entries(t))for(const[t,i]of Object.entries(o))e("#"+t+' option[value="'+i+'"]').prop("selected",!0)},error:function(e){}})}}(0,o)},error:function(e){}})}(t,a,i)},error:function(e){}})}function E(t){if(c.hide(),f.hide(),d.hide(),p.hide(),u.hide(),h.hide(),v.hide(),A.hide(),C.hide(),T.hide(),P.hide(),N.hide(),""!=t.form_title){e(".mf-form-modalinput-title").val(t.form_title),e(".mf-form-modalinput-success_message").val(t.success_message),e(".mf-entry-title-input").val("undefined"!=typeof t.entry_title&&""!=t.entry_title?t.entry_title:"undefined"==typeof t.entry_title||""==t.entry_title?"Entry # [mf_id]":""),e(".mf-form-modalinput-redirect_to").val(t.redirect_to),e(".mf-form-modalinput-success_url").val(t.success_url),e(".mf-form-modalinput-failed_cancel_url").val(t.failed_cancel_url),e(".mf-form-modalinput-limit_total_entries").val(t.limit_total_entries),e(".mf-form-email-verification-email-subject").val(t.email_verification_email_subject),e(".mf-form-email-verification-email-redirect").val(t.email_verification_confirm_redirect),e(".mf-form-email-verification-heading").val(t.email_verification_heading),e(".mf-form-email-verification-paragraph").val(t.email_verification_paragraph);let p=e(".mf-form-email-verification-enable");"1"==t.email_verification_enable?(p.attr("checked",!0),W.show()):(p.removeAttr("checked"),W.hide());let S=e(".mf_automizy_list_id");S&&S.val(t.mf_automizy_list_id);var i=e(".mf-form-modalinput-store_entries");"1"==t.store_entries?(i.attr("checked",!0),c.show()):(i.removeAttr("checked"),c.hide());var o=e(".mf-form-modalinput-hide_form_after_submission");"1"==t.hide_form_after_submission?o.attr("checked",!0):o.removeAttr("checked");var s=e(".mf-form-modalinput-require_login");"1"==t.require_login?s.attr("checked",!0):s.removeAttr("checked");var n=e(".mf-form-modalinput-quiz_result_show");"1"==t.quiz_summery?n.attr("checked",!0):n.removeAttr("checked");var r=e(".mf-form-modalinput-limit_status");"1"==t.limit_total_entries_status?r.attr("checked",!0):r.removeAttr("checked");var m=e(".mf-form-modalinput-count_views");"1"==t.count_views?m.attr("checked",!0):m.removeAttr("checked");var l=e(".mf-form-modalinput-stop_vertical_scrolling");"1"==t.mf_stop_vertical_scrolling?l.attr("checked",!0):l.removeAttr("checked");var _=e(".mf-form-modalinput-multiple_submission");"1"==t.multiple_submission?_.attr("checked",!0):_.removeAttr("checked");var Q=e(".mf-form-modalinput-enable_recaptcha");"1"==t.enable_recaptcha?Q.attr("checked",!0):Q.removeAttr("checked");var E=e(".mf-form-modalinput-capture_user_browser_data");"1"==t.capture_user_browser_data?(E.attr("checked",!0),e("#multiple_submission").removeClass("hide_input"),e("#multiple_submission").addClass("show_input")):E.removeAttr("checked"),e(".mf-form-user-email-subject").val(t.user_email_subject),e(".mf-form-user-email-from").val(t.user_email_from),e(".mf-form-user-reply-to").val(t.user_email_reply_to),e(".mf-form-user-email-body").val(t.user_email_body);var D=e(".mf-form-user-enable");"1"==t.enable_user_notification?(D.attr("checked",!0),f.show()):(D.removeAttr("checked"),f.hide());var O=e(".mf-form-user-submission-copy");"1"==t.user_email_attach_submission_copy?O.attr("checked",!0):O.removeAttr("checked"),e(".mf-form-admin-email-subject").val(t.admin_email_subject),e(".mf-form-admin-email-from").val(t.admin_email_from),e(".mf-form-admin-email-to").val(t.admin_email_to),e(".mf-form-admin-reply-to").val(t.admin_email_reply_to),e(".mf-form-admin-email-body").val(t.admin_email_body);var I=e(".mf-form-admin-enable");"1"==t.enable_admin_notification?(I.attr("checked",!0),d.show()):(I.removeAttr("checked"),d.hide());var q=e(".mf-form-admin-submission-copy");"1"==t.admin_email_attach_submission_copy?q.attr("checked",!0):q.removeAttr("checked");var U=e(".mf-form-modalinput-rest_api");"1"==t.mf_rest_api?(U.attr("checked",!0),e(".mf-rest-api").show()):(U.removeAttr("checked"),e(".mf-rest-api").hide());var F=e(".mf-form-modalinput-mail_chimp");"1"==t.mf_mail_chimp?(F.attr("checked",!0),u.show()):(F.removeAttr("checked"),u.hide());var G=e(".mf-form-modal_input-google_sheet");"1"==t.mf_google_sheet?G.attr("checked",!0):G.removeAttr("checked");let me=e(".mf-form-modalinput-ckit"),le=e(".mf-form-modalinput-mail_aweber"),ce=e(".mf-form-modalinput-mail_poet");if("1"==t.mf_convert_kit?(me.attr("checked",!0),T.show()):(me.removeAttr("checked"),T.hide()),"1"==t.mf_mail_aweber?(le.attr("checked",!0),P.show()):(le.removeAttr("checked"),P.hide()),"1"==t.mf_mail_poet?(ce.attr("checked",!0),N.show()):(ce.removeAttr("checked"),N.hide()),t.ckit_opt){let i=e("select.mf-ckit-list-id").first(),o=t.mf_ckit_list_id||"";i.html(),t.ckit_opt.forEach((function(e){i.append('<option value="'+e.id+'">'+e.name+"</option>")})),i.val(o)}if(t.aweber_opt){let i=e("select.mf-aweber-list-id").first(),o=t.mf_aweber_list_id||"";i.html();for(let e in t.aweber_opt)i.append('<option value="'+t.aweber_opt[e].id+'">'+t.aweber_opt[e].name+"</option>");i.val(o)}if(t.mp_opt){let i=e("select.mf-mail-poet-list-id").first(),o=t.mf_mail_poet_list_id||"";i.html();for(let e in t.mp_opt)i.append('<option value="'+t.mp_opt[e].id+'">'+t.mp_opt[e].name+"</option>");i.val(o)}if("1"===t.mf_active_campaign){X.attr("checked",!0),z.show();let i=t.mf_active_campaign_list_id||"",o=t.mf_active_campaign_tag_id||"";e("select[name=mf_active_campaign_list_id]").val(i),e("select[name=mf_active_campaign_tag_id]").val(o)}else X.removeAttr("checked"),z.hide();var R=e(".mf-form-modalinput-get_response");"1"==t.mf_get_response?(R.attr("checked",!0),e(".mf-get_response").show()):(R.removeAttr("checked"),e(".mf-get_response").hide());var L=e(".mf-hubsopt");"1"==t.mf_hubspot?L.attr("checked",!0):L.removeAttr("checked");var $=e(".mf-hubspot-forms"),H=e(".hubspot_forms_section");"1"==t.mf_hubspot_forms?($.attr("checked",!0),H.show()):($.removeAttr("checked"),H.hide()),e(".mf_hubspot_form_portalId").val(t.mf_hubspot_form_portalId),e(".mf_hubspot_form_guid").val(t.mf_hubspot_form_guid);var J=e(".mf-zoho");"1"==t.mf_zoho?J.attr("checked",!0):J.removeAttr("checked");var K=e(".mf-helpscout");"1"==t.mf_helpscout?(K.attr("checked",!0),e(".helpscout_forms_section").show()):(K.removeAttr("chekced"),e(".helpscout_forms_section").hide()),t.mf_helpscout_mailbox&&e('#mf_helpscout_mailbox option[value="'+t.mf_helpscout_mailbox+'"]').prop("selected",!0);var M=e(".mf-form-modalinput-mailster"),B=e(".mf-mailster-settings-section");"1"==t.mf_mailster?(M.attr("checked",!0),B.show(),e(".mf-mailster-forms").show()):(M.removeAttr("checked"),B.hide(),e(".mf-mailster-forms").hide());var V=e(".mf-register");1==t.mf_registration?(V.attr("checked",!0),e(".mf_register_form_fields").show()):(V.removeAttr("checked"),e(".mf_register_form_fields").hide());var Y=e(".mf-login");1==t.mf_login?(Y.attr("checked",!0),e(".mf_login_form_fields").show()):(e(".mf_login_form_fields").hide(),Y.removeAttr("checked"));var Z=e(".mf-form-to-post"),ee=e(".mf-form-to-post-fields");1==t.mf_form_to_post?(Z.attr("checked",!0),ee.show()):(Z.removeAttr("checked"),ee.hide());var te=e(".mf-form-modalinput-zapier");"1"==t.mf_zapier?(te.attr("checked",!0),h.show()):(te.removeAttr("checked",!0),h.hide());var ie=e(".mf-form-modalinput-slack");"1"==t.mf_slack?(ie.attr("checked",!0),v.show()):(ie.removeAttr("checked",!0),v.hide());var oe=e(".mf-form-modalinput-fluent");if("1"==t.mf_fluent?(oe.attr("checked",!0),g.show()):(oe.removeAttr("checked",!0),g.hide()),"1"==t.mf_sms_user_status?(j.attr("checked",!0),k.show()):(j.removeAttr("checked",!0),k.hide()),"1"==t.mf_sms_admin_status?(x.attr("checked",!0),y.show()):(x.removeAttr("checked",!0),y.hide()),"1"==t.mf_sms_status?(w.attr("checked",!0),b.show()):(w.removeAttr("checked",!0),b.hide(),j.removeAttr("checked",!0),k.hide(),x.removeAttr("checked",!0),y.hide()),t.mf_payment_currency){e("select.mf_payment_currency").val(t.mf_payment_currency)}let fe=e(".mf-form-modalinput-paypal");"1"==t.mf_paypal?(fe.attr("checked",!0),A.show()):(fe.removeAttr("checked",!0),A.hide());var se=e(".mf-form-modalinput-stripe");"1"==t.mf_stripe?(se.attr("checked",!0),C.show()):(se.removeAttr("checked",!0),C.hide());se=e(".mf-form-modalinput-stripe");"1"==t.mf_stripe?(se.attr("checked",!0),C.show()):(se.removeAttr("checked",!0),C.hide());var ae=e(".mf-form-modalinput-paypal_sandbox");"1"==t.mf_paypal_sandbox?ae.attr("checked",!0):ae.removeAttr("checked",!0);var ne=e(".mf-form-modalinput-stripe_sandbox");"1"==t.mf_stripe_sandbox?ne.attr("checked",!0):ne.removeAttr("checked",!0);var re=t.mf_rest_api_method&&t.mf_rest_api_method.length?t.mf_rest_api_method:"POST";e('.mf-rest-api-method option[value="'+re+'"]').prop("selected",!0),e(".mf-rest-api-url").val(t.mf_rest_api_url),e(".mf-mailchimp-api-key").val(t.mf_mailchimp_api_key),e(".mf-mailchimp-list-id").val(t.mf_mailchimp_list_id),""==t.mf_mailchimp_list_id&&e(".mf-mailchimp-list-id").val(e(".mailchimp_list").find(":selected").val()),0!=t.mf_mailchimp_list_id&&e('.mailchimp_list option[value="'+t.mf_get_response_list_id+'"]').prop("selected",!0),a(),e(".mf-get_response-list-id").val(t.mf_get_response_list_id),0!=t.mf_get_response_list_id&&e('.get-response-campaign-list option[value="'+t.mf_get_response_list_id+'"]').prop("selected",!0),e(".mf-zapier-web-hook").val(t.mf_zapier_webhook),e(".mf-slack-web-hook").val(t.mf_slack_webhook),e(".mf-fluent-web-hook").val(t.mf_fluent_webhook),e(".mf-sms-from").val(t.mf_sms_from),e(".mf-sms-twilio-account-sid").val(t.mf_sms_twilio_account_sid),e(".mf-sms-twilio-auth-token").val(t.mf_sms_twilio_auth_token),e(".mf-sms-user-body").val(t.mf_sms_user_body),e(".mf-sms-admin-body").val(t.mf_sms_admin_body),e(".mf-sms-admin-to").val(t.mf_sms_admin_to),e(".mf-paypal-email").val(t.mf_paypal_email),e(".mf-paypal-token").val(t.mf_paypal_token),e(".mf-stripe-image-url").val(t.mf_stripe_image_url),e(".mf-stripe-live-publishiable-key").val(t.mf_stripe_live_publishiable_key),e(".mf-stripe-live-secret-key").val(t.mf_stripe_live_secret_key),e(".mf-stripe-test-publishiable-key").val(t.mf_stripe_test_publishiable_key),e(".mf-stripe-test-secret-key").val(t.mf_stripe_test_secret_key),e(".mf-recaptcha-site-key").val(t.mf_recaptcha_site_key),e(".mf-recaptcha-secret-key").val(t.mf_recaptcha_secret_key),e("input.mf-form-modalinput-limit_status, .mf-form-modalinput-rest_api").trigger("change")}(window.mf_mailster_list_id=t.mf_mailster_list_id,e('.mf-mailster-list-id option[value="'+t.mf_mailster_list_id+'"]').prop("selected",!0),e(".mf-form-modalinput-mailster").length)&&S(e(".mf-mailster-list-id").find(":selected").val(),e("#metform_form_modal").find("form").attr("data-mf-id"))}e("input.mf-form-modalinput-store_entries").on("change",(function(){e(this).is(":checked")?c.show():e(this).is(":not(:checked)")&&c.hide()})),e("input.mf-form-modalinput-limit_status").on("change",(function(){e(this).is(":checked")?e("#limit_status").find("input").removeAttr("disabled"):e(this).is(":not(:checked)")&&e("#limit_status").find("input").attr("disabled","disabled")})),e("input.mf-form-user-enable").on("change",(function(){e(this).is(":checked")?f.show():e(this).is(":not(:checked)")&&f.hide()})),e("input.mf-form-admin-enable").on("change",(function(){e(this).is(":checked")?d.show():e(this).is(":not(:checked)")&&d.hide()})),e("input.mf-form-modalinput-rest_api").on("change",(function(){e(this).is(":checked")?p.show():e(this).is(":not(:checked)")&&p.hide()})),e("input.mf-form-modalinput-mail_chimp").on("change",(function(){e(this).is(":checked")?u.show():e(this).is(":not(:checked)")&&u.hide()})),e(".mf-form-modalinput-get_response").on("change",(function(){e(this).is(":checked")?_.show():_.hide()})),e("input.mf-form-email-verification-enable").on("change",(function(){e(this).is(":checked")?W.show():e(this).is(":not(:checked)")&&W.hide()})),X.on("change",(function(){e(this).is(":checked")?z.show():z.hide()})),e("input.mf-form-modalinput-mail_aweber").on("change",(function(){e(this).is(":checked")?P.show():e(this).is(":not(:checked)")&&P.hide()})),e("input.mf-form-modalinput-mail_poet").on("change",(function(){e(this).is(":checked")?N.show():e(this).is(":not(:checked)")&&N.hide()})),e("input.mf-form-modalinput-ckit").on("change",(function(){e(this).is(":checked")?T.show():e(this).is(":not(:checked)")&&T.hide()})),e("input.mf-form-modalinput-zapier").on("change",(function(){e(this).is(":checked")?h.show():e(this).is(":not(:checked)")&&h.hide()})),e("input.mf-form-modalinput-slack").on("change",(function(){e(this).is(":checked")?v.show():e(this).is(":not(:checked)")&&v.hide()})),e("input.mf-form-modalinput-fluent").on("change",(function(){e(this).is(":checked")?g.show():e(this).is(":not(:checked)")&&g.hide()})),e("input.mf-form-modalinput-sms-user").on("change",(function(){e(this).is(":checked")?k.show():e(this).is(":not(:checked)")&&k.hide()})),e("input.mf-form-modalinput-sms-admin").on("change",(function(){e(this).is(":checked")?y.show():e(this).is(":not(:checked)")&&y.hide()})),e("input.mf-form-modalinput-sms").on("change",(function(){e(this).is(":checked")?b.show():e(this).is(":not(:checked)")&&(b.hide(),j.removeAttr("checked",!0),k.hide(),x.removeAttr("checked",!0),y.hide())})),e("input.mf-form-modalinput-paypal").on("change",(function(){e(this).is(":checked")?A.show():e(this).is(":not(:checked)")&&A.hide()})),e("input.mf-form-modalinput-stripe").on("change",(function(){e(this).is(":checked")?stripe.show():e(this).is(":not(:checked)")&&stripe.hide()})),e("input.mf-form-modalinput-stripe_sandbox").on("change",(function(){e(this).is(":checked")?e(".mf_stripe_sandbox").show():e(this).is(":not(:checked)")&&e(".mf_stripe_sandbox").hide()})),e(".mf-hubspot-forms").on("change",(function(){e(this).is(":checked")?e(".hubspot_forms_section").show():e(".hubspot_forms_section").hide()})),e(".mf-register").on("change",(function(){e(this).is(":checked")?e(".mf_register_form_fields").show():e(".mf_register_form_fields").hide()})),e(".mf-login").on("change",(function(){e(this).is(":checked")?e(".mf_login_form_fields").show():e(".mf_login_form_fields").hide()})),e(".mf-form-to-post").on("change",(function(){e(this).is(":checked")?e(".mf-form-to-post-fields").show():e(".mf-form-to-post-fields").hide()})),e(".mf-helpscout").on("change",(function(){e(this).is(":checked")?e(".helpscout_forms_section").show():e(".helpscout_forms_section").hide()})),e(".mf-form-modalinput-mailster").on("change",(function(){e(this).is(":checked")?(e(".mf-mailster-settings-section").show(),e(".mf-mailster-forms").show()):(e(".mf-mailster-settings-section").hide(),e(".mf-mailster-forms").hide())})),e(".mf-mailster-list-id").on("change",(function(){e(this).val(),e("#metform-form-modalinput-settings").attr("data-mf-id")})),e(".get-response-campaign-list").on("change",(function(){e(".mf-get_response-list-id ").val(e(this).val())})),e("input.mf-form-modalinput-capture_user_browser_data").click((function(){e(this).is(":checked")?(e("#multiple_submission").removeClass("hide_input"),e("#multiple_submission").addClass("show_input")):e(this).is(":not(:checked)")&&(e("#multiple_submission").removeClass("show_input"),e("#multiple_submission").addClass("hide_input"))})),e(".mf-settings-tab .mf-setting-nav-link").on("click",(function(t){if(!e(this).hasClass("mf-setting-nav-hidden")){t.preventDefault();var i=e(this).attr("href");window.location.hash=i,e(this).parent().addClass("nav-tab-active").siblings().removeClass("nav-tab-active"),e(i).addClass("active").siblings().removeClass("active")}})),e(".mf-setting-nav-link").on("click",(function(t){e(this).hasClass("mf-setting-nav-hidden")?t.preventDefault():(e(this).parents(".nav-tab-wrapper").find("a").removeClass("top").removeClass("bottom"),e(this).parents("li").prev().find("a").addClass("top"),e(this).parents("li").next().find("a").addClass("bottom"))}));var D=e(".mf-settings-tab .mf-setting-nav-link").eq(1).attr("href");if(window.location.hash&&(D=window.location.hash),e('.mf-settings-tab .mf-setting-nav-link[href="'+D+'"]').trigger("click"),e(window).on("resize.mfSettings",(function(){e(".mf-setting-sidebar").css("width",e(".mf-setting-sidebar-column").width())})).trigger("resize.mfSettings"),e(".mf-setting-header").length>0){var O=e(".mf-setting-header").offset().top;e(window).scroll((function(){var t=e(".mf-setting-header");e(window).scrollTop()>=O?t.addClass("fixed").css({width:jQuery(".metform-admin-container").width()}):t.removeClass("fixed").css({width:"auto"})}))}function I(){return e("#metform-form-modalinput-settings").attr("data-nonce")}function q(){return e("#mf_wp_rest_nonce").val()}e(".mf-admin-single-accordion").on("click",".mf-admin-single-accordion--heading",(function(){e(this).next().slideToggle().parent().toggleClass("active").siblings().removeClass("active").find(".mf-admin-single-accordion--body").slideUp()})),e(".mf-admin-single-accordion:first-child .mf-admin-single-accordion--heading").trigger("click"),e(".mf-recaptcha-version").on("change",(function(){var t=e(this).val();e("#mf-"+t).fadeIn().siblings().hide()})),e(".mf-recaptcha-version").trigger("change"),e(".mf-form-modalinput-stripe_sandbox").on("change",(function(){var t=e(this).parents(".attr-form-group").eq(0).next(".mf-form-modalinput-stripe_sandbox_keys");e(this).is(":checked")?t.fadeIn():t.fadeOut()})),e(".mf-form-modalinput-stripe_sandbox").trigger("change"),e(document).on("click","#met_pro_aweber_authorize",(function(t){t.preventDefault();let i=e(this).closest("p.description");i.html("<span>Wait....</span>");var o=metform_api.admin_url+"admin-ajax.php",s={action:"get_aweber_authorization_url",api_key:e("#mf_aweber_dev_api_key").val(),api_sec:e("#mf_aweber_dev_api_sec").val()};e.ajax({url:o,method:"POST",data:s,headers:{"X-WP-Nonce":q()},dataType:"json",success:function(e){if(!0===e.success){let t='<a class=" button mf-setting-btn-link" href="'+e.data.url+'">Authorize The App </a>';i.html(t)}else if(e.data){let t=e.data;i.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){i.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_pro_aweber_propmpt_re_auth",(function(t){t.preventDefault(),e("#mf_aweber_dev_api_key").val("").prop("disabled",!1),e("#mf_aweber_dev_api_sec").val("").prop("disabled",!1),e(this).closest("p.description").html('<a class="button mf-setting-btn-link" id="met_pro_aweber_re_authorize"> Get Re - Authorization URL </a>')})),e(document).on("click","#met_pro_aweber_re_authorize",(function(t){t.preventDefault();let i=e(this).closest("p.description");i.html("<span>Wait....</span>");let o=e("#mf_aweber_dev_api_key").val();if(!o||o.length<1)return i.html('<span style="color: red">API Key can not be empty..</span>'),!1;var s=metform_api.admin_url+"admin-ajax.php",a={action:"get_aweber_re_authorization_url",api_key:o,api_sec:e("#mf_aweber_dev_api_sec").val()};e.ajax({url:s,method:"POST",data:a,headers:{"X-WP-Nonce":q()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data;if("ok"==t.result){let e='<a class="mf-setting-btn-link" href="'+t.url+'">Authorize The App </a>';i.html(e)}else i.html("<span>"+t.msg+"</span>")}else if(e.data){let t=e.data;i.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){i.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_aweber_get_list",(function(t){t.preventDefault();let i=e(this),o=e("#mf_aweber_info"),s=metform_api.admin_url+"admin-ajax.php";e.ajax({url:s,method:"POST",data:{action:"get_list_lists"},headers:{"X-WP-Nonce":I()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,s=i.closest("div.mf-aweber").find("select");if(s.html(""),t.lists)for(let e in t.lists)s.append('<option value="'+t.lists[e].id+'">'+t.lists[e].name+"</option>");o.html("")}else if(e.data){let t=e.data;o.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){o.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_mail_poet_get_list",(function(t){t.preventDefault();let i=e(this),o=e("#mf_mail_poet_info"),s=metform_api.admin_url+"admin-ajax.php";e.ajax({url:s,method:"POST",data:{action:"mail_poet_get_email_list_lists"},headers:{"X-WP-Nonce":I()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,s=i.closest("div.mf-mail-poet").find("select");if(s.html(""),t.lists)for(let e in t.lists)s.append('<option value="'+t.lists[e].id+'">'+t.lists[e].name+"</option>");o.html("")}else if(e.data){let t=e.data;o.html('<span style="background-color: red; padding: 1px 5px;">'+t.msg+"</span>")}},error:function(e){o.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_ckit_get_list",(function(t){t.preventDefault();var i=metform_api.admin_url+"admin-ajax.php";let o=e(this);e.ajax({url:i,method:"POST",data:{action:"get_form_lists"},headers:{"X-WP-Nonce":I()},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=o.closest("div.mf-ckit").find("select");i.html(""),t.forms&&t.forms.forEach((function(e){i.append('<option value="'+e.id+'">'+e.name+"</option>")}))}else alert("Error occurred when trying to check for aweber authorization.")},error:function(e){},complete:function(){}})})),e(document).on("click","#met_form_act_camp_get_list",(function(t){t.preventDefault();let i=window.metform_api.resturl+"metform-pro/v1/active-campaign/email_lists",o=I(),s=e(this),a=e("#mf_act_camp_info");e.ajax({url:i,method:"GET",data:[],headers:{"X-WP-Nonce":o},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=s.closest("div.mf-input-group").find("select");i.html(""),t.list&&t.list.forEach((function(e){i.append('<option value="'+e.sid+'">'+e.name+"</option>")})),a.html(e.data.msg)}else a.html(e.data.msg)},error:function(e){a.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e(document).on("click","#met_form_act_camp_get_tags",(function(t){t.preventDefault();let i=window.metform_api.resturl+"metform-pro/v1/active-campaign/tag_lists",o=I(),s=e(this),a=e("#mf_act_camp_tag_info");e.ajax({url:i,method:"GET",data:[],headers:{"X-WP-Nonce":o},dataType:"json",success:function(e){if(!0===e.success){let t=e.data,i=s.closest("div.mf-input-group").find("select");i.html(""),t.list&&t.list.forEach((function(e){i.append('<option value="'+e.sid+'">'+e.name+"</option>")})),a.html(e.data.msg)}else a.html(e.data.msg)},error:function(e){a.html('<span style="color: red"> ajax error occurred, please check your internet connection..</span>')},complete:function(){}})})),e("#mf-helpscout-btn-token").click((function(){let t=window.metform_api.resturl+"metform/v1/forms/get_helpscout_access_token/123";e.ajax({url:t,type:"get",headers:{"X-WP-Nonce":q()},success:function(e){200==e.status&&location.reload()},error:function(e){alert("Something went wrong")}})}))}));
public/assets/js/app.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(){var e={521:function(e,t){"use strict";function n(e){var t=undefined;return"undefined"!=typeof Reflect&&"function"==typeof Reflect.ownKeys?t=Reflect.ownKeys(e.prototype):(t=Object.getOwnPropertyNames(e.prototype),"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(e.prototype)))),t.forEach((function(t){if("constructor"!==t){var n=Object.getOwnPropertyDescriptor(e.prototype,t);"function"==typeof n.value&&Object.defineProperty(e.prototype,t,r(e,t,n))}})),e}function r(e,t,n){var r=n.value;if("function"!=typeof r)throw new Error("@autobind decorator can only be applied to methods not: "+typeof r);var o=!1;return{configurable:!0,get:function(){if(o||this===e.prototype||this.hasOwnProperty(t))return r;var n=r.bind(this);return o=!0,Object.defineProperty(this,t,{value:n,configurable:!0,writable:!0}),o=!1,n}}}Object.defineProperty(t,"__esModule",{value:!0}),t["default"]=function(){for(var e=arguments.length,t=Array(e),o=0;o<e;o++)t[o]=arguments[o];return 1===t.length?n.apply(undefined,t):r.apply(undefined,t)},e.exports=t["default"]},527:function(e,t,n){"use strict";n.r(t),n.d(t,{"default":function(){return _}});const r=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],o={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:e=>"undefined"!=typeof console&&console.warn(e),getWeek:e=>{const t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:undefined,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,"static":!1,time_24hr:!1,weekNumbers:!1,wrap:!1},a={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:e=>{const t=e%100;if(t>3&&t<21)return"th";switch(t%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1};var i=a;const s=(e,t=2)=>`000${e}`.slice(-1*t),l=e=>!0===e?1:0;function c(e,t){let n;return function(){clearTimeout(n),n=setTimeout((()=>e.apply(this,arguments)),t)}}const u=e=>e instanceof Array?e:[e];function d(e,t,n){if(!0===n)return e.classList.add(t);e.classList.remove(t)}function f(e,t,n){const r=window.document.createElement(e);return t=t||"",n=n||"",r.className=t,n!==undefined&&(r.textContent=n),r}function p(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function m(e,t){return t(e)?e:e.parentNode?m(e.parentNode,t):undefined}function h(e,t){const n=f("div","numInputWrapper"),r=f("input","numInput "+e),o=f("span","arrowUp"),a=f("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?r.type="number":(r.type="text",r.pattern="\\d*"),t!==undefined)for(const e in t)r.setAttribute(e,t[e]);return n.appendChild(r),n.appendChild(o),n.appendChild(a),n}function g(e){try{if("function"==typeof e.composedPath){return e.composedPath()[0]}return e.target}catch(t){return e.target}}const b=()=>undefined,y=(e,t,n)=>n.months[t?"shorthand":"longhand"][e],v={D:b,F:function(e,t,n){e.setMonth(n.months.longhand.indexOf(t))},G:(e,t)=>{e.setHours(parseFloat(t))},H:(e,t)=>{e.setHours(parseFloat(t))},J:(e,t)=>{e.setDate(parseFloat(t))},K:(e,t,n)=>{e.setHours(e.getHours()%12+12*l(new RegExp(n.amPM[1],"i").test(t)))},M:function(e,t,n){e.setMonth(n.months.shorthand.indexOf(t))},S:(e,t)=>{e.setSeconds(parseFloat(t))},U:(e,t)=>new Date(1e3*parseFloat(t)),W:function(e,t,n){const r=parseInt(t),o=new Date(e.getFullYear(),0,2+7*(r-1),0,0,0,0);return o.setDate(o.getDate()-o.getDay()+n.firstDayOfWeek),o},Y:(e,t)=>{e.setFullYear(parseFloat(t))},Z:(e,t)=>new Date(t),d:(e,t)=>{e.setDate(parseFloat(t))},h:(e,t)=>{e.setHours(parseFloat(t))},i:(e,t)=>{e.setMinutes(parseFloat(t))},j:(e,t)=>{e.setDate(parseFloat(t))},l:b,m:(e,t)=>{e.setMonth(parseFloat(t)-1)},n:(e,t)=>{e.setMonth(parseFloat(t)-1)},s:(e,t)=>{e.setSeconds(parseFloat(t))},u:(e,t)=>new Date(parseFloat(t)),w:b,y:(e,t)=>{e.setFullYear(2e3+parseFloat(t))}},w={D:"(\\w+)",F:"(\\w+)",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"(\\w+)",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"(\\w+)",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},C={Z:e=>e.toISOString(),D:function(e,t,n){return t.weekdays.shorthand[C.w(e,t,n)]},F:function(e,t,n){return y(C.n(e,t,n)-1,!1,t)},G:function(e,t,n){return s(C.h(e,t,n))},H:e=>s(e.getHours()),J:function(e,t){return t.ordinal!==undefined?e.getDate()+t.ordinal(e.getDate()):e.getDate()},K:(e,t)=>t.amPM[l(e.getHours()>11)],M:function(e,t){return y(e.getMonth(),!0,t)},S:e=>s(e.getSeconds()),U:e=>e.getTime()/1e3,W:function(e,t,n){return n.getWeek(e)},Y:e=>s(e.getFullYear(),4),d:e=>s(e.getDate()),h:e=>e.getHours()%12?e.getHours()%12:12,i:e=>s(e.getMinutes()),j:e=>e.getDate(),l:function(e,t){return t.weekdays.longhand[e.getDay()]},m:e=>s(e.getMonth()+1),n:e=>e.getMonth()+1,s:e=>e.getSeconds(),u:e=>e.getTime(),w:e=>e.getDay(),y:e=>String(e.getFullYear()).substring(2)},x=({config:e=o,l10n:t=a,isMobile:n=!1})=>(r,o,a)=>{const i=a||t;return e.formatDate===undefined||n?o.split("").map(((t,n,o)=>C[t]&&"\\"!==o[n-1]?C[t](r,i,e):"\\"!==t?t:"")).join(""):e.formatDate(r,o,i)},k=({config:e=o,l10n:t=a})=>(n,r,a,i)=>{if(0!==n&&!n)return undefined;const s=i||t;let l;const c=n;if(n instanceof Date)l=new Date(n.getTime());else if("string"!=typeof n&&n.toFixed!==undefined)l=new Date(n);else if("string"==typeof n){const t=r||(e||o).dateFormat,i=String(n).trim();if("today"===i)l=new Date,a=!0;else if(/Z$/.test(i)||/GMT$/.test(i))l=new Date(n);else if(e&&e.parseDate)l=e.parseDate(n,t);else{l=e&&e.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);let r,o=[];for(let e=0,a=0,i="";e<t.length;e++){const c=t[e],u="\\"===c,d="\\"===t[e-1]||u;if(w[c]&&!d){i+=w[c];const e=new RegExp(i).exec(n);e&&(r=!0)&&o["Y"!==c?"push":"unshift"]({fn:v[c],val:e[++a]})}else u||(i+=".");o.forEach((({fn:e,val:t})=>l=e(l,t,s)||l))}l=r?l:undefined}}return l instanceof Date&&!isNaN(l.getTime())?(!0===a&&l.setHours(0,0,0,0),l):(e.errorHandler(new Error(`Invalid date provided: ${c}`)),undefined)};function O(e,t,n=!0){return!1!==n?new Date(e.getTime()).setHours(0,0,0,0)-new Date(t.getTime()).setHours(0,0,0,0):e.getTime()-t.getTime()}const D=864e5;function S(e){let t=e.defaultHour,n=e.defaultMinute,r=e.defaultSeconds;if(e.minDate!==undefined){const o=e.minDate.getHours(),a=e.minDate.getMinutes(),i=e.minDate.getSeconds();t<o&&(t=o),t===o&&n<a&&(n=a),t===o&&n===a&&r<i&&(r=e.minDate.getSeconds())}if(e.maxDate!==undefined){const o=e.maxDate.getHours(),a=e.maxDate.getMinutes();t=Math.min(t,o),t===o&&(n=Math.min(a,n)),t===o&&n===a&&(r=e.maxDate.getSeconds())}return{hours:t,minutes:n,seconds:r}}n(895);function E(e,t){const n={config:Object.assign(Object.assign({},o),P.defaultConfig),l10n:i};function a(e){return e.bind(n)}function b(){const e=n.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(n.calendarContainer!==undefined&&(n.calendarContainer.style.visibility="hidden",n.calendarContainer.style.display="block"),n.daysContainer!==undefined){const t=(n.days.offsetWidth+1)*e.showMonths;n.daysContainer.style.width=t+"px",n.calendarContainer.style.width=t+(n.weekWrapper!==undefined?n.weekWrapper.offsetWidth:0)+"px",n.calendarContainer.style.removeProperty("visibility"),n.calendarContainer.style.removeProperty("display")}}))}function v(e){if(0===n.selectedDates.length){const e=n.config.minDate===undefined||O(new Date,n.config.minDate)>=0?new Date:new Date(n.config.minDate.getTime()),t=S(n.config);e.setHours(t.hours,t.minutes,t.seconds,e.getMilliseconds()),n.selectedDates=[e],n.latestSelectedDateObj=e}e!==undefined&&"blur"!==e.type&&function(e){e.preventDefault();const t="keydown"===e.type,r=g(e),o=r;n.amPM!==undefined&&r===n.amPM&&(n.amPM.textContent=n.l10n.amPM[l(n.amPM.textContent===n.l10n.amPM[0])]);const a=parseFloat(o.getAttribute("min")),i=parseFloat(o.getAttribute("max")),c=parseFloat(o.getAttribute("step")),u=parseInt(o.value,10),d=e.delta||(t?38===e.which?1:-1:0);let f=u+c*d;if("undefined"!=typeof o.value&&2===o.value.length){const e=o===n.hourElement,t=o===n.minuteElement;f<a?(f=i+f+l(!e)+(l(e)&&l(!n.amPM)),t&&L(undefined,-1,n.hourElement)):f>i&&(f=o===n.hourElement?f-i-l(!n.amPM):a,t&&L(undefined,1,n.hourElement)),n.amPM&&e&&(1===c?f+u===23:Math.abs(f-u)>c)&&(n.amPM.textContent=n.l10n.amPM[l(n.amPM.textContent===n.l10n.amPM[0])]),o.value=s(f)}}(e);const t=n._input.value;C(),ye(),n._input.value!==t&&n._debouncedChange()}function C(){if(n.hourElement===undefined||n.minuteElement===undefined)return;let e=(parseInt(n.hourElement.value.slice(-2),10)||0)%24,t=(parseInt(n.minuteElement.value,10)||0)%60,r=n.secondElement!==undefined?(parseInt(n.secondElement.value,10)||0)%60:0;var o,a;n.amPM!==undefined&&(o=e,a=n.amPM.textContent,e=o%12+12*l(a===n.l10n.amPM[1]));const i=n.config.minTime!==undefined||n.config.minDate&&n.minDateHasTime&&n.latestSelectedDateObj&&0===O(n.latestSelectedDateObj,n.config.minDate,!0);if(n.config.maxTime!==undefined||n.config.maxDate&&n.maxDateHasTime&&n.latestSelectedDateObj&&0===O(n.latestSelectedDateObj,n.config.maxDate,!0)){const o=n.config.maxTime!==undefined?n.config.maxTime:n.config.maxDate;e=Math.min(e,o.getHours()),e===o.getHours()&&(t=Math.min(t,o.getMinutes())),t===o.getMinutes()&&(r=Math.min(r,o.getSeconds()))}if(i){const o=n.config.minTime!==undefined?n.config.minTime:n.config.minDate;e=Math.max(e,o.getHours()),e===o.getHours()&&t<o.getMinutes()&&(t=o.getMinutes()),t===o.getMinutes()&&(r=Math.max(r,o.getSeconds()))}M(e,t,r)}function E(e){const t=e||n.latestSelectedDateObj;t&&M(t.getHours(),t.getMinutes(),t.getSeconds())}function M(e,t,r){n.latestSelectedDateObj!==undefined&&n.latestSelectedDateObj.setHours(e%24,t,r||0,0),n.hourElement&&n.minuteElement&&!n.isMobile&&(n.hourElement.value=s(n.config.time_24hr?e:(12+e)%12+12*l(e%12==0)),n.minuteElement.value=s(t),n.amPM!==undefined&&(n.amPM.textContent=n.l10n.amPM[l(e>=12)]),n.secondElement!==undefined&&(n.secondElement.value=s(r)))}function _(e){const t=g(e),n=parseInt(t.value)+(e.delta||0);(n/1e3>1||"Enter"===e.key&&!/[^\d]/.test(n.toString()))&&Z(n)}function j(e,t,r,o){return t instanceof Array?t.forEach((t=>j(e,t,r,o))):e instanceof Array?e.forEach((e=>j(e,t,r,o))):(e.addEventListener(t,r,o),void n._handlers.push({remove:()=>e.removeEventListener(t,r)}))}function T(){pe("onChange")}function A(e,t){const r=e!==undefined?n.parseDate(e):n.latestSelectedDateObj||(n.config.minDate&&n.config.minDate>n.now?n.config.minDate:n.config.maxDate&&n.config.maxDate<n.now?n.config.maxDate:n.now),o=n.currentYear,a=n.currentMonth;try{r!==undefined&&(n.currentYear=r.getFullYear(),n.currentMonth=r.getMonth())}catch(i){i.message="Invalid date supplied: "+r,n.config.errorHandler(i)}t&&n.currentYear!==o&&(pe("onYearChange"),z()),!t||n.currentYear===o&&n.currentMonth===a||pe("onMonthChange"),n.redraw()}function I(e){const t=g(e);~t.className.indexOf("arrow")&&L(e,t.classList.contains("arrowUp")?1:-1)}function L(e,t,n){const r=e&&g(e),o=n||r&&r.parentNode&&r.parentNode.firstChild,a=me("increment");a.delta=t,o&&o.dispatchEvent(a)}function N(e,t,r,o){const a=Q(t,!0),i=f("span","flatpickr-day "+e,t.getDate().toString());return i.dateObj=t,i.$i=o,i.setAttribute("aria-label",n.formatDate(t,n.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===O(t,n.now)&&(n.todayDateElem=i,i.classList.add("today"),i.setAttribute("aria-current","date")),a?(i.tabIndex=-1,he(t)&&(i.classList.add("selected"),n.selectedDateElem=i,"range"===n.config.mode&&(d(i,"startRange",n.selectedDates[0]&&0===O(t,n.selectedDates[0],!0)),d(i,"endRange",n.selectedDates[1]&&0===O(t,n.selectedDates[1],!0)),"nextMonthDay"===e&&i.classList.add("inRange")))):i.classList.add("flatpickr-disabled"),"range"===n.config.mode&&function(e){return!("range"!==n.config.mode||n.selectedDates.length<2)&&(O(e,n.selectedDates[0])>=0&&O(e,n.selectedDates[1])<=0)}(t)&&!he(t)&&i.classList.add("inRange"),n.weekNumbers&&1===n.config.showMonths&&"prevMonthDay"!==e&&r%7==1&&n.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+n.config.getWeek(t)+"</span>"),pe("onDayCreate",i),i}function R(e){e.focus(),"range"===n.config.mode&&te(e)}function V(e){const t=e>0?0:n.config.showMonths-1,r=e>0?n.config.showMonths:-1;for(let o=t;o!=r;o+=e){const t=n.daysContainer.children[o],r=e>0?0:t.children.length-1,a=e>0?t.children.length:-1;for(let n=r;n!=a;n+=e){const e=t.children[n];if(-1===e.className.indexOf("hidden")&&Q(e.dateObj))return e}}return undefined}function F(e,t){const r=J(document.activeElement||document.body),o=e!==undefined?e:r?document.activeElement:n.selectedDateElem!==undefined&&J(n.selectedDateElem)?n.selectedDateElem:n.todayDateElem!==undefined&&J(n.todayDateElem)?n.todayDateElem:V(t>0?1:-1);o===undefined?n._input.focus():r?function(e,t){const r=-1===e.className.indexOf("Month")?e.dateObj.getMonth():n.currentMonth,o=t>0?n.config.showMonths:-1,a=t>0?1:-1;for(let i=r-n.currentMonth;i!=o;i+=a){const o=n.daysContainer.children[i],s=r-n.currentMonth===i?e.$i+t:t<0?o.children.length-1:0,l=o.children.length;for(let n=s;n>=0&&n<l&&n!=(t>0?l:-1);n+=a){const r=o.children[n];if(-1===r.className.indexOf("hidden")&&Q(r.dateObj)&&Math.abs(e.$i-n)>=Math.abs(t))return R(r)}}n.changeMonth(a),F(V(a),0),undefined}(o,t):R(o)}function B(e,t){const r=(new Date(e,t,1).getDay()-n.l10n.firstDayOfWeek+7)%7,o=n.utils.getDaysInMonth((t-1+12)%12,e),a=n.utils.getDaysInMonth(t,e),i=window.document.createDocumentFragment(),s=n.config.showMonths>1,l=s?"prevMonthDay hidden":"prevMonthDay",c=s?"nextMonthDay hidden":"nextMonthDay";let u=o+1-r,d=0;for(;u<=o;u++,d++)i.appendChild(N(l,new Date(e,t-1,u),u,d));for(u=1;u<=a;u++,d++)i.appendChild(N("",new Date(e,t,u),u,d));for(let o=a+1;o<=42-r&&(1===n.config.showMonths||d%7!=0);o++,d++)i.appendChild(N(c,new Date(e,t+1,o%a),o,d));const p=f("div","dayContainer");return p.appendChild(i),p}function H(){if(n.daysContainer===undefined)return;p(n.daysContainer),n.weekNumbers&&p(n.weekNumbers);const e=document.createDocumentFragment();for(let t=0;t<n.config.showMonths;t++){const r=new Date(n.currentYear,n.currentMonth,1);r.setMonth(n.currentMonth+t),e.appendChild(B(r.getFullYear(),r.getMonth()))}n.daysContainer.appendChild(e),n.days=n.daysContainer.firstChild,"range"===n.config.mode&&1===n.selectedDates.length&&te()}function z(){if(n.config.showMonths>1||"dropdown"!==n.config.monthSelectorType)return;const e=function(e){return!(n.config.minDate!==undefined&&n.currentYear===n.config.minDate.getFullYear()&&e<n.config.minDate.getMonth())&&!(n.config.maxDate!==undefined&&n.currentYear===n.config.maxDate.getFullYear()&&e>n.config.maxDate.getMonth())};n.monthsDropdownContainer.tabIndex=-1,n.monthsDropdownContainer.innerHTML="";for(let t=0;t<12;t++){if(!e(t))continue;const r=f("option","flatpickr-monthDropdown-month");r.value=new Date(n.currentYear,t).getMonth().toString(),r.textContent=y(t,n.config.shorthandCurrentMonth,n.l10n),r.tabIndex=-1,n.currentMonth===t&&(r.selected=!0),n.monthsDropdownContainer.appendChild(r)}}function U(){const e=f("div","flatpickr-month"),t=window.document.createDocumentFragment();let r;n.config.showMonths>1||"static"===n.config.monthSelectorType?r=f("span","cur-month"):(n.monthsDropdownContainer=f("select","flatpickr-monthDropdown-months"),n.monthsDropdownContainer.setAttribute("aria-label",n.l10n.monthAriaLabel),j(n.monthsDropdownContainer,"change",(e=>{const t=g(e),r=parseInt(t.value,10);n.changeMonth(r-n.currentMonth),pe("onMonthChange")})),z(),r=n.monthsDropdownContainer);const o=h("cur-year",{tabindex:"-1"}),a=o.getElementsByTagName("input")[0];a.setAttribute("aria-label",n.l10n.yearAriaLabel),n.config.minDate&&a.setAttribute("min",n.config.minDate.getFullYear().toString()),n.config.maxDate&&(a.setAttribute("max",n.config.maxDate.getFullYear().toString()),a.disabled=!!n.config.minDate&&n.config.minDate.getFullYear()===n.config.maxDate.getFullYear());const i=f("div","flatpickr-current-month");return i.appendChild(r),i.appendChild(o),t.appendChild(i),e.appendChild(t),{container:e,yearElement:a,monthElement:r}}function W(){p(n.monthNav),n.monthNav.appendChild(n.prevMonthNav),n.config.showMonths&&(n.yearElements=[],n.monthElements=[]);for(let e=n.config.showMonths;e--;){const e=U();n.yearElements.push(e.yearElement),n.monthElements.push(e.monthElement),n.monthNav.appendChild(e.container)}n.monthNav.appendChild(n.nextMonthNav)}function Y(){n.weekdayContainer?p(n.weekdayContainer):n.weekdayContainer=f("div","flatpickr-weekdays");for(let e=n.config.showMonths;e--;){const e=f("div","flatpickr-weekdaycontainer");n.weekdayContainer.appendChild(e)}return q(),n.weekdayContainer}function q(){if(!n.weekdayContainer)return;const e=n.l10n.firstDayOfWeek;let t=[...n.l10n.weekdays.shorthand];e>0&&e<t.length&&(t=[...t.splice(e,t.length),...t.splice(0,e)]);for(let e=n.config.showMonths;e--;)n.weekdayContainer.children[e].innerHTML=`\n <span class='flatpickr-weekday'>\n ${t.join("</span><span class='flatpickr-weekday'>")}\n </span>\n `}function $(e,t=!0){const r=t?e:e-n.currentMonth;r<0&&!0===n._hidePrevMonthArrow||r>0&&!0===n._hideNextMonthArrow||(n.currentMonth+=r,(n.currentMonth<0||n.currentMonth>11)&&(n.currentYear+=n.currentMonth>11?1:-1,n.currentMonth=(n.currentMonth+12)%12,pe("onYearChange"),z()),H(),pe("onMonthChange"),ge())}function K(e){return!(!n.config.appendTo||!n.config.appendTo.contains(e))||n.calendarContainer.contains(e)}function G(e){if(n.isOpen&&!n.config.inline){const t=g(e),r=K(t),o=t===n.input||t===n.altInput||n.element.contains(t)||e.path&&e.path.indexOf&&(~e.path.indexOf(n.input)||~e.path.indexOf(n.altInput)),a="blur"===e.type?o&&e.relatedTarget&&!K(e.relatedTarget):!o&&!r&&!K(e.relatedTarget),i=!n.config.ignoredFocusElements.some((e=>e.contains(t)));a&&i&&(n.timeContainer!==undefined&&n.minuteElement!==undefined&&n.hourElement!==undefined&&""!==n.input.value&&n.input.value!==undefined&&v(),n.close(),n.config&&"range"===n.config.mode&&1===n.selectedDates.length&&(n.clear(!1),n.redraw()))}}function Z(e){if(!e||n.config.minDate&&e<n.config.minDate.getFullYear()||n.config.maxDate&&e>n.config.maxDate.getFullYear())return;const t=e,r=n.currentYear!==t;n.currentYear=t||n.currentYear,n.config.maxDate&&n.currentYear===n.config.maxDate.getFullYear()?n.currentMonth=Math.min(n.config.maxDate.getMonth(),n.currentMonth):n.config.minDate&&n.currentYear===n.config.minDate.getFullYear()&&(n.currentMonth=Math.max(n.config.minDate.getMonth(),n.currentMonth)),r&&(n.redraw(),pe("onYearChange"),z())}function Q(e,t=!0){var r;const o=n.parseDate(e,undefined,t);if(n.config.minDate&&o&&O(o,n.config.minDate,t!==undefined?t:!n.minDateHasTime)<0||n.config.maxDate&&o&&O(o,n.config.maxDate,t!==undefined?t:!n.maxDateHasTime)>0)return!1;if(!n.config.enable&&0===n.config.disable.length)return!0;if(o===undefined)return!1;const a=!!n.config.enable,i=null!==(r=n.config.enable)&&void 0!==r?r:n.config.disable;for(let e,t=0;t<i.length;t++){if(e=i[t],"function"==typeof e&&e(o))return a;if(e instanceof Date&&o!==undefined&&e.getTime()===o.getTime())return a;if("string"==typeof e){const t=n.parseDate(e,undefined,!0);return t&&t.getTime()===o.getTime()?a:!a}if("object"==typeof e&&o!==undefined&&e.from&&e.to&&o.getTime()>=e.from.getTime()&&o.getTime()<=e.to.getTime())return a}return!a}function J(e){return n.daysContainer!==undefined&&(-1===e.className.indexOf("hidden")&&-1===e.className.indexOf("flatpickr-disabled")&&n.daysContainer.contains(e))}function X(e){!(e.target===n._input)||!(n.selectedDates.length>0||n._input.value.length>0)||e.relatedTarget&&K(e.relatedTarget)||n.setDate(n._input.value,!0,e.target===n.altInput?n.config.altFormat:n.config.dateFormat)}function ee(t){const r=g(t),o=n.config.wrap?e.contains(r):r===n._input,a=n.config.allowInput,i=n.isOpen&&(!a||!o),s=n.config.inline&&o&&!a;if(13===t.keyCode&&o){if(a)return n.setDate(n._input.value,!0,r===n.altInput?n.config.altFormat:n.config.dateFormat),r.blur();n.open()}else if(K(r)||i||s){const e=!!n.timeContainer&&n.timeContainer.contains(r);switch(t.keyCode){case 13:e?(t.preventDefault(),v(),le()):ce(t);break;case 27:t.preventDefault(),le();break;case 8:case 46:o&&!n.config.allowInput&&(t.preventDefault(),n.clear());break;case 37:case 39:if(e||o)n.hourElement&&n.hourElement.focus();else if(t.preventDefault(),n.daysContainer!==undefined&&(!1===a||document.activeElement&&J(document.activeElement))){const e=39===t.keyCode?1:-1;t.ctrlKey?(t.stopPropagation(),$(e),F(V(1),0)):F(undefined,e)}break;case 38:case 40:t.preventDefault();const i=40===t.keyCode?1:-1;n.daysContainer&&r.$i!==undefined||r===n.input||r===n.altInput?t.ctrlKey?(t.stopPropagation(),Z(n.currentYear-i),F(V(1),0)):e||F(undefined,7*i):r===n.currentYearElement?Z(n.currentYear-i):n.config.enableTime&&(!e&&n.hourElement&&n.hourElement.focus(),v(t),n._debouncedChange());break;case 9:if(e){const e=[n.hourElement,n.minuteElement,n.secondElement,n.amPM].concat(n.pluginElements).filter((e=>e)),o=e.indexOf(r);if(-1!==o){const r=e[o+(t.shiftKey?-1:1)];t.preventDefault(),(r||n._input).focus()}}else!n.config.noCalendar&&n.daysContainer&&n.daysContainer.contains(r)&&t.shiftKey&&(t.preventDefault(),n._input.focus())}}if(n.amPM!==undefined&&r===n.amPM)switch(t.key){case n.l10n.amPM[0].charAt(0):case n.l10n.amPM[0].charAt(0).toLowerCase():n.amPM.textContent=n.l10n.amPM[0],C(),ye();break;case n.l10n.amPM[1].charAt(0):case n.l10n.amPM[1].charAt(0).toLowerCase():n.amPM.textContent=n.l10n.amPM[1],C(),ye()}(o||K(r))&&pe("onKeyDown",t)}function te(e){if(1!==n.selectedDates.length||e&&(!e.classList.contains("flatpickr-day")||e.classList.contains("flatpickr-disabled")))return;const t=e?e.dateObj.getTime():n.days.firstElementChild.dateObj.getTime(),r=n.parseDate(n.selectedDates[0],undefined,!0).getTime(),o=Math.min(t,n.selectedDates[0].getTime()),a=Math.max(t,n.selectedDates[0].getTime());let i=!1,s=0,l=0;for(let e=o;e<a;e+=D)Q(new Date(e),!0)||(i=i||e>o&&e<a,e<r&&(!s||e>s)?s=e:e>r&&(!l||e<l)&&(l=e));for(let o=0;o<n.config.showMonths;o++){const a=n.daysContainer.children[o];for(let o=0,f=a.children.length;o<f;o++){const f=a.children[o],p=f.dateObj.getTime(),m=s>0&&p<s||l>0&&p>l;m?(f.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach((e=>{f.classList.remove(e)}))):i&&!m||(["startRange","inRange","endRange","notAllowed"].forEach((e=>{f.classList.remove(e)})),e!==undefined&&(e.classList.add(t<=n.selectedDates[0].getTime()?"startRange":"endRange"),r<t&&p===r?f.classList.add("startRange"):r>t&&p===r&&f.classList.add("endRange"),p>=s&&(0===l||p<=l)&&(u=r,d=t,(c=p)>Math.min(u,d)&&c<Math.max(u,d))&&f.classList.add("inRange")))}}var c,u,d}function ne(){!n.isOpen||n.config["static"]||n.config.inline||ie()}function re(e){return t=>{const r=n.config[`_${e}Date`]=n.parseDate(t,n.config.dateFormat),o=n.config[`_${"min"===e?"max":"min"}Date`];r!==undefined&&(n["min"===e?"minDateHasTime":"maxDateHasTime"]=r.getHours()>0||r.getMinutes()>0||r.getSeconds()>0),n.selectedDates&&(n.selectedDates=n.selectedDates.filter((e=>Q(e))),n.selectedDates.length||"min"!==e||E(r),ye()),n.daysContainer&&(se(),r!==undefined?n.currentYearElement[e]=r.getFullYear().toString():n.currentYearElement.removeAttribute(e),n.currentYearElement.disabled=!!o&&r!==undefined&&o.getFullYear()===r.getFullYear())}}function oe(){return n.config.wrap?e.querySelector("[data-input]"):e}function ae(){"object"!=typeof n.config.locale&&"undefined"==typeof P.l10ns[n.config.locale]&&n.config.errorHandler(new Error(`flatpickr: invalid locale ${n.config.locale}`)),n.l10n=Object.assign(Object.assign({},P.l10ns["default"]),"object"==typeof n.config.locale?n.config.locale:"default"!==n.config.locale?P.l10ns[n.config.locale]:undefined),w.K=`(${n.l10n.amPM[0]}|${n.l10n.amPM[1]}|${n.l10n.amPM[0].toLowerCase()}|${n.l10n.amPM[1].toLowerCase()})`;Object.assign(Object.assign({},t),JSON.parse(JSON.stringify(e.dataset||{}))).time_24hr===undefined&&P.defaultConfig.time_24hr===undefined&&(n.config.time_24hr=n.l10n.time_24hr),n.formatDate=x(n),n.parseDate=k({config:n.config,l10n:n.l10n})}function ie(e){if("function"==typeof n.config.position)return void n.config.position(n,e);if(n.calendarContainer===undefined)return;pe("onPreCalendarPosition");const t=e||n._positionElement,r=Array.prototype.reduce.call(n.calendarContainer.children,((e,t)=>e+t.offsetHeight),0),o=n.calendarContainer.offsetWidth,a=n.config.position.split(" "),i=a[0],s=a.length>1?a[1]:null,l=t.getBoundingClientRect(),c=window.innerHeight-l.bottom,u="above"===i||"below"!==i&&c<r&&l.top>r,f=window.pageYOffset+l.top+(u?-r-2:t.offsetHeight+2);if(d(n.calendarContainer,"arrowTop",!u),d(n.calendarContainer,"arrowBottom",u),n.config.inline)return;let p=window.pageXOffset+l.left,m=!1,h=!1;"center"===s?(p-=(o-l.width)/2,m=!0):"right"===s&&(p-=o-l.width,h=!0),d(n.calendarContainer,"arrowLeft",!m&&!h),d(n.calendarContainer,"arrowCenter",m),d(n.calendarContainer,"arrowRight",h);const g=window.document.body.offsetWidth-(window.pageXOffset+l.right),b=p+o>window.document.body.offsetWidth,y=g+o>window.document.body.offsetWidth;if(d(n.calendarContainer,"rightMost",b),!n.config["static"])if(n.calendarContainer.style.top=`${f}px`,b)if(y){const e=function(){let e=null;for(let n=0;n<document.styleSheets.length;n++){const r=document.styleSheets[n];try{r.cssRules}catch(t){continue}e=r;break}return null!=e?e:function(){const e=document.createElement("style");return document.head.appendChild(e),e.sheet}()}();if(e===undefined)return;const t=window.document.body.offsetWidth,r=Math.max(0,t/2-o/2),a=".flatpickr-calendar.centerMost:before",i=".flatpickr-calendar.centerMost:after",s=e.cssRules.length,c=`{left:${l.left}px;right:auto;}`;d(n.calendarContainer,"rightMost",!1),d(n.calendarContainer,"centerMost",!0),e.insertRule(`${a},${i}${c}`,s),n.calendarContainer.style.left=`${r}px`,n.calendarContainer.style.right="auto"}else n.calendarContainer.style.left="auto",n.calendarContainer.style.right=`${g}px`;else n.calendarContainer.style.left=`${p}px`,n.calendarContainer.style.right="auto"}function se(){n.config.noCalendar||n.isMobile||(z(),ge(),H())}function le(){n._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||navigator.msMaxTouchPoints!==undefined?setTimeout(n.close,0):n.close()}function ce(e){e.preventDefault(),e.stopPropagation();const t=m(g(e),(e=>e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled")&&!e.classList.contains("notAllowed")));if(t===undefined)return;const r=t,o=n.latestSelectedDateObj=new Date(r.dateObj.getTime()),a=(o.getMonth()<n.currentMonth||o.getMonth()>n.currentMonth+n.config.showMonths-1)&&"range"!==n.config.mode;if(n.selectedDateElem=r,"single"===n.config.mode)n.selectedDates=[o];else if("multiple"===n.config.mode){const e=he(o);e?n.selectedDates.splice(parseInt(e),1):n.selectedDates.push(o)}else"range"===n.config.mode&&(2===n.selectedDates.length&&n.clear(!1,!1),n.latestSelectedDateObj=o,n.selectedDates.push(o),0!==O(o,n.selectedDates[0],!0)&&n.selectedDates.sort(((e,t)=>e.getTime()-t.getTime())));if(C(),a){const e=n.currentYear!==o.getFullYear();n.currentYear=o.getFullYear(),n.currentMonth=o.getMonth(),e&&(pe("onYearChange"),z()),pe("onMonthChange")}if(ge(),H(),ye(),a||"range"===n.config.mode||1!==n.config.showMonths?n.selectedDateElem!==undefined&&n.hourElement===undefined&&n.selectedDateElem&&n.selectedDateElem.focus():R(r),n.hourElement!==undefined&&n.hourElement!==undefined&&n.hourElement.focus(),n.config.closeOnSelect){const e="single"===n.config.mode&&!n.config.enableTime,t="range"===n.config.mode&&2===n.selectedDates.length&&!n.config.enableTime;(e||t)&&le()}T()}n.parseDate=k({config:n.config,l10n:n.l10n}),n._handlers=[],n.pluginElements=[],n.loadedPlugins=[],n._bind=j,n._setHoursFromDate=E,n._positionCalendar=ie,n.changeMonth=$,n.changeYear=Z,n.clear=function(e=!0,t=!0){n.input.value="",n.altInput!==undefined&&(n.altInput.value="");n.mobileInput!==undefined&&(n.mobileInput.value="");n.selectedDates=[],n.latestSelectedDateObj=undefined,!0===t&&(n.currentYear=n._initialDate.getFullYear(),n.currentMonth=n._initialDate.getMonth());if(!0===n.config.enableTime){const{hours:e,minutes:t,seconds:r}=S(n.config);M(e,t,r)}n.redraw(),e&&pe("onChange")},n.close=function(){n.isOpen=!1,n.isMobile||(n.calendarContainer!==undefined&&n.calendarContainer.classList.remove("open"),n._input!==undefined&&n._input.classList.remove("active"));pe("onClose")},n._createElement=f,n.destroy=function(){n.config!==undefined&&pe("onDestroy");for(let e=n._handlers.length;e--;)n._handlers[e].remove();if(n._handlers=[],n.mobileInput)n.mobileInput.parentNode&&n.mobileInput.parentNode.removeChild(n.mobileInput),n.mobileInput=undefined;else if(n.calendarContainer&&n.calendarContainer.parentNode)if(n.config["static"]&&n.calendarContainer.parentNode){const e=n.calendarContainer.parentNode;if(e.lastChild&&e.removeChild(e.lastChild),e.parentNode){for(;e.firstChild;)e.parentNode.insertBefore(e.firstChild,e);e.parentNode.removeChild(e)}}else n.calendarContainer.parentNode.removeChild(n.calendarContainer);n.altInput&&(n.input.type="text",n.altInput.parentNode&&n.altInput.parentNode.removeChild(n.altInput),delete n.altInput);n.input&&(n.input.type=n.input._type,n.input.classList.remove("flatpickr-input"),n.input.removeAttribute("readonly"));["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((e=>{try{delete n[e]}catch(t){}}))},n.isEnabled=Q,n.jumpToDate=A,n.open=function(e,t=n._positionElement){if(!0===n.isMobile){if(e){e.preventDefault();const t=g(e);t&&t.blur()}return n.mobileInput!==undefined&&(n.mobileInput.focus(),n.mobileInput.click()),void pe("onOpen")}if(n._input.disabled||n.config.inline)return;const r=n.isOpen;n.isOpen=!0,r||(n.calendarContainer.classList.add("open"),n._input.classList.add("active"),pe("onOpen"),ie(t));!0===n.config.enableTime&&!0===n.config.noCalendar&&(!1!==n.config.allowInput||e!==undefined&&n.timeContainer.contains(e.relatedTarget)||setTimeout((()=>n.hourElement.select()),50))},n.redraw=se,n.set=function(e,t){if(null!==e&&"object"==typeof e){Object.assign(n.config,e);for(const t in e)ue[t]!==undefined&&ue[t].forEach((e=>e()))}else n.config[e]=t,ue[e]!==undefined?ue[e].forEach((e=>e())):r.indexOf(e)>-1&&(n.config[e]=u(t));n.redraw(),ye(!0)},n.setDate=function(e,t=!1,r=n.config.dateFormat){if(0!==e&&!e||e instanceof Array&&0===e.length)return n.clear(t);de(e,r),n.latestSelectedDateObj=n.selectedDates[n.selectedDates.length-1],n.redraw(),A(undefined,t),E(),0===n.selectedDates.length&&n.clear(!1);ye(t),t&&pe("onChange")},n.toggle=function(e){if(!0===n.isOpen)return n.close();n.open(e)};const ue={locale:[ae,q],showMonths:[W,b,Y],minDate:[A],maxDate:[A],clickOpens:[()=>{!0===n.config.clickOpens?(j(n._input,"focus",n.open),j(n._input,"click",n.open)):(n._input.removeEventListener("focus",n.open),n._input.removeEventListener("click",n.open))}]};function de(e,t){let r=[];if(e instanceof Array)r=e.map((e=>n.parseDate(e,t)));else if(e instanceof Date||"number"==typeof e)r=[n.parseDate(e,t)];else if("string"==typeof e)switch(n.config.mode){case"single":case"time":r=[n.parseDate(e,t)];break;case"multiple":r=e.split(n.config.conjunction).map((e=>n.parseDate(e,t)));break;case"range":r=e.split(n.l10n.rangeSeparator).map((e=>n.parseDate(e,t)))}else n.config.errorHandler(new Error(`Invalid date supplied: ${JSON.stringify(e)}`));n.selectedDates=n.config.allowInvalidPreload?r:r.filter((e=>e instanceof Date&&Q(e,!1))),"range"===n.config.mode&&n.selectedDates.sort(((e,t)=>e.getTime()-t.getTime()))}function fe(e){return e.slice().map((e=>"string"==typeof e||"number"==typeof e||e instanceof Date?n.parseDate(e,undefined,!0):e&&"object"==typeof e&&e.from&&e.to?{from:n.parseDate(e.from,undefined),to:n.parseDate(e.to,undefined)}:e)).filter((e=>e))}function pe(e,t){if(n.config===undefined)return;const r=n.config[e];if(r!==undefined&&r.length>0)for(let e=0;r[e]&&e<r.length;e++)r[e](n.selectedDates,n.input.value,n,t);"onChange"===e&&(n.input.dispatchEvent(me("change")),n.input.dispatchEvent(me("input")))}function me(e){const t=document.createEvent("Event");return t.initEvent(e,!0,!0),t}function he(e){for(let t=0;t<n.selectedDates.length;t++)if(0===O(n.selectedDates[t],e))return""+t;return!1}function ge(){n.config.noCalendar||n.isMobile||!n.monthNav||(n.yearElements.forEach(((e,t)=>{const r=new Date(n.currentYear,n.currentMonth,1);r.setMonth(n.currentMonth+t),n.config.showMonths>1||"static"===n.config.monthSelectorType?n.monthElements[t].textContent=y(r.getMonth(),n.config.shorthandCurrentMonth,n.l10n)+" ":n.monthsDropdownContainer.value=r.getMonth().toString(),e.value=r.getFullYear().toString()})),n._hidePrevMonthArrow=n.config.minDate!==undefined&&(n.currentYear===n.config.minDate.getFullYear()?n.currentMonth<=n.config.minDate.getMonth():n.currentYear<n.config.minDate.getFullYear()),n._hideNextMonthArrow=n.config.maxDate!==undefined&&(n.currentYear===n.config.maxDate.getFullYear()?n.currentMonth+1>n.config.maxDate.getMonth():n.currentYear>n.config.maxDate.getFullYear()))}function be(e){return n.selectedDates.map((t=>n.formatDate(t,e))).filter(((e,t,r)=>"range"!==n.config.mode||n.config.enableTime||r.indexOf(e)===t)).join("range"!==n.config.mode?n.config.conjunction:n.l10n.rangeSeparator)}function ye(e=!0){n.mobileInput!==undefined&&n.mobileFormatStr&&(n.mobileInput.value=n.latestSelectedDateObj!==undefined?n.formatDate(n.latestSelectedDateObj,n.mobileFormatStr):""),n.input.value=be(n.config.dateFormat),n.altInput!==undefined&&(n.altInput.value=be(n.config.altFormat)),!1!==e&&pe("onValueUpdate")}function ve(e){const t=g(e),r=n.prevMonthNav.contains(t),o=n.nextMonthNav.contains(t);r||o?$(r?-1:1):n.yearElements.indexOf(t)>=0?t.select():t.classList.contains("arrowUp")?n.changeYear(n.currentYear+1):t.classList.contains("arrowDown")&&n.changeYear(n.currentYear-1)}return function(){n.element=n.input=e,n.isOpen=!1,function(){const i=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],s=Object.assign(Object.assign({},JSON.parse(JSON.stringify(e.dataset||{}))),t),l={};n.config.parseDate=s.parseDate,n.config.formatDate=s.formatDate,Object.defineProperty(n.config,"enable",{get:()=>n.config._enable,set:e=>{n.config._enable=fe(e)}}),Object.defineProperty(n.config,"disable",{get:()=>n.config._disable,set:e=>{n.config._disable=fe(e)}});const c="time"===s.mode;if(!s.dateFormat&&(s.enableTime||c)){const e=P.defaultConfig.dateFormat||o.dateFormat;l.dateFormat=s.noCalendar||c?"H:i"+(s.enableSeconds?":S":""):e+" H:i"+(s.enableSeconds?":S":"")}if(s.altInput&&(s.enableTime||c)&&!s.altFormat){const e=P.defaultConfig.altFormat||o.altFormat;l.altFormat=s.noCalendar||c?"h:i"+(s.enableSeconds?":S K":" K"):e+` h:i${s.enableSeconds?":S":""} K`}Object.defineProperty(n.config,"minDate",{get:()=>n.config._minDate,set:re("min")}),Object.defineProperty(n.config,"maxDate",{get:()=>n.config._maxDate,set:re("max")});const d=e=>t=>{n.config["min"===e?"_minTime":"_maxTime"]=n.parseDate(t,"H:i:S")};Object.defineProperty(n.config,"minTime",{get:()=>n.config._minTime,set:d("min")}),Object.defineProperty(n.config,"maxTime",{get:()=>n.config._maxTime,set:d("max")}),"time"===s.mode&&(n.config.noCalendar=!0,n.config.enableTime=!0);Object.assign(n.config,l,s);for(let e=0;e<i.length;e++)n.config[i[e]]=!0===n.config[i[e]]||"true"===n.config[i[e]];r.filter((e=>n.config[e]!==undefined)).forEach((e=>{n.config[e]=u(n.config[e]||[]).map(a)})),n.isMobile=!n.config.disableMobile&&!n.config.inline&&"single"===n.config.mode&&!n.config.disable.length&&!n.config.enable&&!n.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(let e=0;e<n.config.plugins.length;e++){const t=n.config.plugins[e](n)||{};for(const e in t)r.indexOf(e)>-1?n.config[e]=u(t[e]).map(a).concat(n.config[e]):"undefined"==typeof s[e]&&(n.config[e]=t[e])}s.altInputClass||(n.config.altInputClass=oe().className+" "+n.config.altInputClass);pe("onParseConfig")}(),ae(),function(){if(n.input=oe(),!n.input)return void n.config.errorHandler(new Error("Invalid input element specified"));n.input._type=n.input.type,n.input.type="text",n.input.classList.add("flatpickr-input"),n._input=n.input,n.config.altInput&&(n.altInput=f(n.input.nodeName,n.config.altInputClass),n._input=n.altInput,n.altInput.placeholder=n.input.placeholder,n.altInput.disabled=n.input.disabled,n.altInput.required=n.input.required,n.altInput.tabIndex=n.input.tabIndex,n.altInput.type="text",n.input.setAttribute("type","hidden"),!n.config["static"]&&n.input.parentNode&&n.input.parentNode.insertBefore(n.altInput,n.input.nextSibling));n.config.allowInput||n._input.setAttribute("readonly","readonly");n._positionElement=n.config.positionElement||n._input}(),function(){n.selectedDates=[],n.now=n.parseDate(n.config.now)||new Date;const e=n.config.defaultDate||("INPUT"!==n.input.nodeName&&"TEXTAREA"!==n.input.nodeName||!n.input.placeholder||n.input.value!==n.input.placeholder?n.input.value:null);e&&de(e,n.config.dateFormat);n._initialDate=n.selectedDates.length>0?n.selectedDates[0]:n.config.minDate&&n.config.minDate.getTime()>n.now.getTime()?n.config.minDate:n.config.maxDate&&n.config.maxDate.getTime()<n.now.getTime()?n.config.maxDate:n.now,n.currentYear=n._initialDate.getFullYear(),n.currentMonth=n._initialDate.getMonth(),n.selectedDates.length>0&&(n.latestSelectedDateObj=n.selectedDates[0]);n.config.minTime!==undefined&&(n.config.minTime=n.parseDate(n.config.minTime,"H:i"));n.config.maxTime!==undefined&&(n.config.maxTime=n.parseDate(n.config.maxTime,"H:i"));n.minDateHasTime=!!n.config.minDate&&(n.config.minDate.getHours()>0||n.config.minDate.getMinutes()>0||n.config.minDate.getSeconds()>0),n.maxDateHasTime=!!n.config.maxDate&&(n.config.maxDate.getHours()>0||n.config.maxDate.getMinutes()>0||n.config.maxDate.getSeconds()>0)}(),n.utils={getDaysInMonth:(e=n.currentMonth,t=n.currentYear)=>1===e&&(t%4==0&&t%100!=0||t%400==0)?29:n.l10n.daysInMonth[e]},n.isMobile||function(){const e=window.document.createDocumentFragment();if(n.calendarContainer=f("div","flatpickr-calendar"),n.calendarContainer.tabIndex=-1,!n.config.noCalendar){if(e.appendChild((n.monthNav=f("div","flatpickr-months"),n.yearElements=[],n.monthElements=[],n.prevMonthNav=f("span","flatpickr-prev-month"),n.prevMonthNav.innerHTML=n.config.prevArrow,n.nextMonthNav=f("span","flatpickr-next-month"),n.nextMonthNav.innerHTML=n.config.nextArrow,W(),Object.defineProperty(n,"_hidePrevMonthArrow",{get:()=>n.__hidePrevMonthArrow,set(e){n.__hidePrevMonthArrow!==e&&(d(n.prevMonthNav,"flatpickr-disabled",e),n.__hidePrevMonthArrow=e)}}),Object.defineProperty(n,"_hideNextMonthArrow",{get:()=>n.__hideNextMonthArrow,set(e){n.__hideNextMonthArrow!==e&&(d(n.nextMonthNav,"flatpickr-disabled",e),n.__hideNextMonthArrow=e)}}),n.currentYearElement=n.yearElements[0],ge(),n.monthNav)),n.innerContainer=f("div","flatpickr-innerContainer"),n.config.weekNumbers){const{weekWrapper:e,weekNumbers:t}=function(){n.calendarContainer.classList.add("hasWeeks");const e=f("div","flatpickr-weekwrapper");e.appendChild(f("span","flatpickr-weekday",n.l10n.weekAbbreviation));const t=f("div","flatpickr-weeks");return e.appendChild(t),{weekWrapper:e,weekNumbers:t}}();n.innerContainer.appendChild(e),n.weekNumbers=t,n.weekWrapper=e}n.rContainer=f("div","flatpickr-rContainer"),n.rContainer.appendChild(Y()),n.daysContainer||(n.daysContainer=f("div","flatpickr-days"),n.daysContainer.tabIndex=-1),H(),n.rContainer.appendChild(n.daysContainer),n.innerContainer.appendChild(n.rContainer),e.appendChild(n.innerContainer)}n.config.enableTime&&e.appendChild(function(){n.calendarContainer.classList.add("hasTime"),n.config.noCalendar&&n.calendarContainer.classList.add("noCalendar");const e=S(n.config);n.timeContainer=f("div","flatpickr-time"),n.timeContainer.tabIndex=-1;const t=f("span","flatpickr-time-separator",":"),r=h("flatpickr-hour",{"aria-label":n.l10n.hourAriaLabel});n.hourElement=r.getElementsByTagName("input")[0];const o=h("flatpickr-minute",{"aria-label":n.l10n.minuteAriaLabel});n.minuteElement=o.getElementsByTagName("input")[0],n.hourElement.tabIndex=n.minuteElement.tabIndex=-1,n.hourElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getHours():n.config.time_24hr?e.hours:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(e.hours)),n.minuteElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getMinutes():e.minutes),n.hourElement.setAttribute("step",n.config.hourIncrement.toString()),n.minuteElement.setAttribute("step",n.config.minuteIncrement.toString()),n.hourElement.setAttribute("min",n.config.time_24hr?"0":"1"),n.hourElement.setAttribute("max",n.config.time_24hr?"23":"12"),n.hourElement.setAttribute("maxlength","2"),n.minuteElement.setAttribute("min","0"),n.minuteElement.setAttribute("max","59"),n.minuteElement.setAttribute("maxlength","2"),n.timeContainer.appendChild(r),n.timeContainer.appendChild(t),n.timeContainer.appendChild(o),n.config.time_24hr&&n.timeContainer.classList.add("time24hr");if(n.config.enableSeconds){n.timeContainer.classList.add("hasSeconds");const t=h("flatpickr-second");n.secondElement=t.getElementsByTagName("input")[0],n.secondElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getSeconds():e.seconds),n.secondElement.setAttribute("step",n.minuteElement.getAttribute("step")),n.secondElement.setAttribute("min","0"),n.secondElement.setAttribute("max","59"),n.secondElement.setAttribute("maxlength","2"),n.timeContainer.appendChild(f("span","flatpickr-time-separator",":")),n.timeContainer.appendChild(t)}n.config.time_24hr||(n.amPM=f("span","flatpickr-am-pm",n.l10n.amPM[l((n.latestSelectedDateObj?n.hourElement.value:n.config.defaultHour)>11)]),n.amPM.title=n.l10n.toggleTitle,n.amPM.tabIndex=-1,n.timeContainer.appendChild(n.amPM));return n.timeContainer}());d(n.calendarContainer,"rangeMode","range"===n.config.mode),d(n.calendarContainer,"animate",!0===n.config.animate),d(n.calendarContainer,"multiMonth",n.config.showMonths>1),n.calendarContainer.appendChild(e);const t=n.config.appendTo!==undefined&&n.config.appendTo.nodeType!==undefined;if((n.config.inline||n.config["static"])&&(n.calendarContainer.classList.add(n.config.inline?"inline":"static"),n.config.inline&&(!t&&n.element.parentNode?n.element.parentNode.insertBefore(n.calendarContainer,n._input.nextSibling):n.config.appendTo!==undefined&&n.config.appendTo.appendChild(n.calendarContainer)),n.config["static"])){const e=f("div","flatpickr-wrapper");n.element.parentNode&&n.element.parentNode.insertBefore(e,n.element),e.appendChild(n.element),n.altInput&&e.appendChild(n.altInput),e.appendChild(n.calendarContainer)}n.config["static"]||n.config.inline||(n.config.appendTo!==undefined?n.config.appendTo:window.document.body).appendChild(n.calendarContainer)}(),function(){n.config.wrap&&["open","close","toggle","clear"].forEach((e=>{Array.prototype.forEach.call(n.element.querySelectorAll(`[data-${e}]`),(t=>j(t,"click",n[e])))}));if(n.isMobile)return void function(){const e=n.config.enableTime?n.config.noCalendar?"time":"datetime-local":"date";n.mobileInput=f("input",n.input.className+" flatpickr-mobile"),n.mobileInput.tabIndex=1,n.mobileInput.type=e,n.mobileInput.disabled=n.input.disabled,n.mobileInput.required=n.input.required,n.mobileInput.placeholder=n.input.placeholder,n.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",n.selectedDates.length>0&&(n.mobileInput.defaultValue=n.mobileInput.value=n.formatDate(n.selectedDates[0],n.mobileFormatStr));n.config.minDate&&(n.mobileInput.min=n.formatDate(n.config.minDate,"Y-m-d"));n.config.maxDate&&(n.mobileInput.max=n.formatDate(n.config.maxDate,"Y-m-d"));n.input.getAttribute("step")&&(n.mobileInput.step=String(n.input.getAttribute("step")));n.input.type="hidden",n.altInput!==undefined&&(n.altInput.type="hidden");try{n.input.parentNode&&n.input.parentNode.insertBefore(n.mobileInput,n.input.nextSibling)}catch(t){}j(n.mobileInput,"change",(e=>{n.setDate(g(e).value,!1,n.mobileFormatStr),pe("onChange"),pe("onClose")}))}();const e=c(ne,50);n._debouncedChange=c(T,300),n.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&j(n.daysContainer,"mouseover",(e=>{"range"===n.config.mode&&te(g(e))}));j(window.document.body,"keydown",ee),n.config.inline||n.config["static"]||j(window,"resize",e);window.ontouchstart!==undefined?j(window.document,"touchstart",G):j(window.document,"mousedown",G);j(window.document,"focus",G,{capture:!0}),!0===n.config.clickOpens&&(j(n._input,"focus",n.open),j(n._input,"click",n.open));n.daysContainer!==undefined&&(j(n.monthNav,"click",ve),j(n.monthNav,["keyup","increment"],_),j(n.daysContainer,"click",ce));if(n.timeContainer!==undefined&&n.minuteElement!==undefined&&n.hourElement!==undefined){const e=e=>g(e).select();j(n.timeContainer,["increment"],v),j(n.timeContainer,"blur",v,{capture:!0}),j(n.timeContainer,"click",I),j([n.hourElement,n.minuteElement],["focus","click"],e),n.secondElement!==undefined&&j(n.secondElement,"focus",(()=>n.secondElement&&n.secondElement.select())),n.amPM!==undefined&&j(n.amPM,"click",(e=>{v(e),T()}))}n.config.allowInput&&j(n._input,"blur",X)}(),(n.selectedDates.length||n.config.noCalendar)&&(n.config.enableTime&&E(n.config.noCalendar?n.latestSelectedDateObj:undefined),ye(!1)),b();const i=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!n.isMobile&&i&&ie(),pe("onReady")}(),n}function M(e,t){const n=Array.prototype.slice.call(e).filter((e=>e instanceof HTMLElement)),r=[];for(let e=0;e<n.length;e++){const a=n[e];try{if(null!==a.getAttribute("data-fp-omit"))continue;a._flatpickr!==undefined&&(a._flatpickr.destroy(),a._flatpickr=undefined),a._flatpickr=E(a,t||{}),r.push(a._flatpickr)}catch(o){console.error(o)}}return 1===r.length?r[0]:r}"undefined"!=typeof HTMLElement&&"undefined"!=typeof HTMLCollection&&"undefined"!=typeof NodeList&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return M(this,e)},HTMLElement.prototype.flatpickr=function(e){return M([this],e)});var P=function(e,t){return"string"==typeof e?M(window.document.querySelectorAll(e),t):e instanceof Node?M([e],t):M(e,t)};P.defaultConfig={},P.l10ns={en:Object.assign({},i),"default":Object.assign({},i)},P.localize=e=>{P.l10ns["default"]=Object.assign(Object.assign({},P.l10ns["default"]),e)},P.setDefaults=e=>{P.defaultConfig=Object.assign(Object.assign({},P.defaultConfig),e)},P.parseDate=k({}),P.formatDate=x({}),P.compareDates=O,"undefined"!=typeof jQuery&&"undefined"!=typeof jQuery.fn&&(jQuery.fn.flatpickr=function(e){return M(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=P);var _=P},895:function(){"use strict";"function"!=typeof Object.assign&&(Object.assign=function(e,...t){if(!e)throw TypeError("Cannot convert undefined or null to object");for(const n of t)n&&Object.keys(n).forEach((t=>e[t]=n[t]));return e})},705:function(e,t,n){var r=n(638).Symbol;e.exports=r},239:function(e,t,n){var r=n(705),o=n(607),a=n(333),i=r?r.toStringTag:undefined;e.exports=function(e){return null==e?e===undefined?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},957:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},607:function(e,t,n){var r=n(705),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,s=r?r.toStringTag:undefined;e.exports=function(e){var t=a.call(e,s),n=e[s];try{e[s]=undefined;var r=!0}catch(l){}var o=i.call(e);return r&&(t?e[s]=n:delete e[s]),o}},333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},638:function(e,t,n){var r=n(957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},469:function(e){var t=Array.isArray;e.exports=t},654:function(e,t,n){var r=n(763);e.exports=function(e){return r(e)&&e!=+e}},763:function(e,t,n){var r=n(239),o=n(5);e.exports=function(e){return"number"==typeof e||o(e)&&"[object Number]"==r(e)}},5:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},37:function(e,t,n){var r=n(239),o=n(469),a=n(5);e.exports=function(e){return"string"==typeof e||!o(e)&&a(e)&&"[object String]"==r(e)}},353:function(e){e.exports=function(e){return e===undefined}},251:function(e){"use strict";
2
  /*!
3
  * MoveTo - A lightweight scroll animation javascript library without any dependency.
4
  * Version 1.8.2 (28-06-2019 14:30)
@@ -9,7 +9,7 @@
9
  Copyright (c) 2017 Jed Watson.
10
  Licensed under the MIT License (MIT), see
11
  http://jedwatson.github.io/classnames
12
- */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var i=o.apply(null,r);i&&e.push(i)}else if("object"===a)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(o["default"]=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){(function(t){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,s="object"==typeof t&&t&&t.Object===Object&&t,l="object"==typeof self&&self&&self.Object===Object&&self,c=s||l||Function("return this")(),u=Object.prototype.toString,d=c.Symbol,f=d?d.prototype:void 0,p=f?f.toString:void 0;function m(e){if("string"==typeof e)return e;if(g(e))return p?p.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function h(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}function b(e){return e?(e=function(e){if("number"==typeof e)return e;if(g(e))return NaN;if(h(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=h(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(n,"");var s=o.test(e);return s||a.test(e)?i(e.slice(2),s?2:8):r.test(e)?NaN:+e}(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}e.exports=function(e,t,n){var r,o,a;return e=null==(r=e)?"":m(r),o=function(e){var t=b(e),n=t%1;return t==t?n?t-n:t:0}(n),0,a=e.length,o==o&&(void 0!==a&&(o=o<=a?o:a),o=o>=0?o:0),n=o,t=m(t),e.slice(n,n+t.length)==t}}).call(this,n(3))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){(function(t){var n,r=/^\[object .+?Constructor\]$/,o="object"==typeof t&&t&&t.Object===Object&&t,a="object"==typeof self&&self&&self.Object===Object&&self,i=o||a||Function("return this")(),s=Array.prototype,l=Function.prototype,c=Object.prototype,u=i["__core-js_shared__"],d=(n=/[^.]+$/.exec(u&&u.keys&&u.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",f=l.toString,p=c.hasOwnProperty,m=c.toString,h=RegExp("^"+f.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),g=s.splice,b=D(i,"Map"),y=D(Object,"create");function v(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function w(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function C(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function x(e,t){for(var n,r,o=e.length;o--;)if((n=e[o][0])===(r=t)||n!=n&&r!=r)return o;return-1}function k(e){return!(!E(e)||(t=e,d&&d in t))&&(function(e){var t=E(e)?m.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?h:r).test(function(e){if(null!=e){try{return f.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function O(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function D(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return k(n)?n:void 0}function S(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(S.Cache||C),n}function E(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}v.prototype.clear=function(){this.__data__=y?y(null):{}},v.prototype["delete"]=function(e){return this.has(e)&&delete this.__data__[e]},v.prototype.get=function(e){var t=this.__data__;if(y){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return p.call(t,e)?t[e]:void 0},v.prototype.has=function(e){var t=this.__data__;return y?void 0!==t[e]:p.call(t,e)},v.prototype.set=function(e,t){return this.__data__[e]=y&&void 0===t?"__lodash_hash_undefined__":t,this},w.prototype.clear=function(){this.__data__=[]},w.prototype["delete"]=function(e){var t=this.__data__,n=x(t,e);return!(n<0||(n==t.length-1?t.pop():g.call(t,n,1),0))},w.prototype.get=function(e){var t=this.__data__,n=x(t,e);return n<0?void 0:t[n][1]},w.prototype.has=function(e){return x(this.__data__,e)>-1},w.prototype.set=function(e,t){var n=this.__data__,r=x(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},C.prototype.clear=function(){this.__data__={hash:new v,map:new(b||w),string:new v}},C.prototype["delete"]=function(e){return O(this,e)["delete"](e)},C.prototype.get=function(e){return O(this,e).get(e)},C.prototype.has=function(e){return O(this,e).has(e)},C.prototype.set=function(e,t){return O(this,e).set(e,t),this},S.Cache=C,e.exports=S}).call(this,n(3))},function(e,t,n){(function(t){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,s="object"==typeof t&&t&&t.Object===Object&&t,l="object"==typeof self&&self&&self.Object===Object&&self,c=s||l||Function("return this")(),u=Object.prototype.toString,d=Math.max,f=Math.min,p=function(){return c.Date.now()};function m(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function h(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}(e))return NaN;if(m(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=m(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(n,"");var s=o.test(e);return s||a.test(e)?i(e.slice(2),s?2:8):r.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,a,i,s,l,c=0,u=!1,g=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,a=o;return r=o=void 0,c=t,i=e.apply(a,n)}function v(e){return c=e,s=setTimeout(C,t),u?y(e):i}function w(e){var n=e-l;return void 0===l||n>=t||n<0||g&&e-c>=a}function C(){var e=p();if(w(e))return x(e);s=setTimeout(C,function(e){var n=t-(e-l);return g?f(n,a-(e-c)):n}(e))}function x(e){return s=void 0,b&&r?y(e):(r=o=void 0,i)}function k(){var e=p(),n=w(e);if(r=arguments,o=this,l=e,n){if(void 0===s)return v(l);if(g)return s=setTimeout(C,t),y(l)}return void 0===s&&(s=setTimeout(C,t)),i}return t=h(t)||0,m(n)&&(u=!!n.leading,a=(g="maxWait"in n)?d(h(n.maxWait)||0,t):a,b="trailing"in n?!!n.trailing:b),k.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=o=s=void 0},k.flush=function(){return void 0===s?i:x(p())},k}}).call(this,n(3))},function(e,t,n){(function(e,n){var r="[object Arguments]",o="[object Map]",a="[object Object]",i="[object Set]",s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/,c=/^\./,u=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,f=/^\[object .+?Constructor\]$/,p=/^(?:0|[1-9]\d*)$/,m={};m["[object Float32Array]"]=m["[object Float64Array]"]=m["[object Int8Array]"]=m["[object Int16Array]"]=m["[object Int32Array]"]=m["[object Uint8Array]"]=m["[object Uint8ClampedArray]"]=m["[object Uint16Array]"]=m["[object Uint32Array]"]=!0,m[r]=m["[object Array]"]=m["[object ArrayBuffer]"]=m["[object Boolean]"]=m["[object DataView]"]=m["[object Date]"]=m["[object Error]"]=m["[object Function]"]=m[o]=m["[object Number]"]=m[a]=m["[object RegExp]"]=m[i]=m["[object String]"]=m["[object WeakMap]"]=!1;var h="object"==typeof e&&e&&e.Object===Object&&e,g="object"==typeof self&&self&&self.Object===Object&&self,b=h||g||Function("return this")(),y=t&&!t.nodeType&&t,v=y&&"object"==typeof n&&n&&!n.nodeType&&n,w=v&&v.exports===y&&h.process,C=function(){try{return w&&w.binding("util")}catch(e){}}(),x=C&&C.isTypedArray;function k(e,t,n,r){var o=-1,a=e?e.length:0;for(r&&a&&(n=e[++o]);++o<a;)n=t(n,e[o],o,e);return n}function O(e,t){for(var n=-1,r=e?e.length:0;++n<r;)if(t(e[n],n,e))return!0;return!1}function D(e,t,n,r,o){return o(e,(function(e,o,a){n=r?(r=!1,e):t(n,e,o,a)})),n}function S(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function E(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function M(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var P,_,j,T=Array.prototype,A=Function.prototype,I=Object.prototype,L=b["__core-js_shared__"],N=(P=/[^.]+$/.exec(L&&L.keys&&L.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"",R=A.toString,V=I.hasOwnProperty,F=I.toString,B=RegExp("^"+R.call(V).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),H=b.Symbol,z=b.Uint8Array,U=I.propertyIsEnumerable,W=T.splice,Y=(_=Object.keys,j=Object,function(e){return _(j(e))}),q=xe(b,"DataView"),$=xe(b,"Map"),K=xe(b,"Promise"),G=xe(b,"Set"),Z=xe(b,"WeakMap"),Q=xe(Object,"create"),J=_e(q),X=_e($),ee=_e(K),te=_e(G),ne=_e(Z),re=H?H.prototype:void 0,oe=re?re.valueOf:void 0,ae=re?re.toString:void 0;function ie(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function se(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function le(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ce(e){var t=-1,n=e?e.length:0;for(this.__data__=new le;++t<n;)this.add(e[t])}function ue(e){this.__data__=new se(e)}function de(e,t){for(var n=e.length;n--;)if(Te(e[n][0],t))return n;return-1}ie.prototype.clear=function(){this.__data__=Q?Q(null):{}},ie.prototype["delete"]=function(e){return this.has(e)&&delete this.__data__[e]},ie.prototype.get=function(e){var t=this.__data__;if(Q){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return V.call(t,e)?t[e]:void 0},ie.prototype.has=function(e){var t=this.__data__;return Q?void 0!==t[e]:V.call(t,e)},ie.prototype.set=function(e,t){return this.__data__[e]=Q&&void 0===t?"__lodash_hash_undefined__":t,this},se.prototype.clear=function(){this.__data__=[]},se.prototype["delete"]=function(e){var t=this.__data__,n=de(t,e);return!(n<0||(n==t.length-1?t.pop():W.call(t,n,1),0))},se.prototype.get=function(e){var t=this.__data__,n=de(t,e);return n<0?void 0:t[n][1]},se.prototype.has=function(e){return de(this.__data__,e)>-1},se.prototype.set=function(e,t){var n=this.__data__,r=de(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},le.prototype.clear=function(){this.__data__={hash:new ie,map:new($||se),string:new ie}},le.prototype["delete"]=function(e){return Ce(this,e)["delete"](e)},le.prototype.get=function(e){return Ce(this,e).get(e)},le.prototype.has=function(e){return Ce(this,e).has(e)},le.prototype.set=function(e,t){return Ce(this,e).set(e,t),this},ce.prototype.add=ce.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},ce.prototype.has=function(e){return this.__data__.has(e)},ue.prototype.clear=function(){this.__data__=new se},ue.prototype["delete"]=function(e){return this.__data__["delete"](e)},ue.prototype.get=function(e){return this.__data__.get(e)},ue.prototype.has=function(e){return this.__data__.has(e)},ue.prototype.set=function(e,t){var n=this.__data__;if(n instanceof se){var r=n.__data__;if(!$||r.length<199)return r.push([e,t]),this;n=this.__data__=new le(r)}return n.set(e,t),this};var fe,pe=(fe=function(e,t){return e&&me(e,t,ze)},function(e,t){if(null==e)return e;if(!Le(e))return fe(e,t);for(var n=e.length,r=-1,o=Object(e);++r<n&&!1!==t(o[r],r,o););return e}),me=function(e,t,n){for(var r=-1,o=Object(e),a=n(e),i=a.length;i--;){var s=a[++r];if(!1===t(o[s],s,o))break}return e};function he(e,t){for(var n=0,r=(t=De(t,e)?[t]:ve(t)).length;null!=e&&n<r;)e=e[Pe(t[n++])];return n&&n==r?e:void 0}function ge(e,t){return null!=e&&t in Object(e)}function be(e,t,n,s,l){return e===t||(null==e||null==t||!Ve(e)&&!Fe(t)?e!=e&&t!=t:function(e,t,n,s,l,c){var u=Ie(e),d=Ie(t),f="[object Array]",p="[object Array]";u||(f=(f=ke(e))==r?a:f),d||(p=(p=ke(t))==r?a:p);var m=f==a&&!S(e),h=p==a&&!S(t),g=f==p;if(g&&!m)return c||(c=new ue),u||He(e)?we(e,t,n,s,l,c):function(e,t,n,r,a,s,l){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!r(new z(e),new z(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Te(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case o:var c=E;case i:var u=2&s;if(c||(c=M),e.size!=t.size&&!u)return!1;var d=l.get(e);if(d)return d==t;s|=1,l.set(e,t);var f=we(c(e),c(t),r,a,s,l);return l["delete"](e),f;case"[object Symbol]":if(oe)return oe.call(e)==oe.call(t)}return!1}(e,t,f,n,s,l,c);if(!(2&l)){var b=m&&V.call(e,"__wrapped__"),y=h&&V.call(t,"__wrapped__");if(b||y){var v=b?e.value():e,w=y?t.value():t;return c||(c=new ue),n(v,w,s,l,c)}}return!!g&&(c||(c=new ue),function(e,t,n,r,o,a){var i=2&o,s=ze(e),l=s.length;if(l!=ze(t).length&&!i)return!1;for(var c=l;c--;){var u=s[c];if(!(i?u in t:V.call(t,u)))return!1}var d=a.get(e);if(d&&a.get(t))return d==t;var f=!0;a.set(e,t),a.set(t,e);for(var p=i;++c<l;){var m=e[u=s[c]],h=t[u];if(r)var g=i?r(h,m,u,t,e,a):r(m,h,u,e,t,a);if(!(void 0===g?m===h||n(m,h,r,o,a):g)){f=!1;break}p||(p="constructor"==u)}if(f&&!p){var b=e.constructor,y=t.constructor;b==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof y&&y instanceof y||(f=!1)}return a["delete"](e),a["delete"](t),f}(e,t,n,s,l,c))}(e,t,be,n,s,l))}function ye(e){return"function"==typeof e?e:null==e?Ue:"object"==typeof e?Ie(e)?function(e,t){return De(e)&&Se(t)?Ee(Pe(e),t):function(n){var r=function(e,t,n){var r=null==e?void 0:he(e,t);return void 0===r?void 0:r}(n,e);return void 0===r&&r===t?function(e,t){return null!=e&&function(e,t,n){for(var r,o=-1,a=(t=De(t,e)?[t]:ve(t)).length;++o<a;){var i=Pe(t[o]);if(!(r=null!=e&&n(e,i)))break;e=e[i]}return r||!!(a=e?e.length:0)&&Re(a)&&Oe(i,a)&&(Ie(e)||Ae(e))}(e,t,ge)}(n,e):be(t,r,void 0,3)}}(e[0],e[1]):function(e){var t=function(e){for(var t=ze(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,Se(o)]}return t}(e);return 1==t.length&&t[0][2]?Ee(t[0][0],t[0][1]):function(n){return n===e||function(e,t,n,r){var o=n.length,a=o;if(null==e)return!a;for(e=Object(e);o--;){var i=n[o];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++o<a;){var s=(i=n[o])[0],l=e[s],c=i[1];if(i[2]){if(void 0===l&&!(s in e))return!1}else{var u,d=new ue;if(!(void 0===u?be(c,l,r,3,d):u))return!1}}return!0}(n,0,t)}}(e):De(t=e)?(n=Pe(t),function(e){return null==e?void 0:e[n]}):function(e){return function(t){return he(t,e)}}(t);var t,n}function ve(e){return Ie(e)?e:Me(e)}function we(e,t,n,r,o,a){var i=2&o,s=e.length,l=t.length;if(s!=l&&!(i&&l>s))return!1;var c=a.get(e);if(c&&a.get(t))return c==t;var u=-1,d=!0,f=1&o?new ce:void 0;for(a.set(e,t),a.set(t,e);++u<s;){var p=e[u],m=t[u];if(r)var h=i?r(m,p,u,t,e,a):r(p,m,u,e,t,a);if(void 0!==h){if(h)continue;d=!1;break}if(f){if(!O(t,(function(e,t){if(!f.has(t)&&(p===e||n(p,e,r,o,a)))return f.add(t)}))){d=!1;break}}else if(p!==m&&!n(p,m,r,o,a)){d=!1;break}}return a["delete"](e),a["delete"](t),d}function Ce(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function xe(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!Ve(e)||function(e){return!!N&&N in e}(e))&&(Ne(e)||S(e)?B:f).test(_e(e))}(n)?n:void 0}var ke=function(e){return F.call(e)};function Oe(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||p.test(e))&&e>-1&&e%1==0&&e<t}function De(e,t){if(Ie(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!Be(e))||l.test(e)||!s.test(e)||null!=t&&e in Object(t)}function Se(e){return e==e&&!Ve(e)}function Ee(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}(q&&"[object DataView]"!=ke(new q(new ArrayBuffer(1)))||$&&ke(new $)!=o||K&&"[object Promise]"!=ke(K.resolve())||G&&ke(new G)!=i||Z&&"[object WeakMap]"!=ke(new Z))&&(ke=function(e){var t=F.call(e),n=t==a?e.constructor:void 0,r=n?_e(n):void 0;if(r)switch(r){case J:return"[object DataView]";case X:return o;case ee:return"[object Promise]";case te:return i;case ne:return"[object WeakMap]"}return t});var Me=je((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(Be(e))return ae?ae.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return c.test(e)&&n.push(""),e.replace(u,(function(e,t,r,o){n.push(r?o.replace(d,"$1"):t||e)})),n}));function Pe(e){if("string"==typeof e||Be(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function _e(e){if(null!=e){try{return R.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function je(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(je.Cache||le),n}function Te(e,t){return e===t||e!=e&&t!=t}function Ae(e){return function(e){return Fe(e)&&Le(e)}(e)&&V.call(e,"callee")&&(!U.call(e,"callee")||F.call(e)==r)}je.Cache=le;var Ie=Array.isArray;function Le(e){return null!=e&&Re(e.length)&&!Ne(e)}function Ne(e){var t=Ve(e)?F.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}function Re(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ve(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Fe(e){return!!e&&"object"==typeof e}function Be(e){return"symbol"==typeof e||Fe(e)&&"[object Symbol]"==F.call(e)}var He=x?function(e){return function(t){return e(t)}}(x):function(e){return Fe(e)&&Re(e.length)&&!!m[F.call(e)]};function ze(e){return Le(e)?function(e,t){var n=Ie(e)||Ae(e)?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],r=n.length,o=!!r;for(var a in e)!t&&!V.call(e,a)||o&&("length"==a||Oe(a,r))||n.push(a);return n}(e):function(e){if(n=(t=e)&&t.constructor,t!==("function"==typeof n&&n.prototype||I))return Y(e);var t,n,r=[];for(var o in Object(e))V.call(e,o)&&"constructor"!=o&&r.push(o);return r}(e)}function Ue(e){return e}n.exports=function(e,t,n){var r=Ie(e)?k:D,o=arguments.length<3;return r(e,ye(t),n,o,pe)}}).call(this,n(3),n(7)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){String.prototype.padEnd||(String.prototype.padEnd=function(e,t){return e>>=0,t=String(void 0!==t?t:" "),this.length>e?String(this):((e-=this.length)>t.length&&(t+=t.repeat(e/t.length)),String(this)+t.slice(0,e))})},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function a(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||o(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function i(e){if(Array.isArray(e))return e}function s(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function d(e){return(d="function"==typeof Symbol&&"symbol"===u(Symbol.iterator)?function(e){return u(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":u(e)})(e)}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}n.r(t);var h=n(0),g=n.n(h),b=n(5),y=n.n(b),v=n(4),w=n.n(v),C=n(6),x=n.n(C),k=n(2),O=n.n(k),D=n(1),S=n.n(D);function E(e,t){return i(e)||function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==s["return"]||s["return"]()}finally{if(o)throw a}}return n}(e,t)||s()}n(8);var M=[["Afghanistan",["asia"],"af","93"],["Albania",["europe"],"al","355"],["Algeria",["africa","north-africa"],"dz","213"],["Andorra",["europe"],"ad","376"],["Angola",["africa"],"ao","244"],["Antigua and Barbuda",["america","carribean"],"ag","1268"],["Argentina",["america","south-america"],"ar","54","(..) ........",0,["11","221","223","261","264","2652","280","2905","291","2920","2966","299","341","342","343","351","376","379","381","3833","385","387","388"]],["Armenia",["asia","ex-ussr"],"am","374"],["Aruba",["america","carribean"],"aw","297"],["Australia",["oceania"],"au","61","(..) .... ....",0,["2","3","4","7","8","02","03","04","07","08"]],["Austria",["europe","eu-union"],"at","43"],["Azerbaijan",["asia","ex-ussr"],"az","994","(..) ... .. .."],["Bahamas",["america","carribean"],"bs","1242"],["Bahrain",["middle-east"],"bh","973"],["Bangladesh",["asia"],"bd","880"],["Barbados",["america","carribean"],"bb","1246"],["Belarus",["europe","ex-ussr"],"by","375","(..) ... .. .."],["Belgium",["europe","eu-union"],"be","32","... .. .. .."],["Belize",["america","central-america"],"bz","501"],["Benin",["africa"],"bj","229"],["Bhutan",["asia"],"bt","975"],["Bolivia",["america","south-america"],"bo","591"],["Bosnia and Herzegovina",["europe","ex-yugos"],"ba","387"],["Botswana",["africa"],"bw","267"],["Brazil",["america","south-america"],"br","55","(..) ........."],["British Indian Ocean Territory",["asia"],"io","246"],["Brunei",["asia"],"bn","673"],["Bulgaria",["europe","eu-union"],"bg","359"],["Burkina Faso",["africa"],"bf","226"],["Burundi",["africa"],"bi","257"],["Cambodia",["asia"],"kh","855"],["Cameroon",["africa"],"cm","237"],["Canada",["america","north-america"],"ca","1","(...) ...-....",1,["204","226","236","249","250","289","306","343","365","387","403","416","418","431","437","438","450","506","514","519","548","579","581","587","604","613","639","647","672","705","709","742","778","780","782","807","819","825","867","873","902","905"]],["Cape Verde",["africa"],"cv","238"],["Caribbean Netherlands",["america","carribean"],"bq","599","",1],["Central African Republic",["africa"],"cf","236"],["Chad",["africa"],"td","235"],["Chile",["america","south-america"],"cl","56"],["China",["asia"],"cn","86","..-........."],["Colombia",["america","south-america"],"co","57","... ... ...."],["Comoros",["africa"],"km","269"],["Congo",["africa"],"cd","243"],["Congo",["africa"],"cg","242"],["Costa Rica",["america","central-america"],"cr","506","....-...."],["Côte d’Ivoire",["africa"],"ci","225",".. .. .. .."],["Croatia",["europe","eu-union","ex-yugos"],"hr","385"],["Cuba",["america","carribean"],"cu","53"],["Curaçao",["america","carribean"],"cw","599","",0],["Cyprus",["europe","eu-union"],"cy","357",".. ......"],["Czech Republic",["europe","eu-union"],"cz","420"],["Denmark",["europe","eu-union","baltic"],"dk","45",".. .. .. .."],["Djibouti",["africa"],"dj","253"],["Dominica",["america","carribean"],"dm","1767"],["Dominican Republic",["america","carribean"],"do","1","",2,["809","829","849"]],["Ecuador",["america","south-america"],"ec","593"],["Egypt",["africa","north-africa"],"eg","20"],["El Salvador",["america","central-america"],"sv","503","....-...."],["Equatorial Guinea",["africa"],"gq","240"],["Eritrea",["africa"],"er","291"],["Estonia",["europe","eu-union","ex-ussr","baltic"],"ee","372",".... ......"],["Ethiopia",["africa"],"et","251"],["Fiji",["oceania"],"fj","679"],["Finland",["europe","eu-union","baltic"],"fi","358",".. ... .. .."],["France",["europe","eu-union"],"fr","33",". .. .. .. .."],["French Guiana",["america","south-america"],"gf","594"],["French Polynesia",["oceania"],"pf","689"],["Gabon",["africa"],"ga","241"],["Gambia",["africa"],"gm","220"],["Georgia",["asia","ex-ussr"],"ge","995"],["Germany",["europe","eu-union","baltic"],"de","49",".... ........"],["Ghana",["africa"],"gh","233"],["Greece",["europe","eu-union"],"gr","30"],["Grenada",["america","carribean"],"gd","1473"],["Guadeloupe",["america","carribean"],"gp","590","",0],["Guam",["oceania"],"gu","1671"],["Guatemala",["america","central-america"],"gt","502","....-...."],["Guinea",["africa"],"gn","224"],["Guinea-Bissau",["africa"],"gw","245"],["Guyana",["america","south-america"],"gy","592"],["Haiti",["america","carribean"],"ht","509","....-...."],["Honduras",["america","central-america"],"hn","504"],["Hong Kong",["asia"],"hk","852",".... ...."],["Hungary",["europe","eu-union"],"hu","36"],["Iceland",["europe"],"is","354","... ...."],["India",["asia"],"in","91",".....-....."],["Indonesia",["asia"],"id","62"],["Iran",["middle-east"],"ir","98","... ... ...."],["Iraq",["middle-east"],"iq","964"],["Ireland",["europe","eu-union"],"ie","353",".. ......."],["Israel",["middle-east"],"il","972","... ... ...."],["Italy",["europe","eu-union"],"it","39","... .......",0],["Jamaica",["america","carribean"],"jm","1876"],["Japan",["asia"],"jp","81",".. .... ...."],["Jordan",["middle-east"],"jo","962"],["Kazakhstan",["asia","ex-ussr"],"kz","7","... ...-..-..",1,["310","311","312","313","315","318","321","324","325","326","327","336","7172","73622"]],["Kenya",["africa"],"ke","254"],["Kiribati",["oceania"],"ki","686"],["Kosovo",["europe","ex-yugos"],"xk","383"],["Kuwait",["middle-east"],"kw","965"],["Kyrgyzstan",["asia","ex-ussr"],"kg","996"],["Laos",["asia"],"la","856"],["Latvia",["europe","eu-union","ex-ussr","baltic"],"lv","371"],["Lebanon",["middle-east"],"lb","961"],["Lesotho",["africa"],"ls","266"],["Liberia",["africa"],"lr","231"],["Libya",["africa","north-africa"],"ly","218"],["Liechtenstein",["europe"],"li","423"],["Lithuania",["europe","eu-union","ex-ussr","baltic"],"lt","370"],["Luxembourg",["europe","eu-union"],"lu","352"],["Macau",["asia"],"mo","853"],["Macedonia",["europe","ex-yugos"],"mk","389"],["Madagascar",["africa"],"mg","261"],["Malawi",["africa"],"mw","265"],["Malaysia",["asia"],"my","60","..-....-...."],["Maldives",["asia"],"mv","960"],["Mali",["africa"],"ml","223"],["Malta",["europe","eu-union"],"mt","356"],["Marshall Islands",["oceania"],"mh","692"],["Martinique",["america","carribean"],"mq","596"],["Mauritania",["africa"],"mr","222"],["Mauritius",["africa"],"mu","230"],["Mexico",["america","central-america"],"mx","52","... ... ....",0,["55","81","33","656","664","998","774","229"]],["Micronesia",["oceania"],"fm","691"],["Moldova",["europe"],"md","373","(..) ..-..-.."],["Monaco",["europe"],"mc","377"],["Mongolia",["asia"],"mn","976"],["Montenegro",["europe","ex-yugos"],"me","382"],["Morocco",["africa","north-africa"],"ma","212"],["Mozambique",["africa"],"mz","258"],["Myanmar",["asia"],"mm","95"],["Namibia",["africa"],"na","264"],["Nauru",["africa"],"nr","674"],["Nepal",["asia"],"np","977"],["Netherlands",["europe","eu-union"],"nl","31",".. ........"],["New Caledonia",["oceania"],"nc","687"],["New Zealand",["oceania"],"nz","64","...-...-...."],["Nicaragua",["america","central-america"],"ni","505"],["Niger",["africa"],"ne","227"],["Nigeria",["africa"],"ng","234"],["North Korea",["asia"],"kp","850"],["Norway",["europe","baltic"],"no","47","... .. ..."],["Oman",["middle-east"],"om","968"],["Pakistan",["asia"],"pk","92","...-......."],["Palau",["oceania"],"pw","680"],["Palestine",["middle-east"],"ps","970"],["Panama",["america","central-america"],"pa","507"],["Papua New Guinea",["oceania"],"pg","675"],["Paraguay",["america","south-america"],"py","595"],["Peru",["america","south-america"],"pe","51"],["Philippines",["asia"],"ph","63",".... ......."],["Poland",["europe","eu-union","baltic"],"pl","48","...-...-..."],["Portugal",["europe","eu-union"],"pt","351"],["Puerto Rico",["america","carribean"],"pr","1","",3,["787","939"]],["Qatar",["middle-east"],"qa","974"],["Réunion",["africa"],"re","262"],["Romania",["europe","eu-union"],"ro","40"],["Russia",["europe","asia","ex-ussr","baltic"],"ru","7","(...) ...-..-..",0],["Rwanda",["africa"],"rw","250"],["Saint Kitts and Nevis",["america","carribean"],"kn","1869"],["Saint Lucia",["america","carribean"],"lc","1758"],["Saint Vincent and the Grenadines",["america","carribean"],"vc","1784"],["Samoa",["oceania"],"ws","685"],["San Marino",["europe"],"sm","378"],["São Tomé and Príncipe",["africa"],"st","239"],["Saudi Arabia",["middle-east"],"sa","966"],["Senegal",["africa"],"sn","221"],["Serbia",["europe","ex-yugos"],"rs","381"],["Seychelles",["africa"],"sc","248"],["Sierra Leone",["africa"],"sl","232"],["Singapore",["asia"],"sg","65","....-...."],["Slovakia",["europe","eu-union"],"sk","421"],["Slovenia",["europe","eu-union","ex-yugos"],"si","386"],["Solomon Islands",["oceania"],"sb","677"],["Somalia",["africa"],"so","252"],["South Africa",["africa"],"za","27"],["South Korea",["asia"],"kr","82","... .... ...."],["South Sudan",["africa","north-africa"],"ss","211"],["Spain",["europe","eu-union"],"es","34","... ... ..."],["Sri Lanka",["asia"],"lk","94"],["Sudan",["africa"],"sd","249"],["Suriname",["america","south-america"],"sr","597"],["Swaziland",["africa"],"sz","268"],["Sweden",["europe","eu-union","baltic"],"se","46","(...) ...-..."],["Switzerland",["europe"],"ch","41",".. ... .. .."],["Syria",["middle-east"],"sy","963"],["Taiwan",["asia"],"tw","886"],["Tajikistan",["asia","ex-ussr"],"tj","992"],["Tanzania",["africa"],"tz","255"],["Thailand",["asia"],"th","66"],["Timor-Leste",["asia"],"tl","670"],["Togo",["africa"],"tg","228"],["Tonga",["oceania"],"to","676"],["Trinidad and Tobago",["america","carribean"],"tt","1868"],["Tunisia",["africa","north-africa"],"tn","216"],["Turkey",["europe"],"tr","90","... ... .. .."],["Turkmenistan",["asia","ex-ussr"],"tm","993"],["Tuvalu",["asia"],"tv","688"],["Uganda",["africa"],"ug","256"],["Ukraine",["europe","ex-ussr"],"ua","380","(..) ... .. .."],["United Arab Emirates",["middle-east"],"ae","971"],["United Kingdom",["europe","eu-union"],"gb","44",".... ......"],["United States",["america","north-america"],"us","1","(...) ...-....",0,["907","205","251","256","334","479","501","870","480","520","602","623","928","209","213","310","323","408","415","510","530","559","562","619","626","650","661","707","714","760","805","818","831","858","909","916","925","949","951","303","719","970","203","860","202","302","239","305","321","352","386","407","561","727","772","813","850","863","904","941","954","229","404","478","706","770","912","808","319","515","563","641","712","208","217","309","312","618","630","708","773","815","847","219","260","317","574","765","812","316","620","785","913","270","502","606","859","225","318","337","504","985","413","508","617","781","978","301","410","207","231","248","269","313","517","586","616","734","810","906","989","218","320","507","612","651","763","952","314","417","573","636","660","816","228","601","662","406","252","336","704","828","910","919","701","308","402","603","201","609","732","856","908","973","505","575","702","775","212","315","516","518","585","607","631","716","718","845","914","216","330","419","440","513","614","740","937","405","580","918","503","541","215","412","570","610","717","724","814","401","803","843","864","605","423","615","731","865","901","931","210","214","254","281","325","361","409","432","512","713","806","817","830","903","915","936","940","956","972","979","435","801","276","434","540","703","757","804","802","206","253","360","425","509","262","414","608","715","920","304","307"]],["Uruguay",["america","south-america"],"uy","598"],["Uzbekistan",["asia","ex-ussr"],"uz","998"],["Vanuatu",["oceania"],"vu","678"],["Vatican City",["europe"],"va","39",".. .... ....",1],["Venezuela",["america","south-america"],"ve","58"],["Vietnam",["asia"],"vn","84"],["Yemen",["middle-east"],"ye","967"],["Zambia",["africa"],"zm","260"],["Zimbabwe",["africa"],"zw","263"]],P=[["American Samoa",["oceania"],"as","1684"],["Anguilla",["america","carribean"],"ai","1264"],["Bermuda",["america","north-america"],"bm","1441"],["British Virgin Islands",["america","carribean"],"vg","1284"],["Cayman Islands",["america","carribean"],"ky","1345"],["Cook Islands",["oceania"],"ck","682"],["Falkland Islands",["america","south-america"],"fk","500"],["Faroe Islands",["europe"],"fo","298"],["Gibraltar",["europe"],"gi","350"],["Greenland",["america"],"gl","299"],["Jersey",["europe","eu-union"],"je","44",".... ......"],["Montserrat",["america","carribean"],"ms","1664"],["Niue",["asia"],"nu","683"],["Norfolk Island",["oceania"],"nf","672"],["Northern Mariana Islands",["oceania"],"mp","1670"],["Saint Barthélemy",["america","carribean"],"bl","590","",1],["Saint Helena",["africa"],"sh","290"],["Saint Martin",["america","carribean"],"mf","590","",2],["Saint Pierre and Miquelon",["america","north-america"],"pm","508"],["Sint Maarten",["america","carribean"],"sx","1721"],["Tokelau",["oceania"],"tk","690"],["Turks and Caicos Islands",["america","carribean"],"tc","1649"],["U.S. Virgin Islands",["america","carribean"],"vi","1340"],["Wallis and Futuna",["oceania"],"wf","681"]];function _(e,t,n,r,o){return!n||o?e+"".padEnd(t.length,".")+" "+r:e+"".padEnd(t.length,".")+" "+n}function j(e,t,n,o,i){var s,l,c=[];return l=!0===t,[(s=[]).concat.apply(s,a(e.map((function(e){var a={name:e[0],regions:e[1],iso2:e[2],countryCode:e[3],dialCode:e[3],format:_(n,e[3],e[4],o,i),priority:e[5]||0},s=[];return e[6]&&e[6].map((function(t){var n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}({},a);n.dialCode=e[3]+t,n.isAreaCode=!0,n.areaCodeLength=t.length,s.push(n)})),s.length>0?(a.mainCode=!0,l||"Array"===t.constructor.name&&t.includes(e[2])?(a.hasAreaCodes=!0,[a].concat(s)):(c=c.concat(s),[a])):[a]})))),c]}function T(e,t,n,r){if(null!==n){var o=Object.keys(n),a=Object.values(n);o.forEach((function(n,o){if(r)return e.push([n,a[o]]);var i=e.findIndex((function(e){return e[0]===n}));if(-1===i){var s=[n];s[t]=a[o],e.push(s)}else e[i][t]=a[o]}))}}function A(e,t){return 0===t.length?e:e.map((function(e){var n=t.findIndex((function(t){return t[0]===e[2]}));if(-1===n)return e;var r=t[n];return r[1]&&(e[4]=r[1]),r[3]&&(e[5]=r[3]),r[2]&&(e[6]=r[2]),e}))}var I=function N(e,t,n,r,o,i,s,c,u,d,f,p,m,h){l(this,N),this.filterRegions=function(e,t){if("string"==typeof e){var n=e;return t.filter((function(e){return e.regions.some((function(e){return e===n}))}))}return t.filter((function(t){return e.map((function(e){return t.regions.some((function(t){return t===e}))})).some((function(e){return e}))}))},this.sortTerritories=function(e,t){var n=[].concat(a(e),a(t));return n.sort((function(e,t){return e.name<t.name?-1:e.name>t.name?1:0})),n},this.getFilteredCountryList=function(e,t,n){return 0===e.length?t:n?e.map((function(e){var n=t.find((function(t){return t.iso2===e}));if(n)return n})).filter((function(e){return e})):t.filter((function(t){return e.some((function(e){return e===t.iso2}))}))},this.localizeCountries=function(e,t,n){for(var r=0;r<e.length;r++)void 0!==t[e[r].iso2]?e[r].localName=t[e[r].iso2]:void 0!==t[e[r].name]&&(e[r].localName=t[e[r].name]);return n||e.sort((function(e,t){return e.localName<t.localName?-1:e.localName>t.localName?1:0})),e},this.getCustomAreas=function(e,t){for(var n=[],r=0;r<t.length;r++){var o=JSON.parse(JSON.stringify(e));o.dialCode+=t[r],n.push(o)}return n},this.excludeCountries=function(e,t){return 0===t.length?e:e.filter((function(e){return!t.includes(e.iso2)}))};var g=function(e,t,n){var r=[];return T(r,1,e,!0),T(r,3,t),T(r,2,n),r}(c,u,d),b=A(JSON.parse(JSON.stringify(M)),g),y=A(JSON.parse(JSON.stringify(P)),g),v=E(j(b,e,p,m,h),2),w=v[0],C=v[1];if(t){var x=E(j(y,e,p,m,h),2),k=x[0];x[1],w=this.sortTerritories(k,w)}n&&(w=this.filterRegions(n,w)),this.onlyCountries=this.localizeCountries(this.excludeCountries(this.getFilteredCountryList(r,w,s.includes("onlyCountries")),i),f,s.includes("onlyCountries")),this.preferredCountries=0===o.length?[]:this.localizeCountries(this.getFilteredCountryList(o,w,s.includes("preferredCountries")),f,s.includes("preferredCountries")),this.hiddenAreaCodes=this.excludeCountries(this.getFilteredCountryList(r,C),i)},L=function(e){function t(e){var n;l(this,t),(n=function(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?f(e):t}(this,p(t).call(this,e))).getProbableCandidate=w()((function(e){return e&&0!==e.length?n.state.onlyCountries.filter((function(t){return O()(t.name.toLowerCase(),e.toLowerCase())}),f(f(n)))[0]:null})),n.guessSelectedCountry=w()((function(e,t,r,o){var a;if(!1===n.props.enableAreaCodes&&(o.some((function(t){if(O()(e,t.dialCode))return r.some((function(e){if(t.iso2===e.iso2&&e.mainCode)return a=e,!0})),!0})),a))return a;var i=r.find((function(e){return e.iso2==t}));if(""===e.trim())return i;var s=r.reduce((function(t,n){if(O()(e,n.dialCode)){if(n.dialCode.length>t.dialCode.length)return n;if(n.dialCode.length===t.dialCode.length&&n.priority<t.priority)return n}return t}),{dialCode:"",priority:10001},f(f(n)));return s.name?s:i})),n.updateCountry=function(e){var t,r=n.state.onlyCountries;(t=e.indexOf(0)>="0"&&e.indexOf(0)<="9"?r.find((function(t){return t.dialCode==+e})):r.find((function(t){return t.iso2==e})))&&t.dialCode&&n.setState({selectedCountry:t,formattedNumber:n.props.disableCountryCode?"":n.formatNumber(t.dialCode,t)})},n.scrollTo=function(e,t){if(e){var r=n.dropdownRef;if(r&&document.body){var o=r.offsetHeight,a=r.getBoundingClientRect().top+document.body.scrollTop,i=a+o,s=e,l=s.getBoundingClientRect(),c=s.offsetHeight,u=l.top+document.body.scrollTop,d=u+c,f=u-a+r.scrollTop,p=o/2-c/2;if(n.props.enableSearch?u<a+32:u<a)t&&(f-=p),r.scrollTop=f;else if(d>i){t&&(f+=p);var m=o-c;r.scrollTop=f-m}}}},n.scrollToTop=function(){var e=n.dropdownRef;e&&document.body&&(e.scrollTop=0)},n.formatNumber=function(e,t){if(!t)return e;var r,a=t.format,l=n.props,c=l.disableCountryCode,u=l.enableAreaCodeStretch,d=l.enableLongNumbers,f=l.autoFormat;if(c?((r=a.split(" ")).shift(),r=r.join(" ")):u&&t.isAreaCode?((r=a.split(" "))[1]=r[1].replace(/\.+/,"".padEnd(t.areaCodeLength,".")),r=r.join(" ")):r=a,!e||0===e.length)return c?"":n.props.prefix;if(e&&e.length<2||!r||!f)return c?e:n.props.prefix+e;var p,m=x()(r,(function(e,t){if(0===e.remainingText.length)return e;if("."!==t)return{formattedText:e.formattedText+t,remainingText:e.remainingText};var n,r=i(n=e.remainingText)||o(n)||s(),a=r[0],l=r.slice(1);return{formattedText:e.formattedText+a,remainingText:l}}),{formattedText:"",remainingText:e.split("")});return(p=d?m.formattedText+m.remainingText.join(""):m.formattedText).includes("(")&&!p.includes(")")&&(p+=")"),p},n.cursorToEnd=function(){var e=n.numberInputRef;e.focus();var t=e.value.length;")"===e.value.charAt(t-1)&&(t-=1),e.setSelectionRange(t,t)},n.getElement=function(e){return n["flag_no_".concat(e)]},n.getCountryData=function(){return n.state.selectedCountry?{name:n.state.selectedCountry.name||"",dialCode:n.state.selectedCountry.dialCode||"",countryCode:n.state.selectedCountry.iso2||"",format:n.state.selectedCountry.format||""}:{}},n.handleFlagDropdownClick=function(e){if(e.preventDefault(),n.state.showDropdown||!n.props.disabled){var t=n.state,r=t.preferredCountries,o=t.selectedCountry,a=r.concat(n.state.onlyCountries).findIndex((function(e){return e.dialCode===o.dialCode&&e.iso2===o.iso2}));n.setState({showDropdown:!n.state.showDropdown,highlightCountryIndex:a},(function(){n.state.showDropdown&&n.scrollTo(n.getElement(n.state.highlightCountryIndex))}))}},n.handleInput=function(e){var t=e.target.value,r=n.props,o=r.prefix,a=r.onChange,i=n.props.disableCountryCode?"":o,s=n.state.selectedCountry,l=n.state.freezeSelection;if(!n.props.countryCodeEditable){var c=o+(s.hasAreaCodes?n.state.onlyCountries.find((function(e){return e.iso2===s.iso2&&e.mainCode})).dialCode:s.dialCode);if(t.slice(0,c.length)!==c)return}if(t===o)return a&&a("",n.getCountryData(),e,""),n.setState({formattedNumber:""});if(t.replace(/\D/g,"").length>15){if(!1===n.props.enableLongNumbers)return;if("number"==typeof n.props.enableLongNumbers&&t.replace(/\D/g,"").length>n.props.enableLongNumbers)return}if(t!==n.state.formattedNumber){e.preventDefault?e.preventDefault():e.returnValue=!1;var u=n.props.country,d=n.state,f=d.onlyCountries,p=d.selectedCountry,m=d.hiddenAreaCodes;if(a&&e.persist(),t.length>0){var h=t.replace(/\D/g,"");(!n.state.freezeSelection||p.dialCode.length>h.length)&&(s=n.props.disableCountryGuess?p:n.guessSelectedCountry(h.substring(0,6),u,f,m)||p,l=!1),i=n.formatNumber(h,s),s=s.dialCode?s:p}var g=e.target.selectionStart,b=n.state.formattedNumber,y=i.length-b.length;n.setState({formattedNumber:i,freezeSelection:l,selectedCountry:s},(function(){y>0&&(g-=y),")"==i.charAt(i.length-1)?n.numberInputRef.setSelectionRange(i.length-1,i.length-1):g>0&&b.length>=i.length&&n.numberInputRef.setSelectionRange(g,g),a&&a(i.replace(/[^0-9]+/g,""),n.getCountryData(),e,i)}))}},n.handleInputClick=function(e){n.setState({showDropdown:!1}),n.props.onClick&&n.props.onClick(e,n.getCountryData())},n.handleDoubleClick=function(e){var t=e.target.value.length;e.target.setSelectionRange(0,t)},n.handleFlagItemClick=function(e,t){var r=n.state.selectedCountry,o=n.state.onlyCountries.find((function(t){return t==e}));if(o){var a=n.state.formattedNumber.replace(" ","").replace("(","").replace(")","").replace("-",""),i=a.length>1?a.replace(r.dialCode,o.dialCode):o.dialCode,s=n.formatNumber(i.replace(/\D/g,""),o);n.setState({showDropdown:!1,selectedCountry:o,freezeSelection:!0,formattedNumber:s},(function(){n.cursorToEnd(),n.props.onChange&&n.props.onChange(s.replace(/[^0-9]+/g,""),n.getCountryData(),t,s)}))}},n.handleInputFocus=function(e){n.numberInputRef&&n.numberInputRef.value===n.props.prefix&&n.state.selectedCountry&&!n.props.disableCountryCode&&n.setState({formattedNumber:n.props.prefix+n.state.selectedCountry.dialCode},(function(){n.props.jumpCursorToEnd&&setTimeout(n.cursorToEnd,0)})),n.setState({placeholder:""}),n.props.onFocus&&n.props.onFocus(e,n.getCountryData()),n.props.jumpCursorToEnd&&setTimeout(n.cursorToEnd,0)},n.handleInputBlur=function(e){e.target.value||n.setState({placeholder:n.props.placeholder}),n.props.onBlur&&n.props.onBlur(e,n.getCountryData())},n.handleInputCopy=function(e){if(n.props.copyNumbersOnly){var t=window.getSelection().toString().replace(/[^0-9]+/g,"");e.clipboardData.setData("text/plain",t),e.preventDefault()}},n.getHighlightCountryIndex=function(e){var t=n.state.highlightCountryIndex+e;return t<0||t>=n.state.onlyCountries.length+n.state.preferredCountries.length?t-e:n.props.enableSearch&&t>n.getSearchFilteredCountries().length?0:t},n.searchCountry=function(){var e=n.getProbableCandidate(n.state.queryString)||n.state.onlyCountries[0],t=n.state.onlyCountries.findIndex((function(t){return t==e}))+n.state.preferredCountries.length;n.scrollTo(n.getElement(t),!0),n.setState({queryString:"",highlightCountryIndex:t})},n.handleKeydown=function(e){var t=n.props.keys,r=e.target.className;if(r.includes("selected-flag")&&e.which===t.ENTER&&!n.state.showDropdown)return n.handleFlagDropdownClick(e);if(r.includes("form-control")&&(e.which===t.ENTER||e.which===t.ESC))return e.target.blur();if(n.state.showDropdown&&!n.props.disabled&&(!r.includes("search-box")||e.which===t.UP||e.which===t.DOWN||e.which===t.ENTER||e.which===t.ESC&&""===e.target.value)){e.preventDefault?e.preventDefault():e.returnValue=!1;var o=function(e){n.setState({highlightCountryIndex:n.getHighlightCountryIndex(e)},(function(){n.scrollTo(n.getElement(n.state.highlightCountryIndex),!0)}))};switch(e.which){case t.DOWN:o(1);break;case t.UP:o(-1);break;case t.ENTER:n.props.enableSearch?n.handleFlagItemClick(n.getSearchFilteredCountries()[n.state.highlightCountryIndex]||n.getSearchFilteredCountries()[0],e):n.handleFlagItemClick([].concat(a(n.state.preferredCountries),a(n.state.onlyCountries))[n.state.highlightCountryIndex],e);break;case t.ESC:case t.TAB:n.setState({showDropdown:!1},n.cursorToEnd);break;default:(e.which>=t.A&&e.which<=t.Z||e.which===t.SPACE)&&n.setState({queryString:n.state.queryString+String.fromCharCode(e.which)},n.state.debouncedQueryStingSearcher)}}},n.handleInputKeyDown=function(e){var t=n.props,r=t.keys,o=t.onEnterKeyPress,a=t.onKeyDown;e.which===r.ENTER&&o&&o(e),a&&a(e)},n.handleClickOutside=function(e){n.dropdownRef&&!n.dropdownContainerRef.contains(e.target)&&n.state.showDropdown&&n.setState({showDropdown:!1})},n.handleSearchChange=function(e){var t=e.currentTarget.value,r=n.state,o=r.preferredCountries,a=r.selectedCountry,i=0;if(""===t&&a){var s=n.state.onlyCountries;i=o.concat(s).findIndex((function(e){return e==a})),setTimeout((function(){return n.scrollTo(n.getElement(i))}),100)}n.setState({searchValue:t,highlightCountryIndex:i})},n.getDropdownCountryName=function(e){return e.localName||e.name},n.getSearchFilteredCountries=function(){var e=n.state,t=e.preferredCountries,r=e.onlyCountries,o=e.searchValue,i=n.props.enableSearch,s=t.concat(r),l=o.trim().toLowerCase();if(i&&l){if(/^\d+$/.test(l))return s.filter((function(e){var t=e.dialCode;return["".concat(t)].some((function(e){return e.toLowerCase().includes(l)}))}));var c=s.filter((function(e){var t=e.iso2;return["".concat(t)].some((function(e){return e.toLowerCase().includes(l)}))})),u=s.filter((function(e){var t=e.name,n=e.localName;return e.iso2,["".concat(t),"".concat(n||"")].some((function(e){return e.toLowerCase().includes(l)}))}));return n.scrollToTop(),a(new Set([].concat(c,u)))}return s},n.getCountryDropdownList=function(){var e,t=n.state,o=t.preferredCountries,a=t.highlightCountryIndex,i=t.showDropdown,s=t.searchValue,l=n.props,c=l.disableDropdown,u=l.prefix,d=n.props,f=d.enableSearch,p=d.searchNotFound,m=d.disableSearchIcon,h=d.searchClass,b=d.searchStyle,y=d.searchPlaceholder,v=d.autocompleteSearch,w=n.getSearchFilteredCountries().map((function(e,t){var r=a===t,o=S()({country:!0,preferred:"us"===e.iso2||"gb"===e.iso2,active:"us"===e.iso2,highlight:r}),i="flag ".concat(e.iso2);return g.a.createElement("li",Object.assign({ref:function(e){return n["flag_no_".concat(t)]=e},key:"flag_no_".concat(t),"data-flag-key":"flag_no_".concat(t),className:o,"data-dial-code":"1",tabIndex:c?"-1":"0","data-country-code":e.iso2,onClick:function(t){return n.handleFlagItemClick(e,t)},role:"option"},r?{"aria-selected":!0}:{}),g.a.createElement("div",{className:i}),g.a.createElement("span",{className:"country-name"},n.getDropdownCountryName(e)),g.a.createElement("span",{className:"dial-code"},e.format?n.formatNumber(e.dialCode,e):u+e.dialCode))})),C=g.a.createElement("li",{key:"dashes",className:"divider"});o.length>0&&(!f||f&&!s.trim())&&w.splice(o.length,0,C);var x=S()((r(e={},n.props.dropdownClass,!0),r(e,"country-list",!0),r(e,"hide",!i),e));return g.a.createElement("ul",{ref:function(e){return!f&&e&&e.focus(),n.dropdownRef=e},className:x,style:n.props.dropdownStyle,role:"listbox",tabIndex:"0"},f&&g.a.createElement("li",{className:S()(r({search:!0},h,h))},!m&&g.a.createElement("span",{className:S()(r({"search-emoji":!0},"".concat(h,"-emoji"),h)),role:"img","aria-label":"Magnifying glass"},"🔎"),g.a.createElement("input",{className:S()(r({"search-box":!0},"".concat(h,"-box"),h)),style:b,type:"search",placeholder:y,autoFocus:!0,autoComplete:v?"on":"off",value:s,onChange:n.handleSearchChange})),w.length>0?w:g.a.createElement("li",{className:"no-entries-message"},g.a.createElement("span",null,p)))};var c,u=new I(e.enableAreaCodes,e.enableTerritories,e.regions,e.onlyCountries,e.preferredCountries,e.excludeCountries,e.preserveOrder,e.masks,e.priority,e.areaCodes,e.localization,e.prefix,e.defaultMask,e.alwaysDefaultMask),m=u.onlyCountries,h=u.preferredCountries,b=u.hiddenAreaCodes,v=e.value?e.value.replace(/\D/g,""):"";c=e.disableInitialCountryGuess?0:v.length>1?n.guessSelectedCountry(v.substring(0,6),e.country,m,b)||0:e.country&&m.find((function(t){return t.iso2==e.country}))||0;var C,k=v.length<2&&c&&!O()(v,c.dialCode)?c.dialCode:"";C=""===v&&0===c?"":n.formatNumber((e.disableCountryCode?"":k)+v,c.name?c:void 0);var D=m.findIndex((function(e){return e==c}));return n.state={showDropdown:e.showDropdown,formattedNumber:C,onlyCountries:m,preferredCountries:h,hiddenAreaCodes:b,selectedCountry:c,highlightCountryIndex:D,queryString:"",freezeSelection:!1,debouncedQueryStingSearcher:y()(n.searchCountry,250),searchValue:""},n}var n,u;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(t,e),n=t,(u=[{key:"componentDidMount",value:function(){document.addEventListener&&this.props.enableClickOutside&&document.addEventListener("mousedown",this.handleClickOutside)}},{key:"componentWillUnmount",value:function(){document.removeEventListener&&this.props.enableClickOutside&&document.removeEventListener("mousedown",this.handleClickOutside)}},{key:"componentDidUpdate",value:function(e,t,n){e.country!==this.props.country?this.updateCountry(this.props.country):e.value!==this.props.value&&this.updateFormattedNumber(this.props.value)}},{key:"updateFormattedNumber",value:function(e){if(null===e)return this.setState({selectedCountry:0,formattedNumber:""});var t=this.state,n=t.onlyCountries,r=t.selectedCountry,o=t.hiddenAreaCodes,a=this.props,i=a.country,s=a.prefix;if(""===e)return this.setState({selectedCountry:r,formattedNumber:""});var l,c,u=e.replace(/\D/g,"");if(r&&O()(e,s+r.dialCode))c=this.formatNumber(u,r),this.setState({formattedNumber:c});else{var d=(l=this.props.disableCountryGuess?r:this.guessSelectedCountry(u.substring(0,6),i,n,o)||r)&&O()(u,s+l.dialCode)?l.dialCode:"";c=this.formatNumber((this.props.disableCountryCode?"":d)+u,l||void 0),this.setState({selectedCountry:l,formattedNumber:c})}}},{key:"render",value:function(){var e,t,n,o,a,i=this,s=this.state,l=s.onlyCountries,c=s.selectedCountry,u=s.showDropdown,d=s.formattedNumber,f=s.hiddenAreaCodes,p=this.props,m=p.disableDropdown,h=p.renderStringAsFlag,b=p.isValid,y=p.defaultErrorMessage,v=p.specialLabel;if("boolean"==typeof b)o=b;else{var w=b(d.replace(/\D/g,""),c,l,f);"boolean"==typeof w?!1===(o=w)&&(a=y):(o=!1,a=w)}var C=S()((r(e={},this.props.containerClass,!0),r(e,"react-tel-input",!0),e)),x=S()({arrow:!0,up:u}),k=S()((r(t={},this.props.inputClass,!0),r(t,"form-control",!0),r(t,"invalid-number",!o),r(t,"open",u),t)),O=S()({"selected-flag":!0,open:u}),D=S()((r(n={},this.props.buttonClass,!0),r(n,"flag-dropdown",!0),r(n,"invalid-number",!o),r(n,"open",u),n)),E="flag ".concat(c&&c.iso2);return g.a.createElement("div",{className:C,style:this.props.style||this.props.containerStyle,onKeyDown:this.handleKeydown},v&&g.a.createElement("div",{className:"special-label"},v),a&&g.a.createElement("div",{className:"invalid-number-message"},a),g.a.createElement("input",Object.assign({className:k,style:this.props.inputStyle,onChange:this.handleInput,onClick:this.handleInputClick,onDoubleClick:this.handleDoubleClick,onFocus:this.handleInputFocus,onBlur:this.handleInputBlur,onCopy:this.handleInputCopy,value:d,ref:function(e){return i.numberInputRef=e},onKeyDown:this.handleInputKeyDown,placeholder:this.props.placeholder,disabled:this.props.disabled,type:"tel"},this.props.inputProps)),g.a.createElement("div",{className:D,style:this.props.buttonStyle,ref:function(e){return i.dropdownContainerRef=e}},h?g.a.createElement("div",{className:O},h):g.a.createElement("div",{onClick:m?void 0:this.handleFlagDropdownClick,className:O,title:c?"".concat(c.name,": + ").concat(c.dialCode):"",tabIndex:m?"-1":"0",role:"button","aria-haspopup":"listbox","aria-expanded":!!u||void 0},g.a.createElement("div",{className:E},!m&&g.a.createElement("div",{className:x}))),u&&this.getCountryDropdownList()))}}])&&c(n.prototype,u),t}(g.a.Component);L.defaultProps={country:"",value:"",onlyCountries:[],preferredCountries:[],excludeCountries:[],placeholder:"1 (702) 123-4567",searchPlaceholder:"search",searchNotFound:"No entries to show",flagsImagePath:"./flags.png",disabled:!1,containerStyle:{},inputStyle:{},buttonStyle:{},dropdownStyle:{},searchStyle:{},containerClass:"",inputClass:"",buttonClass:"",dropdownClass:"",searchClass:"",autoFormat:!0,enableAreaCodes:!1,enableTerritories:!1,disableCountryCode:!1,disableDropdown:!1,enableLongNumbers:!1,countryCodeEditable:!0,enableSearch:!1,disableSearchIcon:!1,disableInitialCountryGuess:!1,disableCountryGuess:!1,regions:"",inputProps:{},localization:{},masks:null,priority:null,areaCodes:null,preserveOrder:[],defaultMask:"... ... ... ... ..",alwaysDefaultMask:!1,prefix:"+",copyNumbersOnly:!0,renderStringAsFlag:"",autocompleteSearch:!1,jumpCursorToEnd:!0,enableAreaCodeStretch:!1,enableClickOutside:!0,showDropdown:!1,isValid:!0,defaultErrorMessage:"",specialLabel:"Phone",onEnterKeyPress:null,keys:{UP:38,DOWN:40,RIGHT:39,LEFT:37,ENTER:13,ESC:27,PLUS:43,A:65,Z:90,SPACE:32,TAB:9}},t["default"]=L}])},73:function(e,t,n){var r;e.exports=(r=n(363),function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(2)},function(e,t){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=function(){function e(t,r,o,a){n(this,e),this.startPoint=t,this.control1=r,this.control2=o,this.endPoint=a}return r(e,[{key:"length",value:function(){var e,t,n,r,o,a,i,s,l=10,c=0;for(e=0;l>=e;e++)t=e/l,n=this._point(t,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),r=this._point(t,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y),e>0&&(i=n-o,s=r-a,c+=Math.sqrt(i*i+s*s)),o=n,a=r;return c}},{key:"_point",value:function(e,t,n,r,o){return t*(1-e)*(1-e)*(1-e)+3*n*(1-e)*(1-e)*e+3*r*(1-e)*e*e+o*e*e*e}}]),e}();t["default"]=o,e.exports=t["default"]},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),s=function(e,t,n){for(var r=!0;r;){var o=e,a=t,i=n;s=c=l=void 0,r=!1,null===o&&(o=Function.prototype);var s=Object.getOwnPropertyDescriptor(o,a);if(void 0!==s){if("value"in s)return s.value;var l=s.get;return void 0===l?void 0:l.call(i)}var c=Object.getPrototypeOf(o);if(null===c)return;e=c,t=a,n=i,r=!0}},l=r(n(4)),c=r(n(1)),u=r(n(3)),d=function(e){function t(e){o(this,t),s(Object.getPrototypeOf(t.prototype),"constructor",this).call(this,e),this.velocityFilterWeight=this.props.velocityFilterWeight||.7,this.minWidth=this.props.minWidth||.5,this.maxWidth=this.props.maxWidth||2.5,this.dotSize=this.props.dotSize||function(){return(this.minWidth+this.maxWidth)/2},this.penColor=this.props.penColor||"black",this.backgroundColor=this.props.backgroundColor||"rgba(0,0,0,0)",this.onEnd=this.props.onEnd,this.onBegin=this.props.onBegin}return a(t,e),i(t,[{key:"componentDidMount",value:function(){this._canvas=this.refs.cv,this._ctx=this._canvas.getContext("2d"),this.clear(),this._handleMouseEvents(),this._handleTouchEvents(),this._resizeCanvas()}},{key:"componentWillUnmount",value:function(){this.off()}},{key:"clear",value:function(e){e&&e.preventDefault();var t=this._ctx,n=this._canvas;t.fillStyle=this.backgroundColor,t.clearRect(0,0,n.width,n.height),t.fillRect(0,0,n.width,n.height),this._reset()}},{key:"toDataURL",value:function(e,t){var n=this._canvas;return n.toDataURL.apply(n,arguments)}},{key:"fromDataURL",value:function(e){var t=this,n=new Image,r=window.devicePixelRatio||1,o=this._canvas.width/r,a=this._canvas.height/r;this._reset(),n.src=e,n.onload=function(){t._ctx.drawImage(n,0,0,o,a)},this._isEmpty=!1}},{key:"isEmpty",value:function(){return this._isEmpty}},{key:"_resizeCanvas",value:function(){var e=this._ctx,t=this._canvas,n=Math.max(window.devicePixelRatio||1,1);t.width=t.offsetWidth*n,t.height=t.offsetHeight*n,e.scale(n,n),this._isEmpty=!0}},{key:"_reset",value:function(){this.points=[],this._lastVelocity=0,this._lastWidth=(this.minWidth+this.maxWidth)/2,this._isEmpty=!0,this._ctx.fillStyle=this.penColor}},{key:"_handleMouseEvents",value:function(){this._mouseButtonDown=!1,this._canvas.addEventListener("mousedown",this._handleMouseDown.bind(this)),this._canvas.addEventListener("mousemove",this._handleMouseMove.bind(this)),document.addEventListener("mouseup",this._handleMouseUp.bind(this)),window.addEventListener("resize",this._resizeCanvas.bind(this))}},{key:"_handleTouchEvents",value:function(){this._canvas.style.msTouchAction="none",this._canvas.addEventListener("touchstart",this._handleTouchStart.bind(this)),this._canvas.addEventListener("touchmove",this._handleTouchMove.bind(this)),document.addEventListener("touchend",this._handleTouchEnd.bind(this))}},{key:"off",value:function(){this._canvas.removeEventListener("mousedown",this._handleMouseDown),this._canvas.removeEventListener("mousemove",this._handleMouseMove),document.removeEventListener("mouseup",this._handleMouseUp),this._canvas.removeEventListener("touchstart",this._handleTouchStart),this._canvas.removeEventListener("touchmove",this._handleTouchMove),document.removeEventListener("touchend",this._handleTouchEnd),window.removeEventListener("resize",this._resizeCanvas)}},{key:"_handleMouseDown",value:function(e){1===e.which&&(this._mouseButtonDown=!0,this._strokeBegin(e))}},{key:"_handleMouseMove",value:function(e){this._mouseButtonDown&&this._strokeUpdate(e)}},{key:"_handleMouseUp",value:function(e){1===e.which&&this._mouseButtonDown&&(this._mouseButtonDown=!1,this._strokeEnd(e))}},{key:"_handleTouchStart",value:function(e){var t=e.changedTouches[0];this._strokeBegin(t)}},{key:"_handleTouchMove",value:function(e){e.preventDefault();var t=e.changedTouches[0];this._strokeUpdate(t)}},{key:"_handleTouchEnd",value:function(e){e.target===this._canvas&&this._strokeEnd(e)}},{key:"_strokeUpdate",value:function(e){var t=this._createPoint(e);this._addPoint(t)}},{key:"_strokeBegin",value:function(e){this._reset(),this._strokeUpdate(e),"function"==typeof this.onBegin&&this.onBegin(e)}},{key:"_strokeDraw",value:function(e){var t=this._ctx,n="function"==typeof this.dotSize?this.dotSize():this.dotSize;t.beginPath(),this._drawPoint(e.x,e.y,n),t.closePath(),t.fill()}},{key:"_strokeEnd",value:function(e){var t=this.points.length>2,n=this.points[0];!t&&n&&this._strokeDraw(n),"function"==typeof this.onEnd&&this.onEnd(e)}},{key:"_createPoint",value:function(e){var t=this._canvas.getBoundingClientRect();return new u["default"](e.clientX-t.left,e.clientY-t.top)}},{key:"_addPoint",value:function(e){var t,n,r,o=this.points;o.push(e),o.length>2&&(3===o.length&&o.unshift(o[0]),t=this._calculateCurveControlPoints(o[0],o[1],o[2]).c2,n=this._calculateCurveControlPoints(o[1],o[2],o[3]).c1,r=new c["default"](o[1],t,n,o[2]),this._addCurve(r),o.shift())}},{key:"_calculateCurveControlPoints",value:function(e,t,n){var r=e.x-t.x,o=e.y-t.y,a=t.x-n.x,i=t.y-n.y,s={x:(e.x+t.x)/2,y:(e.y+t.y)/2},l={x:(t.x+n.x)/2,y:(t.y+n.y)/2},c=Math.sqrt(r*r+o*o),d=Math.sqrt(a*a+i*i),f=s.x-l.x,p=s.y-l.y,m=d/(c+d),h={x:l.x+f*m,y:l.y+p*m},g=t.x-h.x,b=t.y-h.y;return{c1:new u["default"](s.x+g,s.y+b),c2:new u["default"](l.x+g,l.y+b)}}},{key:"_addCurve",value:function(e){var t,n,r=e.startPoint;t=e.endPoint.velocityFrom(r),t=this.velocityFilterWeight*t+(1-this.velocityFilterWeight)*this._lastVelocity,n=this._strokeWidth(t),this._drawCurve(e,this._lastWidth,n),this._lastVelocity=t,this._lastWidth=n}},{key:"_drawPoint",value:function(e,t,n){var r=this._ctx;r.moveTo(e,t),r.arc(e,t,n,0,2*Math.PI,!1),this._isEmpty=!1}},{key:"_drawCurve",value:function(e,t,n){var r,o,a,i,s,l,c,u,d,f,p,m=this._ctx,h=n-t;for(r=Math.floor(e.length()),m.beginPath(),a=0;r>a;a++)l=(s=(i=a/r)*i)*i,f=(d=(u=(c=1-i)*c)*c)*e.startPoint.x,f+=3*u*i*e.control1.x,f+=3*c*s*e.control2.x,f+=l*e.endPoint.x,p=d*e.startPoint.y,p+=3*u*i*e.control1.y,p+=3*c*s*e.control2.y,p+=l*e.endPoint.y,o=t+l*h,this._drawPoint(f,p,o);m.closePath(),m.fill()}},{key:"_strokeWidth",value:function(e){return Math.max(this.maxWidth/(e+1),this.minWidth)}},{key:"render",value:function(){return l["default"].createElement("div",{id:"signature-pad",className:"m-signature-pad"},l["default"].createElement("div",{className:"m-signature-pad--body"},l["default"].createElement("canvas",{ref:"cv"})),this.props.clearButton&&l["default"].createElement("div",{className:"m-signature-pad--footer"},l["default"].createElement("button",{className:"btn btn-default button clear",onClick:this.clear.bind(this)},"Clear")))}}]),t}(l["default"].Component);t["default"]=d,e.exports=t["default"]},function(e,t){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=function(){function e(t,r,o){n(this,e),this.x=t,this.y=r,this.time=o||(new Date).getTime()}return r(e,[{key:"velocityFrom",value:function(e){return this.time!==e.time?this.distanceTo(e)/(this.time-e.time):1}},{key:"distanceTo",value:function(e){return Math.sqrt(Math.pow(this.x-e.x,2)+Math.pow(this.y-e.y,2))}}]),e}();t["default"]=o,e.exports=t["default"]},function(e,t){e.exports=r}]))},455:function(e){e.exports=function(){"use strict";const e="SweetAlert2:",t=e=>{const t=[];for(let n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t},n=e=>e.charAt(0).toUpperCase()+e.slice(1),r=e=>Array.prototype.slice.call(e),o=t=>{console.warn("".concat(e," ").concat("object"==typeof t?t.join(" "):t))},a=t=>{console.error("".concat(e," ").concat(t))},i=[],s=e=>{i.includes(e)||(i.push(e),o(e))},l=(e,t)=>{s('"'.concat(e,'" is deprecated and will be removed in the next major release. Please use "').concat(t,'" instead.'))},c=e=>"function"==typeof e?e():e,u=e=>e&&"function"==typeof e.toPromise,d=e=>u(e)?e.toPromise():Promise.resolve(e),f=e=>e&&Promise.resolve(e)===e,p={title:"",titleText:"",text:"",html:"",footer:"",icon:undefined,iconColor:undefined,iconHtml:undefined,template:undefined,toast:!1,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:{},target:"body",color:undefined,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:undefined,preDeny:undefined,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:undefined,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:undefined,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:undefined,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"&times;",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:undefined,imageWidth:undefined,imageHeight:undefined,imageAlt:"",timer:undefined,timerProgressBar:!1,width:undefined,padding:undefined,background:undefined,input:undefined,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputAttributes:{},inputValidator:undefined,returnInputValueOnDeny:!1,validationMessage:undefined,grow:!1,position:"center",progressSteps:[],currentProgressStep:undefined,progressStepsDistance:undefined,willOpen:undefined,didOpen:undefined,didRender:undefined,willClose:undefined,didClose:undefined,didDestroy:undefined,scrollbarPadding:!0},m=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","willClose"],h={},g=["allowOutsideClick","allowEnterKey","backdrop","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],b=e=>Object.prototype.hasOwnProperty.call(p,e),y=e=>-1!==m.indexOf(e),v=e=>h[e],w=e=>{b(e)||o('Unknown parameter "'.concat(e,'"'))},C=e=>{g.includes(e)&&o('The parameter "'.concat(e,'" is incompatible with toasts'))},x=e=>{v(e)&&l(e,v(e))},k=e=>{!e.backdrop&&e.allowOutsideClick&&o('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`');for(const t in e)w(t),e.toast&&C(t),x(t)},O="swal2-",D=e=>{const t={};for(const n in e)t[e[n]]=O+e[n];return t},S=D(["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","default-outline","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","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"]),E=D(["success","warning","info","question","error"]),M=()=>document.body.querySelector(".".concat(S.container)),P=e=>{const t=M();return t?t.querySelector(e):null},_=e=>P(".".concat(e)),j=()=>_(S.popup),T=()=>_(S.icon),A=()=>_(S.title),I=()=>_(S["html-container"]),L=()=>_(S.image),N=()=>_(S["progress-steps"]),R=()=>_(S["validation-message"]),V=()=>P(".".concat(S.actions," .").concat(S.confirm)),F=()=>P(".".concat(S.actions," .").concat(S.deny)),B=()=>_(S["input-label"]),H=()=>P(".".concat(S.loader)),z=()=>P(".".concat(S.actions," .").concat(S.cancel)),U=()=>_(S.actions),W=()=>_(S.footer),Y=()=>_(S["timer-progress-bar"]),q=()=>_(S.close),$='\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',K=()=>{const e=r(j().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(((e,t)=>{const n=parseInt(e.getAttribute("tabindex")),r=parseInt(t.getAttribute("tabindex"));return n>r?1:n<r?-1:0})),n=r(j().querySelectorAll($)).filter((e=>"-1"!==e.getAttribute("tabindex")));return t(e.concat(n)).filter((e=>me(e)))},G=()=>ee(document.body,S.shown)&&!ee(document.body,S["toast-shown"])&&!ee(document.body,S["no-backdrop"]),Z=()=>j()&&ee(j(),S.toast),Q=()=>j().hasAttribute("data-loading"),J={previousBodyPadding:null},X=(e,t)=>{if(e.textContent="",t){const n=(new DOMParser).parseFromString(t,"text/html");r(n.querySelector("head").childNodes).forEach((t=>{e.appendChild(t)})),r(n.querySelector("body").childNodes).forEach((t=>{e.appendChild(t)}))}},ee=(e,t)=>{if(!t)return!1;const n=t.split(/\s+/);for(let t=0;t<n.length;t++)if(!e.classList.contains(n[t]))return!1;return!0},te=(e,t)=>{r(e.classList).forEach((n=>{Object.values(S).includes(n)||Object.values(E).includes(n)||Object.values(t.showClass).includes(n)||e.classList.remove(n)}))},ne=(e,t,n)=>{if(te(e,t),t.customClass&&t.customClass[n]){if("string"!=typeof t.customClass[n]&&!t.customClass[n].forEach)return o("Invalid type of customClass.".concat(n,'! Expected string or iterable object, got "').concat(typeof t.customClass[n],'"'));ie(e,t.customClass[n])}},re=(e,t)=>{if(!t)return null;switch(t){case"select":case"textarea":case"file":return e.querySelector(".".concat(S.popup," > .").concat(S[t]));case"checkbox":return e.querySelector(".".concat(S.popup," > .").concat(S.checkbox," input"));case"radio":return e.querySelector(".".concat(S.popup," > .").concat(S.radio," input:checked"))||e.querySelector(".".concat(S.popup," > .").concat(S.radio," input:first-child"));case"range":return e.querySelector(".".concat(S.popup," > .").concat(S.range," input"));default:return e.querySelector(".".concat(S.popup," > .").concat(S.input))}},oe=e=>{if(e.focus(),"file"!==e.type){const t=e.value;e.value="",e.value=t}},ae=(e,t,n)=>{e&&t&&("string"==typeof t&&(t=t.split(/\s+/).filter(Boolean)),t.forEach((t=>{Array.isArray(e)?e.forEach((e=>{n?e.classList.add(t):e.classList.remove(t)})):n?e.classList.add(t):e.classList.remove(t)})))},ie=(e,t)=>{ae(e,t,!0)},se=(e,t)=>{ae(e,t,!1)},le=(e,t)=>{const n=r(e.childNodes);for(let e=0;e<n.length;e++)if(ee(n[e],t))return n[e]},ce=(e,t,n)=>{n==="".concat(parseInt(n))&&(n=parseInt(n)),n||0===parseInt(n)?e.style[t]="number"==typeof n?"".concat(n,"px"):n:e.style.removeProperty(t)},ue=function(e){let t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"flex";e.style.display=t},de=e=>{e.style.display="none"},fe=(e,t,n,r)=>{const o=e.querySelector(t);o&&(o.style[n]=r)},pe=(e,t,n)=>{t?ue(e,n):de(e)},me=e=>!(!e||!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),he=()=>!me(V())&&!me(F())&&!me(z()),ge=e=>!!(e.scrollHeight>e.clientHeight),be=e=>{const t=window.getComputedStyle(e),n=parseFloat(t.getPropertyValue("animation-duration")||"0"),r=parseFloat(t.getPropertyValue("transition-duration")||"0");return n>0||r>0},ye=function(e){let t=arguments.length>1&&arguments[1]!==undefined&&arguments[1];const n=Y();me(n)&&(t&&(n.style.transition="none",n.style.width="100%"),setTimeout((()=>{n.style.transition="width ".concat(e/1e3,"s linear"),n.style.width="0%"}),10))},ve=()=>{const e=Y(),t=parseInt(window.getComputedStyle(e).width);e.style.removeProperty("transition"),e.style.width="100%";const n=t/parseInt(window.getComputedStyle(e).width)*100;e.style.removeProperty("transition"),e.style.width="".concat(n,"%")},we=()=>"undefined"==typeof window||"undefined"==typeof document,Ce=100,xe={},ke=()=>{xe.previousActiveElement&&xe.previousActiveElement.focus?(xe.previousActiveElement.focus(),xe.previousActiveElement=null):document.body&&document.body.focus()},Oe=e=>new Promise((t=>{if(!e)return t();const n=window.scrollX,r=window.scrollY;xe.restoreFocusTimeout=setTimeout((()=>{ke(),t()}),Ce),window.scrollTo(n,r)})),De='\n <div aria-labelledby="'.concat(S.title,'" aria-describedby="').concat(S["html-container"],'" class="').concat(S.popup,'" tabindex="-1">\n <button type="button" class="').concat(S.close,'"></button>\n <ul class="').concat(S["progress-steps"],'"></ul>\n <div class="').concat(S.icon,'"></div>\n <img class="').concat(S.image,'" />\n <h2 class="').concat(S.title,'" id="').concat(S.title,'"></h2>\n <div class="').concat(S["html-container"],'" id="').concat(S["html-container"],'"></div>\n <input class="').concat(S.input,'" />\n <input type="file" class="').concat(S.file,'" />\n <div class="').concat(S.range,'">\n <input type="range" />\n <output></output>\n </div>\n <select class="').concat(S.select,'"></select>\n <div class="').concat(S.radio,'"></div>\n <label for="').concat(S.checkbox,'" class="').concat(S.checkbox,'">\n <input type="checkbox" />\n <span class="').concat(S.label,'"></span>\n </label>\n <textarea class="').concat(S.textarea,'"></textarea>\n <div class="').concat(S["validation-message"],'" id="').concat(S["validation-message"],'"></div>\n <div class="').concat(S.actions,'">\n <div class="').concat(S.loader,'"></div>\n <button type="button" class="').concat(S.confirm,'"></button>\n <button type="button" class="').concat(S.deny,'"></button>\n <button type="button" class="').concat(S.cancel,'"></button>\n </div>\n <div class="').concat(S.footer,'"></div>\n <div class="').concat(S["timer-progress-bar-container"],'">\n <div class="').concat(S["timer-progress-bar"],'"></div>\n </div>\n </div>\n').replace(/(^|\n)\s*/g,""),Se=()=>{const e=M();return!!e&&(e.remove(),se([document.documentElement,document.body],[S["no-backdrop"],S["toast-shown"],S["has-column"]]),!0)},Ee=()=>{xe.currentInstance.resetValidationMessage()},Me=()=>{const e=j(),t=le(e,S.input),n=le(e,S.file),r=e.querySelector(".".concat(S.range," input")),o=e.querySelector(".".concat(S.range," output")),a=le(e,S.select),i=e.querySelector(".".concat(S.checkbox," input")),s=le(e,S.textarea);t.oninput=Ee,n.onchange=Ee,a.onchange=Ee,i.onchange=Ee,s.oninput=Ee,r.oninput=()=>{Ee(),o.value=r.value},r.onchange=()=>{Ee(),r.nextSibling.value=r.value}},Pe=e=>"string"==typeof e?document.querySelector(e):e,_e=e=>{const t=j();t.setAttribute("role",e.toast?"alert":"dialog"),t.setAttribute("aria-live",e.toast?"polite":"assertive"),e.toast||t.setAttribute("aria-modal","true")},je=e=>{"rtl"===window.getComputedStyle(e).direction&&ie(M(),S.rtl)},Te=e=>{const t=Se();if(we())return void a("SweetAlert2 requires document to initialize");const n=document.createElement("div");n.className=S.container,t&&ie(n,S["no-transition"]),X(n,De);const r=Pe(e.target);r.appendChild(n),_e(e),je(r),Me()},Ae=(e,t)=>{e instanceof HTMLElement?t.appendChild(e):"object"==typeof e?Ie(e,t):e&&X(t,e)},Ie=(e,t)=>{e.jquery?Le(t,e):X(t,e.toString())},Le=(e,t)=>{if(e.textContent="",0 in t)for(let n=0;n in t;n++)e.appendChild(t[n].cloneNode(!0));else e.appendChild(t.cloneNode(!0))},Ne=(()=>{if(we())return!1;const e=document.createElement("div"),t={WebkitAnimation:"webkitAnimationEnd",animation:"animationend"};for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&"undefined"!=typeof e.style[n])return t[n];return!1})(),Re=()=>{const e=document.createElement("div");e.className=S["scrollbar-measure"],document.body.appendChild(e);const t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},Ve=(e,t)=>{const n=U(),r=H();t.showConfirmButton||t.showDenyButton||t.showCancelButton?ue(n):de(n),ne(n,t,"actions"),Fe(n,r,t),X(r,t.loaderHtml),ne(r,t,"loader")};function Fe(e,t,n){const r=V(),o=F(),a=z();He(r,"confirm",n),He(o,"deny",n),He(a,"cancel",n),Be(r,o,a,n),n.reverseButtons&&(n.toast?(e.insertBefore(a,r),e.insertBefore(o,r)):(e.insertBefore(a,t),e.insertBefore(o,t),e.insertBefore(r,t)))}function Be(e,t,n,r){if(!r.buttonsStyling)return se([e,t,n],S.styled);ie([e,t,n],S.styled),r.confirmButtonColor&&(e.style.backgroundColor=r.confirmButtonColor,ie(e,S["default-outline"])),r.denyButtonColor&&(t.style.backgroundColor=r.denyButtonColor,ie(t,S["default-outline"])),r.cancelButtonColor&&(n.style.backgroundColor=r.cancelButtonColor,ie(n,S["default-outline"]))}function He(e,t,r){pe(e,r["show".concat(n(t),"Button")],"inline-block"),X(e,r["".concat(t,"ButtonText")]),e.setAttribute("aria-label",r["".concat(t,"ButtonAriaLabel")]),e.className=S[t],ne(e,r,"".concat(t,"Button")),ie(e,r["".concat(t,"ButtonClass")])}function ze(e,t){"string"==typeof t?e.style.background=t:t||ie([document.documentElement,document.body],S["no-backdrop"])}function Ue(e,t){t in S?ie(e,S[t]):(o('The "position" parameter is not valid, defaulting to "center"'),ie(e,S.center))}function We(e,t){if(t&&"string"==typeof t){const n="grow-".concat(t);n in S&&ie(e,S[n])}}const Ye=(e,t)=>{const n=M();n&&(ze(n,t.backdrop),Ue(n,t.position),We(n,t.grow),ne(n,t,"container"))};var qe={awaitingPromise:new WeakMap,promise:new WeakMap,innerParams:new WeakMap,domCache:new WeakMap};const $e=["input","file","range","select","radio","checkbox","textarea"],Ke=(e,t)=>{const n=j(),r=qe.innerParams.get(e),o=!r||t.input!==r.input;$e.forEach((e=>{const r=S[e],a=le(n,r);Qe(e,t.inputAttributes),a.className=r,o&&de(a)})),t.input&&(o&&Ge(t),Je(t))},Ge=e=>{if(!nt[e.input])return a('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'.concat(e.input,'"'));const t=tt(e.input),n=nt[e.input](t,e);ue(n),setTimeout((()=>{oe(n)}))},Ze=e=>{for(let t=0;t<e.attributes.length;t++){const n=e.attributes[t].name;["type","value","style"].includes(n)||e.removeAttribute(n)}},Qe=(e,t)=>{const n=re(j(),e);if(n){Ze(n);for(const e in t)n.setAttribute(e,t[e])}},Je=e=>{const t=tt(e.input);e.customClass&&ie(t,e.customClass.input)},Xe=(e,t)=>{e.placeholder&&!t.inputPlaceholder||(e.placeholder=t.inputPlaceholder)},et=(e,t,n)=>{if(n.inputLabel){e.id=S.input;const r=document.createElement("label"),o=S["input-label"];r.setAttribute("for",e.id),r.className=o,ie(r,n.customClass.inputLabel),r.innerText=n.inputLabel,t.insertAdjacentElement("beforebegin",r)}},tt=e=>{const t=S[e]?S[e]:S.input;return le(j(),t)},nt={};nt.text=nt.email=nt.password=nt.number=nt.tel=nt.url=(e,t)=>("string"==typeof t.inputValue||"number"==typeof t.inputValue?e.value=t.inputValue:f(t.inputValue)||o('Unexpected type of inputValue! Expected "string", "number" or "Promise", got "'.concat(typeof t.inputValue,'"')),et(e,e,t),Xe(e,t),e.type=t.input,e),nt.file=(e,t)=>(et(e,e,t),Xe(e,t),e),nt.range=(e,t)=>{const n=e.querySelector("input"),r=e.querySelector("output");return n.value=t.inputValue,n.type=t.input,r.value=t.inputValue,et(n,e,t),e},nt.select=(e,t)=>{if(e.textContent="",t.inputPlaceholder){const n=document.createElement("option");X(n,t.inputPlaceholder),n.value="",n.disabled=!0,n.selected=!0,e.appendChild(n)}return et(e,e,t),e},nt.radio=e=>(e.textContent="",e),nt.checkbox=(e,t)=>{const n=re(j(),"checkbox");n.value="1",n.id=S.checkbox,n.checked=Boolean(t.inputValue);const r=e.querySelector("span");return X(r,t.inputPlaceholder),e},nt.textarea=(e,t)=>{e.value=t.inputValue,Xe(e,t),et(e,e,t);const n=e=>parseInt(window.getComputedStyle(e).marginLeft)+parseInt(window.getComputedStyle(e).marginRight);return setTimeout((()=>{if("MutationObserver"in window){const t=parseInt(window.getComputedStyle(j()).width);new MutationObserver((()=>{const r=e.offsetWidth+n(e);j().style.width=r>t?"".concat(r,"px"):null})).observe(e,{attributes:!0,attributeFilter:["style"]})}})),e};const rt=(e,t)=>{const n=I();ne(n,t,"htmlContainer"),t.html?(Ae(t.html,n),ue(n,"block")):t.text?(n.textContent=t.text,ue(n,"block")):de(n),Ke(e,t)},ot=(e,t)=>{const n=W();pe(n,t.footer),t.footer&&Ae(t.footer,n),ne(n,t,"footer")},at=(e,t)=>{const n=q();X(n,t.closeButtonHtml),ne(n,t,"closeButton"),pe(n,t.showCloseButton),n.setAttribute("aria-label",t.closeButtonAriaLabel)},it=(e,t)=>{const n=qe.innerParams.get(e),r=T();return n&&t.icon===n.icon?(dt(r,t),void st(r,t)):t.icon||t.iconHtml?t.icon&&-1===Object.keys(E).indexOf(t.icon)?(a('Unknown icon! Expected "success", "error", "warning", "info" or "question", got "'.concat(t.icon,'"')),de(r)):(ue(r),dt(r,t),st(r,t),void ie(r,t.showClass.icon)):de(r)},st=(e,t)=>{for(const n in E)t.icon!==n&&se(e,E[n]);ie(e,E[t.icon]),ft(e,t),lt(),ne(e,t,"icon")},lt=()=>{const e=j(),t=window.getComputedStyle(e).getPropertyValue("background-color"),n=e.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let e=0;e<n.length;e++)n[e].style.backgroundColor=t},ct='\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',ut='\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',dt=(e,t)=>{e.textContent="",t.iconHtml?X(e,pt(t.iconHtml)):"success"===t.icon?X(e,ct):"error"===t.icon?X(e,ut):X(e,pt({question:"?",warning:"!",info:"i"}[t.icon]))},ft=(e,t)=>{if(t.iconColor){e.style.color=t.iconColor,e.style.borderColor=t.iconColor;for(const n of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])fe(e,n,"backgroundColor",t.iconColor);fe(e,".swal2-success-ring","borderColor",t.iconColor)}},pt=e=>'<div class="'.concat(S["icon-content"],'">').concat(e,"</div>"),mt=(e,t)=>{const n=L();if(!t.imageUrl)return de(n);ue(n,""),n.setAttribute("src",t.imageUrl),n.setAttribute("alt",t.imageAlt),ce(n,"width",t.imageWidth),ce(n,"height",t.imageHeight),n.className=S.image,ne(n,t,"image")},ht=e=>{const t=document.createElement("li");return ie(t,S["progress-step"]),X(t,e),t},gt=e=>{const t=document.createElement("li");return ie(t,S["progress-step-line"]),e.progressStepsDistance&&(t.style.width=e.progressStepsDistance),t},bt=(e,t)=>{const n=N();if(!t.progressSteps||0===t.progressSteps.length)return de(n);ue(n),n.textContent="",t.currentProgressStep>=t.progressSteps.length&&o("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),t.progressSteps.forEach(((e,r)=>{const o=ht(e);if(n.appendChild(o),r===t.currentProgressStep&&ie(o,S["active-progress-step"]),r!==t.progressSteps.length-1){const e=gt(t);n.appendChild(e)}}))},yt=(e,t)=>{const n=A();pe(n,t.title||t.titleText,"block"),t.title&&Ae(t.title,n),t.titleText&&(n.innerText=t.titleText),ne(n,t,"title")},vt=(e,t)=>{const n=M(),r=j();t.toast?(ce(n,"width",t.width),r.style.width="100%",r.insertBefore(H(),T())):ce(r,"width",t.width),ce(r,"padding",t.padding),t.color&&(r.style.color=t.color),t.background&&(r.style.background=t.background),de(R()),wt(r,t)},wt=(e,t)=>{e.className="".concat(S.popup," ").concat(me(e)?t.showClass.popup:""),t.toast?(ie([document.documentElement,document.body],S["toast-shown"]),ie(e,S.toast)):ie(e,S.modal),ne(e,t,"popup"),"string"==typeof t.customClass&&ie(e,t.customClass),t.icon&&ie(e,S["icon-".concat(t.icon)])},Ct=(e,t)=>{vt(e,t),Ye(e,t),bt(e,t),it(e,t),mt(e,t),yt(e,t),at(e,t),rt(e,t),Ve(e,t),ot(e,t),"function"==typeof t.didRender&&t.didRender(j())},xt=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),kt=()=>{r(document.body.children).forEach((e=>{e===M()||e.contains(M())||(e.hasAttribute("aria-hidden")&&e.setAttribute("data-previous-aria-hidden",e.getAttribute("aria-hidden")),e.setAttribute("aria-hidden","true"))}))},Ot=()=>{r(document.body.children).forEach((e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")}))},Dt=["swal-title","swal-html","swal-footer"],St=e=>{const t="string"==typeof e.template?document.querySelector(e.template):e.template;if(!t)return{};const n=t.content;return At(n),Object.assign(Et(n),Mt(n),Pt(n),_t(n),jt(n),Tt(n,Dt))},Et=e=>{const t={};return r(e.querySelectorAll("swal-param")).forEach((e=>{It(e,["name","value"]);const n=e.getAttribute("name"),r=e.getAttribute("value");"boolean"==typeof p[n]&&"false"===r&&(t[n]=!1),"object"==typeof p[n]&&(t[n]=JSON.parse(r))})),t},Mt=e=>{const t={};return r(e.querySelectorAll("swal-button")).forEach((e=>{It(e,["type","color","aria-label"]);const r=e.getAttribute("type");t["".concat(r,"ButtonText")]=e.innerHTML,t["show".concat(n(r),"Button")]=!0,e.hasAttribute("color")&&(t["".concat(r,"ButtonColor")]=e.getAttribute("color")),e.hasAttribute("aria-label")&&(t["".concat(r,"ButtonAriaLabel")]=e.getAttribute("aria-label"))})),t},Pt=e=>{const t={},n=e.querySelector("swal-image");return n&&(It(n,["src","width","height","alt"]),n.hasAttribute("src")&&(t.imageUrl=n.getAttribute("src")),n.hasAttribute("width")&&(t.imageWidth=n.getAttribute("width")),n.hasAttribute("height")&&(t.imageHeight=n.getAttribute("height")),n.hasAttribute("alt")&&(t.imageAlt=n.getAttribute("alt"))),t},_t=e=>{const t={},n=e.querySelector("swal-icon");return n&&(It(n,["type","color"]),n.hasAttribute("type")&&(t.icon=n.getAttribute("type")),n.hasAttribute("color")&&(t.iconColor=n.getAttribute("color")),t.iconHtml=n.innerHTML),t},jt=e=>{const t={},n=e.querySelector("swal-input");n&&(It(n,["type","label","placeholder","value"]),t.input=n.getAttribute("type")||"text",n.hasAttribute("label")&&(t.inputLabel=n.getAttribute("label")),n.hasAttribute("placeholder")&&(t.inputPlaceholder=n.getAttribute("placeholder")),n.hasAttribute("value")&&(t.inputValue=n.getAttribute("value")));const o=e.querySelectorAll("swal-input-option");return o.length&&(t.inputOptions={},r(o).forEach((e=>{It(e,["value"]);const n=e.getAttribute("value"),r=e.innerHTML;t.inputOptions[n]=r}))),t},Tt=(e,t)=>{const n={};for(const r in t){const o=t[r],a=e.querySelector(o);a&&(It(a,[]),n[o.replace(/^swal-/,"")]=a.innerHTML.trim())}return n},At=e=>{const t=Dt.concat(["swal-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);r(e.children).forEach((e=>{const n=e.tagName.toLowerCase();-1===t.indexOf(n)&&o("Unrecognized element <".concat(n,">"))}))},It=(e,t)=>{r(e.attributes).forEach((n=>{-1===t.indexOf(n.name)&&o(['Unrecognized attribute "'.concat(n.name,'" on <').concat(e.tagName.toLowerCase(),">."),"".concat(t.length?"Allowed attributes are: ".concat(t.join(", ")):"To set the value, use HTML within the element.")])}))};var Lt={email:(e,t)=>/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid email address"),url:(e,t)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid URL")};function Nt(e){e.inputValidator||Object.keys(Lt).forEach((t=>{e.input===t&&(e.inputValidator=Lt[t])}))}function Rt(e){(!e.target||"string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(o('Target parameter is not valid, defaulting to "body"'),e.target="body")}function Vt(e){Nt(e),e.showLoaderOnConfirm&&!e.preConfirm&&o("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"),Rt(e),"string"==typeof e.title&&(e.title=e.title.split("\n").join("<br />")),Te(e)}class Ft{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=(new Date).getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const Bt=()=>{null===J.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(J.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(J.previousBodyPadding+Re(),"px"))},Ht=()=>{null!==J.previousBodyPadding&&(document.body.style.paddingRight="".concat(J.previousBodyPadding,"px"),J.previousBodyPadding=null)},zt=()=>{if((/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1)&&!ee(document.body,S.iosfix)){const e=document.body.scrollTop;document.body.style.top="".concat(-1*e,"px"),ie(document.body,S.iosfix),Wt(),Ut()}},Ut=()=>{const e=navigator.userAgent,t=!!e.match(/iPad/i)||!!e.match(/iPhone/i),n=!!e.match(/WebKit/i);if(t&&n&&!e.match(/CriOS/i)){const e=44;j().scrollHeight>window.innerHeight-e&&(M().style.paddingBottom="".concat(e,"px"))}},Wt=()=>{const e=M();let t;e.ontouchstart=e=>{t=Yt(e)},e.ontouchmove=e=>{t&&(e.preventDefault(),e.stopPropagation())}},Yt=e=>{const t=e.target,n=M();return!(qt(e)||$t(e)||t!==n&&(ge(n)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||ge(I())&&I().contains(t)))},qt=e=>e.touches&&e.touches.length&&"stylus"===e.touches[0].touchType,$t=e=>e.touches&&e.touches.length>1,Kt=()=>{if(ee(document.body,S.iosfix)){const e=parseInt(document.body.style.top,10);se(document.body,S.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}},Gt=10,Zt=e=>{const t=M(),n=j();"function"==typeof e.willOpen&&e.willOpen(n);const r=window.getComputedStyle(document.body).overflowY;en(t,n,e),setTimeout((()=>{Jt(t,n)}),Gt),G()&&(Xt(t,e.scrollbarPadding,r),kt()),Z()||xe.previousActiveElement||(xe.previousActiveElement=document.activeElement),"function"==typeof e.didOpen&&setTimeout((()=>e.didOpen(n))),se(t,S["no-transition"])},Qt=e=>{const t=j();if(e.target!==t)return;const n=M();t.removeEventListener(Ne,Qt),n.style.overflowY="auto"},Jt=(e,t)=>{Ne&&be(t)?(e.style.overflowY="hidden",t.addEventListener(Ne,Qt)):e.style.overflowY="auto"},Xt=(e,t,n)=>{zt(),t&&"hidden"!==n&&Bt(),setTimeout((()=>{e.scrollTop=0}))},en=(e,t,n)=>{ie(e,n.showClass.backdrop),t.style.setProperty("opacity","0","important"),ue(t,"grid"),setTimeout((()=>{ie(t,n.showClass.popup),t.style.removeProperty("opacity")}),Gt),ie([document.documentElement,document.body],S.shown),n.heightAuto&&n.backdrop&&!n.toast&&ie([document.documentElement,document.body],S["height-auto"])},tn=e=>{let t=j();t||new qr,t=j();const n=H();Z()?de(T()):nn(t,e),ue(n),t.setAttribute("data-loading",!0),t.setAttribute("aria-busy",!0),t.focus()},nn=(e,t)=>{const n=U(),r=H();!t&&me(V())&&(t=V()),ue(n),t&&(de(t),r.setAttribute("data-button-to-replace",t.className)),r.parentNode.insertBefore(r,t),ie([e,n],S.loading)},rn=(e,t)=>{"select"===t.input||"radio"===t.input?cn(e,t):["text","email","number","tel","textarea"].includes(t.input)&&(u(t.inputValue)||f(t.inputValue))&&(tn(V()),un(e,t))},on=(e,t)=>{const n=e.getInput();if(!n)return null;switch(t.input){case"checkbox":return an(n);case"radio":return sn(n);case"file":return ln(n);default:return t.inputAutoTrim?n.value.trim():n.value}},an=e=>e.checked?1:0,sn=e=>e.checked?e.value:null,ln=e=>e.files.length?null!==e.getAttribute("multiple")?e.files:e.files[0]:null,cn=(e,t)=>{const n=j(),r=e=>dn[t.input](n,fn(e),t);u(t.inputOptions)||f(t.inputOptions)?(tn(V()),d(t.inputOptions).then((t=>{e.hideLoading(),r(t)}))):"object"==typeof t.inputOptions?r(t.inputOptions):a("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(typeof t.inputOptions))},un=(e,t)=>{const n=e.getInput();de(n),d(t.inputValue).then((r=>{n.value="number"===t.input?parseFloat(r)||0:"".concat(r),ue(n),n.focus(),e.hideLoading()}))["catch"]((t=>{a("Error in inputValue promise: ".concat(t)),n.value="",ue(n),n.focus(),e.hideLoading()}))},dn={select:(e,t,n)=>{const r=le(e,S.select),o=(e,t,r)=>{const o=document.createElement("option");o.value=r,X(o,t),o.selected=pn(r,n.inputValue),e.appendChild(o)};t.forEach((e=>{const t=e[0],n=e[1];if(Array.isArray(n)){const e=document.createElement("optgroup");e.label=t,e.disabled=!1,r.appendChild(e),n.forEach((t=>o(e,t[1],t[0])))}else o(r,n,t)})),r.focus()},radio:(e,t,n)=>{const r=le(e,S.radio);t.forEach((e=>{const t=e[0],o=e[1],a=document.createElement("input"),i=document.createElement("label");a.type="radio",a.name=S.radio,a.value=t,pn(t,n.inputValue)&&(a.checked=!0);const s=document.createElement("span");X(s,o),s.className=S.label,i.appendChild(a),i.appendChild(s),r.appendChild(i)}));const o=r.querySelectorAll("input");o.length&&o[0].focus()}},fn=e=>{const t=[];return"undefined"!=typeof Map&&e instanceof Map?e.forEach(((e,n)=>{let r=e;"object"==typeof r&&(r=fn(r)),t.push([n,r])})):Object.keys(e).forEach((n=>{let r=e[n];"object"==typeof r&&(r=fn(r)),t.push([n,r])})),t},pn=(e,t)=>t&&t.toString()===e.toString();function mn(){const e=qe.innerParams.get(this);if(!e)return;const t=qe.domCache.get(this);de(t.loader),Z()?e.icon&&ue(T()):hn(t),se([t.popup,t.actions],S.loading),t.popup.removeAttribute("aria-busy"),t.popup.removeAttribute("data-loading"),t.confirmButton.disabled=!1,t.denyButton.disabled=!1,t.cancelButton.disabled=!1}const hn=e=>{const t=e.popup.getElementsByClassName(e.loader.getAttribute("data-button-to-replace"));t.length?ue(t[0],"inline-block"):he()&&de(e.actions)};function gn(e){const t=qe.innerParams.get(e||this),n=qe.domCache.get(e||this);return n?re(n.popup,t.input):null}var bn={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const yn=()=>me(j()),vn=()=>V()&&V().click(),wn=()=>F()&&F().click(),Cn=()=>z()&&z().click(),xn=e=>{e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1)},kn=(e,t,n,r)=>{xn(t),n.toast||(t.keydownHandler=t=>En(e,t,r),t.keydownTarget=n.keydownListenerCapture?window:j(),t.keydownListenerCapture=n.keydownListenerCapture,t.keydownTarget.addEventListener("keydown",t.keydownHandler,{capture:t.keydownListenerCapture}),t.keydownHandlerAdded=!0)},On=(e,t,n)=>{const r=K();if(r.length)return(t+=n)===r.length?t=0:-1===t&&(t=r.length-1),r[t].focus();j().focus()},Dn=["ArrowRight","ArrowDown"],Sn=["ArrowLeft","ArrowUp"],En=(e,t,n)=>{const r=qe.innerParams.get(e);r&&(t.isComposing||229===t.keyCode||(r.stopKeydownPropagation&&t.stopPropagation(),"Enter"===t.key?Mn(e,t,r):"Tab"===t.key?Pn(t,r):[...Dn,...Sn].includes(t.key)?_n(t.key):"Escape"===t.key&&jn(t,r,n)))},Mn=(e,t,n)=>{if(c(n.allowEnterKey)&&t.target&&e.getInput()&&t.target.outerHTML===e.getInput().outerHTML){if(["textarea","file"].includes(n.input))return;vn(),t.preventDefault()}},Pn=(e,t)=>{const n=e.target,r=K();let o=-1;for(let e=0;e<r.length;e++)if(n===r[e]){o=e;break}e.shiftKey?On(t,o,-1):On(t,o,1),e.stopPropagation(),e.preventDefault()},_n=e=>{if(![V(),F(),z()].includes(document.activeElement))return;const t=Dn.includes(e)?"nextElementSibling":"previousElementSibling";let n=document.activeElement;for(let e=0;e<U().children.length;e++){if(n=n[t],!n)return;if(me(n)&&n instanceof HTMLButtonElement)break}n instanceof HTMLButtonElement&&n.focus()},jn=(e,t,n)=>{c(t.allowEscapeKey)&&(e.preventDefault(),n(xt.esc))};function Tn(e,t,n,r){Z()?zn(e,r):(Oe(n).then((()=>zn(e,r))),xn(xe)),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)?(t.setAttribute("style","display:none !important"),t.removeAttribute("class"),t.innerHTML=""):t.remove(),G()&&(Ht(),Kt(),Ot()),An()}function An(){se([document.documentElement,document.body],[S.shown,S["height-auto"],S["no-backdrop"],S["toast-shown"]])}function In(e){e=Fn(e);const t=bn.swalPromiseResolve.get(this),n=Nn(this);this.isAwaitingPromise()?e.isDismissed||(Vn(this),t(e)):n&&t(e)}function Ln(){return!!qe.awaitingPromise.get(this)}const Nn=e=>{const t=j();if(!t)return!1;const n=qe.innerParams.get(e);if(!n||ee(t,n.hideClass.popup))return!1;se(t,n.showClass.popup),ie(t,n.hideClass.popup);const r=M();return se(r,n.showClass.backdrop),ie(r,n.hideClass.backdrop),Bn(e,t,n),!0};function Rn(e){const t=bn.swalPromiseReject.get(this);Vn(this),t&&t(e)}const Vn=e=>{e.isAwaitingPromise()&&(qe.awaitingPromise["delete"](e),qe.innerParams.get(e)||e._destroy())},Fn=e=>void 0===e?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},e),Bn=(e,t,n)=>{const r=M(),o=Ne&&be(t);"function"==typeof n.willClose&&n.willClose(t),o?Hn(e,t,r,n.returnFocus,n.didClose):Tn(e,r,n.returnFocus,n.didClose)},Hn=(e,t,n,r,o)=>{xe.swalCloseEventFinishedCallback=Tn.bind(null,e,n,r,o),t.addEventListener(Ne,(function(e){e.target===t&&(xe.swalCloseEventFinishedCallback(),delete xe.swalCloseEventFinishedCallback)}))},zn=(e,t)=>{setTimeout((()=>{"function"==typeof t&&t.bind(e.params)(),e._destroy()}))};function Un(e,t,n){const r=qe.domCache.get(e);t.forEach((e=>{r[e].disabled=n}))}function Wn(e,t){if(!e)return!1;if("radio"===e.type){const n=e.parentNode.parentNode.querySelectorAll("input");for(let e=0;e<n.length;e++)n[e].disabled=t}else e.disabled=t}function Yn(){Un(this,["confirmButton","denyButton","cancelButton"],!1)}function qn(){Un(this,["confirmButton","denyButton","cancelButton"],!0)}function $n(){return Wn(this.getInput(),!1)}function Kn(){return Wn(this.getInput(),!0)}function Gn(e){const t=qe.domCache.get(this),n=qe.innerParams.get(this);X(t.validationMessage,e),t.validationMessage.className=S["validation-message"],n.customClass&&n.customClass.validationMessage&&ie(t.validationMessage,n.customClass.validationMessage),ue(t.validationMessage);const r=this.getInput();r&&(r.setAttribute("aria-invalid",!0),r.setAttribute("aria-describedby",S["validation-message"]),oe(r),ie(r,S.inputerror))}function Zn(){const e=qe.domCache.get(this);e.validationMessage&&de(e.validationMessage);const t=this.getInput();t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-describedby"),se(t,S.inputerror))}function Qn(){return qe.domCache.get(this).progressSteps}function Jn(e){const t=j(),n=qe.innerParams.get(this);if(!t||ee(t,n.hideClass.popup))return o("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.");const r=Xn(e),a=Object.assign({},n,r);Ct(this,a),qe.innerParams.set(this,a),Object.defineProperties(this,{params:{value:Object.assign({},this.params,e),writable:!1,enumerable:!0}})}const Xn=e=>{const t={};return Object.keys(e).forEach((n=>{y(n)?t[n]=e[n]:o('Invalid parameter to update: "'.concat(n,'". Updatable params are listed here: https://github.com/sweetalert2/sweetalert2/blob/master/src/utils/params.js\n\nIf you think this parameter should be updatable, request it here: https://github.com/sweetalert2/sweetalert2/issues/new?template=02_feature_request.md'))})),t};function er(){const e=qe.domCache.get(this),t=qe.innerParams.get(this);t?(e.popup&&xe.swalCloseEventFinishedCallback&&(xe.swalCloseEventFinishedCallback(),delete xe.swalCloseEventFinishedCallback),xe.deferDisposalTimer&&(clearTimeout(xe.deferDisposalTimer),delete xe.deferDisposalTimer),"function"==typeof t.didDestroy&&t.didDestroy(),tr(this)):nr(this)}const tr=e=>{nr(e),delete e.params,delete xe.keydownHandler,delete xe.keydownTarget,delete xe.currentInstance},nr=e=>{e.isAwaitingPromise()?(rr(qe,e),qe.awaitingPromise.set(e,!0)):(rr(bn,e),rr(qe,e))},rr=(e,t)=>{for(const n in e)e[n]["delete"](t)};var or=Object.freeze({hideLoading:mn,disableLoading:mn,getInput:gn,close:In,isAwaitingPromise:Ln,rejectPromise:Rn,handleAwaitingPromise:Vn,closePopup:In,closeModal:In,closeToast:In,enableButtons:Yn,disableButtons:qn,enableInput:$n,disableInput:Kn,showValidationMessage:Gn,resetValidationMessage:Zn,getProgressSteps:Qn,update:Jn,_destroy:er});const ar=e=>{const t=qe.innerParams.get(e);e.disableButtons(),t.input?lr(e,"confirm"):pr(e,!0)},ir=e=>{const t=qe.innerParams.get(e);e.disableButtons(),t.returnInputValueOnDeny?lr(e,"deny"):ur(e,!1)},sr=(e,t)=>{e.disableButtons(),t(xt.cancel)},lr=(e,t)=>{const r=qe.innerParams.get(e);if(!r.input)return a('The "input" parameter is needed to be set when using returnInputValueOn'.concat(n(t)));const o=on(e,r);r.inputValidator?cr(e,o,t):e.getInput().checkValidity()?"deny"===t?ur(e,o):pr(e,o):(e.enableButtons(),e.showValidationMessage(r.validationMessage))},cr=(e,t,n)=>{const r=qe.innerParams.get(e);e.disableInput(),Promise.resolve().then((()=>d(r.inputValidator(t,r.validationMessage)))).then((r=>{e.enableButtons(),e.enableInput(),r?e.showValidationMessage(r):"deny"===n?ur(e,t):pr(e,t)}))},ur=(e,t)=>{const n=qe.innerParams.get(e||undefined);n.showLoaderOnDeny&&tn(F()),n.preDeny?(qe.awaitingPromise.set(e||undefined,!0),Promise.resolve().then((()=>d(n.preDeny(t,n.validationMessage)))).then((n=>{!1===n?(e.hideLoading(),Vn(e)):e.closePopup({isDenied:!0,value:void 0===n?t:n})}))["catch"]((t=>fr(e||undefined,t)))):e.closePopup({isDenied:!0,value:t})},dr=(e,t)=>{e.closePopup({isConfirmed:!0,value:t})},fr=(e,t)=>{e.rejectPromise(t)},pr=(e,t)=>{const n=qe.innerParams.get(e||undefined);n.showLoaderOnConfirm&&tn(),n.preConfirm?(e.resetValidationMessage(),qe.awaitingPromise.set(e||undefined,!0),Promise.resolve().then((()=>d(n.preConfirm(t,n.validationMessage)))).then((n=>{me(R())||!1===n?(e.hideLoading(),Vn(e)):dr(e,void 0===n?t:n)}))["catch"]((t=>fr(e||undefined,t)))):dr(e,t)},mr=(e,t,n)=>{qe.innerParams.get(e).toast?hr(e,t,n):(yr(t),vr(t),wr(e,t,n))},hr=(e,t,n)=>{t.popup.onclick=()=>{const t=qe.innerParams.get(e);t&&(gr(t)||t.timer||t.input)||n(xt.close)}},gr=e=>e.showConfirmButton||e.showDenyButton||e.showCancelButton||e.showCloseButton;let br=!1;const yr=e=>{e.popup.onmousedown=()=>{e.container.onmouseup=function(t){e.container.onmouseup=undefined,t.target===e.container&&(br=!0)}}},vr=e=>{e.container.onmousedown=()=>{e.popup.onmouseup=function(t){e.popup.onmouseup=undefined,(t.target===e.popup||e.popup.contains(t.target))&&(br=!0)}}},wr=(e,t,n)=>{t.container.onclick=r=>{const o=qe.innerParams.get(e);br?br=!1:r.target===t.container&&c(o.allowOutsideClick)&&n(xt.backdrop)}},Cr=e=>"object"==typeof e&&e.jquery,xr=e=>e instanceof Element||Cr(e),kr=e=>{const t={};return"object"!=typeof e[0]||xr(e[0])?["title","html","icon"].forEach(((n,r)=>{const o=e[r];"string"==typeof o||xr(o)?t[n]=o:o!==undefined&&a("Unexpected type of ".concat(n,'! Expected "string" or "Element", got ').concat(typeof o))})):Object.assign(t,e[0]),t};function Or(){const e=this;for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return new e(...n)}function Dr(e){class t extends(this){_main(t,n){return super._main(t,Object.assign({},e,n))}}return t}const Sr=()=>xe.timeout&&xe.timeout.getTimerLeft(),Er=()=>{if(xe.timeout)return ve(),xe.timeout.stop()},Mr=()=>{if(xe.timeout){const e=xe.timeout.start();return ye(e),e}},Pr=()=>{const e=xe.timeout;return e&&(e.running?Er():Mr())},_r=e=>{if(xe.timeout){const t=xe.timeout.increase(e);return ye(t,!0),t}},jr=()=>xe.timeout&&xe.timeout.isRunning();let Tr=!1;const Ar={};function Ir(){let e=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"data-swal-template";Ar[e]=this,Tr||(document.body.addEventListener("click",Lr),Tr=!0)}const Lr=e=>{for(let t=e.target;t&&t!==document;t=t.parentNode)for(const e in Ar){const n=t.getAttribute(e);if(n)return void Ar[e].fire({template:n})}};var Nr=Object.freeze({isValidParameter:b,isUpdatableParameter:y,isDeprecatedParameter:v,argsToParams:kr,isVisible:yn,clickConfirm:vn,clickDeny:wn,clickCancel:Cn,getContainer:M,getPopup:j,getTitle:A,getHtmlContainer:I,getImage:L,getIcon:T,getInputLabel:B,getCloseButton:q,getActions:U,getConfirmButton:V,getDenyButton:F,getCancelButton:z,getLoader:H,getFooter:W,getTimerProgressBar:Y,getFocusableElements:K,getValidationMessage:R,isLoading:Q,fire:Or,mixin:Dr,showLoading:tn,enableLoading:tn,getTimerLeft:Sr,stopTimer:Er,resumeTimer:Mr,toggleTimer:Pr,increaseTimer:_r,isTimerRunning:jr,bindClickHandler:Ir});let Rr;class Vr{constructor(){if("undefined"==typeof window)return;Rr=this;for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=Object.freeze(this.constructor.argsToParams(t));Object.defineProperties(this,{params:{value:r,writable:!1,enumerable:!0,configurable:!0}});const o=this._main(this.params);qe.promise.set(this,o)}_main(e){let t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};k(Object.assign({},t,e)),xe.currentInstance&&(xe.currentInstance._destroy(),G()&&Ot()),xe.currentInstance=this;const n=Br(e,t);Vt(n),Object.freeze(n),xe.timeout&&(xe.timeout.stop(),delete xe.timeout),clearTimeout(xe.restoreFocusTimeout);const r=Hr(this);return Ct(this,n),qe.innerParams.set(this,n),Fr(this,r,n)}then(e){return qe.promise.get(this).then(e)}"finally"(e){return qe.promise.get(this)["finally"](e)}}const Fr=(e,t,n)=>new Promise(((r,o)=>{const a=t=>{e.closePopup({isDismissed:!0,dismiss:t})};bn.swalPromiseResolve.set(e,r),bn.swalPromiseReject.set(e,o),t.confirmButton.onclick=()=>ar(e),t.denyButton.onclick=()=>ir(e),t.cancelButton.onclick=()=>sr(e,a),t.closeButton.onclick=()=>a(xt.close),mr(e,t,a),kn(e,xe,n,a),rn(e,n),Zt(n),zr(xe,n,a),Ur(t,n),setTimeout((()=>{t.container.scrollTop=0}))})),Br=(e,t)=>{const n=St(e),r=Object.assign({},p,t,n,e);return r.showClass=Object.assign({},p.showClass,r.showClass),r.hideClass=Object.assign({},p.hideClass,r.hideClass),r},Hr=e=>{const t={popup:j(),container:M(),actions:U(),confirmButton:V(),denyButton:F(),cancelButton:z(),loader:H(),closeButton:q(),validationMessage:R(),progressSteps:N()};return qe.domCache.set(e,t),t},zr=(e,t,n)=>{const r=Y();de(r),t.timer&&(e.timeout=new Ft((()=>{n("timer"),delete e.timeout}),t.timer),t.timerProgressBar&&(ue(r),ne(r,t,"timerProgressBar"),setTimeout((()=>{e.timeout&&e.timeout.running&&ye(t.timer)}))))},Ur=(e,t)=>{if(!t.toast)return c(t.allowEnterKey)?void(Wr(e,t)||On(t,-1,1)):Yr()},Wr=(e,t)=>t.focusDeny&&me(e.denyButton)?(e.denyButton.focus(),!0):t.focusCancel&&me(e.cancelButton)?(e.cancelButton.focus(),!0):!(!t.focusConfirm||!me(e.confirmButton)||(e.confirmButton.focus(),0)),Yr=()=>{document.activeElement instanceof HTMLElement&&"function"==typeof document.activeElement.blur&&document.activeElement.blur()};Object.assign(Vr.prototype,or),Object.assign(Vr,Nr),Object.keys(or).forEach((e=>{Vr[e]=function(){if(Rr)return Rr[e](...arguments)}})),Vr.DismissReason=xt,Vr.version="11.4.8";const qr=Vr;return qr["default"]=qr,qr}(),void 0!==this&&this.Sweetalert2&&(this.swal=this.sweetAlert=this.Swal=this.SweetAlert=this.Sweetalert2),"undefined"!=typeof document&&function(e,t){var n=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(n),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=t);else try{n.innerHTML=t}catch(e){n.innerText=t}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{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{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.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{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.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:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;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-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding: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-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;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:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.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::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;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-file{width:75%;margin-right:auto;margin-left:auto;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{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;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:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;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-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.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{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;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;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.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;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[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{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@-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)}}@-webkit-keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}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{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@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{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}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}')},363:function(e){"use strict";e.exports=React}},t={};function n(r){var o=t[r];if(o!==undefined)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e=n(363),t=n.n(e),r=e=>e instanceof HTMLElement;const o="blur",a="change",i="input",s="onBlur",l="onChange",c="onSubmit",u="onTouched",d="all",f="undefined",p="max",m="min",h="maxLength",g="minLength",b="pattern",y="required",v="validate";var w=e=>null==e;const C=e=>"object"==typeof e;var x=e=>!w(e)&&!Array.isArray(e)&&C(e)&&!(e instanceof Date),k=e=>/^\w*$/.test(e),O=e=>e.filter(Boolean),D=e=>O(e.replace(/["|']/g,"").replace(/\[/g,".").replace(/\]/g,"").split("."));function S(e,t,n){let r=-1;const o=k(t)?[t]:D(t),a=o.length,i=a-1;for(;++r<a;){const t=o[r];let a=n;if(r!==i){const n=e[t];a=x(n)||Array.isArray(n)?n:isNaN(+o[r+1])?{}:[]}e[t]=a,e=e[t]}return e}var E=(e,t={})=>{for(const n in e)k(n)?t[n]=e[n]:S(t,n,e[n]);return t},M=e=>e===undefined,P=(e={},t,n)=>{const r=O(t.split(/[,[\].]+?/)).reduce(((e,t)=>w(e)?e:e[t]),e);return M(r)||r===e?M(e[t])?n:e[t]:r},_=(e,t)=>{r(e)&&e.removeEventListener&&(e.removeEventListener(i,t),e.removeEventListener(a,t),e.removeEventListener(o,t))};const j={isValid:!1,value:null};var T=e=>Array.isArray(e)?e.reduce(((e,t)=>t&&t.ref.checked?{isValid:!0,value:t.ref.value}:e),j):j,A=e=>"radio"===e.type,I=e=>"file"===e.type,L=e=>"checkbox"===e.type,N=e=>"select-multiple"===e.type;const R={value:!1,isValid:!1},V={value:!0,isValid:!0};var F=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter((e=>e&&e.ref.checked)).map((({ref:{value:e}})=>e));return{value:t,isValid:!!t.length}}const{checked:t,value:n,attributes:r}=e[0].ref;return t?r&&!M(r.value)?M(n)||""===n?V:{value:n,isValid:!0}:V:R}return R};function B(e,t,n,r,o){const a=e.current[t];if(a){const{ref:{value:e,disabled:t},ref:n,valueAsNumber:s,valueAsDate:l,setValueAs:c}=a;if(t&&r)return;return I(n)?n.files:A(n)?T(a.options).value:N(n)?(i=n.options,[...i].filter((({selected:e})=>e)).map((({value:e})=>e))):L(n)?F(a.options).value:o?e:s?""===e?NaN:+e:l?n.valueAsDate:c?c(e):e}var i;if(n)return P(n.current,t)}function H(e){return!e||e instanceof HTMLElement&&e.nodeType!==Node.DOCUMENT_NODE&&H(e.parentNode)}var z=e=>x(e)&&!Object.keys(e).length,U=e=>"boolean"==typeof e;function W(e,t){const n=k(t)?[t]:D(t),r=1==n.length?e:function(e,t){const n=t.slice(0,-1).length;let r=0;for(;r<n;)e=M(e)?r++:e[t[r++]];return e}(e,n),o=n[n.length-1];let a;r&&delete r[o];for(let t=0;t<n.slice(0,-1).length;t++){let r,o=-1;const i=n.slice(0,-(t+1)),s=i.length-1;for(t>0&&(a=e);++o<i.length;){const t=i[o];r=r?r[t]:e[t],s===o&&(x(r)&&z(r)||Array.isArray(r)&&!r.filter((e=>x(e)&&!z(e)||U(e))).length)&&(a?delete a[t]:delete e[t]),a=r}}return e}const Y=(e,t)=>e&&e.ref===t;var q=e=>w(e)||!C(e);function $(e,t){if(q(e)||q(t))return t;for(const r in t){const o=e[r],a=t[r];try{e[r]=x(o)&&x(a)||Array.isArray(o)&&Array.isArray(a)?$(o,a):a}catch(n){}}return e}function K(t,n,r){if(q(t)||q(n)||t instanceof Date||n instanceof Date)return t===n;if(!(0,e.isValidElement)(t)){const e=Object.keys(t),o=Object.keys(n);if(e.length!==o.length)return!1;for(const o of e){const e=t[o];if(!r||"ref"!==o){const t=n[o];if((x(e)||Array.isArray(e))&&(x(t)||Array.isArray(t))?!K(e,t,r):e!==t)return!1}}}return!0}function G(e,t,n,r,o){let a=-1;for(;++a<e.length;){for(const r in e[a])Array.isArray(e[a][r])?(!n[a]&&(n[a]={}),n[a][r]=[],G(e[a][r],P(t[a]||{},r,[]),n[a][r],n[a],r)):K(P(t[a]||{},r),e[a][r])?S(n[a]||{},r):n[a]=Object.assign(Object.assign({},n[a]),{[r]:!0});r&&!n.length&&delete r[o]}return n}var Z=(e,t,n)=>$(G(e,t,n.slice(0,e.length)),G(t,e,n.slice(0,e.length))),Q=e=>"string"==typeof e,J=(e,t,n,r,o)=>{const a={};for(const t in e.current)(M(o)||(Q(o)?t.startsWith(o):Array.isArray(o)&&o.find((e=>t.startsWith(e)))))&&(a[t]=B(e,t,undefined,r));return n?E(a):$(t,E(a))},X=e=>e instanceof RegExp,ee=e=>x(e)&&!X(e)?e:{value:e,message:""},te=e=>"function"==typeof e,ne=t=>Q(t)||(0,e.isValidElement)(t);function re(e,t,n="validate"){if(ne(e)||U(e)&&!e)return{type:n,message:ne(e)?e:"",ref:t}}var oe=(e,t,n,r,o)=>t?Object.assign(Object.assign({},n[e]),{types:Object.assign(Object.assign({},n[e]&&n[e].types?n[e].types:{}),{[r]:o||!0})}):{},ae=async(e,t,{ref:n,ref:{value:r},options:o,required:a,maxLength:i,minLength:s,min:l,max:c,pattern:u,validate:d},f)=>{const C=n.name,k={},O=A(n),D=L(n),S=O||D,E=""===r,M=oe.bind(null,C,t,k),P=(e,t,r,o=h,a=g)=>{const i=e?t:r;k[C]=Object.assign({type:e?o:a,message:i,ref:n},M(e?o:a,i))};if(a&&(!O&&!D&&(E||w(r))||U(r)&&!r||D&&!F(o).isValid||O&&!T(o).isValid)){const{value:r,message:o}=ne(a)?{value:!!a,message:a}:ee(a);if(r&&(k[C]=Object.assign({type:y,message:o,ref:S?((e.current[C].options||[])[0]||{}).ref:n},M(y,o)),!t))return k}if(!(w(l)&&w(c)||""===r)){let e,o;const a=ee(c),i=ee(l);if(isNaN(r)){const t=n.valueAsDate||new Date(r);Q(a.value)&&(e=t>new Date(a.value)),Q(i.value)&&(o=t<new Date(i.value))}else{const t=n.valueAsNumber||parseFloat(r);w(a.value)||(e=t>a.value),w(i.value)||(o=t<i.value)}if((e||o)&&(P(!!e,a.message,i.message,p,m),!t))return k}if(Q(r)&&!E&&(i||s)){const e=ee(i),n=ee(s),o=!w(e.value)&&r.length>e.value,a=!w(n.value)&&r.length<n.value;if((o||a)&&(P(o,e.message,n.message),!t))return k}if(Q(r)&&u&&!E){const{value:e,message:o}=ee(u);if(X(e)&&!e.test(r)&&(k[C]=Object.assign({type:b,message:o,ref:n},M(b,o)),!t))return k}if(d){const r=B(e,C,f,!1,!0),a=S&&o?o[0].ref:n;if(te(d)){const e=re(await d(r),a);if(e&&(k[C]=Object.assign(Object.assign({},e),M(v,e.message)),!t))return k}else if(x(d)){let e={};for(const[n,o]of Object.entries(d)){if(!z(e)&&!t)break;const i=re(await o(r),a,n);i&&(e=Object.assign(Object.assign({},i),M(n,i.message)),t&&(k[C]=e))}if(!z(e)&&(k[C]=Object.assign({ref:a},e),!t))return k}}return k};const ie=(e,t,n=[])=>{for(const r in t){const o=e+(x(t)?`.${r}`:`[${r}]`);q(t[r])?n.push(o):ie(o,t[r],n)}return n};var se=(e,t,n,r,o)=>{let a=undefined;return n.add(t),z(e)||(a=P(e,t),(x(a)||Array.isArray(a))&&ie(t,a).forEach((e=>n.add(e)))),M(a)?o?r:P(r,t):a},le=({isOnBlur:e,isOnChange:t,isOnTouch:n,isTouched:r,isReValidateOnBlur:o,isReValidateOnChange:a,isBlurEvent:i,isSubmitted:s,isOnAll:l})=>!l&&(!s&&n?!(r||i):(s?o:e)?!i:!(s?a:t)||i),ce=e=>e.substring(0,e.indexOf("["));const ue=(e,t)=>RegExp(`^${t}([|.)\\d+`.replace(/\[/g,"\\[").replace(/\]/g,"\\]")).test(e);var de=(e,t)=>[...e].some((e=>ue(t,e)));var fe=typeof window!==f&&typeof document!==f;function pe(e){var t;let n;if(q(e)||fe&&(e instanceof File||r(e)))return e;if(!["Set","Map","Object","Date","Array"].includes(null===(t=e.constructor)||void 0===t?void 0:t.name))return e;if(e instanceof Date)return n=new Date(e.getTime()),n;if(e instanceof Set){n=new Set;for(const t of e)n.add(t);return n}if(e instanceof Map){n=new Map;for(const t of e.keys())n.set(t,pe(e.get(t)));return n}n=Array.isArray(e)?[]:{};for(const t in e)n[t]=pe(e[t]);return n}var me=e=>({isOnSubmit:!e||e===c,isOnBlur:e===s,isOnChange:e===l,isOnAll:e===d,isOnTouch:e===u}),he=e=>A(e)||L(e);const ge=typeof window===f,be=fe?"Proxy"in window:typeof Proxy!==f;function ye({mode:t=c,reValidateMode:n=l,resolver:s,context:u,defaultValues:f={},shouldFocusError:p=!0,shouldUnregister:m=!0,criteriaMode:h}={}){const g=(0,e.useRef)({}),b=(0,e.useRef)({}),y=(0,e.useRef)({}),v=(0,e.useRef)(new Set),C=(0,e.useRef)({}),D=(0,e.useRef)({}),j=(0,e.useRef)({}),T=(0,e.useRef)({}),R=(0,e.useRef)(f),V=(0,e.useRef)(!1),F=(0,e.useRef)(!1),U=(0,e.useRef)(),$=(0,e.useRef)({}),G=(0,e.useRef)({}),X=(0,e.useRef)(u),ee=(0,e.useRef)(s),ne=(0,e.useRef)(new Set),re=(0,e.useRef)(me(t)),{isOnSubmit:oe,isOnTouch:ue}=re.current,ye=h===d,[ve,we]=(0,e.useState)({isDirty:!1,isValidating:!1,dirtyFields:{},isSubmitted:!1,submitCount:0,touched:{},isSubmitting:!1,isSubmitSuccessful:!1,isValid:!oe,errors:{}}),Ce=(0,e.useRef)({isDirty:!be,dirtyFields:!be,touched:!be||ue,isValidating:!be,isSubmitting:!be,isValid:!be}),xe=(0,e.useRef)(ve),ke=(0,e.useRef)(),{isOnBlur:Oe,isOnChange:De}=(0,e.useRef)(me(n)).current;X.current=u,ee.current=s,xe.current=ve,$.current=m?{}:z($.current)?pe(f):$.current;const Se=(0,e.useCallback)(((e={})=>{V.current||(xe.current=Object.assign(Object.assign({},xe.current),e),we(xe.current))}),[]),Ee=()=>Ce.current.isValidating&&Se({isValidating:!0}),Me=(0,e.useCallback)(((e,t,n=!1,r={},o)=>{let a=n||(({errors:e,name:t,error:n,validFields:r,fieldsWithValidation:o})=>{const a=M(n),i=P(e,t);return a&&!!i||!a&&!K(i,n,!0)||a&&P(o,t)&&!P(r,t)})({errors:xe.current.errors,error:t,name:e,validFields:T.current,fieldsWithValidation:j.current});const i=P(xe.current.errors,e);t?(W(T.current,e),a=a||!i||!K(i,t,!0),S(xe.current.errors,e,t)):((P(j.current,e)||ee.current)&&(S(T.current,e,!0),a=a||i),W(xe.current.errors,e)),(a&&!w(n)||!z(r)||Ce.current.isValidating)&&Se(Object.assign(Object.assign(Object.assign({},r),ee.current?{isValid:!!o}:{}),{isValidating:!1}))}),[]),Pe=(0,e.useCallback)(((e,t)=>{const{ref:n,options:o}=g.current[e],a=fe&&r(n)&&w(t)?"":t;A(n)?(o||[]).forEach((({ref:e})=>e.checked=e.value===a)):I(n)&&!Q(a)?n.files=a:N(n)?[...n.options].forEach((e=>e.selected=a.includes(e.value))):L(n)&&o?o.length>1?o.forEach((({ref:e})=>e.checked=Array.isArray(a)?!!a.find((t=>t===e.value)):a===e.value)):o[0].ref.checked=!!a:n.value=a}),[]),_e=(0,e.useCallback)(((e,t)=>{if(Ce.current.isDirty){const n=Be();return e&&t&&S(n,e,t),!K(n,R.current)}return!1}),[]),je=(0,e.useCallback)(((e,t=!0)=>{if(Ce.current.isDirty||Ce.current.dirtyFields){const n=!K(P(R.current,e),B(g,e,$)),r=P(xe.current.dirtyFields,e),o=xe.current.isDirty;n?S(xe.current.dirtyFields,e,!0):W(xe.current.dirtyFields,e);const a={isDirty:_e(),dirtyFields:xe.current.dirtyFields},i=Ce.current.isDirty&&o!==a.isDirty||Ce.current.dirtyFields&&r!==P(xe.current.dirtyFields,e);return i&&t&&Se(a),i?a:{}}return{}}),[]),Te=(0,e.useCallback)((async(e,t)=>{const n=(await ae(g,ye,g.current[e],$))[e];return Me(e,n,t),M(n)}),[Me,ye]),Ae=(0,e.useCallback)((async e=>{const{errors:t}=await ee.current(Be(),X.current,ye),n=xe.current.isValid;if(Array.isArray(e)){const n=e.map((e=>{const n=P(t,e);return n?S(xe.current.errors,e,n):W(xe.current.errors,e),!n})).every(Boolean);return Se({isValid:z(t),isValidating:!1}),n}{const r=P(t,e);return Me(e,r,n!==z(t),{},z(t)),!r}}),[Me,ye]),Ie=(0,e.useCallback)((async e=>{const t=e||Object.keys(g.current);if(Ee(),ee.current)return Ae(t);if(Array.isArray(t)){!e&&(xe.current.errors={});const n=await Promise.all(t.map((async e=>await Te(e,null))));return Se({isValidating:!1}),n.every(Boolean)}return await Te(t)}),[Ae,Te]),Le=(0,e.useCallback)(((e,t,{shouldDirty:n,shouldValidate:r})=>{const o={};S(o,e,t);for(const a of ie(e,t))g.current[a]&&(Pe(a,P(o,a)),n&&je(a),r&&Ie(a))}),[Ie,Pe,je]),Ne=(0,e.useCallback)(((e,t,n)=>{if(!m&&!q(t)&&S($.current,e,Array.isArray(t)?[...t]:Object.assign({},t)),g.current[e])Pe(e,t),n.shouldDirty&&je(e),n.shouldValidate&&Ie(e);else if(!q(t)&&(Le(e,t,n),ne.current.has(e))){const r=ce(e)||e;S(b.current,e,t),G.current[r]({[r]:P(b.current,r)}),(Ce.current.isDirty||Ce.current.dirtyFields)&&n.shouldDirty&&(S(xe.current.dirtyFields,e,Z(t,P(R.current,e,[]),P(xe.current.dirtyFields,e,[]))),Se({isDirty:!K(Object.assign(Object.assign({},Be()),{[e]:t}),R.current)}))}!m&&S($.current,e,t)}),[je,Pe,Le]),Re=e=>F.current||v.current.has(e)||v.current.has((e.match(/\w+/)||[])[0]),Ve=e=>{let t=!0;if(!z(C.current))for(const n in C.current)e&&C.current[n].size&&!C.current[n].has(e)&&!C.current[n].has(ce(e))||(D.current[n](),t=!1);return t};function Fe(e){if(!m){let t=pe(e);for(const e of ne.current)k(e)&&!t[e]&&(t=Object.assign(Object.assign({},t),{[e]:[]}));return t}return e}function Be(e){if(Q(e))return B(g,e,$);if(Array.isArray(e)){const t={};for(const n of e)S(t,n,B(g,n,$));return t}return Fe(J(g,pe($.current),m))}U.current=U.current?U.current:async({type:e,target:t})=>{let n=t.name;const r=g.current[n];let a,i;if(r){const s=e===o,l=le(Object.assign({isBlurEvent:s,isReValidateOnChange:De,isReValidateOnBlur:Oe,isTouched:!!P(xe.current.touched,n),isSubmitted:xe.current.isSubmitted},re.current));let c=je(n,!1),u=!z(c)||!s&&Re(n);if(s&&!P(xe.current.touched,n)&&Ce.current.touched&&(S(xe.current.touched,n,!0),c=Object.assign(Object.assign({},c),{touched:xe.current.touched})),!m&&L(t)&&S($.current,n,B(g,n)),l)return!s&&Ve(n),(!z(c)||u&&z(c))&&Se(c);if(Ee(),ee.current){const{errors:e}=await ee.current(Be(),X.current,ye),r=xe.current.isValid;if(a=P(e,n),L(t)&&!a&&ee.current){const t=ce(n),r=P(e,t,{});r.type&&r.message&&(a=r),t&&(r||P(xe.current.errors,t))&&(n=t)}i=z(e),r!==i&&(u=!0)}else a=(await ae(g,ye,r,$))[n];!s&&Ve(n),Me(n,a,u,c,i)}};const He=(0,e.useCallback)((async(e={})=>{const t=z(g.current)?R.current:{},{errors:n}=await ee.current(Object.assign(Object.assign(Object.assign({},t),Be()),e),X.current,ye)||{},r=z(n);xe.current.isValid!==r&&Se({isValid:r})}),[ye]),ze=(0,e.useCallback)(((e,t)=>{!function(e,t,n,r,o,a){const{ref:i,ref:{name:s}}=n,l=e.current[s];if(!o){const t=B(e,s,r);!M(t)&&S(r.current,s,t)}i.type&&l?A(i)||L(i)?Array.isArray(l.options)&&l.options.length?(O(l.options).forEach(((e={},n)=>{(H(e.ref)&&Y(e,e.ref)||a)&&(_(e.ref,t),W(l.options,`[${n}]`))})),l.options&&!O(l.options).length&&delete e.current[s]):delete e.current[s]:(H(i)&&Y(l,i)||a)&&(_(i,t),delete e.current[s]):delete e.current[s]}(g,U.current,e,$,m,t),m&&(W(T.current,e.ref.name),W(j.current,e.ref.name))}),[m]),Ue=(0,e.useCallback)((e=>{if(F.current)Se();else{for(const t of v.current)if(t.startsWith(e)){Se();break}Ve(e)}}),[]),We=(0,e.useCallback)(((e,t)=>{e&&(ze(e,t),m&&!O(e.options||[]).length&&(W(xe.current.errors,e.ref.name),S(xe.current.dirtyFields,e.ref.name,!0),Se({isDirty:_e()}),Ce.current.isValid&&ee.current&&He(),Ue(e.ref.name)))}),[He,ze]);const Ye=(0,e.useCallback)(((e,t,n)=>{const r=n?C.current[n]:v.current;let o=J(g,pe($.current),m,!1,e);if(Q(e)){const n=ce(e)||e;return ne.current.has(n)&&(o=Object.assign(Object.assign({},y.current),o)),se(o,e,r,M(P(R.current,e))?t:P(R.current,e),!0)}const a=M(t)?R.current:t;return Array.isArray(e)?e.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:se(o,t,r,a)})),{}):(F.current=M(n),E(!z(o)&&o||a))}),[]);function qe(e,t={}){const{name:n,type:s,value:l}=e,c=Object.assign({ref:e},t),u=g.current,d=he(e),f=de(ne.current,n),p=t=>fe&&(!r(e)||t===e);let h,b=u[n],y=!0;if(b&&(d?Array.isArray(b.options)&&O(b.options).find((e=>l===e.ref.value&&p(e.ref))):p(b.ref)))return void(u[n]=Object.assign(Object.assign({},b),t));b=s?d?Object.assign({options:[...O(b&&b.options||[]),{ref:e}],ref:{type:s,name:n}},t):Object.assign({},c):c,u[n]=b;const v=M(P($.current,n));z(R.current)&&v||(h=P(v?R.current:$.current,n),y=M(h),y||f||Pe(n,h)),z(t)||(S(j.current,n,!0),!oe&&Ce.current.isValid&&ae(g,ye,b,$).then((e=>{const t=xe.current.isValid;z(e)?S(T.current,n,!0):W(T.current,n),t!==z(e)&&Se()}))),!m||f&&y||!f&&W(xe.current.dirtyFields,n),s&&function({ref:e},t,n){r(e)&&n&&(e.addEventListener(t?a:i,n),e.addEventListener(o,n))}(d&&b.options?b.options[b.options.length-1]:b,d||"select-one"===e.type,U.current)}const $e=(0,e.useCallback)(((e,t)=>async n=>{n&&n.preventDefault&&(n.preventDefault(),n.persist());let r={},o=Fe(J(g,pe($.current),m,!0));Ce.current.isSubmitting&&Se({isSubmitting:!0});try{if(ee.current){const{errors:e,values:t}=await ee.current(o,X.current,ye);xe.current.errors=r=e,o=t}else for(const e of Object.values(g.current))if(e){const{name:t}=e.ref,n=await ae(g,ye,e,$);n[t]?(S(r,t,n[t]),W(T.current,t)):P(j.current,t)&&(W(xe.current.errors,t),S(T.current,t,!0))}z(r)&&Object.keys(xe.current.errors).every((e=>e in g.current))?(Se({errors:{},isSubmitting:!0}),await e(o,n)):(xe.current.errors=Object.assign(Object.assign({},xe.current.errors),r),t&&await t(xe.current.errors,n),p&&((e,t)=>{for(const n in e)if(P(t,n)){const t=e[n];if(t){if(t.ref.focus&&M(t.ref.focus()))break;if(t.options){t.options[0].ref.focus();break}}}})(g.current,xe.current.errors))}finally{xe.current.isSubmitting=!1,Se({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:z(xe.current.errors),submitCount:xe.current.submitCount+1})}}),[p,ye]);(0,e.useEffect)((()=>{s&&Ce.current.isValid&&He(),ke.current=ke.current||!fe?ke.current:function(e,t){const n=new MutationObserver((()=>{for(const n of Object.values(e.current))if(n&&n.options)for(const e of n.options)e&&e.ref&&H(e.ref)&&t(n);else n&&H(n.ref)&&t(n)}));return n.observe(window.document,{childList:!0,subtree:!0}),n}(g,We)}),[We,R.current]),(0,e.useEffect)((()=>()=>{ke.current&&ke.current.disconnect(),V.current=!0,Object.values(g.current).forEach((e=>We(e,!0)))}),[]),!s&&Ce.current.isValid&&(ve.isValid=K(T.current,j.current)&&z(xe.current.errors));const Ke={trigger:Ie,setValue:(0,e.useCallback)((function(e,t,n){Ne(e,t,n||{}),Re(e)&&Se(),Ve(e)}),[Ne,Ie]),getValues:(0,e.useCallback)(Be,[]),register:(0,e.useCallback)((function(e,t){if(!ge)if(Q(e))qe({name:e},t);else{if(!x(e)||!("name"in e))return t=>t&&qe(t,e);qe(e,t)}}),[R.current]),unregister:(0,e.useCallback)((function(e){for(const t of Array.isArray(e)?e:[e])We(g.current[t],!0)}),[]),formState:be?new Proxy(ve,{get:(e,t)=>t in e?(Ce.current[t]=!0,e[t]):undefined}):ve},Ge=(0,e.useMemo)((()=>Object.assign({isFormDirty:_e,updateWatchedValue:Ue,shouldUnregister:m,updateFormState:Se,removeFieldEventListener:ze,watchInternal:Ye,mode:re.current,reValidateMode:{isReValidateOnBlur:Oe,isReValidateOnChange:De},validateResolver:s?He:undefined,fieldsRef:g,resetFieldArrayFunctionRef:G,useWatchFieldsRef:C,useWatchRenderFunctionsRef:D,fieldArrayDefaultValuesRef:b,validFieldsRef:T,fieldsWithValidationRef:j,fieldArrayNamesRef:ne,readFormStateRef:Ce,formStateRef:xe,defaultValuesRef:R,shallowFieldsStateRef:$,fieldArrayValuesRef:y},Ke)),[R.current,Ue,m,ze,Ye]);return Object.assign({watch:function(e,t){return Ye(e,t)},control:Ge,handleSubmit:$e,reset:(0,e.useCallback)(((e,t={})=>{if(fe)for(const e of Object.values(g.current))if(e){const{ref:t,options:o}=e,a=he(t)&&Array.isArray(o)?o[0].ref:t;if(r(a))try{a.closest("form").reset();break}catch(n){}}g.current={},R.current=Object.assign({},e||R.current),e&&Ve(""),Object.values(G.current).forEach((e=>te(e)&&e())),$.current=m?{}:pe(e||R.current),(({errors:e,isDirty:t,isSubmitted:n,touched:r,isValid:o,submitCount:a,dirtyFields:i})=>{o||(T.current={},j.current={}),b.current={},v.current=new Set,F.current=!1,Se({submitCount:a?xe.current.submitCount:0,isDirty:!!t&&xe.current.isDirty,isSubmitted:!!n&&xe.current.isSubmitted,isValid:!!o&&xe.current.isValid,dirtyFields:i?xe.current.dirtyFields:{},touched:r?xe.current.touched:{},errors:e?xe.current.errors:{},isSubmitting:!1,isSubmitSuccessful:!1})})(t)}),[]),clearErrors:(0,e.useCallback)((function(e){e&&(Array.isArray(e)?e:[e]).forEach((e=>g.current[e]&&k(e)?delete xe.current.errors[e]:W(xe.current.errors,e))),Se({errors:e?xe.current.errors:{}})}),[]),setError:(0,e.useCallback)((function(e,t){const n=(g.current[e]||{}).ref;S(xe.current.errors,e,Object.assign(Object.assign({},t),{ref:n})),Se({isValid:!1}),t.shouldFocus&&n&&n.focus&&n.focus()}),[]),errors:ve.errors},Ke)}
13
  /*! *****************************************************************************
14
  Copyright (c) Microsoft Corporation.
15
 
@@ -23,7 +23,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
  PERFORMANCE OF THIS SOFTWARE.
26
- ***************************************************************************** */const ve=(0,e.createContext)(null);ve.displayName="RHFContext";const we=()=>(0,e.useContext)(ve);var Ce=function(t){var n=t.as,r=t.errors,o=t.name,a=t.message,i=t.render,s=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)t.indexOf(n=a[r])>=0||(o[n]=e[n]);return o}(t,["as","errors","name","message","render"]),l=we(),c=P(r||l.errors,o);if(!c)return null;var u=c.message,d=c.types,f=Object.assign({},s,{children:u||a});return(0,e.isValidElement)(n)?(0,e.cloneElement)(n,f):i?i({message:u||a,messages:d}):(0,e.createElement)(n||e.Fragment,f)};function xe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Oe(e,t,n){return t&&ke(e.prototype,t),n&&ke(e,n),e}function De(e,t){return(De=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Se(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&De(e,t)}function Ee(e){return(Ee="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Me(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Pe(e,t){if(t&&("object"===Ee(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Me(e)}function _e(e){return(_e=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var je=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function Te(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(r=e[n],o=t[n],!(r===o||je(r)&&je(o)))return!1;var r,o;return!0}var Ae=function(e,t){var n;void 0===t&&(t=Te);var r,o=[],a=!1;return function(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];return a&&n===this&&t(i,o)||(r=e.apply(this,i),a=!0,n=this,o=i),r}};var Ie=function(){function e(e){this.isSpeedy=e.speedy===undefined||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,n=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==undefined&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(n,t),this.tags.push(n)}var r=this.tags[this.tags.length-1];if(this.isSpeedy){var o=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(r);try{var a=105===e.charCodeAt(1)&&64===e.charCodeAt(0);o.insertRule(e,a?0:o.cssRules.length)}catch(i){0}}else r.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();var Le=function(e){function t(e,r,l,c,f){for(var p,m,h,g,w,x=0,k=0,O=0,D=0,S=0,T=0,I=h=p=0,N=0,R=0,V=0,F=0,B=l.length,H=B-1,z="",U="",W="",Y="";N<B;){if(m=l.charCodeAt(N),N===H&&0!==k+D+O+x&&(0!==k&&(m=47===k?10:47),D=O=x=0,B++,H++),0===k+D+O+x){if(N===H&&(0<R&&(z=z.replace(d,"")),0<z.trim().length)){switch(m){case 32:case 9:case 59:case 13:case 10:break;default:z+=l.charAt(N)}m=59}switch(m){case 123:for(p=(z=z.trim()).charCodeAt(0),h=1,F=++N;N<B;){switch(m=l.charCodeAt(N)){case 123:h++;break;case 125:h--;break;case 47:switch(m=l.charCodeAt(N+1)){case 42:case 47:e:{for(I=N+1;I<H;++I)switch(l.charCodeAt(I)){case 47:if(42===m&&42===l.charCodeAt(I-1)&&N+2!==I){N=I+1;break e}break;case 10:if(47===m){N=I+1;break e}}N=I}}break;case 91:m++;case 40:m++;case 34:case 39:for(;N++<H&&l.charCodeAt(N)!==m;);}if(0===h)break;N++}switch(h=l.substring(F,N),0===p&&(p=(z=z.replace(u,"").trim()).charCodeAt(0)),p){case 64:switch(0<R&&(z=z.replace(d,"")),m=z.charCodeAt(1)){case 100:case 109:case 115:case 45:R=r;break;default:R=j}if(F=(h=t(r,R,h,m,f+1)).length,0<A&&(w=s(3,h,R=n(j,z,V),r,M,E,F,m,f,c),z=R.join(""),void 0!==w&&0===(F=(h=w.trim()).length)&&(m=0,h="")),0<F)switch(m){case 115:z=z.replace(C,i);case 100:case 109:case 45:h=z+"{"+h+"}";break;case 107:h=(z=z.replace(b,"$1 $2"))+"{"+h+"}",h=1===_||2===_&&a("@"+h,3)?"@-webkit-"+h+"@"+h:"@"+h;break;default:h=z+h,112===c&&(U+=h,h="")}else h="";break;default:h=t(r,n(r,z,V),h,c,f+1)}W+=h,h=V=R=I=p=0,z="",m=l.charCodeAt(++N);break;case 125:case 59:if(1<(F=(z=(0<R?z.replace(d,""):z).trim()).length))switch(0===I&&(p=z.charCodeAt(0),45===p||96<p&&123>p)&&(F=(z=z.replace(" ",":")).length),0<A&&void 0!==(w=s(1,z,r,e,M,E,U.length,c,f,c))&&0===(F=(z=w.trim()).length)&&(z="\0\0"),p=z.charCodeAt(0),m=z.charCodeAt(1),p){case 0:break;case 64:if(105===m||99===m){Y+=z+l.charAt(N);break}default:58!==z.charCodeAt(F-1)&&(U+=o(z,p,m,z.charCodeAt(2)))}V=R=I=p=0,z="",m=l.charCodeAt(++N)}}switch(m){case 13:case 10:47===k?k=0:0===1+p&&107!==c&&0<z.length&&(R=1,z+="\0"),0<A*L&&s(0,z,r,e,M,E,U.length,c,f,c),E=1,M++;break;case 59:case 125:if(0===k+D+O+x){E++;break}default:switch(E++,g=l.charAt(N),m){case 9:case 32:if(0===D+x+k)switch(S){case 44:case 58:case 9:case 32:g="";break;default:32!==m&&(g=" ")}break;case 0:g="\\0";break;case 12:g="\\f";break;case 11:g="\\v";break;case 38:0===D+k+x&&(R=V=1,g="\f"+g);break;case 108:if(0===D+k+x+P&&0<I)switch(N-I){case 2:112===S&&58===l.charCodeAt(N-3)&&(P=S);case 8:111===T&&(P=T)}break;case 58:0===D+k+x&&(I=N);break;case 44:0===k+O+D+x&&(R=1,g+="\r");break;case 34:case 39:0===k&&(D=D===m?0:0===D?m:D);break;case 91:0===D+k+O&&x++;break;case 93:0===D+k+O&&x--;break;case 41:0===D+k+x&&O--;break;case 40:if(0===D+k+x){if(0===p)switch(2*S+3*T){case 533:break;default:p=1}O++}break;case 64:0===k+O+D+x+I+h&&(h=1);break;case 42:case 47:if(!(0<D+x+O))switch(k){case 0:switch(2*m+3*l.charCodeAt(N+1)){case 235:k=47;break;case 220:F=N,k=42}break;case 42:47===m&&42===S&&F+2!==N&&(33===l.charCodeAt(F+2)&&(U+=l.substring(F,N+1)),g="",k=0)}}0===k&&(z+=g)}T=S,S=m,N++}if(0<(F=U.length)){if(R=r,0<A&&(void 0!==(w=s(2,U,R,e,M,E,F,c,f,c))&&0===(U=w).length))return Y+U+W;if(U=R.join(",")+"{"+U+"}",0!=_*P){switch(2!==_||a(U,2)||(P=0),P){case 111:U=U.replace(v,":-moz-$1")+U;break;case 112:U=U.replace(y,"::-webkit-input-$1")+U.replace(y,"::-moz-$1")+U.replace(y,":-ms-input-$1")+U}P=0}}return Y+U+W}function n(e,t,n){var o=t.trim().split(h);t=o;var a=o.length,i=e.length;switch(i){case 0:case 1:var s=0;for(e=0===i?"":e[0]+" ";s<a;++s)t[s]=r(e,t[s],n).trim();break;default:var l=s=0;for(t=[];s<a;++s)for(var c=0;c<i;++c)t[l++]=r(e[c]+" ",o[s],n).trim()}return t}function r(e,t,n){var r=t.charCodeAt(0);switch(33>r&&(r=(t=t.trim()).charCodeAt(0)),r){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*n&&0<t.indexOf("\f"))return t.replace(g,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function o(e,t,n,r){var i=e+";",s=2*t+3*n+4*r;if(944===s){e=i.indexOf(":",9)+1;var l=i.substring(e,i.length-1).trim();return l=i.substring(0,e).trim()+l+";",1===_||2===_&&a(l,1)?"-webkit-"+l+l:l}if(0===_||2===_&&!a(i,1))return i;switch(s){case 1015:return 97===i.charCodeAt(10)?"-webkit-"+i+i:i;case 951:return 116===i.charCodeAt(3)?"-webkit-"+i+i:i;case 963:return 110===i.charCodeAt(5)?"-webkit-"+i+i:i;case 1009:if(100!==i.charCodeAt(4))break;case 969:case 942:return"-webkit-"+i+i;case 978:return"-webkit-"+i+"-moz-"+i+i;case 1019:case 983:return"-webkit-"+i+"-moz-"+i+"-ms-"+i+i;case 883:if(45===i.charCodeAt(8))return"-webkit-"+i+i;if(0<i.indexOf("image-set(",11))return i.replace(S,"$1-webkit-$2")+i;break;case 932:if(45===i.charCodeAt(4))switch(i.charCodeAt(5)){case 103:return"-webkit-box-"+i.replace("-grow","")+"-webkit-"+i+"-ms-"+i.replace("grow","positive")+i;case 115:return"-webkit-"+i+"-ms-"+i.replace("shrink","negative")+i;case 98:return"-webkit-"+i+"-ms-"+i.replace("basis","preferred-size")+i}return"-webkit-"+i+"-ms-"+i+i;case 964:return"-webkit-"+i+"-ms-flex-"+i+i;case 1023:if(99!==i.charCodeAt(8))break;return"-webkit-box-pack"+(l=i.substring(i.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+i+"-ms-flex-pack"+l+i;case 1005:return p.test(i)?i.replace(f,":-webkit-")+i.replace(f,":-moz-")+i:i;case 1e3:switch(t=(l=i.substring(13).trim()).indexOf("-")+1,l.charCodeAt(0)+l.charCodeAt(t)){case 226:l=i.replace(w,"tb");break;case 232:l=i.replace(w,"tb-rl");break;case 220:l=i.replace(w,"lr");break;default:return i}return"-webkit-"+i+"-ms-"+l+i;case 1017:if(-1===i.indexOf("sticky",9))break;case 975:switch(t=(i=e).length-10,s=(l=(33===i.charCodeAt(t)?i.substring(0,t):i).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(111>l.charCodeAt(8))break;case 115:i=i.replace(l,"-webkit-"+l)+";"+i;break;case 207:case 102:i=i.replace(l,"-webkit-"+(102<s?"inline-":"")+"box")+";"+i.replace(l,"-webkit-"+l)+";"+i.replace(l,"-ms-"+l+"box")+";"+i}return i+";";case 938:if(45===i.charCodeAt(5))switch(i.charCodeAt(6)){case 105:return l=i.replace("-items",""),"-webkit-"+i+"-webkit-box-"+l+"-ms-flex-"+l+i;case 115:return"-webkit-"+i+"-ms-flex-item-"+i.replace(k,"")+i;default:return"-webkit-"+i+"-ms-flex-line-pack"+i.replace("align-content","").replace(k,"")+i}break;case 973:case 989:if(45!==i.charCodeAt(3)||122===i.charCodeAt(4))break;case 931:case 953:if(!0===D.test(e))return 115===(l=e.substring(e.indexOf(":")+1)).charCodeAt(0)?o(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):i.replace(l,"-webkit-"+l)+i.replace(l,"-moz-"+l.replace("fill-",""))+i;break;case 962:if(i="-webkit-"+i+(102===i.charCodeAt(5)?"-ms-"+i:"")+i,211===n+r&&105===i.charCodeAt(13)&&0<i.indexOf("transform",10))return i.substring(0,i.indexOf(";",27)+1).replace(m,"$1-webkit-$2")+i}return i}function a(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10);return n=e.substring(n+1,e.length-1),I(2!==t?r:r.replace(O,"$1"),n,t)}function i(e,t){var n=o(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(x," or ($1)").substring(4):"("+t+")"}function s(e,t,n,r,o,a,i,s,l,u){for(var d,f=0,p=t;f<A;++f)switch(d=T[f].call(c,e,p,n,r,o,a,i,s,l,u)){case void 0:case!1:case!0:case null:break;default:p=d}if(p!==t)return p}function l(e){return void 0!==(e=e.prefix)&&(I=null,e?"function"!=typeof e?_=1:(_=2,I=e):_=0),l}function c(e,n){var r=e;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<A){var o=s(-1,n,r,r,M,E,0,0,0,0);void 0!==o&&"string"==typeof o&&(n=o)}var a=t(j,r,n,0,0);return 0<A&&(void 0!==(o=s(-2,a,r,r,M,E,a.length,0,0,0))&&(a=o)),"",P=0,E=M=1,a}var u=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,p=/zoo|gra/,m=/([,: ])(transform)/g,h=/,\r+?/g,g=/([\t\r\n ])*\f?&/g,b=/@(k\w+)\s*(\S*)\s*/,y=/::(place)/g,v=/:(read-only)/g,w=/[svh]\w+-[tblr]{2}/,C=/\(\s*(.*)\s*\)/g,x=/([\s\S]*?);/g,k=/-self|flex-/g,O=/[^]*?(:[rp][el]a[\w-]+)[^]*/,D=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,E=1,M=1,P=0,_=1,j=[],T=[],A=0,I=null,L=0;return c.use=function N(e){switch(e){case void 0:case null:A=T.length=0;break;default:if("function"==typeof e)T[A++]=e;else if("object"==typeof e)for(var t=0,n=e.length;t<n;++t)N(e[t]);else L=0|!!e}return N},c.set=l,void 0!==e&&l(e),c},Ne="/*|*/";function Re(e){e&&Ve.current.insert(e+"}")}var Ve={current:null},Fe=function(e,t,n,r,o,a,i,s,l,c){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Ve.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===s)return t+Ne;break;case 3:switch(s){case 102:case 112:return Ve.current.insert(n[0]+t),"";default:return t+(0===c?Ne:"")}case-2:t.split("/*|*/}").forEach(Re)}},Be=function(e){e===undefined&&(e={});var t,n=e.key||"css";e.prefix!==undefined&&(t={prefix:e.prefix});var r=new Le(t);var o,a={};o=e.container||document.head;var i,s=document.querySelectorAll("style[data-emotion-"+n+"]");Array.prototype.forEach.call(s,(function(e){e.getAttribute("data-emotion-"+n).split(" ").forEach((function(e){a[e]=!0})),e.parentNode!==o&&o.appendChild(e)})),r.use(e.stylisPlugins)(Fe),i=function(e,t,n,o){var a=t.name;Ve.current=n,r(e,t.styles),o&&(l.inserted[a]=!0)};var l={key:n,sheet:new Ie({key:n,container:o,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:a,registered:{},insert:i};return l};function He(e,t,n){var r="";return n.split(" ").forEach((function(n){e[n]!==undefined?t.push(e[n]):r+=n+" "})),r}var ze=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&e.registered[r]===undefined&&(e.registered[r]=t.styles),e.inserted[t.name]===undefined){var o=t;do{e.insert("."+r,o,e.sheet,!0);o=o.next}while(o!==undefined)}};var Ue=function(e){for(var t,n=0,r=0,o=e.length;o>=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)},We={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var Ye=/[A-Z]|^ms/g,qe=/_EMO_([^_]+?)_([^]*?)_EMO_/g,$e=function(e){return 45===e.charCodeAt(1)},Ke=function(e){return null!=e&&"boolean"!=typeof e},Ge=function(e){var t={};return function(n){return t[n]===undefined&&(t[n]=e(n)),t[n]}}((function(e){return $e(e)?e:e.replace(Ye,"-$&").toLowerCase()})),Ze=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(qe,(function(e,t,n){return Je={name:t,styles:n,next:Je},t}))}return 1===We[e]||$e(e)||"number"!=typeof t||0===t?t:t+"px"};function Qe(e,t,n,r){if(null==n)return"";if(n.__emotion_styles!==undefined)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Je={name:n.name,styles:n.styles,next:Je},n.name;if(n.styles!==undefined){var o=n.next;if(o!==undefined)for(;o!==undefined;)Je={name:o.name,styles:o.styles,next:Je},o=o.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Qe(e,t,n[o],!1);else for(var a in n){var i=n[a];if("object"!=typeof i)null!=t&&t[i]!==undefined?r+=a+"{"+t[i]+"}":Ke(i)&&(r+=Ge(a)+":"+Ze(a,i)+";");else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=t&&t[i[0]]!==undefined){var s=Qe(e,t,i,!1);switch(a){case"animation":case"animationName":r+=Ge(a)+":"+s+";";break;default:r+=a+"{"+s+"}"}}else for(var l=0;l<i.length;l++)Ke(i[l])&&(r+=Ge(a)+":"+Ze(a,i[l])+";")}return r}(e,t,n);case"function":if(e!==undefined){var a=Je,i=n(e);return Je=a,Qe(e,t,i,r)}break;case"string":}if(null==t)return n;var s=t[n];return s===undefined||r?n:s}var Je,Xe=/label:\s*([^\s;\n{]+)\s*;/g;var et=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&e[0].styles!==undefined)return e[0];var r=!0,o="";Je=undefined;var a=e[0];null==a||a.raw===undefined?(r=!1,o+=Qe(n,t,a,!1)):o+=a[0];for(var i=1;i<e.length;i++)o+=Qe(n,t,e[i],46===o.charCodeAt(o.length-1)),r&&(o+=a[i]);Xe.lastIndex=0;for(var s,l="";null!==(s=Xe.exec(o));)l+="-"+s[1];return{name:Ue(o)+l,styles:o,next:Je}},tt=Object.prototype.hasOwnProperty,nt=(0,e.createContext)("undefined"!=typeof HTMLElement?Be():null),rt=(0,e.createContext)({}),ot=nt.Provider,at=function(t){var n=function(n,r){return(0,e.createElement)(nt.Consumer,null,(function(e){return t(n,e,r)}))};return(0,e.forwardRef)(n)},it="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",st=function(e,t){var n={};for(var r in t)tt.call(t,r)&&(n[r]=t[r]);return n[it]=e,n},lt=function(t,n,r,o){var a=null===r?n.css:n.css(r);"string"==typeof a&&t.registered[a]!==undefined&&(a=t.registered[a]);var i=n[it],s=[a],l="";"string"==typeof n.className?l=He(t.registered,s,n.className):null!=n.className&&(l=n.className+" ");var c=et(s);ze(t,c,"string"==typeof i);l+=t.key+"-"+c.name;var u={};for(var d in n)tt.call(n,d)&&"css"!==d&&d!==it&&(u[d]=n[d]);return u.ref=o,u.className=l,(0,e.createElement)(i,u)},ct=at((function(t,n,r){return"function"==typeof t.css?(0,e.createElement)(rt.Consumer,null,(function(e){return lt(n,t,e,r)})):lt(n,t,null,r)}));var ut=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return et(t)},dt=function(t,n){var r=arguments;if(null==n||!tt.call(n,"css"))return e.createElement.apply(undefined,r);var o=r.length,a=new Array(o);a[0]=ct,a[1]=st(t,n);for(var i=2;i<o;i++)a[i]=r[i];return e.createElement.apply(null,a)},ft=at((function(t,n){var r=t.styles;if("function"==typeof r)return(0,e.createElement)(rt.Consumer,null,(function(t){var o=et([r(t)]);return(0,e.createElement)(pt,{serialized:o,cache:n})}));var o=et([r]);return(0,e.createElement)(pt,{serialized:o,cache:n})})),pt=function(e){var t,n;function r(t,n,r){return e.call(this,t,n,r)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,De(t,n);var o=r.prototype;return o.componentDidMount=function(){this.sheet=new Ie({key:this.props.cache.key+"-global",nonce:this.props.cache.sheet.nonce,container:this.props.cache.sheet.container});var e=document.querySelector("style[data-emotion-"+this.props.cache.key+'="'+this.props.serialized.name+'"]');null!==e&&this.sheet.tags.push(e),this.props.cache.sheet.tags.length&&(this.sheet.before=this.props.cache.sheet.tags[0]),this.insertStyles()},o.componentDidUpdate=function(e){e.serialized.name!==this.props.serialized.name&&this.insertStyles()},o.insertStyles=function(){if(this.props.serialized.next!==undefined&&ze(this.props.cache,this.props.serialized.next,!0),this.sheet.tags.length){var e=this.sheet.tags[this.sheet.tags.length-1].nextElementSibling;this.sheet.before=e,this.sheet.flush()}this.props.cache.insert("",this.props.serialized,this.sheet,!1)},o.componentWillUnmount=function(){this.sheet.flush()},o.render=function(){return null},r}(e.Component),mt=function ri(e){for(var t=e.length,n=0,r="";n<t;n++){var o=e[n];if(null!=o){var a=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))a=ri(o);else for(var i in a="",o)o[i]&&i&&(a&&(a+=" "),a+=i);break;default:a=o}a&&(r&&(r+=" "),r+=a)}}return r};function ht(e,t,n){var r=[],o=He(e,r,n);return r.length<2?n:o+t(r)}var gt=at((function(t,n){return(0,e.createElement)(rt.Consumer,null,(function(e){var r=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var o=et(t,n.registered);return ze(n,o,!1),n.key+"-"+o.name},o={css:r,cx:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return ht(n.registered,r,mt(t))},theme:e},a=t.children(o);return!0,a}))})),bt=ReactDOM;function yt(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function vt(e,t){if(null==e)return{};var n,r,o=yt(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function wt(){return(wt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Ct(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xt(e,t){if(e){if("string"==typeof e)return Ct(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ct(e,t):void 0}}function kt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a=[],i=!0,s=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);i=!0);}catch(l){s=!0,o=l}finally{try{i||null==n["return"]||n["return"]()}finally{if(s)throw o}}return a}}(e,t)||xt(e,t)||function(){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 Ot(e){return function(e){if(Array.isArray(e))return Ct(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||xt(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var St=n(639),Et=function(){};function Mt(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Pt(e,t,n){var r=[n];if(t&&e)for(var o in t)t.hasOwnProperty(o)&&t[o]&&r.push("".concat(Mt(e,o)));return r.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var _t=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===Ee(e)&&null!==e?[e]:[]};function jt(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Tt(e){return jt(e)?window.pageYOffset:e.scrollTop}function At(e,t){jt(e)?window.scrollTo(0,t):e.scrollTop=t}function It(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function Lt(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:200,r=arguments.length>3&&arguments[3]!==undefined?arguments[3]:Et,o=Tt(e),a=t-o,i=10,s=0;function l(){var t=It(s+=i,o,a,n);At(e,t),s<n?window.requestAnimationFrame(l):r(e)}l()}function Nt(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function Rt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Vt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Rt(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Rt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Ft(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}function Bt(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,a=e.shouldScroll,i=e.isFixedPosition,s=e.theme.spacing,l=function(e){var t=getComputedStyle(e),n="absolute"===t.position,r=/(auto|scroll)/,o=document.documentElement;if("fixed"===t.position)return o;for(var a=e;a=a.parentElement;)if(t=getComputedStyle(a),(!n||"static"!==t.position)&&r.test(t.overflow+t.overflowY+t.overflowX))return a;return o}(n),c={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return c;var u=l.getBoundingClientRect().height,d=n.getBoundingClientRect(),f=d.bottom,p=d.height,m=d.top,h=n.offsetParent.getBoundingClientRect().top,g=window.innerHeight,b=Tt(l),y=parseInt(getComputedStyle(n).marginBottom,10),v=parseInt(getComputedStyle(n).marginTop,10),w=h-v,C=g-m,x=w+b,k=u-b-m,O=f-g+b+y,D=b+m-v,S=160;switch(o){case"auto":case"bottom":if(C>=p)return{placement:"bottom",maxHeight:t};if(k>=p&&!i)return a&&Lt(l,O,S),{placement:"bottom",maxHeight:t};if(!i&&k>=r||i&&C>=r)return a&&Lt(l,O,S),{placement:"bottom",maxHeight:i?C-y:k-y};if("auto"===o||i){var E=t,M=i?w:x;return M>=r&&(E=Math.min(M-y-s.controlHeight,t)),{placement:"top",maxHeight:E}}if("bottom"===o)return At(l,O),{placement:"bottom",maxHeight:t};break;case"top":if(w>=p)return{placement:"top",maxHeight:t};if(x>=p&&!i)return a&&Lt(l,D,S),{placement:"top",maxHeight:t};if(!i&&x>=r||i&&w>=r){var P=t;return(!i&&x>=r||i&&w>=r)&&(P=i?w-v:x-v),a&&Lt(l,D,S),{placement:"top",maxHeight:P}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return c}var Ht=function(e){return"auto"===e?"bottom":e},zt=(0,e.createContext)({getPortalPlacement:null}),Ut=function(e){Se(n,e);var t=Ft(n);function n(){var e;xe(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return(e=t.call.apply(t,[this].concat(o))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var n=e.props,r=n.minMenuHeight,o=n.maxMenuHeight,a=n.menuPlacement,i=n.menuPosition,s=n.menuShouldScrollIntoView,l=n.theme;if(t){var c="fixed"===i,u=Bt({maxHeight:o,menuEl:t,minHeight:r,placement:a,shouldScroll:s&&!c,isFixedPosition:c,theme:l}),d=e.context.getPortalPlacement;d&&d(u),e.setState(u)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,n=e.state.placement||Ht(t);return Vt(Vt({},e.props),{},{placement:n,maxHeight:e.state.maxHeight})},e}return Oe(n,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),n}(e.Component);Ut.contextType=zt;var Wt=function(e){var t=e.theme,n=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*n,"px ").concat(3*n,"px"),textAlign:"center"}},Yt=Wt,qt=Wt,$t=function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps;return dt("div",wt({css:o("noOptionsMessage",e),className:r({"menu-notice":!0,"menu-notice--no-options":!0},n)},a),t)};$t.defaultProps={children:"No options"};var Kt=function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps;return dt("div",wt({css:o("loadingMessage",e),className:r({"menu-notice":!0,"menu-notice--loading":!0},n)},a),t)};Kt.defaultProps={children:"Loading..."};var Gt=function(e){Se(n,e);var t=Ft(n);function n(){var e;xe(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return(e=t.call.apply(t,[this].concat(o))).state={placement:null},e.getPortalPlacement=function(t){var n=t.placement;n!==Ht(e.props.menuPlacement)&&e.setState({placement:n})},e}return Oe(n,[{key:"render",value:function(){var e=this.props,t=e.appendTo,n=e.children,r=e.controlElement,o=e.menuPlacement,a=e.menuPosition,i=e.getStyles,s="fixed"===a;if(!t&&!s||!r)return null;var l=this.state.placement||Ht(o),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(r),u=s?0:window.pageYOffset,d=c[l]+u,f=dt("div",{css:i("menuPortal",{offset:d,position:a,rect:c})},n);return dt(zt.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,bt.createPortal)(f,t):f)}}]),n}(e.Component),Zt=Array.isArray,Qt=Object.keys,Jt=Object.prototype.hasOwnProperty;function Xt(e,t){if(e===t)return!0;if(e&&t&&"object"==Ee(e)&&"object"==Ee(t)){var n,r,o,a=Zt(e),i=Zt(t);if(a&&i){if((r=e.length)!=t.length)return!1;for(n=r;0!=n--;)if(!Xt(e[n],t[n]))return!1;return!0}if(a!=i)return!1;var s=e instanceof Date,l=t instanceof Date;if(s!=l)return!1;if(s&&l)return e.getTime()==t.getTime();var c=e instanceof RegExp,u=t instanceof RegExp;if(c!=u)return!1;if(c&&u)return e.toString()==t.toString();var d=Qt(e);if((r=d.length)!==Qt(t).length)return!1;for(n=r;0!=n--;)if(!Jt.call(t,d[n]))return!1;for(n=r;0!=n--;)if(!("_owner"===(o=d[n])&&e.$$typeof||Xt(e[o],t[o])))return!1;return!0}return e!=e&&t!=t}function en(e,t){try{return Xt(e,t)}catch(n){if(n.message&&n.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",n.name,n.message),!1;throw n}}function tn(){var e,t,n=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return tn=function(){return n},n}var nn={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},rn=function(e){var t=e.size,n=vt(e,["size"]);return dt("svg",wt({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:nn},n))},on=function(e){return dt(rn,wt({size:20},e),dt("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},an=function(e){return dt(rn,wt({size:20},e),dt("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},sn=function(e){var t=e.isFocused,n=e.theme,r=n.spacing.baseUnit,o=n.colors;return{label:"indicatorContainer",color:t?o.neutral60:o.neutral20,display:"flex",padding:2*r,transition:"color 150ms",":hover":{color:t?o.neutral80:o.neutral40}}},ln=sn,cn=sn,un=function(){var e=ut.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(tn()),dn=function(e){var t=e.delay,n=e.offset;return dt("span",{css:ut({animation:"".concat(un," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},fn=function(e){var t=e.className,n=e.cx,r=e.getStyles,o=e.innerProps,a=e.isRtl;return dt("div",wt({},o,{css:r("loadingIndicator",e),className:n({indicator:!0,"loading-indicator":!0},t)}),dt(dn,{delay:0,offset:a}),dt(dn,{delay:160,offset:!0}),dt(dn,{delay:320,offset:!a}))};fn.defaultProps={size:4};function pn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function mn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pn(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function hn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function gn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?hn(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var bn=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function yn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yn(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var wn=function(e){var t=e.children,n=e.innerProps;return dt("div",n,t)},Cn=wn,xn=wn;var kn=function(e){var t=e.children,n=e.className,r=e.components,o=e.cx,a=e.data,i=e.getStyles,s=e.innerProps,l=e.isDisabled,c=e.removeProps,u=e.selectProps,d=r.Container,f=r.Label,p=r.Remove;return dt(gt,null,(function(r){var m=r.css,h=r.cx;return dt(d,{data:a,innerProps:vn(vn({},s),{},{className:h(m(i("multiValue",e)),o({"multi-value":!0,"multi-value--is-disabled":l},n))}),selectProps:u},dt(f,{data:a,innerProps:{className:h(m(i("multiValueLabel",e)),o({"multi-value__label":!0},n))},selectProps:u},t),dt(p,{data:a,innerProps:vn({className:h(m(i("multiValueRemove",e)),o({"multi-value__remove":!0},n))},c),selectProps:u}))}))};kn.defaultProps={cropWithEllipsis:!0};function On(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Dn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?On(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):On(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}for(var Sn={ClearIndicator:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps;return dt("div",wt({},a,{css:o("clearIndicator",e),className:r({indicator:!0,"clear-indicator":!0},n)}),t||dt(on,null))},Control:function(e){var t=e.children,n=e.cx,r=e.getStyles,o=e.className,a=e.isDisabled,i=e.isFocused,s=e.innerRef,l=e.innerProps,c=e.menuIsOpen;return dt("div",wt({ref:s,css:r("control",e),className:n({control:!0,"control--is-disabled":a,"control--is-focused":i,"control--menu-is-open":c},o)},l),t)},DropdownIndicator:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps;return dt("div",wt({},a,{css:o("dropdownIndicator",e),className:r({indicator:!0,"dropdown-indicator":!0},n)}),t||dt(an,null))},DownChevron:an,CrossIcon:on,Group:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.Heading,i=e.headingProps,s=e.label,l=e.theme,c=e.selectProps;return dt("div",{css:o("group",e),className:r({group:!0},n)},dt(a,wt({},i,{selectProps:c,theme:l,getStyles:o,cx:r}),s),dt("div",null,t))},GroupHeading:function(e){var t=e.className,n=e.cx,r=e.getStyles,o=e.theme,a=(e.selectProps,vt(e,["className","cx","getStyles","theme","selectProps"]));return dt("div",wt({css:r("groupHeading",mn({theme:o},a)),className:n({"group-heading":!0},t)},a))},IndicatorsContainer:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles;return dt("div",{css:o("indicatorsContainer",e),className:r({indicators:!0},n)},t)},IndicatorSeparator:function(e){var t=e.className,n=e.cx,r=e.getStyles,o=e.innerProps;return dt("span",wt({},o,{css:r("indicatorSeparator",e),className:n({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,n=e.cx,r=e.getStyles,o=e.innerRef,a=e.isHidden,i=e.isDisabled,s=e.theme,l=(e.selectProps,vt(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return dt("div",{css:r("input",gn({theme:s},l))},dt(St.Z,wt({className:n({input:!0},t),inputRef:o,inputStyle:bn(a),disabled:i},l)))},LoadingIndicator:fn,Menu:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerRef,i=e.innerProps;return dt("div",wt({css:o("menu",e),className:r({menu:!0},n)},i,{ref:a}),t)},MenuList:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.isMulti,i=e.innerRef,s=e.innerProps;return dt("div",wt({css:o("menuList",e),className:r({"menu-list":!0,"menu-list--is-multi":a},n),ref:i},s),t)},MenuPortal:Gt,LoadingMessage:Kt,NoOptionsMessage:$t,MultiValue:kn,MultiValueContainer:Cn,MultiValueLabel:xn,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return dt("div",n,t||dt(on,{size:14}))},Option:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.isDisabled,i=e.isFocused,s=e.isSelected,l=e.innerRef,c=e.innerProps;return dt("div",wt({css:o("option",e),className:r({option:!0,"option--is-disabled":a,"option--is-focused":i,"option--is-selected":s},n),ref:l},c),t)},Placeholder:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps;return dt("div",wt({css:o("placeholder",e),className:r({placeholder:!0},n)},a),t)},SelectContainer:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.innerProps,i=e.isDisabled,s=e.isRtl;return dt("div",wt({css:o("container",e),className:r({"--is-disabled":i,"--is-rtl":s},n)},a),t)},SingleValue:function(e){var t=e.children,n=e.className,r=e.cx,o=e.getStyles,a=e.isDisabled,i=e.innerProps;return dt("div",wt({css:o("singleValue",e),className:r({"single-value":!0,"single-value--is-disabled":a},n)},i),t)},ValueContainer:function(e){var t=e.children,n=e.className,r=e.cx,o=e.isMulti,a=e.getStyles,i=e.hasValue;return dt("div",{css:a("valueContainer",e),className:r({"value-container":!0,"value-container--is-multi":o,"value-container--has-value":i},n)},t)}},En=function(e){return Dn(Dn({},Sn),e.components)},Mn=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Pn=new RegExp("["+Mn.map((function(e){return e.letters})).join("")+"]","g"),_n={},jn=0;jn<Mn.length;jn++)for(var Tn=Mn[jn],An=0;An<Tn.letters.length;An++)_n[Tn.letters[An]]=Tn.base;var In=function(e){return e.replace(Pn,(function(e){return _n[e]}))};function Ln(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var Nn=function(e){return e.replace(/^\s+|\s+$/g,"")},Rn=function(e){return"".concat(e.label," ").concat(e.value)};var Vn={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},Fn=function(e){return dt("span",wt({css:Vn},e))};function Bn(e){e["in"],e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,n=(e.emotion,vt(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return dt("input",wt({ref:t},n,{css:ut({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}function Hn(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}var zn=function(e){Se(n,e);var t=Hn(n);function n(){return xe(this,n),t.apply(this,arguments)}return Oe(n,[{key:"componentDidMount",value:function(){this.props.innerRef((0,bt.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),n}(e.Component),Un=["boxSizing","height","overflow","paddingRight","position"],Wn={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Yn(e){e.preventDefault()}function qn(e){e.stopPropagation()}function $n(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Kn(){return"ontouchstart"in window||navigator.maxTouchPoints}function Gn(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}var Zn=!(!window.document||!window.document.createElement),Qn=0,Jn=function(e){Se(n,e);var t=Gn(n);function n(){var e;xe(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return(e=t.call.apply(t,[this].concat(o))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Oe(n,[{key:"componentDidMount",value:function(){var e=this;if(Zn){var t=this.props,n=t.accountForScrollbars,r=t.touchScrollTarget,o=document.body,a=o&&o.style;if(n&&Un.forEach((function(t){var n=a&&a[t];e.originalStyles[t]=n})),n&&Qn<1){var i=parseInt(this.originalStyles.paddingRight,10)||0,s=document.body?document.body.clientWidth:0,l=window.innerWidth-s+i||0;Object.keys(Wn).forEach((function(e){var t=Wn[e];a&&(a[e]=t)})),a&&(a.paddingRight="".concat(l,"px"))}o&&Kn()&&(o.addEventListener("touchmove",Yn,this.listenerOptions),r&&(r.addEventListener("touchstart",$n,this.listenerOptions),r.addEventListener("touchmove",qn,this.listenerOptions))),Qn+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(Zn){var t=this.props,n=t.accountForScrollbars,r=t.touchScrollTarget,o=document.body,a=o&&o.style;Qn=Math.max(Qn-1,0),n&&Qn<1&&Un.forEach((function(t){var n=e.originalStyles[t];a&&(a[t]=n)})),o&&Kn()&&(o.removeEventListener("touchmove",Yn,this.listenerOptions),r&&(r.removeEventListener("touchstart",$n,this.listenerOptions),r.removeEventListener("touchmove",qn,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),n}(e.Component);function Xn(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}Jn.defaultProps={accountForScrollbars:!0};var er={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},tr=function(e){Se(n,e);var t=Xn(n);function n(){var e;xe(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return(e=t.call.apply(t,[this].concat(o))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Oe(n,[{key:"render",value:function(){var e=this.props,t=e.children,n=e.isEnabled,r=this.state.touchScrollTarget;return n?dt("div",null,dt("div",{onClick:this.blurSelectInput,css:er}),dt(zn,{innerRef:this.getScrollTarget},t),r?dt(Jn,{touchScrollTarget:r}):null):t}}]),n}(e.PureComponent);function nr(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}var rr=function(e){Se(r,e);var n=nr(r);function r(){var e;xe(this,r);for(var t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];return(e=n.call.apply(n,[this].concat(o))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,n){var r=e.props,o=r.onBottomArrive,a=r.onBottomLeave,i=r.onTopArrive,s=r.onTopLeave,l=e.scrollTarget,c=l.scrollTop,u=l.scrollHeight,d=l.clientHeight,f=e.scrollTarget,p=n>0,m=u-d-c,h=!1;m>n&&e.isBottom&&(a&&a(t),e.isBottom=!1),p&&e.isTop&&(s&&s(t),e.isTop=!1),p&&n>m?(o&&!e.isBottom&&o(t),f.scrollTop=u,h=!0,e.isBottom=!0):!p&&-n>c&&(i&&!e.isTop&&i(t),f.scrollTop=0,h=!0,e.isTop=!0),h&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var n=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,n)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Oe(r,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return t().createElement(zn,{innerRef:this.getScrollTarget},this.props.children)}}]),r}(e.Component);function or(e){var n=e.isEnabled,r=void 0===n||n,o=vt(e,["isEnabled"]);return r?t().createElement(rr,o):o.children}var ar=function(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},n=t.isSearchable,r=t.isMulti,o=t.label,a=t.isDisabled,i=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(a?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(i?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(o||"Select"," is focused ").concat(n?",type to refine list":"",", press Down to open the menu, ").concat(r?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},ir=function(e,t){var n=t.value,r=t.isDisabled;if(n)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(n,", deselected.");case"select-option":return"option ".concat(n,r?" is disabled. Select another option.":", selected.")}},sr=function(e){return!!e.isDisabled};var lr={clearIndicator:cn,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,n=e.isFocused,r=e.theme,o=r.colors,a=r.borderRadius,i=r.spacing;return{label:"control",alignItems:"center",backgroundColor:t?o.neutral5:o.neutral0,borderColor:t?o.neutral10:n?o.primary:o.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:n?"0 0 0 1px ".concat(o.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:i.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:n?o.primary:o.neutral30}}},dropdownIndicator:ln,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,n=e.theme,r=n.spacing.baseUnit,o=n.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?o.neutral10:o.neutral20,marginBottom:2*r,marginTop:2*r,width:1}},input:function(e){var t=e.isDisabled,n=e.theme,r=n.spacing,o=n.colors;return{margin:r.baseUnit/2,paddingBottom:r.baseUnit/2,paddingTop:r.baseUnit/2,visibility:t?"hidden":"visible",color:o.neutral80}},loadingIndicator:function(e){var t=e.isFocused,n=e.size,r=e.theme,o=r.colors,a=r.spacing.baseUnit;return{label:"loadingIndicator",color:t?o.neutral60:o.neutral20,display:"flex",padding:2*a,transition:"color 150ms",alignSelf:"center",fontSize:n,lineHeight:1,marginRight:n,textAlign:"center",verticalAlign:"middle"}},loadingMessage:qt,menu:function(e){var t,n=e.placement,r=e.theme,o=r.borderRadius,a=r.spacing,i=r.colors;return Dt(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(n),"100%"),Dt(t,"backgroundColor",i.neutral0),Dt(t,"borderRadius",o),Dt(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),Dt(t,"marginBottom",a.menuGutter),Dt(t,"marginTop",a.menuGutter),Dt(t,"position","absolute"),Dt(t,"width","100%"),Dt(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,n=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:n,paddingTop:n,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,n=e.offset,r=e.position;return{left:t.left,position:r,top:n,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,n=t.spacing,r=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:r/2,display:"flex",margin:n.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,n=t.borderRadius,r=t.colors,o=e.cropWithEllipsis;return{borderRadius:n/2,color:r.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:o?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,n=t.spacing,r=t.borderRadius,o=t.colors;return{alignItems:"center",borderRadius:r/2,backgroundColor:e.isFocused&&o.dangerLight,display:"flex",paddingLeft:n.baseUnit,paddingRight:n.baseUnit,":hover":{backgroundColor:o.dangerLight,color:o.danger}}},noOptionsMessage:Yt,option:function(e){var t=e.isDisabled,n=e.isFocused,r=e.isSelected,o=e.theme,a=o.spacing,i=o.colors;return{label:"option",backgroundColor:r?i.primary:n?i.primary25:"transparent",color:t?i.neutral20:r?i.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(r?i.primary:i.primary50)}}},placeholder:function(e){var t=e.theme,n=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,n=e.theme,r=n.spacing,o=n.colors;return{label:"singleValue",color:t?o.neutral40:o.neutral80,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2,maxWidth:"calc(100% - ".concat(2*r.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}};var cr={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function ur(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function dr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ur(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ur(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fr(e){var t=function(){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(e){return!1}}();return function(){var n,r=_e(e);if(t){var o=_e(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Pe(this,n)}}var pr,mr={backspaceRemovesValue:!0,blurInputOnSelect:Nt(),captureMenuScroll:!Nt(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ln(Object(n),!0).forEach((function(t){Dt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ln(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:Rn,trim:!0,matchFrom:"any"},pr),r=n.ignoreCase,o=n.ignoreAccents,a=n.stringify,i=n.trim,s=n.matchFrom,l=i?Nn(t):t,c=i?Nn(a(e)):a(e);return r&&(l=l.toLowerCase(),c=c.toLowerCase()),o&&(l=In(l),c=In(c)),"start"===s?c.substr(0,l.length)===l:c.indexOf(l)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:sr,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},hr=1,gr=function(e){Se(r,e);var n=fr(r);function r(e){var t;xe(this,r),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=En({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,n){var r=t.props,o=r.onChange,a=r.name;o(e,dr(dr({},n),{},{name:a}))},t.setValue=function(e){var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"set-value",r=arguments.length>2?arguments[2]:undefined,o=t.props,a=o.closeMenuOnSelect,i=o.isMulti;t.onInputChange("",{action:"set-value"}),a&&(t.inputIsHiddenAfterUpdate=!i,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:n,option:r})},t.selectOption=function(e){var n=t.props,r=n.blurInputOnSelect,o=n.isMulti,a=t.state.selectValue;if(o)if(t.isOptionSelected(e,a)){var i=t.getOptionValue(e);t.setValue(a.filter((function(e){return t.getOptionValue(e)!==i})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,a)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(Ot(a),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,a)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var n=t.state.selectValue,r=t.getOptionValue(e),o=n.filter((function(e){return t.getOptionValue(e)!==r}));t.onChange(o.length?o:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,n=e[e.length-1],r=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:n?t.getOptionLabel(n):""}}),t.onChange(r.length?r:null,{action:"pop-value",removedValue:n})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return Pt.apply(void 0,[t.props.classNamePrefix].concat(n))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,n){var r=lr[e](n);r.boxSizing="border-box";var o=t.props.styles[e];return o?o(r,n):r},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,n=t.state,r=n.menuOptions,o=n.focusedOption;if(!o||!e)return undefined;var a=r.focusable.indexOf(o),i=r.render[a];return i&&i.key},t.announceAriaLiveSelection=function(e){var n=e.event,r=e.context;t.setState({ariaLiveSelection:ir(n,r)})},t.announceAriaLiveContext=function(e){var n=e.event,r=e.context;t.setState({ariaLiveContext:ar(n,dr(dr({},r),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var n=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():n&&t.openMenu("first"):(n&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var n=t.props,r=n.isMulti,o=n.menuIsOpen;t.focusInput(),o?(t.inputIsHiddenAfterUpdate=!r,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&jt(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var n=e.touches,r=n&&n.item(0);r&&(t.initialTouchX=r.clientX,t.initialTouchY=r.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var n=e.touches,r=n&&n.item(0);if(r){var o=Math.abs(r.clientX-t.initialTouchX),a=Math.abs(r.clientY-t.initialTouchY);t.userIsDragging=o>5||a>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var n=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(n,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var n=t.props,r=n.isSearchable,o=n.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:r,isMulti:o}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,n=e.hideSelectedOptions,r=e.isMulti;return n===undefined?r:n},t.onKeyDown=function(e){var n=t.props,r=n.isMulti,o=n.backspaceRemovesValue,a=n.escapeClearsValue,i=n.inputValue,s=n.isClearable,l=n.isDisabled,c=n.menuIsOpen,u=n.onKeyDown,d=n.tabSelectsValue,f=n.openMenuOnFocus,p=t.state,m=p.focusedOption,h=p.focusedValue,g=p.selectValue;if(!(l||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!r||i)return;t.focusValue("previous");break;case"ArrowRight":if(!r||i)return;t.focusValue("next");break;case"Delete":case"Backspace":if(i)return;if(h)t.removeValue(h);else{if(!o)return;r?t.popValue():s&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!c||!d||!m||f&&t.isOptionSelected(m,g))return;t.selectOption(m);break;case"Enter":if(229===e.keyCode)break;if(c){if(!m)return;if(t.isComposing)return;t.selectOption(m);break}return;case"Escape":c?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):s&&a&&t.clearValue();break;case" ":if(i)return;if(!c){t.openMenu("first");break}if(!m)return;t.selectOption(m);break;case"ArrowUp":c?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":c?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!c)return;t.focusOption("pageup");break;case"PageDown":if(!c)return;t.focusOption("pagedown");break;case"Home":if(!c)return;t.focusOption("first");break;case"End":if(!c)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,n){var r=e.inputValue,o=void 0===r?"":r,a=e.options,i=function(e,r){var a=t.isOptionDisabled(e,n),i=t.isOptionSelected(e,n),s=t.getOptionLabel(e),l=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&i||!t.filterOption({label:s,value:l,data:e},o))){var c=a?undefined:function(){return t.onOptionHover(e)},u=a?undefined:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(r);return{innerProps:{id:d,onClick:u,onMouseMove:c,onMouseOver:c,tabIndex:-1},data:e,isDisabled:a,isSelected:i,key:d,label:s,type:"option",value:l}}};return a.reduce((function(e,n,r){if(n.options){t.hasGroups||(t.hasGroups=!0);var o=n.options.map((function(t,n){var o=i(t,"".concat(r,"-").concat(n));return o&&e.focusable.push(t),o})).filter(Boolean);if(o.length){var a="".concat(t.getElementId("group"),"-").concat(r);e.render.push({type:"group",key:a,data:n,options:o})}}else{var s=i(n,"".concat(r));s&&(e.render.push(s),e.focusable.push(n))}return e}),{render:[],focusable:[]})};var o=e.value;t.cacheComponents=Ae(t.cacheComponents,en).bind(Me(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++
1
+ !function(){var e={521:function(e,t){"use strict";function n(e){var t=undefined;return"undefined"!=typeof Reflect&&"function"==typeof Reflect.ownKeys?t=Reflect.ownKeys(e.prototype):(t=Object.getOwnPropertyNames(e.prototype),"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(e.prototype)))),t.forEach((function(t){if("constructor"!==t){var n=Object.getOwnPropertyDescriptor(e.prototype,t);"function"==typeof n.value&&Object.defineProperty(e.prototype,t,r(e,t,n))}})),e}function r(e,t,n){var r=n.value;if("function"!=typeof r)throw new Error("@autobind decorator can only be applied to methods not: "+typeof r);var o=!1;return{configurable:!0,get:function(){if(o||this===e.prototype||this.hasOwnProperty(t))return r;var n=r.bind(this);return o=!0,Object.defineProperty(this,t,{value:n,configurable:!0,writable:!0}),o=!1,n}}}Object.defineProperty(t,"__esModule",{value:!0}),t["default"]=function(){for(var e=arguments.length,t=Array(e),o=0;o<e;o++)t[o]=arguments[o];return 1===t.length?n.apply(undefined,t):r.apply(undefined,t)},e.exports=t["default"]},527:function(e,t,n){"use strict";n.r(t),n.d(t,{"default":function(){return _}});const r=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],o={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:e=>"undefined"!=typeof console&&console.warn(e),getWeek:e=>{const t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:undefined,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,"static":!1,time_24hr:!1,weekNumbers:!1,wrap:!1},a={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:e=>{const t=e%100;if(t>3&&t<21)return"th";switch(t%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1};var i=a;const s=(e,t=2)=>`000${e}`.slice(-1*t),l=e=>!0===e?1:0;function c(e,t){let n;return function(){clearTimeout(n),n=setTimeout((()=>e.apply(this,arguments)),t)}}const u=e=>e instanceof Array?e:[e];function d(e,t,n){if(!0===n)return e.classList.add(t);e.classList.remove(t)}function f(e,t,n){const r=window.document.createElement(e);return t=t||"",n=n||"",r.className=t,n!==undefined&&(r.textContent=n),r}function p(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function m(e,t){return t(e)?e:e.parentNode?m(e.parentNode,t):undefined}function h(e,t){const n=f("div","numInputWrapper"),r=f("input","numInput "+e),o=f("span","arrowUp"),a=f("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?r.type="number":(r.type="text",r.pattern="\\d*"),t!==undefined)for(const e in t)r.setAttribute(e,t[e]);return n.appendChild(r),n.appendChild(o),n.appendChild(a),n}function g(e){try{if("function"==typeof e.composedPath){return e.composedPath()[0]}return e.target}catch(t){return e.target}}const b=()=>undefined,y=(e,t,n)=>n.months[t?"shorthand":"longhand"][e],v={D:b,F:function(e,t,n){e.setMonth(n.months.longhand.indexOf(t))},G:(e,t)=>{e.setHours(parseFloat(t))},H:(e,t)=>{e.setHours(parseFloat(t))},J:(e,t)=>{e.setDate(parseFloat(t))},K:(e,t,n)=>{e.setHours(e.getHours()%12+12*l(new RegExp(n.amPM[1],"i").test(t)))},M:function(e,t,n){e.setMonth(n.months.shorthand.indexOf(t))},S:(e,t)=>{e.setSeconds(parseFloat(t))},U:(e,t)=>new Date(1e3*parseFloat(t)),W:function(e,t,n){const r=parseInt(t),o=new Date(e.getFullYear(),0,2+7*(r-1),0,0,0,0);return o.setDate(o.getDate()-o.getDay()+n.firstDayOfWeek),o},Y:(e,t)=>{e.setFullYear(parseFloat(t))},Z:(e,t)=>new Date(t),d:(e,t)=>{e.setDate(parseFloat(t))},h:(e,t)=>{e.setHours(parseFloat(t))},i:(e,t)=>{e.setMinutes(parseFloat(t))},j:(e,t)=>{e.setDate(parseFloat(t))},l:b,m:(e,t)=>{e.setMonth(parseFloat(t)-1)},n:(e,t)=>{e.setMonth(parseFloat(t)-1)},s:(e,t)=>{e.setSeconds(parseFloat(t))},u:(e,t)=>new Date(parseFloat(t)),w:b,y:(e,t)=>{e.setFullYear(2e3+parseFloat(t))}},w={D:"(\\w+)",F:"(\\w+)",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"(\\w+)",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"(\\w+)",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},C={Z:e=>e.toISOString(),D:function(e,t,n){return t.weekdays.shorthand[C.w(e,t,n)]},F:function(e,t,n){return y(C.n(e,t,n)-1,!1,t)},G:function(e,t,n){return s(C.h(e,t,n))},H:e=>s(e.getHours()),J:function(e,t){return t.ordinal!==undefined?e.getDate()+t.ordinal(e.getDate()):e.getDate()},K:(e,t)=>t.amPM[l(e.getHours()>11)],M:function(e,t){return y(e.getMonth(),!0,t)},S:e=>s(e.getSeconds()),U:e=>e.getTime()/1e3,W:function(e,t,n){return n.getWeek(e)},Y:e=>s(e.getFullYear(),4),d:e=>s(e.getDate()),h:e=>e.getHours()%12?e.getHours()%12:12,i:e=>s(e.getMinutes()),j:e=>e.getDate(),l:function(e,t){return t.weekdays.longhand[e.getDay()]},m:e=>s(e.getMonth()+1),n:e=>e.getMonth()+1,s:e=>e.getSeconds(),u:e=>e.getTime(),w:e=>e.getDay(),y:e=>String(e.getFullYear()).substring(2)},x=({config:e=o,l10n:t=a,isMobile:n=!1})=>(r,o,a)=>{const i=a||t;return e.formatDate===undefined||n?o.split("").map(((t,n,o)=>C[t]&&"\\"!==o[n-1]?C[t](r,i,e):"\\"!==t?t:"")).join(""):e.formatDate(r,o,i)},k=({config:e=o,l10n:t=a})=>(n,r,a,i)=>{if(0!==n&&!n)return undefined;const s=i||t;let l;const c=n;if(n instanceof Date)l=new Date(n.getTime());else if("string"!=typeof n&&n.toFixed!==undefined)l=new Date(n);else if("string"==typeof n){const t=r||(e||o).dateFormat,i=String(n).trim();if("today"===i)l=new Date,a=!0;else if(/Z$/.test(i)||/GMT$/.test(i))l=new Date(n);else if(e&&e.parseDate)l=e.parseDate(n,t);else{l=e&&e.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);let r,o=[];for(let e=0,a=0,i="";e<t.length;e++){const c=t[e],u="\\"===c,d="\\"===t[e-1]||u;if(w[c]&&!d){i+=w[c];const e=new RegExp(i).exec(n);e&&(r=!0)&&o["Y"!==c?"push":"unshift"]({fn:v[c],val:e[++a]})}else u||(i+=".");o.forEach((({fn:e,val:t})=>l=e(l,t,s)||l))}l=r?l:undefined}}return l instanceof Date&&!isNaN(l.getTime())?(!0===a&&l.setHours(0,0,0,0),l):(e.errorHandler(new Error(`Invalid date provided: ${c}`)),undefined)};function O(e,t,n=!0){return!1!==n?new Date(e.getTime()).setHours(0,0,0,0)-new Date(t.getTime()).setHours(0,0,0,0):e.getTime()-t.getTime()}const D=864e5;function S(e){let t=e.defaultHour,n=e.defaultMinute,r=e.defaultSeconds;if(e.minDate!==undefined){const o=e.minDate.getHours(),a=e.minDate.getMinutes(),i=e.minDate.getSeconds();t<o&&(t=o),t===o&&n<a&&(n=a),t===o&&n===a&&r<i&&(r=e.minDate.getSeconds())}if(e.maxDate!==undefined){const o=e.maxDate.getHours(),a=e.maxDate.getMinutes();t=Math.min(t,o),t===o&&(n=Math.min(a,n)),t===o&&n===a&&(r=e.maxDate.getSeconds())}return{hours:t,minutes:n,seconds:r}}n(895);function E(e,t){const n={config:Object.assign(Object.assign({},o),P.defaultConfig),l10n:i};function a(e){return e.bind(n)}function b(){const e=n.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(n.calendarContainer!==undefined&&(n.calendarContainer.style.visibility="hidden",n.calendarContainer.style.display="block"),n.daysContainer!==undefined){const t=(n.days.offsetWidth+1)*e.showMonths;n.daysContainer.style.width=t+"px",n.calendarContainer.style.width=t+(n.weekWrapper!==undefined?n.weekWrapper.offsetWidth:0)+"px",n.calendarContainer.style.removeProperty("visibility"),n.calendarContainer.style.removeProperty("display")}}))}function v(e){if(0===n.selectedDates.length){const e=n.config.minDate===undefined||O(new Date,n.config.minDate)>=0?new Date:new Date(n.config.minDate.getTime()),t=S(n.config);e.setHours(t.hours,t.minutes,t.seconds,e.getMilliseconds()),n.selectedDates=[e],n.latestSelectedDateObj=e}e!==undefined&&"blur"!==e.type&&function(e){e.preventDefault();const t="keydown"===e.type,r=g(e),o=r;n.amPM!==undefined&&r===n.amPM&&(n.amPM.textContent=n.l10n.amPM[l(n.amPM.textContent===n.l10n.amPM[0])]);const a=parseFloat(o.getAttribute("min")),i=parseFloat(o.getAttribute("max")),c=parseFloat(o.getAttribute("step")),u=parseInt(o.value,10),d=e.delta||(t?38===e.which?1:-1:0);let f=u+c*d;if("undefined"!=typeof o.value&&2===o.value.length){const e=o===n.hourElement,t=o===n.minuteElement;f<a?(f=i+f+l(!e)+(l(e)&&l(!n.amPM)),t&&L(undefined,-1,n.hourElement)):f>i&&(f=o===n.hourElement?f-i-l(!n.amPM):a,t&&L(undefined,1,n.hourElement)),n.amPM&&e&&(1===c?f+u===23:Math.abs(f-u)>c)&&(n.amPM.textContent=n.l10n.amPM[l(n.amPM.textContent===n.l10n.amPM[0])]),o.value=s(f)}}(e);const t=n._input.value;C(),ye(),n._input.value!==t&&n._debouncedChange()}function C(){if(n.hourElement===undefined||n.minuteElement===undefined)return;let e=(parseInt(n.hourElement.value.slice(-2),10)||0)%24,t=(parseInt(n.minuteElement.value,10)||0)%60,r=n.secondElement!==undefined?(parseInt(n.secondElement.value,10)||0)%60:0;var o,a;n.amPM!==undefined&&(o=e,a=n.amPM.textContent,e=o%12+12*l(a===n.l10n.amPM[1]));const i=n.config.minTime!==undefined||n.config.minDate&&n.minDateHasTime&&n.latestSelectedDateObj&&0===O(n.latestSelectedDateObj,n.config.minDate,!0);if(n.config.maxTime!==undefined||n.config.maxDate&&n.maxDateHasTime&&n.latestSelectedDateObj&&0===O(n.latestSelectedDateObj,n.config.maxDate,!0)){const o=n.config.maxTime!==undefined?n.config.maxTime:n.config.maxDate;e=Math.min(e,o.getHours()),e===o.getHours()&&(t=Math.min(t,o.getMinutes())),t===o.getMinutes()&&(r=Math.min(r,o.getSeconds()))}if(i){const o=n.config.minTime!==undefined?n.config.minTime:n.config.minDate;e=Math.max(e,o.getHours()),e===o.getHours()&&t<o.getMinutes()&&(t=o.getMinutes()),t===o.getMinutes()&&(r=Math.max(r,o.getSeconds()))}M(e,t,r)}function E(e){const t=e||n.latestSelectedDateObj;t&&M(t.getHours(),t.getMinutes(),t.getSeconds())}function M(e,t,r){n.latestSelectedDateObj!==undefined&&n.latestSelectedDateObj.setHours(e%24,t,r||0,0),n.hourElement&&n.minuteElement&&!n.isMobile&&(n.hourElement.value=s(n.config.time_24hr?e:(12+e)%12+12*l(e%12==0)),n.minuteElement.value=s(t),n.amPM!==undefined&&(n.amPM.textContent=n.l10n.amPM[l(e>=12)]),n.secondElement!==undefined&&(n.secondElement.value=s(r)))}function _(e){const t=g(e),n=parseInt(t.value)+(e.delta||0);(n/1e3>1||"Enter"===e.key&&!/[^\d]/.test(n.toString()))&&Q(n)}function j(e,t,r,o){return t instanceof Array?t.forEach((t=>j(e,t,r,o))):e instanceof Array?e.forEach((e=>j(e,t,r,o))):(e.addEventListener(t,r,o),void n._handlers.push({remove:()=>e.removeEventListener(t,r)}))}function T(){pe("onChange")}function A(e,t){const r=e!==undefined?n.parseDate(e):n.latestSelectedDateObj||(n.config.minDate&&n.config.minDate>n.now?n.config.minDate:n.config.maxDate&&n.config.maxDate<n.now?n.config.maxDate:n.now),o=n.currentYear,a=n.currentMonth;try{r!==undefined&&(n.currentYear=r.getFullYear(),n.currentMonth=r.getMonth())}catch(i){i.message="Invalid date supplied: "+r,n.config.errorHandler(i)}t&&n.currentYear!==o&&(pe("onYearChange"),H()),!t||n.currentYear===o&&n.currentMonth===a||pe("onMonthChange"),n.redraw()}function I(e){const t=g(e);~t.className.indexOf("arrow")&&L(e,t.classList.contains("arrowUp")?1:-1)}function L(e,t,n){const r=e&&g(e),o=n||r&&r.parentNode&&r.parentNode.firstChild,a=me("increment");a.delta=t,o&&o.dispatchEvent(a)}function N(e,t,r,o){const a=Z(t,!0),i=f("span","flatpickr-day "+e,t.getDate().toString());return i.dateObj=t,i.$i=o,i.setAttribute("aria-label",n.formatDate(t,n.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===O(t,n.now)&&(n.todayDateElem=i,i.classList.add("today"),i.setAttribute("aria-current","date")),a?(i.tabIndex=-1,he(t)&&(i.classList.add("selected"),n.selectedDateElem=i,"range"===n.config.mode&&(d(i,"startRange",n.selectedDates[0]&&0===O(t,n.selectedDates[0],!0)),d(i,"endRange",n.selectedDates[1]&&0===O(t,n.selectedDates[1],!0)),"nextMonthDay"===e&&i.classList.add("inRange")))):i.classList.add("flatpickr-disabled"),"range"===n.config.mode&&function(e){return!("range"!==n.config.mode||n.selectedDates.length<2)&&(O(e,n.selectedDates[0])>=0&&O(e,n.selectedDates[1])<=0)}(t)&&!he(t)&&i.classList.add("inRange"),n.weekNumbers&&1===n.config.showMonths&&"prevMonthDay"!==e&&r%7==1&&n.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+n.config.getWeek(t)+"</span>"),pe("onDayCreate",i),i}function R(e){e.focus(),"range"===n.config.mode&&te(e)}function V(e){const t=e>0?0:n.config.showMonths-1,r=e>0?n.config.showMonths:-1;for(let o=t;o!=r;o+=e){const t=n.daysContainer.children[o],r=e>0?0:t.children.length-1,a=e>0?t.children.length:-1;for(let n=r;n!=a;n+=e){const e=t.children[n];if(-1===e.className.indexOf("hidden")&&Z(e.dateObj))return e}}return undefined}function F(e,t){const r=J(document.activeElement||document.body),o=e!==undefined?e:r?document.activeElement:n.selectedDateElem!==undefined&&J(n.selectedDateElem)?n.selectedDateElem:n.todayDateElem!==undefined&&J(n.todayDateElem)?n.todayDateElem:V(t>0?1:-1);o===undefined?n._input.focus():r?function(e,t){const r=-1===e.className.indexOf("Month")?e.dateObj.getMonth():n.currentMonth,o=t>0?n.config.showMonths:-1,a=t>0?1:-1;for(let i=r-n.currentMonth;i!=o;i+=a){const o=n.daysContainer.children[i],s=r-n.currentMonth===i?e.$i+t:t<0?o.children.length-1:0,l=o.children.length;for(let n=s;n>=0&&n<l&&n!=(t>0?l:-1);n+=a){const r=o.children[n];if(-1===r.className.indexOf("hidden")&&Z(r.dateObj)&&Math.abs(e.$i-n)>=Math.abs(t))return R(r)}}n.changeMonth(a),F(V(a),0),undefined}(o,t):R(o)}function B(e,t){const r=(new Date(e,t,1).getDay()-n.l10n.firstDayOfWeek+7)%7,o=n.utils.getDaysInMonth((t-1+12)%12,e),a=n.utils.getDaysInMonth(t,e),i=window.document.createDocumentFragment(),s=n.config.showMonths>1,l=s?"prevMonthDay hidden":"prevMonthDay",c=s?"nextMonthDay hidden":"nextMonthDay";let u=o+1-r,d=0;for(;u<=o;u++,d++)i.appendChild(N(l,new Date(e,t-1,u),u,d));for(u=1;u<=a;u++,d++)i.appendChild(N("",new Date(e,t,u),u,d));for(let o=a+1;o<=42-r&&(1===n.config.showMonths||d%7!=0);o++,d++)i.appendChild(N(c,new Date(e,t+1,o%a),o,d));const p=f("div","dayContainer");return p.appendChild(i),p}function z(){if(n.daysContainer===undefined)return;p(n.daysContainer),n.weekNumbers&&p(n.weekNumbers);const e=document.createDocumentFragment();for(let t=0;t<n.config.showMonths;t++){const r=new Date(n.currentYear,n.currentMonth,1);r.setMonth(n.currentMonth+t),e.appendChild(B(r.getFullYear(),r.getMonth()))}n.daysContainer.appendChild(e),n.days=n.daysContainer.firstChild,"range"===n.config.mode&&1===n.selectedDates.length&&te()}function H(){if(n.config.showMonths>1||"dropdown"!==n.config.monthSelectorType)return;const e=function(e){return!(n.config.minDate!==undefined&&n.currentYear===n.config.minDate.getFullYear()&&e<n.config.minDate.getMonth())&&!(n.config.maxDate!==undefined&&n.currentYear===n.config.maxDate.getFullYear()&&e>n.config.maxDate.getMonth())};n.monthsDropdownContainer.tabIndex=-1,n.monthsDropdownContainer.innerHTML="";for(let t=0;t<12;t++){if(!e(t))continue;const r=f("option","flatpickr-monthDropdown-month");r.value=new Date(n.currentYear,t).getMonth().toString(),r.textContent=y(t,n.config.shorthandCurrentMonth,n.l10n),r.tabIndex=-1,n.currentMonth===t&&(r.selected=!0),n.monthsDropdownContainer.appendChild(r)}}function U(){const e=f("div","flatpickr-month"),t=window.document.createDocumentFragment();let r;n.config.showMonths>1||"static"===n.config.monthSelectorType?r=f("span","cur-month"):(n.monthsDropdownContainer=f("select","flatpickr-monthDropdown-months"),n.monthsDropdownContainer.setAttribute("aria-label",n.l10n.monthAriaLabel),j(n.monthsDropdownContainer,"change",(e=>{const t=g(e),r=parseInt(t.value,10);n.changeMonth(r-n.currentMonth),pe("onMonthChange")})),H(),r=n.monthsDropdownContainer);const o=h("cur-year",{tabindex:"-1"}),a=o.getElementsByTagName("input")[0];a.setAttribute("aria-label",n.l10n.yearAriaLabel),n.config.minDate&&a.setAttribute("min",n.config.minDate.getFullYear().toString()),n.config.maxDate&&(a.setAttribute("max",n.config.maxDate.getFullYear().toString()),a.disabled=!!n.config.minDate&&n.config.minDate.getFullYear()===n.config.maxDate.getFullYear());const i=f("div","flatpickr-current-month");return i.appendChild(r),i.appendChild(o),t.appendChild(i),e.appendChild(t),{container:e,yearElement:a,monthElement:r}}function W(){p(n.monthNav),n.monthNav.appendChild(n.prevMonthNav),n.config.showMonths&&(n.yearElements=[],n.monthElements=[]);for(let e=n.config.showMonths;e--;){const e=U();n.yearElements.push(e.yearElement),n.monthElements.push(e.monthElement),n.monthNav.appendChild(e.container)}n.monthNav.appendChild(n.nextMonthNav)}function q(){n.weekdayContainer?p(n.weekdayContainer):n.weekdayContainer=f("div","flatpickr-weekdays");for(let e=n.config.showMonths;e--;){const e=f("div","flatpickr-weekdaycontainer");n.weekdayContainer.appendChild(e)}return Y(),n.weekdayContainer}function Y(){if(!n.weekdayContainer)return;const e=n.l10n.firstDayOfWeek;let t=[...n.l10n.weekdays.shorthand];e>0&&e<t.length&&(t=[...t.splice(e,t.length),...t.splice(0,e)]);for(let e=n.config.showMonths;e--;)n.weekdayContainer.children[e].innerHTML=`\n <span class='flatpickr-weekday'>\n ${t.join("</span><span class='flatpickr-weekday'>")}\n </span>\n `}function $(e,t=!0){const r=t?e:e-n.currentMonth;r<0&&!0===n._hidePrevMonthArrow||r>0&&!0===n._hideNextMonthArrow||(n.currentMonth+=r,(n.currentMonth<0||n.currentMonth>11)&&(n.currentYear+=n.currentMonth>11?1:-1,n.currentMonth=(n.currentMonth+12)%12,pe("onYearChange"),H()),z(),pe("onMonthChange"),ge())}function K(e){return!(!n.config.appendTo||!n.config.appendTo.contains(e))||n.calendarContainer.contains(e)}function G(e){if(n.isOpen&&!n.config.inline){const t=g(e),r=K(t),o=t===n.input||t===n.altInput||n.element.contains(t)||e.path&&e.path.indexOf&&(~e.path.indexOf(n.input)||~e.path.indexOf(n.altInput)),a="blur"===e.type?o&&e.relatedTarget&&!K(e.relatedTarget):!o&&!r&&!K(e.relatedTarget),i=!n.config.ignoredFocusElements.some((e=>e.contains(t)));a&&i&&(n.timeContainer!==undefined&&n.minuteElement!==undefined&&n.hourElement!==undefined&&""!==n.input.value&&n.input.value!==undefined&&v(),n.close(),n.config&&"range"===n.config.mode&&1===n.selectedDates.length&&(n.clear(!1),n.redraw()))}}function Q(e){if(!e||n.config.minDate&&e<n.config.minDate.getFullYear()||n.config.maxDate&&e>n.config.maxDate.getFullYear())return;const t=e,r=n.currentYear!==t;n.currentYear=t||n.currentYear,n.config.maxDate&&n.currentYear===n.config.maxDate.getFullYear()?n.currentMonth=Math.min(n.config.maxDate.getMonth(),n.currentMonth):n.config.minDate&&n.currentYear===n.config.minDate.getFullYear()&&(n.currentMonth=Math.max(n.config.minDate.getMonth(),n.currentMonth)),r&&(n.redraw(),pe("onYearChange"),H())}function Z(e,t=!0){var r;const o=n.parseDate(e,undefined,t);if(n.config.minDate&&o&&O(o,n.config.minDate,t!==undefined?t:!n.minDateHasTime)<0||n.config.maxDate&&o&&O(o,n.config.maxDate,t!==undefined?t:!n.maxDateHasTime)>0)return!1;if(!n.config.enable&&0===n.config.disable.length)return!0;if(o===undefined)return!1;const a=!!n.config.enable,i=null!==(r=n.config.enable)&&void 0!==r?r:n.config.disable;for(let e,t=0;t<i.length;t++){if(e=i[t],"function"==typeof e&&e(o))return a;if(e instanceof Date&&o!==undefined&&e.getTime()===o.getTime())return a;if("string"==typeof e){const t=n.parseDate(e,undefined,!0);return t&&t.getTime()===o.getTime()?a:!a}if("object"==typeof e&&o!==undefined&&e.from&&e.to&&o.getTime()>=e.from.getTime()&&o.getTime()<=e.to.getTime())return a}return!a}function J(e){return n.daysContainer!==undefined&&(-1===e.className.indexOf("hidden")&&-1===e.className.indexOf("flatpickr-disabled")&&n.daysContainer.contains(e))}function X(e){!(e.target===n._input)||!(n.selectedDates.length>0||n._input.value.length>0)||e.relatedTarget&&K(e.relatedTarget)||n.setDate(n._input.value,!0,e.target===n.altInput?n.config.altFormat:n.config.dateFormat)}function ee(t){const r=g(t),o=n.config.wrap?e.contains(r):r===n._input,a=n.config.allowInput,i=n.isOpen&&(!a||!o),s=n.config.inline&&o&&!a;if(13===t.keyCode&&o){if(a)return n.setDate(n._input.value,!0,r===n.altInput?n.config.altFormat:n.config.dateFormat),r.blur();n.open()}else if(K(r)||i||s){const e=!!n.timeContainer&&n.timeContainer.contains(r);switch(t.keyCode){case 13:e?(t.preventDefault(),v(),le()):ce(t);break;case 27:t.preventDefault(),le();break;case 8:case 46:o&&!n.config.allowInput&&(t.preventDefault(),n.clear());break;case 37:case 39:if(e||o)n.hourElement&&n.hourElement.focus();else if(t.preventDefault(),n.daysContainer!==undefined&&(!1===a||document.activeElement&&J(document.activeElement))){const e=39===t.keyCode?1:-1;t.ctrlKey?(t.stopPropagation(),$(e),F(V(1),0)):F(undefined,e)}break;case 38:case 40:t.preventDefault();const i=40===t.keyCode?1:-1;n.daysContainer&&r.$i!==undefined||r===n.input||r===n.altInput?t.ctrlKey?(t.stopPropagation(),Q(n.currentYear-i),F(V(1),0)):e||F(undefined,7*i):r===n.currentYearElement?Q(n.currentYear-i):n.config.enableTime&&(!e&&n.hourElement&&n.hourElement.focus(),v(t),n._debouncedChange());break;case 9:if(e){const e=[n.hourElement,n.minuteElement,n.secondElement,n.amPM].concat(n.pluginElements).filter((e=>e)),o=e.indexOf(r);if(-1!==o){const r=e[o+(t.shiftKey?-1:1)];t.preventDefault(),(r||n._input).focus()}}else!n.config.noCalendar&&n.daysContainer&&n.daysContainer.contains(r)&&t.shiftKey&&(t.preventDefault(),n._input.focus())}}if(n.amPM!==undefined&&r===n.amPM)switch(t.key){case n.l10n.amPM[0].charAt(0):case n.l10n.amPM[0].charAt(0).toLowerCase():n.amPM.textContent=n.l10n.amPM[0],C(),ye();break;case n.l10n.amPM[1].charAt(0):case n.l10n.amPM[1].charAt(0).toLowerCase():n.amPM.textContent=n.l10n.amPM[1],C(),ye()}(o||K(r))&&pe("onKeyDown",t)}function te(e){if(1!==n.selectedDates.length||e&&(!e.classList.contains("flatpickr-day")||e.classList.contains("flatpickr-disabled")))return;const t=e?e.dateObj.getTime():n.days.firstElementChild.dateObj.getTime(),r=n.parseDate(n.selectedDates[0],undefined,!0).getTime(),o=Math.min(t,n.selectedDates[0].getTime()),a=Math.max(t,n.selectedDates[0].getTime());let i=!1,s=0,l=0;for(let e=o;e<a;e+=D)Z(new Date(e),!0)||(i=i||e>o&&e<a,e<r&&(!s||e>s)?s=e:e>r&&(!l||e<l)&&(l=e));for(let o=0;o<n.config.showMonths;o++){const a=n.daysContainer.children[o];for(let o=0,f=a.children.length;o<f;o++){const f=a.children[o],p=f.dateObj.getTime(),m=s>0&&p<s||l>0&&p>l;m?(f.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach((e=>{f.classList.remove(e)}))):i&&!m||(["startRange","inRange","endRange","notAllowed"].forEach((e=>{f.classList.remove(e)})),e!==undefined&&(e.classList.add(t<=n.selectedDates[0].getTime()?"startRange":"endRange"),r<t&&p===r?f.classList.add("startRange"):r>t&&p===r&&f.classList.add("endRange"),p>=s&&(0===l||p<=l)&&(u=r,d=t,(c=p)>Math.min(u,d)&&c<Math.max(u,d))&&f.classList.add("inRange")))}}var c,u,d}function ne(){!n.isOpen||n.config["static"]||n.config.inline||ie()}function re(e){return t=>{const r=n.config[`_${e}Date`]=n.parseDate(t,n.config.dateFormat),o=n.config[`_${"min"===e?"max":"min"}Date`];r!==undefined&&(n["min"===e?"minDateHasTime":"maxDateHasTime"]=r.getHours()>0||r.getMinutes()>0||r.getSeconds()>0),n.selectedDates&&(n.selectedDates=n.selectedDates.filter((e=>Z(e))),n.selectedDates.length||"min"!==e||E(r),ye()),n.daysContainer&&(se(),r!==undefined?n.currentYearElement[e]=r.getFullYear().toString():n.currentYearElement.removeAttribute(e),n.currentYearElement.disabled=!!o&&r!==undefined&&o.getFullYear()===r.getFullYear())}}function oe(){return n.config.wrap?e.querySelector("[data-input]"):e}function ae(){"object"!=typeof n.config.locale&&"undefined"==typeof P.l10ns[n.config.locale]&&n.config.errorHandler(new Error(`flatpickr: invalid locale ${n.config.locale}`)),n.l10n=Object.assign(Object.assign({},P.l10ns["default"]),"object"==typeof n.config.locale?n.config.locale:"default"!==n.config.locale?P.l10ns[n.config.locale]:undefined),w.K=`(${n.l10n.amPM[0]}|${n.l10n.amPM[1]}|${n.l10n.amPM[0].toLowerCase()}|${n.l10n.amPM[1].toLowerCase()})`;Object.assign(Object.assign({},t),JSON.parse(JSON.stringify(e.dataset||{}))).time_24hr===undefined&&P.defaultConfig.time_24hr===undefined&&(n.config.time_24hr=n.l10n.time_24hr),n.formatDate=x(n),n.parseDate=k({config:n.config,l10n:n.l10n})}function ie(e){if("function"==typeof n.config.position)return void n.config.position(n,e);if(n.calendarContainer===undefined)return;pe("onPreCalendarPosition");const t=e||n._positionElement,r=Array.prototype.reduce.call(n.calendarContainer.children,((e,t)=>e+t.offsetHeight),0),o=n.calendarContainer.offsetWidth,a=n.config.position.split(" "),i=a[0],s=a.length>1?a[1]:null,l=t.getBoundingClientRect(),c=window.innerHeight-l.bottom,u="above"===i||"below"!==i&&c<r&&l.top>r,f=window.pageYOffset+l.top+(u?-r-2:t.offsetHeight+2);if(d(n.calendarContainer,"arrowTop",!u),d(n.calendarContainer,"arrowBottom",u),n.config.inline)return;let p=window.pageXOffset+l.left,m=!1,h=!1;"center"===s?(p-=(o-l.width)/2,m=!0):"right"===s&&(p-=o-l.width,h=!0),d(n.calendarContainer,"arrowLeft",!m&&!h),d(n.calendarContainer,"arrowCenter",m),d(n.calendarContainer,"arrowRight",h);const g=window.document.body.offsetWidth-(window.pageXOffset+l.right),b=p+o>window.document.body.offsetWidth,y=g+o>window.document.body.offsetWidth;if(d(n.calendarContainer,"rightMost",b),!n.config["static"])if(n.calendarContainer.style.top=`${f}px`,b)if(y){const e=function(){let e=null;for(let n=0;n<document.styleSheets.length;n++){const r=document.styleSheets[n];try{r.cssRules}catch(t){continue}e=r;break}return null!=e?e:function(){const e=document.createElement("style");return document.head.appendChild(e),e.sheet}()}();if(e===undefined)return;const t=window.document.body.offsetWidth,r=Math.max(0,t/2-o/2),a=".flatpickr-calendar.centerMost:before",i=".flatpickr-calendar.centerMost:after",s=e.cssRules.length,c=`{left:${l.left}px;right:auto;}`;d(n.calendarContainer,"rightMost",!1),d(n.calendarContainer,"centerMost",!0),e.insertRule(`${a},${i}${c}`,s),n.calendarContainer.style.left=`${r}px`,n.calendarContainer.style.right="auto"}else n.calendarContainer.style.left="auto",n.calendarContainer.style.right=`${g}px`;else n.calendarContainer.style.left=`${p}px`,n.calendarContainer.style.right="auto"}function se(){n.config.noCalendar||n.isMobile||(H(),ge(),z())}function le(){n._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||navigator.msMaxTouchPoints!==undefined?setTimeout(n.close,0):n.close()}function ce(e){e.preventDefault(),e.stopPropagation();const t=m(g(e),(e=>e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled")&&!e.classList.contains("notAllowed")));if(t===undefined)return;const r=t,o=n.latestSelectedDateObj=new Date(r.dateObj.getTime()),a=(o.getMonth()<n.currentMonth||o.getMonth()>n.currentMonth+n.config.showMonths-1)&&"range"!==n.config.mode;if(n.selectedDateElem=r,"single"===n.config.mode)n.selectedDates=[o];else if("multiple"===n.config.mode){const e=he(o);e?n.selectedDates.splice(parseInt(e),1):n.selectedDates.push(o)}else"range"===n.config.mode&&(2===n.selectedDates.length&&n.clear(!1,!1),n.latestSelectedDateObj=o,n.selectedDates.push(o),0!==O(o,n.selectedDates[0],!0)&&n.selectedDates.sort(((e,t)=>e.getTime()-t.getTime())));if(C(),a){const e=n.currentYear!==o.getFullYear();n.currentYear=o.getFullYear(),n.currentMonth=o.getMonth(),e&&(pe("onYearChange"),H()),pe("onMonthChange")}if(ge(),z(),ye(),a||"range"===n.config.mode||1!==n.config.showMonths?n.selectedDateElem!==undefined&&n.hourElement===undefined&&n.selectedDateElem&&n.selectedDateElem.focus():R(r),n.hourElement!==undefined&&n.hourElement!==undefined&&n.hourElement.focus(),n.config.closeOnSelect){const e="single"===n.config.mode&&!n.config.enableTime,t="range"===n.config.mode&&2===n.selectedDates.length&&!n.config.enableTime;(e||t)&&le()}T()}n.parseDate=k({config:n.config,l10n:n.l10n}),n._handlers=[],n.pluginElements=[],n.loadedPlugins=[],n._bind=j,n._setHoursFromDate=E,n._positionCalendar=ie,n.changeMonth=$,n.changeYear=Q,n.clear=function(e=!0,t=!0){n.input.value="",n.altInput!==undefined&&(n.altInput.value="");n.mobileInput!==undefined&&(n.mobileInput.value="");n.selectedDates=[],n.latestSelectedDateObj=undefined,!0===t&&(n.currentYear=n._initialDate.getFullYear(),n.currentMonth=n._initialDate.getMonth());if(!0===n.config.enableTime){const{hours:e,minutes:t,seconds:r}=S(n.config);M(e,t,r)}n.redraw(),e&&pe("onChange")},n.close=function(){n.isOpen=!1,n.isMobile||(n.calendarContainer!==undefined&&n.calendarContainer.classList.remove("open"),n._input!==undefined&&n._input.classList.remove("active"));pe("onClose")},n._createElement=f,n.destroy=function(){n.config!==undefined&&pe("onDestroy");for(let e=n._handlers.length;e--;)n._handlers[e].remove();if(n._handlers=[],n.mobileInput)n.mobileInput.parentNode&&n.mobileInput.parentNode.removeChild(n.mobileInput),n.mobileInput=undefined;else if(n.calendarContainer&&n.calendarContainer.parentNode)if(n.config["static"]&&n.calendarContainer.parentNode){const e=n.calendarContainer.parentNode;if(e.lastChild&&e.removeChild(e.lastChild),e.parentNode){for(;e.firstChild;)e.parentNode.insertBefore(e.firstChild,e);e.parentNode.removeChild(e)}}else n.calendarContainer.parentNode.removeChild(n.calendarContainer);n.altInput&&(n.input.type="text",n.altInput.parentNode&&n.altInput.parentNode.removeChild(n.altInput),delete n.altInput);n.input&&(n.input.type=n.input._type,n.input.classList.remove("flatpickr-input"),n.input.removeAttribute("readonly"));["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((e=>{try{delete n[e]}catch(t){}}))},n.isEnabled=Z,n.jumpToDate=A,n.open=function(e,t=n._positionElement){if(!0===n.isMobile){if(e){e.preventDefault();const t=g(e);t&&t.blur()}return n.mobileInput!==undefined&&(n.mobileInput.focus(),n.mobileInput.click()),void pe("onOpen")}if(n._input.disabled||n.config.inline)return;const r=n.isOpen;n.isOpen=!0,r||(n.calendarContainer.classList.add("open"),n._input.classList.add("active"),pe("onOpen"),ie(t));!0===n.config.enableTime&&!0===n.config.noCalendar&&(!1!==n.config.allowInput||e!==undefined&&n.timeContainer.contains(e.relatedTarget)||setTimeout((()=>n.hourElement.select()),50))},n.redraw=se,n.set=function(e,t){if(null!==e&&"object"==typeof e){Object.assign(n.config,e);for(const t in e)ue[t]!==undefined&&ue[t].forEach((e=>e()))}else n.config[e]=t,ue[e]!==undefined?ue[e].forEach((e=>e())):r.indexOf(e)>-1&&(n.config[e]=u(t));n.redraw(),ye(!0)},n.setDate=function(e,t=!1,r=n.config.dateFormat){if(0!==e&&!e||e instanceof Array&&0===e.length)return n.clear(t);de(e,r),n.latestSelectedDateObj=n.selectedDates[n.selectedDates.length-1],n.redraw(),A(undefined,t),E(),0===n.selectedDates.length&&n.clear(!1);ye(t),t&&pe("onChange")},n.toggle=function(e){if(!0===n.isOpen)return n.close();n.open(e)};const ue={locale:[ae,Y],showMonths:[W,b,q],minDate:[A],maxDate:[A],clickOpens:[()=>{!0===n.config.clickOpens?(j(n._input,"focus",n.open),j(n._input,"click",n.open)):(n._input.removeEventListener("focus",n.open),n._input.removeEventListener("click",n.open))}]};function de(e,t){let r=[];if(e instanceof Array)r=e.map((e=>n.parseDate(e,t)));else if(e instanceof Date||"number"==typeof e)r=[n.parseDate(e,t)];else if("string"==typeof e)switch(n.config.mode){case"single":case"time":r=[n.parseDate(e,t)];break;case"multiple":r=e.split(n.config.conjunction).map((e=>n.parseDate(e,t)));break;case"range":r=e.split(n.l10n.rangeSeparator).map((e=>n.parseDate(e,t)))}else n.config.errorHandler(new Error(`Invalid date supplied: ${JSON.stringify(e)}`));n.selectedDates=n.config.allowInvalidPreload?r:r.filter((e=>e instanceof Date&&Z(e,!1))),"range"===n.config.mode&&n.selectedDates.sort(((e,t)=>e.getTime()-t.getTime()))}function fe(e){return e.slice().map((e=>"string"==typeof e||"number"==typeof e||e instanceof Date?n.parseDate(e,undefined,!0):e&&"object"==typeof e&&e.from&&e.to?{from:n.parseDate(e.from,undefined),to:n.parseDate(e.to,undefined)}:e)).filter((e=>e))}function pe(e,t){if(n.config===undefined)return;const r=n.config[e];if(r!==undefined&&r.length>0)for(let e=0;r[e]&&e<r.length;e++)r[e](n.selectedDates,n.input.value,n,t);"onChange"===e&&(n.input.dispatchEvent(me("change")),n.input.dispatchEvent(me("input")))}function me(e){const t=document.createEvent("Event");return t.initEvent(e,!0,!0),t}function he(e){for(let t=0;t<n.selectedDates.length;t++)if(0===O(n.selectedDates[t],e))return""+t;return!1}function ge(){n.config.noCalendar||n.isMobile||!n.monthNav||(n.yearElements.forEach(((e,t)=>{const r=new Date(n.currentYear,n.currentMonth,1);r.setMonth(n.currentMonth+t),n.config.showMonths>1||"static"===n.config.monthSelectorType?n.monthElements[t].textContent=y(r.getMonth(),n.config.shorthandCurrentMonth,n.l10n)+" ":n.monthsDropdownContainer.value=r.getMonth().toString(),e.value=r.getFullYear().toString()})),n._hidePrevMonthArrow=n.config.minDate!==undefined&&(n.currentYear===n.config.minDate.getFullYear()?n.currentMonth<=n.config.minDate.getMonth():n.currentYear<n.config.minDate.getFullYear()),n._hideNextMonthArrow=n.config.maxDate!==undefined&&(n.currentYear===n.config.maxDate.getFullYear()?n.currentMonth+1>n.config.maxDate.getMonth():n.currentYear>n.config.maxDate.getFullYear()))}function be(e){return n.selectedDates.map((t=>n.formatDate(t,e))).filter(((e,t,r)=>"range"!==n.config.mode||n.config.enableTime||r.indexOf(e)===t)).join("range"!==n.config.mode?n.config.conjunction:n.l10n.rangeSeparator)}function ye(e=!0){n.mobileInput!==undefined&&n.mobileFormatStr&&(n.mobileInput.value=n.latestSelectedDateObj!==undefined?n.formatDate(n.latestSelectedDateObj,n.mobileFormatStr):""),n.input.value=be(n.config.dateFormat),n.altInput!==undefined&&(n.altInput.value=be(n.config.altFormat)),!1!==e&&pe("onValueUpdate")}function ve(e){const t=g(e),r=n.prevMonthNav.contains(t),o=n.nextMonthNav.contains(t);r||o?$(r?-1:1):n.yearElements.indexOf(t)>=0?t.select():t.classList.contains("arrowUp")?n.changeYear(n.currentYear+1):t.classList.contains("arrowDown")&&n.changeYear(n.currentYear-1)}return function(){n.element=n.input=e,n.isOpen=!1,function(){const i=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],s=Object.assign(Object.assign({},JSON.parse(JSON.stringify(e.dataset||{}))),t),l={};n.config.parseDate=s.parseDate,n.config.formatDate=s.formatDate,Object.defineProperty(n.config,"enable",{get:()=>n.config._enable,set:e=>{n.config._enable=fe(e)}}),Object.defineProperty(n.config,"disable",{get:()=>n.config._disable,set:e=>{n.config._disable=fe(e)}});const c="time"===s.mode;if(!s.dateFormat&&(s.enableTime||c)){const e=P.defaultConfig.dateFormat||o.dateFormat;l.dateFormat=s.noCalendar||c?"H:i"+(s.enableSeconds?":S":""):e+" H:i"+(s.enableSeconds?":S":"")}if(s.altInput&&(s.enableTime||c)&&!s.altFormat){const e=P.defaultConfig.altFormat||o.altFormat;l.altFormat=s.noCalendar||c?"h:i"+(s.enableSeconds?":S K":" K"):e+` h:i${s.enableSeconds?":S":""} K`}Object.defineProperty(n.config,"minDate",{get:()=>n.config._minDate,set:re("min")}),Object.defineProperty(n.config,"maxDate",{get:()=>n.config._maxDate,set:re("max")});const d=e=>t=>{n.config["min"===e?"_minTime":"_maxTime"]=n.parseDate(t,"H:i:S")};Object.defineProperty(n.config,"minTime",{get:()=>n.config._minTime,set:d("min")}),Object.defineProperty(n.config,"maxTime",{get:()=>n.config._maxTime,set:d("max")}),"time"===s.mode&&(n.config.noCalendar=!0,n.config.enableTime=!0);Object.assign(n.config,l,s);for(let e=0;e<i.length;e++)n.config[i[e]]=!0===n.config[i[e]]||"true"===n.config[i[e]];r.filter((e=>n.config[e]!==undefined)).forEach((e=>{n.config[e]=u(n.config[e]||[]).map(a)})),n.isMobile=!n.config.disableMobile&&!n.config.inline&&"single"===n.config.mode&&!n.config.disable.length&&!n.config.enable&&!n.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(let e=0;e<n.config.plugins.length;e++){const t=n.config.plugins[e](n)||{};for(const e in t)r.indexOf(e)>-1?n.config[e]=u(t[e]).map(a).concat(n.config[e]):"undefined"==typeof s[e]&&(n.config[e]=t[e])}s.altInputClass||(n.config.altInputClass=oe().className+" "+n.config.altInputClass);pe("onParseConfig")}(),ae(),function(){if(n.input=oe(),!n.input)return void n.config.errorHandler(new Error("Invalid input element specified"));n.input._type=n.input.type,n.input.type="text",n.input.classList.add("flatpickr-input"),n._input=n.input,n.config.altInput&&(n.altInput=f(n.input.nodeName,n.config.altInputClass),n._input=n.altInput,n.altInput.placeholder=n.input.placeholder,n.altInput.disabled=n.input.disabled,n.altInput.required=n.input.required,n.altInput.tabIndex=n.input.tabIndex,n.altInput.type="text",n.input.setAttribute("type","hidden"),!n.config["static"]&&n.input.parentNode&&n.input.parentNode.insertBefore(n.altInput,n.input.nextSibling));n.config.allowInput||n._input.setAttribute("readonly","readonly");n._positionElement=n.config.positionElement||n._input}(),function(){n.selectedDates=[],n.now=n.parseDate(n.config.now)||new Date;const e=n.config.defaultDate||("INPUT"!==n.input.nodeName&&"TEXTAREA"!==n.input.nodeName||!n.input.placeholder||n.input.value!==n.input.placeholder?n.input.value:null);e&&de(e,n.config.dateFormat);n._initialDate=n.selectedDates.length>0?n.selectedDates[0]:n.config.minDate&&n.config.minDate.getTime()>n.now.getTime()?n.config.minDate:n.config.maxDate&&n.config.maxDate.getTime()<n.now.getTime()?n.config.maxDate:n.now,n.currentYear=n._initialDate.getFullYear(),n.currentMonth=n._initialDate.getMonth(),n.selectedDates.length>0&&(n.latestSelectedDateObj=n.selectedDates[0]);n.config.minTime!==undefined&&(n.config.minTime=n.parseDate(n.config.minTime,"H:i"));n.config.maxTime!==undefined&&(n.config.maxTime=n.parseDate(n.config.maxTime,"H:i"));n.minDateHasTime=!!n.config.minDate&&(n.config.minDate.getHours()>0||n.config.minDate.getMinutes()>0||n.config.minDate.getSeconds()>0),n.maxDateHasTime=!!n.config.maxDate&&(n.config.maxDate.getHours()>0||n.config.maxDate.getMinutes()>0||n.config.maxDate.getSeconds()>0)}(),n.utils={getDaysInMonth:(e=n.currentMonth,t=n.currentYear)=>1===e&&(t%4==0&&t%100!=0||t%400==0)?29:n.l10n.daysInMonth[e]},n.isMobile||function(){const e=window.document.createDocumentFragment();if(n.calendarContainer=f("div","flatpickr-calendar"),n.calendarContainer.tabIndex=-1,!n.config.noCalendar){if(e.appendChild((n.monthNav=f("div","flatpickr-months"),n.yearElements=[],n.monthElements=[],n.prevMonthNav=f("span","flatpickr-prev-month"),n.prevMonthNav.innerHTML=n.config.prevArrow,n.nextMonthNav=f("span","flatpickr-next-month"),n.nextMonthNav.innerHTML=n.config.nextArrow,W(),Object.defineProperty(n,"_hidePrevMonthArrow",{get:()=>n.__hidePrevMonthArrow,set(e){n.__hidePrevMonthArrow!==e&&(d(n.prevMonthNav,"flatpickr-disabled",e),n.__hidePrevMonthArrow=e)}}),Object.defineProperty(n,"_hideNextMonthArrow",{get:()=>n.__hideNextMonthArrow,set(e){n.__hideNextMonthArrow!==e&&(d(n.nextMonthNav,"flatpickr-disabled",e),n.__hideNextMonthArrow=e)}}),n.currentYearElement=n.yearElements[0],ge(),n.monthNav)),n.innerContainer=f("div","flatpickr-innerContainer"),n.config.weekNumbers){const{weekWrapper:e,weekNumbers:t}=function(){n.calendarContainer.classList.add("hasWeeks");const e=f("div","flatpickr-weekwrapper");e.appendChild(f("span","flatpickr-weekday",n.l10n.weekAbbreviation));const t=f("div","flatpickr-weeks");return e.appendChild(t),{weekWrapper:e,weekNumbers:t}}();n.innerContainer.appendChild(e),n.weekNumbers=t,n.weekWrapper=e}n.rContainer=f("div","flatpickr-rContainer"),n.rContainer.appendChild(q()),n.daysContainer||(n.daysContainer=f("div","flatpickr-days"),n.daysContainer.tabIndex=-1),z(),n.rContainer.appendChild(n.daysContainer),n.innerContainer.appendChild(n.rContainer),e.appendChild(n.innerContainer)}n.config.enableTime&&e.appendChild(function(){n.calendarContainer.classList.add("hasTime"),n.config.noCalendar&&n.calendarContainer.classList.add("noCalendar");const e=S(n.config);n.timeContainer=f("div","flatpickr-time"),n.timeContainer.tabIndex=-1;const t=f("span","flatpickr-time-separator",":"),r=h("flatpickr-hour",{"aria-label":n.l10n.hourAriaLabel});n.hourElement=r.getElementsByTagName("input")[0];const o=h("flatpickr-minute",{"aria-label":n.l10n.minuteAriaLabel});n.minuteElement=o.getElementsByTagName("input")[0],n.hourElement.tabIndex=n.minuteElement.tabIndex=-1,n.hourElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getHours():n.config.time_24hr?e.hours:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(e.hours)),n.minuteElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getMinutes():e.minutes),n.hourElement.setAttribute("step",n.config.hourIncrement.toString()),n.minuteElement.setAttribute("step",n.config.minuteIncrement.toString()),n.hourElement.setAttribute("min",n.config.time_24hr?"0":"1"),n.hourElement.setAttribute("max",n.config.time_24hr?"23":"12"),n.hourElement.setAttribute("maxlength","2"),n.minuteElement.setAttribute("min","0"),n.minuteElement.setAttribute("max","59"),n.minuteElement.setAttribute("maxlength","2"),n.timeContainer.appendChild(r),n.timeContainer.appendChild(t),n.timeContainer.appendChild(o),n.config.time_24hr&&n.timeContainer.classList.add("time24hr");if(n.config.enableSeconds){n.timeContainer.classList.add("hasSeconds");const t=h("flatpickr-second");n.secondElement=t.getElementsByTagName("input")[0],n.secondElement.value=s(n.latestSelectedDateObj?n.latestSelectedDateObj.getSeconds():e.seconds),n.secondElement.setAttribute("step",n.minuteElement.getAttribute("step")),n.secondElement.setAttribute("min","0"),n.secondElement.setAttribute("max","59"),n.secondElement.setAttribute("maxlength","2"),n.timeContainer.appendChild(f("span","flatpickr-time-separator",":")),n.timeContainer.appendChild(t)}n.config.time_24hr||(n.amPM=f("span","flatpickr-am-pm",n.l10n.amPM[l((n.latestSelectedDateObj?n.hourElement.value:n.config.defaultHour)>11)]),n.amPM.title=n.l10n.toggleTitle,n.amPM.tabIndex=-1,n.timeContainer.appendChild(n.amPM));return n.timeContainer}());d(n.calendarContainer,"rangeMode","range"===n.config.mode),d(n.calendarContainer,"animate",!0===n.config.animate),d(n.calendarContainer,"multiMonth",n.config.showMonths>1),n.calendarContainer.appendChild(e);const t=n.config.appendTo!==undefined&&n.config.appendTo.nodeType!==undefined;if((n.config.inline||n.config["static"])&&(n.calendarContainer.classList.add(n.config.inline?"inline":"static"),n.config.inline&&(!t&&n.element.parentNode?n.element.parentNode.insertBefore(n.calendarContainer,n._input.nextSibling):n.config.appendTo!==undefined&&n.config.appendTo.appendChild(n.calendarContainer)),n.config["static"])){const e=f("div","flatpickr-wrapper");n.element.parentNode&&n.element.parentNode.insertBefore(e,n.element),e.appendChild(n.element),n.altInput&&e.appendChild(n.altInput),e.appendChild(n.calendarContainer)}n.config["static"]||n.config.inline||(n.config.appendTo!==undefined?n.config.appendTo:window.document.body).appendChild(n.calendarContainer)}(),function(){n.config.wrap&&["open","close","toggle","clear"].forEach((e=>{Array.prototype.forEach.call(n.element.querySelectorAll(`[data-${e}]`),(t=>j(t,"click",n[e])))}));if(n.isMobile)return void function(){const e=n.config.enableTime?n.config.noCalendar?"time":"datetime-local":"date";n.mobileInput=f("input",n.input.className+" flatpickr-mobile"),n.mobileInput.tabIndex=1,n.mobileInput.type=e,n.mobileInput.disabled=n.input.disabled,n.mobileInput.required=n.input.required,n.mobileInput.placeholder=n.input.placeholder,n.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",n.selectedDates.length>0&&(n.mobileInput.defaultValue=n.mobileInput.value=n.formatDate(n.selectedDates[0],n.mobileFormatStr));n.config.minDate&&(n.mobileInput.min=n.formatDate(n.config.minDate,"Y-m-d"));n.config.maxDate&&(n.mobileInput.max=n.formatDate(n.config.maxDate,"Y-m-d"));n.input.getAttribute("step")&&(n.mobileInput.step=String(n.input.getAttribute("step")));n.input.type="hidden",n.altInput!==undefined&&(n.altInput.type="hidden");try{n.input.parentNode&&n.input.parentNode.insertBefore(n.mobileInput,n.input.nextSibling)}catch(t){}j(n.mobileInput,"change",(e=>{n.setDate(g(e).value,!1,n.mobileFormatStr),pe("onChange"),pe("onClose")}))}();const e=c(ne,50);n._debouncedChange=c(T,300),n.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&j(n.daysContainer,"mouseover",(e=>{"range"===n.config.mode&&te(g(e))}));j(window.document.body,"keydown",ee),n.config.inline||n.config["static"]||j(window,"resize",e);window.ontouchstart!==undefined?j(window.document,"touchstart",G):j(window.document,"mousedown",G);j(window.document,"focus",G,{capture:!0}),!0===n.config.clickOpens&&(j(n._input,"focus",n.open),j(n._input,"click",n.open));n.daysContainer!==undefined&&(j(n.monthNav,"click",ve),j(n.monthNav,["keyup","increment"],_),j(n.daysContainer,"click",ce));if(n.timeContainer!==undefined&&n.minuteElement!==undefined&&n.hourElement!==undefined){const e=e=>g(e).select();j(n.timeContainer,["increment"],v),j(n.timeContainer,"blur",v,{capture:!0}),j(n.timeContainer,"click",I),j([n.hourElement,n.minuteElement],["focus","click"],e),n.secondElement!==undefined&&j(n.secondElement,"focus",(()=>n.secondElement&&n.secondElement.select())),n.amPM!==undefined&&j(n.amPM,"click",(e=>{v(e),T()}))}n.config.allowInput&&j(n._input,"blur",X)}(),(n.selectedDates.length||n.config.noCalendar)&&(n.config.enableTime&&E(n.config.noCalendar?n.latestSelectedDateObj:undefined),ye(!1)),b();const i=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!n.isMobile&&i&&ie(),pe("onReady")}(),n}function M(e,t){const n=Array.prototype.slice.call(e).filter((e=>e instanceof HTMLElement)),r=[];for(let e=0;e<n.length;e++){const a=n[e];try{if(null!==a.getAttribute("data-fp-omit"))continue;a._flatpickr!==undefined&&(a._flatpickr.destroy(),a._flatpickr=undefined),a._flatpickr=E(a,t||{}),r.push(a._flatpickr)}catch(o){console.error(o)}}return 1===r.length?r[0]:r}"undefined"!=typeof HTMLElement&&"undefined"!=typeof HTMLCollection&&"undefined"!=typeof NodeList&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return M(this,e)},HTMLElement.prototype.flatpickr=function(e){return M([this],e)});var P=function(e,t){return"string"==typeof e?M(window.document.querySelectorAll(e),t):e instanceof Node?M([e],t):M(e,t)};P.defaultConfig={},P.l10ns={en:Object.assign({},i),"default":Object.assign({},i)},P.localize=e=>{P.l10ns["default"]=Object.assign(Object.assign({},P.l10ns["default"]),e)},P.setDefaults=e=>{P.defaultConfig=Object.assign(Object.assign({},P.defaultConfig),e)},P.parseDate=k({}),P.formatDate=x({}),P.compareDates=O,"undefined"!=typeof jQuery&&"undefined"!=typeof jQuery.fn&&(jQuery.fn.flatpickr=function(e){return M(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=P);var _=P},895:function(){"use strict";"function"!=typeof Object.assign&&(Object.assign=function(e,...t){if(!e)throw TypeError("Cannot convert undefined or null to object");for(const n of t)n&&Object.keys(n).forEach((t=>e[t]=n[t]));return e})},705:function(e,t,n){var r=n(638).Symbol;e.exports=r},239:function(e,t,n){var r=n(705),o=n(607),a=n(333),i=r?r.toStringTag:undefined;e.exports=function(e){return null==e?e===undefined?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},957:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},607:function(e,t,n){var r=n(705),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,s=r?r.toStringTag:undefined;e.exports=function(e){var t=a.call(e,s),n=e[s];try{e[s]=undefined;var r=!0}catch(l){}var o=i.call(e);return r&&(t?e[s]=n:delete e[s]),o}},333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},638:function(e,t,n){var r=n(957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},469:function(e){var t=Array.isArray;e.exports=t},654:function(e,t,n){var r=n(763);e.exports=function(e){return r(e)&&e!=+e}},763:function(e,t,n){var r=n(239),o=n(5);e.exports=function(e){return"number"==typeof e||o(e)&&"[object Number]"==r(e)}},5:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},37:function(e,t,n){var r=n(239),o=n(469),a=n(5);e.exports=function(e){return"string"==typeof e||!o(e)&&a(e)&&"[object String]"==r(e)}},353:function(e){e.exports=function(e){return e===undefined}},251:function(e){"use strict";
2
  /*!
3
  * MoveTo - A lightweight scroll animation javascript library without any dependency.
4
  * Version 1.8.2 (28-06-2019 14:30)
9
  Copyright (c) 2017 Jed Watson.
10
  Licensed under the MIT License (MIT), see
11
  http://jedwatson.github.io/classnames
12
+ */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var i=o.apply(null,r);i&&e.push(i)}else if("object"===a)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(o["default"]=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){(function(t){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,s="object"==typeof t&&t&&t.Object===Object&&t,l="object"==typeof self&&self&&self.Object===Object&&self,c=s||l||Function("return this")(),u=Object.prototype.toString,d=c.Symbol,f=d?d.prototype:void 0,p=f?f.toString:void 0;function m(e){if("string"==typeof e)return e;if(g(e))return p?p.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function h(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}function b(e){return e?(e=function(e){if("number"==typeof e)return e;if(g(e))return NaN;if(h(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=h(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(n,"");var s=o.test(e);return s||a.test(e)?i(e.slice(2),s?2:8):r.test(e)?NaN:+e}(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}e.exports=function(e,t,n){var r,o,a;return e=null==(r=e)?"":m(r),o=function(e){var t=b(e),n=t%1;return t==t?n?t-n:t:0}(n),0,a=e.length,o==o&&(void 0!==a&&(o=o<=a?o:a),o=o>=0?o:0),n=o,t=m(t),e.slice(n,n+t.length)==t}}).call(this,n(3))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){(function(t){var n,r=/^\[object .+?Constructor\]$/,o="object"==typeof t&&t&&t.Object===Object&&t,a="object"==typeof self&&self&&self.Object===Object&&self,i=o||a||Function("return this")(),s=Array.prototype,l=Function.prototype,c=Object.prototype,u=i["__core-js_shared__"],d=(n=/[^.]+$/.exec(u&&u.keys&&u.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",f=l.toString,p=c.hasOwnProperty,m=c.toString,h=RegExp("^"+f.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),g=s.splice,b=D(i,"Map"),y=D(Object,"create");function v(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function w(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function C(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function x(e,t){for(var n,r,o=e.length;o--;)if((n=e[o][0])===(r=t)||n!=n&&r!=r)return o;return-1}function k(e){return!(!E(e)||(t=e,d&&d in t))&&(function(e){var t=E(e)?m.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?h:r).test(function(e){if(null!=e){try{return f.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function O(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function D(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return k(n)?n:void 0}function S(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(S.Cache||C),n}function E(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}v.prototype.clear=function(){this.__data__=y?y(null):{}},v.prototype["delete"]=function(e){return this.has(e)&&delete this.__data__[e]},v.prototype.get=function(e){var t=this.__data__;if(y){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return p.call(t,e)?t[e]:void 0},v.prototype.has=function(e){var t=this.__data__;return y?void 0!==t[e]:p.call(t,e)},v.prototype.set=function(e,t){return this.__data__[e]=y&&void 0===t?"__lodash_hash_undefined__":t,this},w.prototype.clear=function(){this.__data__=[]},w.prototype["delete"]=function(e){var t=this.__data__,n=x(t,e);return!(n<0||(n==t.length-1?t.pop():g.call(t,n,1),0))},w.prototype.get=function(e){var t=this.__data__,n=x(t,e);return n<0?void 0:t[n][1]},w.prototype.has=function(e){return x(this.__data__,e)>-1},w.prototype.set=function(e,t){var n=this.__data__,r=x(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},C.prototype.clear=function(){this.__data__={hash:new v,map:new(b||w),string:new v}},C.prototype["delete"]=function(e){return O(this,e)["delete"](e)},C.prototype.get=function(e){return O(this,e).get(e)},C.prototype.has=function(e){return O(this,e).has(e)},C.prototype.set=function(e,t){return O(this,e).set(e,t),this},S.Cache=C,e.exports=S}).call(this,n(3))},function(e,t,n){(function(t){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,s="object"==typeof t&&t&&t.Object===Object&&t,l="object"==typeof self&&self&&self.Object===Object&&self,c=s||l||Function("return this")(),u=Object.prototype.toString,d=Math.max,f=Math.min,p=function(){return c.Date.now()};function m(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function h(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}(e))return NaN;if(m(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=m(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(n,"");var s=o.test(e);return s||a.test(e)?i(e.slice(2),s?2:8):r.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,a,i,s,l,c=0,u=!1,g=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,a=o;return r=o=void 0,c=t,i=e.apply(a,n)}function v(e){return c=e,s=setTimeout(C,t),u?y(e):i}function w(e){var n=e-l;return void 0===l||n>=t||n<0||g&&e-c>=a}function C(){var e=p();if(w(e))return x(e);s=setTimeout(C,function(e){var n=t-(e-l);return g?f(n,a-(e-c)):n}(e))}function x(e){return s=void 0,b&&r?y(e):(r=o=void 0,i)}function k(){var e=p(),n=w(e);if(r=arguments,o=this,l=e,n){if(void 0===s)return v(l);if(g)return s=setTimeout(C,t),y(l)}return void 0===s&&(s=setTimeout(C,t)),i}return t=h(t)||0,m(n)&&(u=!!n.leading,a=(g="maxWait"in n)?d(h(n.maxWait)||0,t):a,b="trailing"in n?!!n.trailing:b),k.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=o=s=void 0},k.flush=function(){return void 0===s?i:x(p())},k}}).call(this,n(3))},function(e,t,n){(function(e,n){var r="[object Arguments]",o="[object Map]",a="[object Object]",i="[object Set]",s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/,c=/^\./,u=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,f=/^\[object .+?Constructor\]$/,p=/^(?:0|[1-9]\d*)$/,m={};m["[object Float32Array]"]=m["[object Float64Array]"]=m["[object Int8Array]"]=m["[object Int16Array]"]=m["[object Int32Array]"]=m["[object Uint8Array]"]=m["[object Uint8ClampedArray]"]=m["[object Uint16Array]"]=m["[object Uint32Array]"]=!0,m[r]=m["[object Array]"]=m["[object ArrayBuffer]"]=m["[object Boolean]"]=m["[object DataView]"]=m["[object Date]"]=m["[object Error]"]=m["[object Function]"]=m[o]=m["[object Number]"]=m[a]=m["[object RegExp]"]=m[i]=m["[object String]"]=m["[object WeakMap]"]=!1;var h="object"==typeof e&&e&&e.Object===Object&&e,g="object"==typeof self&&self&&self.Object===Object&&self,b=h||g||Function("return this")(),y=t&&!t.nodeType&&t,v=y&&"object"==typeof n&&n&&!n.nodeType&&n,w=v&&v.exports===y&&h.process,C=function(){try{return w&&w.binding("util")}catch(e){}}(),x=C&&C.isTypedArray;function k(e,t,n,r){var o=-1,a=e?e.length:0;for(r&&a&&(n=e[++o]);++o<a;)n=t(n,e[o],o,e);return n}function O(e,t){for(var n=-1,r=e?e.length:0;++n<r;)if(t(e[n],n,e))return!0;return!1}function D(e,t,n,r,o){return o(e,(function(e,o,a){n=r?(r=!1,e):t(n,e,o,a)})),n}function S(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function E(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function M(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var P,_,j,T=Array.prototype,A=Function.prototype,I=Object.prototype,L=b["__core-js_shared__"],N=(P=/[^.]+$/.exec(L&&L.keys&&L.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"",R=A.toString,V=I.hasOwnProperty,F=I.toString,B=RegExp("^"+R.call(V).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),z=b.Symbol,H=b.Uint8Array,U=I.propertyIsEnumerable,W=T.splice,q=(_=Object.keys,j=Object,function(e){return _(j(e))}),Y=xe(b,"DataView"),$=xe(b,"Map"),K=xe(b,"Promise"),G=xe(b,"Set"),Q=xe(b,"WeakMap"),Z=xe(Object,"create"),J=_e(Y),X=_e($),ee=_e(K),te=_e(G),ne=_e(Q),re=z?z.prototype:void 0,oe=re?re.valueOf:void 0,ae=re?re.toString:void 0;function ie(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function se(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function le(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ce(e){var t=-1,n=e?e.length:0;for(this.__data__=new le;++t<n;)this.add(e[t])}function ue(e){this.__data__=new se(e)}function de(e,t){for(var n=e.length;n--;)if(Te(e[n][0],t))return n;return-1}ie.prototype.clear=function(){this.__data__=Z?Z(null):{}},ie.prototype["delete"]=function(e){return this.has(e)&&delete this.__data__[e]},ie.prototype.get=function(e){var t=this.__data__;if(Z){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return V.call(t,e)?t[e]:void 0},ie.prototype.has=function(e){var t=this.__data__;return Z?void 0!==t[e]:V.call(t,e)},ie.prototype.set=function(e,t){return this.__data__[e]=Z&&void 0===t?"__lodash_hash_undefined__":t,this},se.prototype.clear=function(){this.__data__=[]},se.prototype["delete"]=function(e){var t=this.__data__,n=de(t,e);return!(n<0||(n==t.length-1?t.pop():W.call(t,n,1),0))},se.prototype.get=function(e){var t=this.__data__,n=de(t,e);return n<0?void 0:t[n][1]},se.prototype.has=function(e){return de(this.__data__,e)>-1},se.prototype.set=function(e,t){var n=this.__data__,r=de(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},le.prototype.clear=function(){this.__data__={hash:new ie,map:new($||se),string:new ie}},le.prototype["delete"]=function(e){return Ce(this,e)["delete"](e)},le.prototype.get=function(e){return Ce(this,e).get(e)},le.prototype.has=function(e){return Ce(this,e).has(e)},le.prototype.set=function(e,t){return Ce(this,e).set(e,t),this},ce.prototype.add=ce.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},ce.prototype.has=function(e){return this.__data__.has(e)},ue.prototype.clear=function(){this.__data__=new se},ue.prototype["delete"]=function(e){return this.__data__["delete"](e)},ue.prototype.get=function(e){return this.__data__.get(e)},ue.prototype.has=function(e){return this.__data__.has(e)},ue.prototype.set=function(e,t){var n=this.__data__;if(n instanceof se){var r=n.__data__;if(!$||r.length<199)return r.push([e,t]),this;n=this.__data__=new le(r)}return n.set(e,t),this};var fe,pe=(fe=function(e,t){return e&&me(e,t,He)},function(e,t){if(null==e)return e;if(!Le(e))return fe(e,t);for(var n=e.length,r=-1,o=Object(e);++r<n&&!1!==t(o[r],r,o););return e}),me=function(e,t,n){for(var r=-1,o=Object(e),a=n(e),i=a.length;i--;){var s=a[++r];if(!1===t(o[s],s,o))break}return e};function he(e,t){for(var n=0,r=(t=De(t,e)?[t]:ve(t)).length;null!=e&&n<r;)e=e[Pe(t[n++])];return n&&n==r?e:void 0}function ge(e,t){return null!=e&&t in Object(e)}function be(e,t,n,s,l){return e===t||(null==e||null==t||!Ve(e)&&!Fe(t)?e!=e&&t!=t:function(e,t,n,s,l,c){var u=Ie(e),d=Ie(t),f="[object Array]",p="[object Array]";u||(f=(f=ke(e))==r?a:f),d||(p=(p=ke(t))==r?a:p);var m=f==a&&!S(e),h=p==a&&!S(t),g=f==p;if(g&&!m)return c||(c=new ue),u||ze(e)?we(e,t,n,s,l,c):function(e,t,n,r,a,s,l){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!r(new H(e),new H(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Te(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case o:var c=E;case i:var u=2&s;if(c||(c=M),e.size!=t.size&&!u)return!1;var d=l.get(e);if(d)return d==t;s|=1,l.set(e,t);var f=we(c(e),c(t),r,a,s,l);return l["delete"](e),f;case"[object Symbol]":if(oe)return oe.call(e)==oe.call(t)}return!1}(e,t,f,n,s,l,c);if(!(2&l)){var b=m&&V.call(e,"__wrapped__"),y=h&&V.call(t,"__wrapped__");if(b||y){var v=b?e.value():e,w=y?t.value():t;return c||(c=new ue),n(v,w,s,l,c)}}return!!g&&(c||(c=new ue),function(e,t,n,r,o,a){var i=2&o,s=He(e),l=s.length;if(l!=He(t).length&&!i)return!1;for(var c=l;c--;){var u=s[c];if(!(i?u in t:V.call(t,u)))return!1}var d=a.get(e);if(d&&a.get(t))return d==t;var f=!0;a.set(e,t),a.set(t,e);for(var p=i;++c<l;){var m=e[u=s[c]],h=t[u];if(r)var g=i?r(h,m,u,t,e,a):r(m,h,u,e,t,a);if(!(void 0===g?m===h||n(m,h,r,o,a):g)){f=!1;break}p||(p="constructor"==u)}if(f&&!p){var b=e.constructor,y=t.constructor;b==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof y&&y instanceof y||(f=!1)}return a["delete"](e),a["delete"](t),f}(e,t,n,s,l,c))}(e,t,be,n,s,l))}function ye(e){return"function"==typeof e?e:null==e?Ue:"object"==typeof e?Ie(e)?function(e,t){return De(e)&&Se(t)?Ee(Pe(e),t):function(n){var r=function(e,t,n){var r=null==e?void 0:he(e,t);return void 0===r?void 0:r}(n,e);return void 0===r&&r===t?function(e,t){return null!=e&&function(e,t,n){for(var r,o=-1,a=(t=De(t,e)?[t]:ve(t)).length;++o<a;){var i=Pe(t[o]);if(!(r=null!=e&&n(e,i)))break;e=e[i]}return r||!!(a=e?e.length:0)&&Re(a)&&Oe(i,a)&&(Ie(e)||Ae(e))}(e,t,ge)}(n,e):be(t,r,void 0,3)}}(e[0],e[1]):function(e){var t=function(e){for(var t=He(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,Se(o)]}return t}(e);return 1==t.length&&t[0][2]?Ee(t[0][0],t[0][1]):function(n){return n===e||function(e,t,n,r){var o=n.length,a=o;if(null==e)return!a;for(e=Object(e);o--;){var i=n[o];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++o<a;){var s=(i=n[o])[0],l=e[s],c=i[1];if(i[2]){if(void 0===l&&!(s in e))return!1}else{var u,d=new ue;if(!(void 0===u?be(c,l,r,3,d):u))return!1}}return!0}(n,0,t)}}(e):De(t=e)?(n=Pe(t),function(e){return null==e?void 0:e[n]}):function(e){return function(t){return he(t,e)}}(t);var t,n}function ve(e){return Ie(e)?e:Me(e)}function we(e,t,n,r,o,a){var i=2&o,s=e.length,l=t.length;if(s!=l&&!(i&&l>s))return!1;var c=a.get(e);if(c&&a.get(t))return c==t;var u=-1,d=!0,f=1&o?new ce:void 0;for(a.set(e,t),a.set(t,e);++u<s;){var p=e[u],m=t[u];if(r)var h=i?r(m,p,u,t,e,a):r(p,m,u,e,t,a);if(void 0!==h){if(h)continue;d=!1;break}if(f){if(!O(t,(function(e,t){if(!f.has(t)&&(p===e||n(p,e,r,o,a)))return f.add(t)}))){d=!1;break}}else if(p!==m&&!n(p,m,r,o,a)){d=!1;break}}return a["delete"](e),a["delete"](t),d}function Ce(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function xe(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!Ve(e)||function(e){return!!N&&N in e}(e))&&(Ne(e)||S(e)?B:f).test(_e(e))}(n)?n:void 0}var ke=function(e){return F.call(e)};function Oe(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||p.test(e))&&e>-1&&e%1==0&&e<t}function De(e,t){if(Ie(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!Be(e))||l.test(e)||!s.test(e)||null!=t&&e in Object(t)}function Se(e){return e==e&&!Ve(e)}function Ee(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}(Y&&"[object DataView]"!=ke(new Y(new ArrayBuffer(1)))||$&&ke(new $)!=o||K&&"[object Promise]"!=ke(K.resolve())||G&&ke(new G)!=i||Q&&"[object WeakMap]"!=ke(new Q))&&(ke=function(e){var t=F.call(e),n=t==a?e.constructor:void 0,r=n?_e(n):void 0;if(r)switch(r){case J:return"[object DataView]";case X:return o;case ee:return"[object Promise]";case te:return i;case ne:return"[object WeakMap]"}return t});var Me=je((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(Be(e))return ae?ae.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return c.test(e)&&n.push(""),e.replace(u,(function(e,t,r,o){n.push(r?o.replace(d,"$1"):t||e)})),n}));function Pe(e){if("string"==typeof e||Be(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function _e(e){if(null!=e){try{return R.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function je(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(je.Cache||le),n}function Te(e,t){return e===t||e!=e&&t!=t}function Ae(e){return function(e){return Fe(e)&&Le(e)}(e)&&V.call(e,"callee")&&(!U.call(e,"callee")||F.call(e)==r)}je.Cache=le;var Ie=Array.isArray;function Le(e){return null!=e&&Re(e.length)&&!Ne(e)}function Ne(e){var t=Ve(e)?F.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}function Re(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ve(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Fe(e){return!!e&&"object"==typeof e}function Be(e){return"symbol"==typeof e||Fe(e)&&"[object Symbol]"==F.call(e)}var ze=x?function(e){return function(t){return e(t)}}(x):function(e){return Fe(e)&&Re(e.length)&&!!m[F.call(e)]};function He(e){return Le(e)?function(e,t){var n=Ie(e)||Ae(e)?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],r=n.length,o=!!r;for(var a in e)!t&&!V.call(e,a)||o&&("length"==a||Oe(a,r))||n.push(a);return n}(e):function(e){if(n=(t=e)&&t.constructor,t!==("function"==typeof n&&n.prototype||I))return q(e);var t,n,r=[];for(var o in Object(e))V.call(e,o)&&"constructor"!=o&&r.push(o);return r}(e)}function Ue(e){return e}n.exports=function(e,t,n){var r=Ie(e)?k:D,o=arguments.length<3;return r(e,ye(t),n,o,pe)}}).call(this,n(3),n(7)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){String.prototype.padEnd||(String.prototype.padEnd=function(e,t){return e>>=0,t=String(void 0!==t?t:" "),this.length>e?String(this):((e-=this.length)>t.length&&(t+=t.repeat(e/t.length)),String(this)+t.slice(0,e))})},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function a(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||o(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function i(e){if(Array.isArray(e))return e}function s(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function d(e){return(d="function"==typeof Symbol&&"symbol"===u(Symbol.iterator)?function(e){return u(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":u(e)})(e)}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}n.r(t);var h=n(0),g=n.n(h),b=n(5),y=n.n(b),v=n(4),w=n.n(v),C=n(6),x=n.n(C),k=n(2),O=n.n(k),D=n(1),S=n.n(D);function E(e,t){return i(e)||function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==s["return"]||s["return"]()}finally{if(o)throw a}}return n}(e,t)||s()}n(8);var M=[["Afghanistan",["asia"],"af","93"],["Albania",["europe"],"al","355"],["Algeria",["africa","north-africa"],"dz","213"],["Andorra",["europe"],"ad","376"],["Angola",["africa"],"ao","244"],["Antigua and Barbuda",["america","carribean"],"ag","1268"],["Argentina",["america","south-america"],"ar","54","(..) ........",0,["11","221","223","261","264","2652","280","2905","291","2920","2966","299","341","342","343","351","376","379","381","3833","385","387","388"]],["Armenia",["asia","ex-ussr"],"am","374"],["Aruba",["america","carribean"],"aw","297"],["Australia",["oceania"],"au","61","(..) .... ....",0,["2","3","4","7","8","02","03","04","07","08"]],["Austria",["europe","eu-union"],"at","43"],["Azerbaijan",["asia","ex-ussr"],"az","994","(..) ... .. .."],["Bahamas",["america","carribean"],"bs","1242"],["Bahrain",["middle-east"],"bh","973"],["Bangladesh",["asia"],"bd","880"],["Barbados",["america","carribean"],"bb","1246"],["Belarus",["europe","ex-ussr"],"by","375","(..) ... .. .."],["Belgium",["europe","eu-union"],"be","32","... .. .. .."],["Belize",["america","central-america"],"bz","501"],["Benin",["africa"],"bj","229"],["Bhutan",["asia"],"bt","975"],["Bolivia",["america","south-america"],"bo","591"],["Bosnia and Herzegovina",["europe","ex-yugos"],"ba","387"],["Botswana",["africa"],"bw","267"],["Brazil",["america","south-america"],"br","55","(..) ........."],["British Indian Ocean Territory",["asia"],"io","246"],["Brunei",["asia"],"bn","673"],["Bulgaria",["europe","eu-union"],"bg","359"],["Burkina Faso",["africa"],"bf","226"],["Burundi",["africa"],"bi","257"],["Cambodia",["asia"],"kh","855"],["Cameroon",["africa"],"cm","237"],["Canada",["america","north-america"],"ca","1","(...) ...-....",1,["204","226","236","249","250","289","306","343","365","387","403","416","418","431","437","438","450","506","514","519","548","579","581","587","604","613","639","647","672","705","709","742","778","780","782","807","819","825","867","873","902","905"]],["Cape Verde",["africa"],"cv","238"],["Caribbean Netherlands",["america","carribean"],"bq","599","",1],["Central African Republic",["africa"],"cf","236"],["Chad",["africa"],"td","235"],["Chile",["america","south-america"],"cl","56"],["China",["asia"],"cn","86","..-........."],["Colombia",["america","south-america"],"co","57","... ... ...."],["Comoros",["africa"],"km","269"],["Congo",["africa"],"cd","243"],["Congo",["africa"],"cg","242"],["Costa Rica",["america","central-america"],"cr","506","....-...."],["Côte d’Ivoire",["africa"],"ci","225",".. .. .. .."],["Croatia",["europe","eu-union","ex-yugos"],"hr","385"],["Cuba",["america","carribean"],"cu","53"],["Curaçao",["america","carribean"],"cw","599","",0],["Cyprus",["europe","eu-union"],"cy","357",".. ......"],["Czech Republic",["europe","eu-union"],"cz","420"],["Denmark",["europe","eu-union","baltic"],"dk","45",".. .. .. .."],["Djibouti",["africa"],"dj","253"],["Dominica",["america","carribean"],"dm","1767"],["Dominican Republic",["america","carribean"],"do","1","",2,["809","829","849"]],["Ecuador",["america","south-america"],"ec","593"],["Egypt",["africa","north-africa"],"eg","20"],["El Salvador",["america","central-america"],"sv","503","....-...."],["Equatorial Guinea",["africa"],"gq","240"],["Eritrea",["africa"],"er","291"],["Estonia",["europe","eu-union","ex-ussr","baltic"],"ee","372",".... ......"],["Ethiopia",["africa"],"et","251"],["Fiji",["oceania"],"fj","679"],["Finland",["europe","eu-union","baltic"],"fi","358",".. ... .. .."],["France",["europe","eu-union"],"fr","33",". .. .. .. .."],["French Guiana",["america","south-america"],"gf","594"],["French Polynesia",["oceania"],"pf","689"],["Gabon",["africa"],"ga","241"],["Gambia",["africa"],"gm","220"],["Georgia",["asia","ex-ussr"],"ge","995"],["Germany",["europe","eu-union","baltic"],"de","49",".... ........"],["Ghana",["africa"],"gh","233"],["Greece",["europe","eu-union"],"gr","30"],["Grenada",["america","carribean"],"gd","1473"],["Guadeloupe",["america","carribean"],"gp","590","",0],["Guam",["oceania"],"gu","1671"],["Guatemala",["america","central-america"],"gt","502","....-...."],["Guinea",["africa"],"gn","224"],["Guinea-Bissau",["africa"],"gw","245"],["Guyana",["america","south-america"],"gy","592"],["Haiti",["america","carribean"],"ht","509","....-...."],["Honduras",["america","central-america"],"hn","504"],["Hong Kong",["asia"],"hk","852",".... ...."],["Hungary",["europe","eu-union"],"hu","36"],["Iceland",["europe"],"is","354","... ...."],["India",["asia"],"in","91",".....-....."],["Indonesia",["asia"],"id","62"],["Iran",["middle-east"],"ir","98","... ... ...."],["Iraq",["middle-east"],"iq","964"],["Ireland",["europe","eu-union"],"ie","353",".. ......."],["Israel",["middle-east"],"il","972","... ... ...."],["Italy",["europe","eu-union"],"it","39","... .......",0],["Jamaica",["america","carribean"],"jm","1876"],["Japan",["asia"],"jp","81",".. .... ...."],["Jordan",["middle-east"],"jo","962"],["Kazakhstan",["asia","ex-ussr"],"kz","7","... ...-..-..",1,["310","311","312","313","315","318","321","324","325","326","327","336","7172","73622"]],["Kenya",["africa"],"ke","254"],["Kiribati",["oceania"],"ki","686"],["Kosovo",["europe","ex-yugos"],"xk","383"],["Kuwait",["middle-east"],"kw","965"],["Kyrgyzstan",["asia","ex-ussr"],"kg","996"],["Laos",["asia"],"la","856"],["Latvia",["europe","eu-union","ex-ussr","baltic"],"lv","371"],["Lebanon",["middle-east"],"lb","961"],["Lesotho",["africa"],"ls","266"],["Liberia",["africa"],"lr","231"],["Libya",["africa","north-africa"],"ly","218"],["Liechtenstein",["europe"],"li","423"],["Lithuania",["europe","eu-union","ex-ussr","baltic"],"lt","370"],["Luxembourg",["europe","eu-union"],"lu","352"],["Macau",["asia"],"mo","853"],["Macedonia",["europe","ex-yugos"],"mk","389"],["Madagascar",["africa"],"mg","261"],["Malawi",["africa"],"mw","265"],["Malaysia",["asia"],"my","60","..-....-...."],["Maldives",["asia"],"mv","960"],["Mali",["africa"],"ml","223"],["Malta",["europe","eu-union"],"mt","356"],["Marshall Islands",["oceania"],"mh","692"],["Martinique",["america","carribean"],"mq","596"],["Mauritania",["africa"],"mr","222"],["Mauritius",["africa"],"mu","230"],["Mexico",["america","central-america"],"mx","52","... ... ....",0,["55","81","33","656","664","998","774","229"]],["Micronesia",["oceania"],"fm","691"],["Moldova",["europe"],"md","373","(..) ..-..-.."],["Monaco",["europe"],"mc","377"],["Mongolia",["asia"],"mn","976"],["Montenegro",["europe","ex-yugos"],"me","382"],["Morocco",["africa","north-africa"],"ma","212"],["Mozambique",["africa"],"mz","258"],["Myanmar",["asia"],"mm","95"],["Namibia",["africa"],"na","264"],["Nauru",["africa"],"nr","674"],["Nepal",["asia"],"np","977"],["Netherlands",["europe","eu-union"],"nl","31",".. ........"],["New Caledonia",["oceania"],"nc","687"],["New Zealand",["oceania"],"nz","64","...-...-...."],["Nicaragua",["america","central-america"],"ni","505"],["Niger",["africa"],"ne","227"],["Nigeria",["africa"],"ng","234"],["North Korea",["asia"],"kp","850"],["Norway",["europe","baltic"],"no","47","... .. ..."],["Oman",["middle-east"],"om","968"],["Pakistan",["asia"],"pk","92","...-......."],["Palau",["oceania"],"pw","680"],["Palestine",["middle-east"],"ps","970"],["Panama",["america","central-america"],"pa","507"],["Papua New Guinea",["oceania"],"pg","675"],["Paraguay",["america","south-america"],"py","595"],["Peru",["america","south-america"],"pe","51"],["Philippines",["asia"],"ph","63",".... ......."],["Poland",["europe","eu-union","baltic"],"pl","48","...-...-..."],["Portugal",["europe","eu-union"],"pt","351"],["Puerto Rico",["america","carribean"],"pr","1","",3,["787","939"]],["Qatar",["middle-east"],"qa","974"],["Réunion",["africa"],"re","262"],["Romania",["europe","eu-union"],"ro","40"],["Russia",["europe","asia","ex-ussr","baltic"],"ru","7","(...) ...-..-..",0],["Rwanda",["africa"],"rw","250"],["Saint Kitts and Nevis",["america","carribean"],"kn","1869"],["Saint Lucia",["america","carribean"],"lc","1758"],["Saint Vincent and the Grenadines",["america","carribean"],"vc","1784"],["Samoa",["oceania"],"ws","685"],["San Marino",["europe"],"sm","378"],["São Tomé and Príncipe",["africa"],"st","239"],["Saudi Arabia",["middle-east"],"sa","966"],["Senegal",["africa"],"sn","221"],["Serbia",["europe","ex-yugos"],"rs","381"],["Seychelles",["africa"],"sc","248"],["Sierra Leone",["africa"],"sl","232"],["Singapore",["asia"],"sg","65","....-...."],["Slovakia",["europe","eu-union"],"sk","421"],["Slovenia",["europe","eu-union","ex-yugos"],"si","386"],["Solomon Islands",["oceania"],"sb","677"],["Somalia",["africa"],"so","252"],["South Africa",["africa"],"za","27"],["South Korea",["asia"],"kr","82","... .... ...."],["South Sudan",["africa","north-africa"],"ss","211"],["Spain",["europe","eu-union"],"es","34","... ... ..."],["Sri Lanka",["asia"],"lk","94"],["Sudan",["africa"],"sd","249"],["Suriname",["america","south-america"],"sr","597"],["Swaziland",["africa"],"sz","268"],["Sweden",["europe","eu-union","baltic"],"se","46","(...) ...-..."],["Switzerland",["europe"],"ch","41",".. ... .. .."],["Syria",["middle-east"],"sy","963"],["Taiwan",["asia"],"tw","886"],["Tajikistan",["asia","ex-ussr"],"tj","992"],["Tanzania",["africa"],"tz","255"],["Thailand",["asia"],"th","66"],["Timor-Leste",["asia"],"tl","670"],["Togo",["africa"],"tg","228"],["Tonga",["oceania"],"to","676"],["Trinidad and Tobago",["america","carribean"],"tt","1868"],["Tunisia",["africa","north-africa"],"tn","216"],["Turkey",["europe"],"tr","90","... ... .. .."],["Turkmenistan",["asia","ex-ussr"],"tm","993"],["Tuvalu",["asia"],"tv","688"],["Uganda",["africa"],"ug","256"],["Ukraine",["europe","ex-ussr"],"ua","380","(..) ... .. .."],["United Arab Emirates",["middle-east"],"ae","971"],["United Kingdom",["europe","eu-union"],"gb","44",".... ......"],["United States",["america","north-america"],"us","1","(...) ...-....",0,["907","205","251","256","334","479","501","870","480","520","602","623","928","209","213","310","323","408","415","510","530","559","562","619","626","650","661","707","714","760","805","818","831","858","909","916","925","949","951","303","719","970","203","860","202","302","239","305","321","352","386","407","561","727","772","813","850","863","904","941","954","229","404","478","706","770","912","808","319","515","563","641","712","208","217","309","312","618","630","708","773","815","847","219","260","317","574","765","812","316","620","785","913","270","502","606","859","225","318","337","504","985","413","508","617","781","978","301","410","207","231","248","269","313","517","586","616","734","810","906","989","218","320","507","612","651","763","952","314","417","573","636","660","816","228","601","662","406","252","336","704","828","910","919","701","308","402","603","201","609","732","856","908","973","505","575","702","775","212","315","516","518","585","607","631","716","718","845","914","216","330","419","440","513","614","740","937","405","580","918","503","541","215","412","570","610","717","724","814","401","803","843","864","605","423","615","731","865","901","931","210","214","254","281","325","361","409","432","512","713","806","817","830","903","915","936","940","956","972","979","435","801","276","434","540","703","757","804","802","206","253","360","425","509","262","414","608","715","920","304","307"]],["Uruguay",["america","south-america"],"uy","598"],["Uzbekistan",["asia","ex-ussr"],"uz","998"],["Vanuatu",["oceania"],"vu","678"],["Vatican City",["europe"],"va","39",".. .... ....",1],["Venezuela",["america","south-america"],"ve","58"],["Vietnam",["asia"],"vn","84"],["Yemen",["middle-east"],"ye","967"],["Zambia",["africa"],"zm","260"],["Zimbabwe",["africa"],"zw","263"]],P=[["American Samoa",["oceania"],"as","1684"],["Anguilla",["america","carribean"],"ai","1264"],["Bermuda",["america","north-america"],"bm","1441"],["British Virgin Islands",["america","carribean"],"vg","1284"],["Cayman Islands",["america","carribean"],"ky","1345"],["Cook Islands",["oceania"],"ck","682"],["Falkland Islands",["america","south-america"],"fk","500"],["Faroe Islands",["europe"],"fo","298"],["Gibraltar",["europe"],"gi","350"],["Greenland",["america"],"gl","299"],["Jersey",["europe","eu-union"],"je","44",".... ......"],["Montserrat",["america","carribean"],"ms","1664"],["Niue",["asia"],"nu","683"],["Norfolk Island",["oceania"],"nf","672"],["Northern Mariana Islands",["oceania"],"mp","1670"],["Saint Barthélemy",["america","carribean"],"bl","590","",1],["Saint Helena",["africa"],"sh","290"],["Saint Martin",["america","carribean"],"mf","590","",2],["Saint Pierre and Miquelon",["america","north-america"],"pm","508"],["Sint Maarten",["america","carribean"],"sx","1721"],["Tokelau",["oceania"],"tk","690"],["Turks and Caicos Islands",["america","carribean"],"tc","1649"],["U.S. Virgin Islands",["america","carribean"],"vi","1340"],["Wallis and Futuna",["oceania"],"wf","681"]];function _(e,t,n,r,o){return!n||o?e+"".padEnd(t.length,".")+" "+r:e+"".padEnd(t.length,".")+" "+n}function j(e,t,n,o,i){var s,l,c=[];return l=!0===t,[(s=[]).concat.apply(s,a(e.map((function(e){var a={name:e[0],regions:e[1],iso2:e[2],countryCode:e[3],dialCode:e[3],format:_(n,e[3],e[4],o,i),priority:e[5]||0},s=[];return e[6]&&e[6].map((function(t){var n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}({},a);n.dialCode=e[3]+t,n.isAreaCode=!0,n.areaCodeLength=t.length,s.push(n)})),s.length>0?(a.mainCode=!0,l||"Array"===t.constructor.name&&t.includes(e[2])?(a.hasAreaCodes=!0,[a].concat(s)):(c=c.concat(s),[a])):[a]})))),c]}function T(e,t,n,r){if(null!==n){var o=Object.keys(n),a=Object.values(n);o.forEach((function(n,o){if(r)return e.push([n,a[o]]);var i=e.findIndex((function(e){return e[0]===n}));if(-1===i){var s=[n];s[t]=a[o],e.push(s)}else e[i][t]=a[o]}))}}function A(e,t){return 0===t.length?e:e.map((function(e){var n=t.findIndex((function(t){return t[0]===e[2]}));if(-1===n)return e;var r=t[n];return r[1]&&(e[4]=r[1]),r[3]&&(e[5]=r[3]),r[2]&&(e[6]=r[2]),e}))}var I=function N(e,t,n,r,o,i,s,c,u,d,f,p,m,h){l(this,N),this.filterRegions=function(e,t){if("string"==typeof e){var n=e;return t.filter((function(e){return e.regions.some((function(e){return e===n}))}))}return t.filter((function(t){return e.map((function(e){return t.regions.some((function(t){return t===e}))})).some((function(e){return e}))}))},this.sortTerritories=function(e,t){var n=[].concat(a(e),a(t));return n.sort((function(e,t){return e.name<t.name?-1:e.name>t.name?1:0})),n},this.getFilteredCountryList=function(e,t,n){return 0===e.length?t:n?e.map((function(e){var n=t.find((function(t){return t.iso2===e}));if(n)return n})).filter((function(e){return e})):t.filter((function(t){return e.some((function(e){return e===t.iso2}))}))},this.localizeCountries=function(e,t,n){for(var r=0;r<e.length;r++)void 0!==t[e[r].iso2]?e[r].localName=t[e[r].iso2]:void 0!==t[e[r].name]&&(e[r].localName=t[e[r].name]);return n||e.sort((function(e,t){return e.localName<t.localName?-1:e.localName>t.localName?1:0})),e},this.getCustomAreas=function(e,t){for(var n=[],r=0;r<t.length;r++){var o=JSON.parse(JSON.stringify(e));o.dialCode+=t[r],n.push(o)}return n},this.excludeCountries=function(e,t){return 0===t.length?e:e.filter((function(e){return!t.includes(e.iso2)}))};var g=function(e,t,n){var r=[];return T(r,1,e,!0),T(r,3,t),T(r,2,n),r}(c,u,d),b=A(JSON.parse(JSON.stringify(M)),g),y=A(JSON.parse(JSON.stringify(P)),g),v=E(j(b,e,p,m,h),2),w=v[0],C=v[1];if(t){var x=E(j(y,e,p,m,h),2),k=x[0];x[1],w=this.sortTerritories(k,w)}n&&(w=this.filterRegions(n,w)),this.onlyCountries=this.localizeCountries(this.excludeCountries(this.getFilteredCountryList(r,w,s.includes("onlyCountries")),i),f,s.includes("onlyCountries")),this.preferredCountries=0===o.length?[]:this.localizeCountries(this.getFilteredCountryList(o,w,s.includes("preferredCountries")),f,s.includes("preferredCountries")),this.hiddenAreaCodes=this.excludeCountries(this.getFilteredCountryList(r,C),i)},L=function(e){function t(e){var n;l(this,t),(n=function(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?f(e):t}(this,p(t).call(this,e))).getProbableCandidate=w()((function(e){return e&&0!==e.length?n.state.onlyCountries.filter((function(t){return O()(t.name.toLowerCase(),e.toLowerCase())}),f(f(n)))[0]:null})),n.guessSelectedCountry=w()((function(e,t,r,o){var a;if(!1===n.props.enableAreaCodes&&(o.some((function(t){if(O()(e,t.dialCode))return r.some((function(e){if(t.iso2===e.iso2&&e.mainCode)return a=e,!0})),!0})),a))return a;var i=r.find((function(e){return e.iso2==t}));if(""===e.trim())return i;var s=r.reduce((function(t,n){if(O()(e,n.dialCode)){if(n.dialCode.length>t.dialCode.length)return n;if(n.dialCode.length===t.dialCode.length&&n.priority<t.priority)return n}return t}),{dialCode:"",priority:10001},f(f(n)));return s.name?s:i})),n.updateCountry=function(e){var t,r=n.state.onlyCountries;(t=e.indexOf(0)>="0"&&e.indexOf(0)<="9"?r.find((function(t){return t.dialCode==+e})):r.find((function(t){return t.iso2==e})))&&t.dialCode&&n.setState({selectedCountry:t,formattedNumber:n.props.disableCountryCode?"":n.formatNumber(t.dialCode,t)})},n.scrollTo=function(e,t){if(e){var r=n.dropdownRef;if(r&&document.body){var o=r.offsetHeight,a=r.getBoundingClientRect().top+document.body.scrollTop,i=a+o,s=e,l=s.getBoundingClientRect(),c=s.offsetHeight,u=l.top+document.body.scrollTop,d=u+c,f=u-a+r.scrollTop,p=o/2-c/2;if(n.props.enableSearch?u<a+32:u<a)t&&(f-=p),r.scrollTop=f;else if(d>i){t&&(f+=p);var m=o-c;r.scrollTop=f-m}}}},n.scrollToTop=function(){var e=n.dropdownRef;e&&document.body&&(e.scrollTop=0)},n.formatNumber=function(e,t){if(!t)return e;var r,a=t.format,l=n.props,c=l.disableCountryCode,u=l.enableAreaCodeStretch,d=l.enableLongNumbers,f=l.autoFormat;if(c?((r=a.split(" ")).shift(),r=r.join(" ")):u&&t.isAreaCode?((r=a.split(" "))[1]=r[1].replace(/\.+/,"".padEnd(t.areaCodeLength,".")),r=r.join(" ")):r=a,!e||0===e.length)return c?"":n.props.prefix;if(e&&e.length<2||!r||!f)return c?e:n.props.prefix+e;var p,m=x()(r,(function(e,t){if(0===e.remainingText.length)return e;if("."!==t)return{formattedText:e.formattedText+t,remainingText:e.remainingText};var n,r=i(n=e.remainingText)||o(n)||s(),a=r[0],l=r.slice(1);return{formattedText:e.formattedText+a,remainingText:l}}),{formattedText:"",remainingText:e.split("")});return(p=d?m.formattedText+m.remainingText.join(""):m.formattedText).includes("(")&&!p.includes(")")&&(p+=")"),p},n.cursorToEnd=function(){var e=n.numberInputRef;e.focus();var t=e.value.length;")"===e.value.charAt(t-1)&&(t-=1),e.setSelectionRange(t,t)},n.getElement=function(e){return n["flag_no_".concat(e)]},n.getCountryData=function(){return n.state.selectedCountry?{name:n.state.selectedCountry.name||"",dialCode:n.state.selectedCountry.dialCode||"",countryCode:n.state.selectedCountry.iso2||"",format:n.state.selectedCountry.format||""}:{}},n.handleFlagDropdownClick=function(e){if(e.preventDefault(),n.state.showDropdown||!n.props.disabled){var t=n.state,r=t.preferredCountries,o=t.selectedCountry,a=r.concat(n.state.onlyCountries).findIndex((function(e){return e.dialCode===o.dialCode&&e.iso2===o.iso2}));n.setState({showDropdown:!n.state.showDropdown,highlightCountryIndex:a},(function(){n.state.showDropdown&&n.scrollTo(n.getElement(n.state.highlightCountryIndex))}))}},n.handleInput=function(e){var t=e.target.value,r=n.props,o=r.prefix,a=r.onChange,i=n.props.disableCountryCode?"":o,s=n.state.selectedCountry,l=n.state.freezeSelection;if(!n.props.countryCodeEditable){var c=o+(s.hasAreaCodes?n.state.onlyCountries.find((function(e){return e.iso2===s.iso2&&e.mainCode})).dialCode:s.dialCode);if(t.slice(0,c.length)!==c)return}if(t===o)return a&&a("",n.getCountryData(),e,""),n.setState({formattedNumber:""});if(t.replace(/\D/g,"").length>15){if(!1===n.props.enableLongNumbers)return;if("number"==typeof n.props.enableLongNumbers&&t.replace(/\D/g,"").length>n.props.enableLongNumbers)return}if(t!==n.state.formattedNumber){e.preventDefault?e.preventDefault():e.returnValue=!1;var u=n.props.country,d=n.state,f=d.onlyCountries,p=d.selectedCountry,m=d.hiddenAreaCodes;if(a&&e.persist(),t.length>0){var h=t.replace(/\D/g,"");(!n.state.freezeSelection||p.dialCode.length>h.length)&&(s=n.props.disableCountryGuess?p:n.guessSelectedCountry(h.substring(0,6),u,f,m)||p,l=!1),i=n.formatNumber(h,s),s=s.dialCode?s:p}var g=e.target.selectionStart,b=n.state.formattedNumber,y=i.length-b.length;n.setState({formattedNumber:i,freezeSelection:l,selectedCountry:s},(function(){y>0&&(g-=y),")"==i.charAt(i.length-1)?n.numberInputRef.setSelectionRange(i.length-1,i.length-1):g>0&&b.length>=i.length&&n.numberInputRef.setSelectionRange(g,g),a&&a(i.replace(/[^0-9]+/g,""),n.getCountryData(),e,i)}))}},n.handleInputClick=function(e){n.setState({showDropdown:!1}),n.props.onClick&&n.props.onClick(e,n.getCountryData())},n.handleDoubleClick=function(e){var t=e.target.value.length;e.target.setSelectionRange(0,t)},n.handleFlagItemClick=function(e,t){var r=n.state.selectedCountry,o=n.state.onlyCountries.find((function(t){return t==e}));if(o){var a=n.state.formattedNumber.replace(" ","").replace("(","").replace(")","").replace("-",""),i=a.length>1?a.replace(r.dialCode,o.dialCode):o.dialCode,s=n.formatNumber(i.replace(/\D/g,""),o);n.setState({showDropdown:!1,selectedCountry:o,freezeSelection:!0,formattedNumber:s},(function(){n.cursorToEnd(),n.props.onChange&&n.props.onChange(s.replace(/[^0-9]+/g,""),n.getCountryData(),t,s)}))}},n.handleInputFocus=function(e){n.numberInputRef&&n.numberInputRef.value===n.props.prefix&&n.state.selectedCountry&&!n.props.disableCountryCode&&n.setState({formattedNumber:n.props.prefix+n.state.selectedCountry.dialCode},(function(){n.props.jumpCursorToEnd&&setTimeout(n.cursorToEnd,0)})),n.setState({placeholder:""}),n.props.onFocus&&n.props.onFocus(e,n.getCountryData()),n.props.jumpCursorToEnd&&setTimeout(n.cursorToEnd,0)},n.handleInputBlur=function(e){e.target.value||n.setState({placeholder:n.props.placeholder}),n.props.onBlur&&n.props.onBlur(e,n.getCountryData())},n.handleInputCopy=function(e){if(n.props.copyNumbersOnly){var t=window.getSelection().toString().replace(/[^0-9]+/g,"");e.clipboardData.setData("text/plain",t),e.preventDefault()}},n.getHighlightCountryIndex=function(e){var t=n.state.highlightCountryIndex+e;return t<0||t>=n.state.onlyCountries.length+n.state.preferredCountries.length?t-e:n.props.enableSearch&&t>n.getSearchFilteredCountries().length?0:t},n.searchCountry=function(){var e=n.getProbableCandidate(n.state.queryString)||n.state.onlyCountries[0],t=n.state.onlyCountries.findIndex((function(t){return t==e}))+n.state.preferredCountries.length;n.scrollTo(n.getElement(t),!0),n.setState({queryString:"",highlightCountryIndex:t})},n.handleKeydown=function(e){var t=n.props.keys,r=e.target.className;if(r.includes("selected-flag")&&e.which===t.ENTER&&!n.state.showDropdown)return n.handleFlagDropdownClick(e);if(r.includes("form-control")&&(e.which===t.ENTER||e.which===t.ESC))return e.target.blur();if(n.state.showDropdown&&!n.props.disabled&&(!r.includes("search-box")||e.which===t.UP||e.which===t.DOWN||e.which===t.ENTER||e.which===t.ESC&&""===e.target.value)){e.preventDefault?e.preventDefault():e.returnValue=!1;var o=function(e){n.setState({highlightCountryIndex:n.getHighlightCountryIndex(e)},(function(){n.scrollTo(n.getElement(n.state.highlightCountryIndex),!0)}))};switch(e.which){case t.DOWN:o(1);break;case t.UP:o(-1);break;case t.ENTER:n.props.enableSearch?n.handleFlagItemClick(n.getSearchFilteredCountries()[n.state.highlightCountryIndex]||n.getSearchFilteredCountries()[0],e):n.handleFlagItemClick([].concat(a(n.state.preferredCountries),a(n.state.onlyCountries))[n.state.highlightCountryIndex],e);break;case t.ESC:case t.TAB:n.setState({showDropdown:!1},n.cursorToEnd);break;default:(e.which>=t.A&&e.which<=t.Z||e.which===t.SPACE)&&n.setState({queryString:n.state.queryString+String.fromCharCode(e.which)},n.state.debouncedQueryStingSearcher)}}},n.handleInputKeyDown=function(e){var t=n.props,r=t.keys,o=t.onEnterKeyPress,a=t.onKeyDown;e.which===r.ENTER&&o&&o(e),a&&a(e)},n.handleClickOutside=function(e){n.dropdownRef&&!n.dropdownContainerRef.contains(e.target)&&n.state.showDropdown&&n.setState({showDropdown:!1})},n.handleSearchChange=function(e){var t=e.currentTarget.value,r=n.state,o=r.preferredCountries,a=r.selectedCountry,i=0;if(""===t&&a){var s=n.state.onlyCountries;i=o.concat(s).findIndex((function(e){return e==a})),setTimeout((function(){return n.scrollTo(n.getElement(i))}),100)}n.setState({searchValue:t,highlightCountryIndex:i})},n.getDropdownCountryName=function(e){return e.localName||e.name},n.getSearchFilteredCountries=function(){var e=n.state,t=e.preferredCountries,r=e.onlyCountries,o=e.searchValue,i=n.props.enableSearch,s=t.concat(r),l=o.trim().toLowerCase();if(i&&l){if(/^\d+$/.test(l))return s.filter((function(e){var t=e.dialCode;return["".concat(t)].some((function(e){return e.toLowerCase().includes(l)}))}));var c=s.filter((function(e){var t=e.iso2;return["".concat(t)].some((function(e){return e.toLowerCase().includes(l)}))})),u=s.filter((function(e){var t=e.name,n=e.localName;return e.iso2,["".concat(t),"".concat(n||"")].some((function(e){return e.toLowerCase().includes(l)}))}));return n.scrollToTop(),a(new Set([].concat(c,u)))}return s},n.getCountryDropdownList=function(){var e,t=n.state,o=t.preferredCountries,a=t.highlightCountryIndex,i=t.showDropdown,s=t.searchValue,l=n.props,c=l.disableDropdown,u=l.prefix,d=n.props,f=d.enableSearch,p=d.searchNotFound,m=d.disableSearchIcon,h=d.searchClass,b=d.searchStyle,y=d.searchPlaceholder,v=d.autocompleteSearch,w=n.getSearchFilteredCountries().map((function(e,t){var r=a===t,o=S()({country:!0,preferred:"us"===e.iso2||"gb"===e.iso2,active:"us"===e.iso2,highlight:r}),i="flag ".concat(e.iso2);return g.a.createElement("li",Object.assign({ref:function(e){return n["flag_no_".concat(t)]=e},key:"flag_no_".concat(t),"data-flag-key":"flag_no_".concat(t),className:o,"data-dial-code":"1",tabIndex:c?"-1":"0","data-country-code":e.iso2,onClick:function(t){return n.handleFlagItemClick(e,t)},role:"option"},r?{"aria-selected":!0}:{}),g.a.createElement("div",{className:i}),g.a.createElement("span",{className:"country-name"},n.getDropdownCountryName(e)),g.a.createElement("span",{className:"dial-code"},e.format?n.formatNumber(e.dialCode,e):u+e.dialCode))})),C=g.a.createElement("li",{key:"dashes",className:"divider"});o.length>0&&(!f||f&&!s.trim())&&w.splice(o.length,0,C);var x=S()((r(e={},n.props.dropdownClass,!0),r(e,"country-list",!0),r(e,"hide",!i),e));return g.a.createElement("ul",{ref:function(e){return!f&&e&&e.focus(),n.dropdownRef=e},className:x,style:n.props.dropdownStyle,role:"listbox",tabIndex:"0"},f&&g.a.createElement("li",{className:S()(r({search:!0},h,h))},!m&&g.a.createElement("span",{className:S()(r({"search-emoji":!0},"".concat(h,"-emoji"),h)),role:"img","aria-label":"Magnifying glass"},"🔎"),g.a.createElement("input",{className:S()(r({"search-box":!0},"".concat(h,"-box"),h)),style:b,type:"search",placeholder:y,autoFocus:!0,autoComplete:v?"on":"off",value:s,onChange:n.handleSearchChange})),w.length>0?w:g.a.createElement("li",{className:"no-entries-message"},g.a.createElement("span",null,p)))};var c,u=new I(e.enableAreaCodes,e.enableTerritories,e.regions,e.onlyCountries,e.preferredCountries,e.excludeCountries,e.preserveOrder,e.masks,e.priority,e.areaCodes,e.localization,e.prefix,e.defaultMask,e.alwaysDefaultMask),m=u.onlyCountries,h=u.preferredCountries,b=u.hiddenAreaCodes,v=e.value?e.value.replace(/\D/g,""):"";c=e.disableInitialCountryGuess?0:v.length>1?n.guessSelectedCountry(v.substring(0,6),e.country,m,b)||0:e.country&&m.find((function(t){return t.iso2==e.country}))||0;var C,k=v.length<2&&c&&!O()(v,c.dialCode)?c.dialCode:"";C=""===v&&0===c?"":n.formatNumber((e.disableCountryCode?"":k)+v,c.name?c:void 0);var D=m.findIndex((function(e){return e==c}));return n.state={showDropdown:e.showDropdown,formattedNumber:C,onlyCountries:m,preferredCountries:h,hiddenAreaCodes:b,selectedCountry:c,highlightCountryIndex:D,queryString:"",freezeSelection:!1,debouncedQueryStingSearcher:y()(n.searchCountry,250),searchValue:""},n}var n,u;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(t,e),n=t,(u=[{key:"componentDidMount",value:function(){document.addEventListener&&this.props.enableClickOutside&&document.addEventListener("mousedown",this.handleClickOutside)}},{key:"componentWillUnmount",value:function(){document.removeEventListener&&this.props.enableClickOutside&&document.removeEventListener("mousedown",this.handleClickOutside)}},{key:"componentDidUpdate",value:function(e,t,n){e.country!==this.props.country?this.updateCountry(this.props.country):e.value!==this.props.value&&this.updateFormattedNumber(this.props.value)}},{key:"updateFormattedNumber",value:function(e){if(null===e)return this.setState({selectedCountry:0,formattedNumber:""});var t=this.state,n=t.onlyCountries,r=t.selectedCountry,o=t.hiddenAreaCodes,a=this.props,i=a.country,s=a.prefix;if(""===e)return this.setState({selectedCountry:r,formattedNumber:""});var l,c,u=e.replace(/\D/g,"");if(r&&O()(e,s+r.dialCode))c=this.formatNumber(u,r),this.setState({formattedNumber:c});else{var d=(l=this.props.disableCountryGuess?r:this.guessSelectedCountry(u.substring(0,6),i,n,o)||r)&&O()(u,s+l.dialCode)?l.dialCode:"";c=this.formatNumber((this.props.disableCountryCode?"":d)+u,l||void 0),this.setState({selectedCountry:l,formattedNumber:c})}}},{key:"render",value:function(){var e,t,n,o,a,i=this,s=this.state,l=s.onlyCountries,c=s.selectedCountry,u=s.showDropdown,d=s.formattedNumber,f=s.hiddenAreaCodes,p=this.props,m=p.disableDropdown,h=p.renderStringAsFlag,b=p.isValid,y=p.defaultErrorMessage,v=p.specialLabel;if("boolean"==typeof b)o=b;else{var w=b(d.replace(/\D/g,""),c,l,f);"boolean"==typeof w?!1===(o=w)&&(a=y):(o=!1,a=w)}var C=S()((r(e={},this.props.containerClass,!0),r(e,"react-tel-input",!0),e)),x=S()({arrow:!0,up:u}),k=S()((r(t={},this.props.inputClass,!0),r(t,"form-control",!0),r(t,"invalid-number",!o),r(t,"open",u),t)),O=S()({"selected-flag":!0,open:u}),D=S()((r(n={},this.props.buttonClass,!0),r(n,"flag-dropdown",!0),r(n,"invalid-number",!o),r(n,"open",u),n)),E="flag ".concat(c&&c.iso2);return g.a.createElement("div",{className:C,style:this.props.style||this.props.containerStyle,onKeyDown:this.handleKeydown},v&&g.a.createElement("div",{className:"special-label"},v),a&&g.a.createElement("div",{className:"invalid-number-message"},a),g.a.createElement("input",Object.assign({className:k,style:this.props.inputStyle,onChange:this.handleInput,onClick:this.handleInputClick,onDoubleClick:this.handleDoubleClick,onFocus:this.handleInputFocus,onBlur:this.handleInputBlur,onCopy:this.handleInputCopy,value:d,ref:function(e){return i.numberInputRef=e},onKeyDown:this.handleInputKeyDown,placeholder:this.props.placeholder,disabled:this.props.disabled,type:"tel"},this.props.inputProps)),g.a.createElement("div",{className:D,style:this.props.buttonStyle,ref:function(e){return i.dropdownContainerRef=e}},h?g.a.createElement("div",{className:O},h):g.a.createElement("div",{onClick:m?void 0:this.handleFlagDropdownClick,className:O,title:c?"".concat(c.name,": + ").concat(c.dialCode):"",tabIndex:m?"-1":"0",role:"button","aria-haspopup":"listbox","aria-expanded":!!u||void 0},g.a.createElement("div",{className:E},!m&&g.a.createElement("div",{className:x}))),u&&this.getCountryDropdownList()))}}])&&c(n.prototype,u),t}(g.a.Component);L.defaultProps={country:"",value:"",onlyCountries:[],preferredCountries:[],excludeCountries:[],placeholder:"1 (702) 123-4567",searchPlaceholder:"search",searchNotFound:"No entries to show",flagsImagePath:"./flags.png",disabled:!1,containerStyle:{},inputStyle:{},buttonStyle:{},dropdownStyle:{},searchStyle:{},containerClass:"",inputClass:"",buttonClass:"",dropdownClass:"",searchClass:"",autoFormat:!0,enableAreaCodes:!1,enableTerritories:!1,disableCountryCode:!1,disableDropdown:!1,enableLongNumbers:!1,countryCodeEditable:!0,enableSearch:!1,disableSearchIcon:!1,disableInitialCountryGuess:!1,disableCountryGuess:!1,regions:"",inputProps:{},localization:{},masks:null,priority:null,areaCodes:null,preserveOrder:[],defaultMask:"... ... ... ... ..",alwaysDefaultMask:!1,prefix:"+",copyNumbersOnly:!0,renderStringAsFlag:"",autocompleteSearch:!1,jumpCursorToEnd:!0,enableAreaCodeStretch:!1,enableClickOutside:!0,showDropdown:!1,isValid:!0,defaultErrorMessage:"",specialLabel:"Phone",onEnterKeyPress:null,keys:{UP:38,DOWN:40,RIGHT:39,LEFT:37,ENTER:13,ESC:27,PLUS:43,A:65,Z:90,SPACE:32,TAB:9}},t["default"]=L}])},73:function(e,t,n){var r;e.exports=(r=n(363),function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(2)},function(e,t){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=function(){function e(t,r,o,a){n(this,e),this.startPoint=t,this.control1=r,this.control2=o,this.endPoint=a}return r(e,[{key:"length",value:function(){var e,t,n,r,o,a,i,s,l=10,c=0;for(e=0;l>=e;e++)t=e/l,n=this._point(t,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),r=this._point(t,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y),e>0&&(i=n-o,s=r-a,c+=Math.sqrt(i*i+s*s)),o=n,a=r;return c}},{key:"_point",value:function(e,t,n,r,o){return t*(1-e)*(1-e)*(1-e)+3*n*(1-e)*(1-e)*e+3*r*(1-e)*e*e+o*e*e*e}}]),e}();t["default"]=o,e.exports=t["default"]},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),s=function(e,t,n){for(var r=!0;r;){var o=e,a=t,i=n;s=c=l=void 0,r=!1,null===o&&(o=Function.prototype);var s=Object.getOwnPropertyDescriptor(o,a);if(void 0!==s){if("value"in s)return s.value;var l=s.get;return void 0===l?void 0:l.call(i)}var c=Object.getPrototypeOf(o);if(null===c)return;e=c,t=a,n=i,r=!0}},l=r(n(4)),c=r(n(1)),u=r(n(3)),d=function(e){function t(e){o(this,t),s(Object.getPrototypeOf(t.prototype),"constructor",this).call(this,e),this.velocityFilterWeight=this.props.velocityFilterWeight||.7,this.minWidth=this.props.minWidth||.5,this.maxWidth=this.props.maxWidth||2.5,this.dotSize=this.props.dotSize||function(){return(this.minWidth+this.maxWidth)/2},this.penColor=this.props.penColor||"black",this.backgroundColor=this.props.backgroundColor||"rgba(0,0,0,0)",this.onEnd=this.props.onEnd,this.onBegin=this.props.onBegin}return a(t,e),i(t,[{key:"componentDidMount",value:function(){this._canvas=this.refs.cv,this._ctx=this._canvas.getContext("2d"),this.clear(),this._handleMouseEvents(),this._handleTouchEvents(),this._resizeCanvas()}},{key:"componentWillUnmount",value:function(){this.off()}},{key:"clear",value:function(e){e&&e.preventDefault();var t=this._ctx,n=this._canvas;t.fillStyle=this.backgroundColor,t.clearRect(0,0,n.width,n.height),t.fillRect(0,0,n.width,n.height),this._reset()}},{key:"toDataURL",value:function(e,t){var n=this._canvas;return n.toDataURL.apply(n,arguments)}},{key:"fromDataURL",value:function(e){var t=this,n=new Image,r=window.devicePixelRatio||1,o=this._canvas.width/r,a=this._canvas.height/r;this._reset(),n.src=e,n.onload=function(){t._ctx.drawImage(n,0,0,o,a)},this._isEmpty=!1}},{key:"isEmpty",value:function(){return this._isEmpty}},{key:"_resizeCanvas",value:function(){var e=this._ctx,t=this._canvas,n=Math.max(window.devicePixelRatio||1,1);t.width=t.offsetWidth*n,t.height=t.offsetHeight*n,e.scale(n,n),this._isEmpty=!0}},{key:"_reset",value:function(){this.points=[],this._lastVelocity=0,this._lastWidth=(this.minWidth+this.maxWidth)/2,this._isEmpty=!0,this._ctx.fillStyle=this.penColor}},{key:"_handleMouseEvents",value:function(){this._mouseButtonDown=!1,this._canvas.addEventListener("mousedown",this._handleMouseDown.bind(this)),this._canvas.addEventListener("mousemove",this._handleMouseMove.bind(this)),document.addEventListener("mouseup",this._handleMouseUp.bind(this)),window.addEventListener("resize",this._resizeCanvas.bind(this))}},{key:"_handleTouchEvents",value:function(){this._canvas.style.msTouchAction="none",this._canvas.addEventListener("touchstart",this._handleTouchStart.bind(this)),this._canvas.addEventListener("touchmove",this._handleTouchMove.bind(this)),document.addEventListener("touchend",this._handleTouchEnd.bind(this))}},{key:"off",value:function(){this._canvas.removeEventListener("mousedown",this._handleMouseDown),this._canvas.removeEventListener("mousemove",this._handleMouseMove),document.removeEventListener("mouseup",this._handleMouseUp),this._canvas.removeEventListener("touchstart",this._handleTouchStart),this._canvas.removeEventListener("touchmove",this._handleTouchMove),document.removeEventListener("touchend",this._handleTouchEnd),window.removeEventListener("resize",this._resizeCanvas)}},{key:"_handleMouseDown",value:function(e){1===e.which&&(this._mouseButtonDown=!0,this._strokeBegin(e))}},{key:"_handleMouseMove",value:function(e){this._mouseButtonDown&&this._strokeUpdate(e)}},{key:"_handleMouseUp",value:function(e){1===e.which&&this._mouseButtonDown&&(this._mouseButtonDown=!1,this._strokeEnd(e))}},{key:"_handleTouchStart",value:function(e){var t=e.changedTouches[0];this._strokeBegin(t)}},{key:"_handleTouchMove",value:function(e){e.preventDefault();var t=e.changedTouches[0];this._strokeUpdate(t)}},{key:"_handleTouchEnd",value:function(e){e.target===this._canvas&&this._strokeEnd(e)}},{key:"_strokeUpdate",value:function(e){var t=this._createPoint(e);this._addPoint(t)}},{key:"_strokeBegin",value:function(e){this._reset(),this._strokeUpdate(e),"function"==typeof this.onBegin&&this.onBegin(e)}},{key:"_strokeDraw",value:function(e){var t=this._ctx,n="function"==typeof this.dotSize?this.dotSize():this.dotSize;t.beginPath(),this._drawPoint(e.x,e.y,n),t.closePath(),t.fill()}},{key:"_strokeEnd",value:function(e){var t=this.points.length>2,n=this.points[0];!t&&n&&this._strokeDraw(n),"function"==typeof this.onEnd&&this.onEnd(e)}},{key:"_createPoint",value:function(e){var t=this._canvas.getBoundingClientRect();return new u["default"](e.clientX-t.left,e.clientY-t.top)}},{key:"_addPoint",value:function(e){var t,n,r,o=this.points;o.push(e),o.length>2&&(3===o.length&&o.unshift(o[0]),t=this._calculateCurveControlPoints(o[0],o[1],o[2]).c2,n=this._calculateCurveControlPoints(o[1],o[2],o[3]).c1,r=new c["default"](o[1],t,n,o[2]),this._addCurve(r),o.shift())}},{key:"_calculateCurveControlPoints",value:function(e,t,n){var r=e.x-t.x,o=e.y-t.y,a=t.x-n.x,i=t.y-n.y,s={x:(e.x+t.x)/2,y:(e.y+t.y)/2},l={x:(t.x+n.x)/2,y:(t.y+n.y)/2},c=Math.sqrt(r*r+o*o),d=Math.sqrt(a*a+i*i),f=s.x-l.x,p=s.y-l.y,m=d/(c+d),h={x:l.x+f*m,y:l.y+p*m},g=t.x-h.x,b=t.y-h.y;return{c1:new u["default"](s.x+g,s.y+b),c2:new u["default"](l.x+g,l.y+b)}}},{key:"_addCurve",value:function(e){var t,n,r=e.startPoint;t=e.endPoint.velocityFrom(r),t=this.velocityFilterWeight*t+(1-this.velocityFilterWeight)*this._lastVelocity,n=this._strokeWidth(t),this._drawCurve(e,this._lastWidth,n),this._lastVelocity=t,this._lastWidth=n}},{key:"_drawPoint",value:function(e,t,n){var r=this._ctx;r.moveTo(e,t),r.arc(e,t,n,0,2*Math.PI,!1),this._isEmpty=!1}},{key:"_drawCurve",value:function(e,t,n){var r,o,a,i,s,l,c,u,d,f,p,m=this._ctx,h=n-t;for(r=Math.floor(e.length()),m.beginPath(),a=0;r>a;a++)l=(s=(i=a/r)*i)*i,f=(d=(u=(c=1-i)*c)*c)*e.startPoint.x,f+=3*u*i*e.control1.x,f+=3*c*s*e.control2.x,f+=l*e.endPoint.x,p=d*e.startPoint.y,p+=3*u*i*e.control1.y,p+=3*c*s*e.control2.y,p+=l*e.endPoint.y,o=t+l*h,this._drawPoint(f,p,o);m.closePath(),m.fill()}},{key:"_strokeWidth",value:function(e){return Math.max(this.maxWidth/(e+1),this.minWidth)}},{key:"render",value:function(){return l["default"].createElement("div",{id:"signature-pad",className:"m-signature-pad"},l["default"].createElement("div",{className:"m-signature-pad--body"},l["default"].createElement("canvas",{ref:"cv"})),this.props.clearButton&&l["default"].createElement("div",{className:"m-signature-pad--footer"},l["default"].createElement("button",{className:"btn btn-default button clear",onClick:this.clear.bind(this)},"Clear")))}}]),t}(l["default"].Component);t["default"]=d,e.exports=t["default"]},function(e,t){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=function(){function e(t,r,o){n(this,e),this.x=t,this.y=r,this.time=o||(new Date).getTime()}return r(e,[{key:"velocityFrom",value:function(e){return this.time!==e.time?this.distanceTo(e)/(this.time-e.time):1}},{key:"distanceTo",value:function(e){return Math.sqrt(Math.pow(this.x-e.x,2)+Math.pow(this.y-e.y,2))}}]),e}();t["default"]=o,e.exports=t["default"]},function(e,t){e.exports=r}]))},455:function(e){e.exports=function(){"use strict";const e="SweetAlert2:",t=e=>{const t=[];for(let n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t},n=e=>e.charAt(0).toUpperCase()+e.slice(1),r=e=>Array.prototype.slice.call(e),o=t=>{console.warn("".concat(e," ").concat("object"==typeof t?t.join(" "):t))},a=t=>{console.error("".concat(e," ").concat(t))},i=[],s=e=>{i.includes(e)||(i.push(e),o(e))},l=(e,t)=>{s('"'.concat(e,'" is deprecated and will be removed in the next major release. Please use "').concat(t,'" instead.'))},c=e=>"function"==typeof e?e():e,u=e=>e&&"function"==typeof e.toPromise,d=e=>u(e)?e.toPromise():Promise.resolve(e),f=e=>e&&Promise.resolve(e)===e,p={title:"",titleText:"",text:"",html:"",footer:"",icon:undefined,iconColor:undefined,iconHtml:undefined,template:undefined,toast:!1,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:{},target:"body",color:undefined,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:undefined,preDeny:undefined,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:undefined,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:undefined,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:undefined,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"&times;",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:undefined,imageWidth:undefined,imageHeight:undefined,imageAlt:"",timer:undefined,timerProgressBar:!1,width:undefined,padding:undefined,background:undefined,input:undefined,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputAttributes:{},inputValidator:undefined,returnInputValueOnDeny:!1,validationMessage:undefined,grow:!1,position:"center",progressSteps:[],currentProgressStep:undefined,progressStepsDistance:undefined,willOpen:undefined,didOpen:undefined,didRender:undefined,willClose:undefined,didClose:undefined,didDestroy:undefined,scrollbarPadding:!0},m=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","willClose"],h={},g=["allowOutsideClick","allowEnterKey","backdrop","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],b=e=>Object.prototype.hasOwnProperty.call(p,e),y=e=>-1!==m.indexOf(e),v=e=>h[e],w=e=>{b(e)||o('Unknown parameter "'.concat(e,'"'))},C=e=>{g.includes(e)&&o('The parameter "'.concat(e,'" is incompatible with toasts'))},x=e=>{v(e)&&l(e,v(e))},k=e=>{!e.backdrop&&e.allowOutsideClick&&o('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`');for(const t in e)w(t),e.toast&&C(t),x(t)},O="swal2-",D=e=>{const t={};for(const n in e)t[e[n]]=O+e[n];return t},S=D(["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","default-outline","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","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"]),E=D(["success","warning","info","question","error"]),M=()=>document.body.querySelector(".".concat(S.container)),P=e=>{const t=M();return t?t.querySelector(e):null},_=e=>P(".".concat(e)),j=()=>_(S.popup),T=()=>_(S.icon),A=()=>_(S.title),I=()=>_(S["html-container"]),L=()=>_(S.image),N=()=>_(S["progress-steps"]),R=()=>_(S["validation-message"]),V=()=>P(".".concat(S.actions," .").concat(S.confirm)),F=()=>P(".".concat(S.actions," .").concat(S.deny)),B=()=>_(S["input-label"]),z=()=>P(".".concat(S.loader)),H=()=>P(".".concat(S.actions," .").concat(S.cancel)),U=()=>_(S.actions),W=()=>_(S.footer),q=()=>_(S["timer-progress-bar"]),Y=()=>_(S.close),$='\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',K=()=>{const e=r(j().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(((e,t)=>{const n=parseInt(e.getAttribute("tabindex")),r=parseInt(t.getAttribute("tabindex"));return n>r?1:n<r?-1:0})),n=r(j().querySelectorAll($)).filter((e=>"-1"!==e.getAttribute("tabindex")));return t(e.concat(n)).filter((e=>me(e)))},G=()=>ee(document.body,S.shown)&&!ee(document.body,S["toast-shown"])&&!ee(document.body,S["no-backdrop"]),Q=()=>j()&&ee(j(),S.toast),Z=()=>j().hasAttribute("data-loading"),J={previousBodyPadding:null},X=(e,t)=>{if(e.textContent="",t){const n=(new DOMParser).parseFromString(t,"text/html");r(n.querySelector("head").childNodes).forEach((t=>{e.appendChild(t)})),r(n.querySelector("body").childNodes).forEach((t=>{e.appendChild(t)}))}},ee=(e,t)=>{if(!t)return!1;const n=t.split(/\s+/);for(let t=0;t<n.length;t++)if(!e.classList.contains(n[t]))return!1;return!0},te=(e,t)=>{r(e.classList).forEach((n=>{Object.values(S).includes(n)||Object.values(E).includes(n)||Object.values(t.showClass).includes(n)||e.classList.remove(n)}))},ne=(e,t,n)=>{if(te(e,t),t.customClass&&t.customClass[n]){if("string"!=typeof t.customClass[n]&&!t.customClass[n].forEach)return o("Invalid type of customClass.".concat(n,'! Expected string or iterable object, got "').concat(typeof t.customClass[n],'"'));ie(e,t.customClass[n])}},re=(e,t)=>{if(!t)return null;switch(t){case"select":case"textarea":case"file":return e.querySelector(".".concat(S.popup," > .").concat(S[t]));case"checkbox":return e.querySelector(".".concat(S.popup," > .").concat(S.checkbox," input"));case"radio":return e.querySelector(".".concat(S.popup," > .").concat(S.radio," input:checked"))||e.querySelector(".".concat(S.popup," > .").concat(S.radio," input:first-child"));case"range":return e.querySelector(".".concat(S.popup," > .").concat(S.range," input"));default:return e.querySelector(".".concat(S.popup," > .").concat(S.input))}},oe=e=>{if(e.focus(),"file"!==e.type){const t=e.value;e.value="",e.value=t}},ae=(e,t,n)=>{e&&t&&("string"==typeof t&&(t=t.split(/\s+/).filter(Boolean)),t.forEach((t=>{Array.isArray(e)?e.forEach((e=>{n?e.classList.add(t):e.classList.remove(t)})):n?e.classList.add(t):e.classList.remove(t)})))},ie=(e,t)=>{ae(e,t,!0)},se=(e,t)=>{ae(e,t,!1)},le=(e,t)=>{const n=r(e.childNodes);for(let e=0;e<n.length;e++)if(ee(n[e],t))return n[e]},ce=(e,t,n)=>{n==="".concat(parseInt(n))&&(n=parseInt(n)),n||0===parseInt(n)?e.style[t]="number"==typeof n?"".concat(n,"px"):n:e.style.removeProperty(t)},ue=function(e){let t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"flex";e.style.display=t},de=e=>{e.style.display="none"},fe=(e,t,n,r)=>{const o=e.querySelector(t);o&&(o.style[n]=r)},pe=(e,t,n)=>{t?ue(e,n):de(e)},me=e=>!(!e||!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),he=()=>!me(V())&&!me(F())&&!me(H()),ge=e=>!!(e.scrollHeight>e.clientHeight),be=e=>{const t=window.getComputedStyle(e),n=parseFloat(t.getPropertyValue("animation-duration")||"0"),r=parseFloat(t.getPropertyValue("transition-duration")||"0");return n>0||r>0},ye=function(e){let t=arguments.length>1&&arguments[1]!==undefined&&arguments[1];const n=q();me(n)&&(t&&(n.style.transition="none",n.style.width="100%"),setTimeout((()=>{n.style.transition="width ".concat(e/1e3,"s linear"),n.style.width="0%"}),10))},ve=()=>{const e=q(),t=parseInt(window.getComputedStyle(e).width);e.style.removeProperty("transition"),e.style.width="100%";const n=t/parseInt(window.getComputedStyle(e).width)*100;e.style.removeProperty("transition"),e.style.width="".concat(n,"%")},we=()=>"undefined"==typeof window||"undefined"==typeof document,Ce=100,xe={},ke=()=>{xe.previousActiveElement&&xe.previousActiveElement.focus?(xe.previousActiveElement.focus(),xe.previousActiveElement=null):document.body&&document.body.focus()},Oe=e=>new Promise((t=>{if(!e)return t();const n=window.scrollX,r=window.scrollY;xe.restoreFocusTimeout=setTimeout((()=>{ke(),t()}),Ce),window.scrollTo(n,r)})),De='\n <div aria-labelledby="'.concat(S.title,'" aria-describedby="').concat(S["html-container"],'" class="').concat(S.popup,'" tabindex="-1">\n <button type="button" class="').concat(S.close,'"></button>\n <ul class="').concat(S["progress-steps"],'"></ul>\n <div class="').concat(S.icon,'"></div>\n <img class="').concat(S.image,'" />\n <h2 class="').concat(S.title,'" id="').concat(S.title,'"></h2>\n <div class="').concat(S["html-container"],'" id="').concat(S["html-container"],'"></div>\n <input class="').concat(S.input,'" />\n <input type="file" class="').concat(S.file,'" />\n <div class="').concat(S.range,'">\n <input type="range" />\n <output></output>\n </div>\n <select class="').concat(S.select,'"></select>\n <div class="').concat(S.radio,'"></div>\n <label for="').concat(S.checkbox,'" class="').concat(S.checkbox,'">\n <input type="checkbox" />\n <span class="').concat(S.label,'"></span>\n </label>\n <textarea class="').concat(S.textarea,'"></textarea>\n <div class="').concat(S["validation-message"],'" id="').concat(S["validation-message"],'"></div>\n <div class="').concat(S.actions,'">\n <div class="').concat(S.loader,'"></div>\n <button type="button" class="').concat(S.confirm,'"></button>\n <button type="button" class="').concat(S.deny,'"></button>\n <button type="button" class="').concat(S.cancel,'"></button>\n </div>\n <div class="').concat(S.footer,'"></div>\n <div class="').concat(S["timer-progress-bar-container"],'">\n <div class="').concat(S["timer-progress-bar"],'"></div>\n </div>\n </div>\n').replace(/(^|\n)\s*/g,""),Se=()=>{const e=M();return!!e&&(e.remove(),se([document.documentElement,document.body],[S["no-backdrop"],S["toast-shown"],S["has-column"]]),!0)},Ee=()=>{xe.currentInstance.resetValidationMessage()},Me=()=>{const e=j(),t=le(e,S.input),n=le(e,S.file),r=e.querySelector(".".concat(S.range," input")),o=e.querySelector(".".concat(S.range," output")),a=le(e,S.select),i=e.querySelector(".".concat(S.checkbox," input")),s=le(e,S.textarea);t.oninput=Ee,n.onchange=Ee,a.onchange=Ee,i.onchange=Ee,s.oninput=Ee,r.oninput=()=>{Ee(),o.value=r.value},r.onchange=()=>{Ee(),r.nextSibling.value=r.value}},Pe=e=>"string"==typeof e?document.querySelector(e):e,_e=e=>{const t=j();t.setAttribute("role",e.toast?"alert":"dialog"),t.setAttribute("aria-live",e.toast?"polite":"assertive"),e.toast||t.setAttribute("aria-modal","true")},je=e=>{"rtl"===window.getComputedStyle(e).direction&&ie(M(),S.rtl)},Te=e=>{const t=Se();if(we())return void a("SweetAlert2 requires document to initialize");const n=document.createElement("div");n.className=S.container,t&&ie(n,S["no-transition"]),X(n,De);const r=Pe(e.target);r.appendChild(n),_e(e),je(r),Me()},Ae=(e,t)=>{e instanceof HTMLElement?t.appendChild(e):"object"==typeof e?Ie(e,t):e&&X(t,e)},Ie=(e,t)=>{e.jquery?Le(t,e):X(t,e.toString())},Le=(e,t)=>{if(e.textContent="",0 in t)for(let n=0;n in t;n++)e.appendChild(t[n].cloneNode(!0));else e.appendChild(t.cloneNode(!0))},Ne=(()=>{if(we())return!1;const e=document.createElement("div"),t={WebkitAnimation:"webkitAnimationEnd",animation:"animationend"};for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&"undefined"!=typeof e.style[n])return t[n];return!1})(),Re=()=>{const e=document.createElement("div");e.className=S["scrollbar-measure"],document.body.appendChild(e);const t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},Ve=(e,t)=>{const n=U(),r=z();t.showConfirmButton||t.showDenyButton||t.showCancelButton?ue(n):de(n),ne(n,t,"actions"),Fe(n,r,t),X(r,t.loaderHtml),ne(r,t,"loader")};function Fe(e,t,n){const r=V(),o=F(),a=H();ze(r,"confirm",n),ze(o,"deny",n),ze(a,"cancel",n),Be(r,o,a,n),n.reverseButtons&&(n.toast?(e.insertBefore(a,r),e.insertBefore(o,r)):(e.insertBefore(a,t),e.insertBefore(o,t),e.insertBefore(r,t)))}function Be(e,t,n,r){if(!r.buttonsStyling)return se([e,t,n],S.styled);ie([e,t,n],S.styled),r.confirmButtonColor&&(e.style.backgroundColor=r.confirmButtonColor,ie(e,S["default-outline"])),r.denyButtonColor&&(t.style.backgroundColor=r.denyButtonColor,ie(t,S["default-outline"])),r.cancelButtonColor&&(n.style.backgroundColor=r.cancelButtonColor,ie(n,S["default-outline"]))}function ze(e,t,r){pe(e,r["show".concat(n(t),"Button")],"inline-block"),X(e,r["".concat(t,"ButtonText")]),e.setAttribute("aria-label",r["".concat(t,"ButtonAriaLabel")]),e.className=S[t],ne(e,r,"".concat(t,"Button")),ie(e,r["".concat(t,"ButtonClass")])}function He(e,t){"string"==typeof t?e.style.background=t:t||ie([document.documentElement,document.body],S["no-backdrop"])}function Ue(e,t){t in S?ie(e,S[t]):(o('The "position" parameter is not valid, defaulting to "center"'),ie(e,S.center))}function We(e,t){if(t&&"string"==typeof t){const n="grow-".concat(t);n in S&&ie(e,S[n])}}const qe=(e,t)=>{const n=M();n&&(He(n,t.backdrop),Ue(n,t.position),We(n,t.grow),ne(n,t,"container"))};var Ye={awaitingPromise:new WeakMap,promise:new WeakMap,innerParams:new WeakMap,domCache:new WeakMap};const $e=["input","file","range","select","radio","checkbox","textarea"],Ke=(e,t)=>{const n=j(),r=Ye.innerParams.get(e),o=!r||t.input!==r.input;$e.forEach((e=>{const r=S[e],a=le(n,r);Ze(e,t.inputAttributes),a.className=r,o&&de(a)})),t.input&&(o&&Ge(t),Je(t))},Ge=e=>{if(!nt[e.input])return a('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'.concat(e.input,'"'));const t=tt(e.input),n=nt[e.input](t,e);ue(n),setTimeout((()=>{oe(n)}))},Qe=e=>{for(let t=0;t<e.attributes.length;t++){const n=e.attributes[t].name;["type","value","style"].includes(n)||e.removeAttribute(n)}},Ze=(e,t)=>{const n=re(j(),e);if(n){Qe(n);for(const e in t)n.setAttribute(e,t[e])}},Je=e=>{const t=tt(e.input);e.customClass&&ie(t,e.customClass.input)},Xe=(e,t)=>{e.placeholder&&!t.inputPlaceholder||(e.placeholder=t.inputPlaceholder)},et=(e,t,n)=>{if(n.inputLabel){e.id=S.input;const r=document.createElement("label"),o=S["input-label"];r.setAttribute("for",e.id),r.className=o,ie(r,n.customClass.inputLabel),r.innerText=n.inputLabel,t.insertAdjacentElement("beforebegin",r)}},tt=e=>{const t=S[e]?S[e]:S.input;return le(j(),t)},nt={};nt.text=nt.email=nt.password=nt.number=nt.tel=nt.url=(e,t)=>("string"==typeof t.inputValue||"number"==typeof t.inputValue?e.value=t.inputValue:f(t.inputValue)||o('Unexpected type of inputValue! Expected "string", "number" or "Promise", got "'.concat(typeof t.inputValue,'"')),et(e,e,t),Xe(e,t),e.type=t.input,e),nt.file=(e,t)=>(et(e,e,t),Xe(e,t),e),nt.range=(e,t)=>{const n=e.querySelector("input"),r=e.querySelector("output");return n.value=t.inputValue,n.type=t.input,r.value=t.inputValue,et(n,e,t),e},nt.select=(e,t)=>{if(e.textContent="",t.inputPlaceholder){const n=document.createElement("option");X(n,t.inputPlaceholder),n.value="",n.disabled=!0,n.selected=!0,e.appendChild(n)}return et(e,e,t),e},nt.radio=e=>(e.textContent="",e),nt.checkbox=(e,t)=>{const n=re(j(),"checkbox");n.value="1",n.id=S.checkbox,n.checked=Boolean(t.inputValue);const r=e.querySelector("span");return X(r,t.inputPlaceholder),e},nt.textarea=(e,t)=>{e.value=t.inputValue,Xe(e,t),et(e,e,t);const n=e=>parseInt(window.getComputedStyle(e).marginLeft)+parseInt(window.getComputedStyle(e).marginRight);return setTimeout((()=>{if("MutationObserver"in window){const t=parseInt(window.getComputedStyle(j()).width);new MutationObserver((()=>{const r=e.offsetWidth+n(e);j().style.width=r>t?"".concat(r,"px"):null})).observe(e,{attributes:!0,attributeFilter:["style"]})}})),e};const rt=(e,t)=>{const n=I();ne(n,t,"htmlContainer"),t.html?(Ae(t.html,n),ue(n,"block")):t.text?(n.textContent=t.text,ue(n,"block")):de(n),Ke(e,t)},ot=(e,t)=>{const n=W();pe(n,t.footer),t.footer&&Ae(t.footer,n),ne(n,t,"footer")},at=(e,t)=>{const n=Y();X(n,t.closeButtonHtml),ne(n,t,"closeButton"),pe(n,t.showCloseButton),n.setAttribute("aria-label",t.closeButtonAriaLabel)},it=(e,t)=>{const n=Ye.innerParams.get(e),r=T();return n&&t.icon===n.icon?(dt(r,t),void st(r,t)):t.icon||t.iconHtml?t.icon&&-1===Object.keys(E).indexOf(t.icon)?(a('Unknown icon! Expected "success", "error", "warning", "info" or "question", got "'.concat(t.icon,'"')),de(r)):(ue(r),dt(r,t),st(r,t),void ie(r,t.showClass.icon)):de(r)},st=(e,t)=>{for(const n in E)t.icon!==n&&se(e,E[n]);ie(e,E[t.icon]),ft(e,t),lt(),ne(e,t,"icon")},lt=()=>{const e=j(),t=window.getComputedStyle(e).getPropertyValue("background-color"),n=e.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let e=0;e<n.length;e++)n[e].style.backgroundColor=t},ct='\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',ut='\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',dt=(e,t)=>{e.textContent="",t.iconHtml?X(e,pt(t.iconHtml)):"success"===t.icon?X(e,ct):"error"===t.icon?X(e,ut):X(e,pt({question:"?",warning:"!",info:"i"}[t.icon]))},ft=(e,t)=>{if(t.iconColor){e.style.color=t.iconColor,e.style.borderColor=t.iconColor;for(const n of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])fe(e,n,"backgroundColor",t.iconColor);fe(e,".swal2-success-ring","borderColor",t.iconColor)}},pt=e=>'<div class="'.concat(S["icon-content"],'">').concat(e,"</div>"),mt=(e,t)=>{const n=L();if(!t.imageUrl)return de(n);ue(n,""),n.setAttribute("src",t.imageUrl),n.setAttribute("alt",t.imageAlt),ce(n,"width",t.imageWidth),ce(n,"height",t.imageHeight),n.className=S.image,ne(n,t,"image")},ht=e=>{const t=document.createElement("li");return ie(t,S["progress-step"]),X(t,e),t},gt=e=>{const t=document.createElement("li");return ie(t,S["progress-step-line"]),e.progressStepsDistance&&(t.style.width=e.progressStepsDistance),t},bt=(e,t)=>{const n=N();if(!t.progressSteps||0===t.progressSteps.length)return de(n);ue(n),n.textContent="",t.currentProgressStep>=t.progressSteps.length&&o("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),t.progressSteps.forEach(((e,r)=>{const o=ht(e);if(n.appendChild(o),r===t.currentProgressStep&&ie(o,S["active-progress-step"]),r!==t.progressSteps.length-1){const e=gt(t);n.appendChild(e)}}))},yt=(e,t)=>{const n=A();pe(n,t.title||t.titleText,"block"),t.title&&Ae(t.title,n),t.titleText&&(n.innerText=t.titleText),ne(n,t,"title")},vt=(e,t)=>{const n=M(),r=j();t.toast?(ce(n,"width",t.width),r.style.width="100%",r.insertBefore(z(),T())):ce(r,"width",t.width),ce(r,"padding",t.padding),t.color&&(r.style.color=t.color),t.background&&(r.style.background=t.background),de(R()),wt(r,t)},wt=(e,t)=>{e.className="".concat(S.popup," ").concat(me(e)?t.showClass.popup:""),t.toast?(ie([document.documentElement,document.body],S["toast-shown"]),ie(e,S.toast)):ie(e,S.modal),ne(e,t,"popup"),"string"==typeof t.customClass&&ie(e,t.customClass),t.icon&&ie(e,S["icon-".concat(t.icon)])},Ct=(e,t)=>{vt(e,t),qe(e,t),bt(e,t),it(e,t),mt(e,t),yt(e,t),at(e,t),rt(e,t),Ve(e,t),ot(e,t),"function"==typeof t.didRender&&t.didRender(j())},xt=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),kt=()=>{r(document.body.children).forEach((e=>{e===M()||e.contains(M())||(e.hasAttribute("aria-hidden")&&e.setAttribute("data-previous-aria-hidden",e.getAttribute("aria-hidden")),e.setAttribute("aria-hidden","true"))}))},Ot=()=>{r(document.body.children).forEach((e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")}))},Dt=["swal-title","swal-html","swal-footer"],St=e=>{const t="string"==typeof e.template?document.querySelector(e.template):e.template;if(!t)return{};const n=t.content;return At(n),Object.assign(Et(n),Mt(n),Pt(n),_t(n),jt(n),Tt(n,Dt))},Et=e=>{const t={};return r(e.querySelectorAll("swal-param")).forEach((e=>{It(e,["name","value"]);const n=e.getAttribute("name"),r=e.getAttribute("value");"boolean"==typeof p[n]&&"false"===r&&(t[n]=!1),"object"==typeof p[n]&&(t[n]=JSON.parse(r))})),t},Mt=e=>{const t={};return r(e.querySelectorAll("swal-button")).forEach((e=>{It(e,["type","color","aria-label"]);const r=e.getAttribute("type");t["".concat(r,"ButtonText")]=e.innerHTML,t["show".concat(n(r),"Button")]=!0,e.hasAttribute("color")&&(t["".concat(r,"ButtonColor")]=e.getAttribute("color")),e.hasAttribute("aria-label")&&(t["".concat(r,"ButtonAriaLabel")]=e.getAttribute("aria-label"))})),t},Pt=e=>{const t={},n=e.querySelector("swal-image");return n&&(It(n,["src","width","height","alt"]),n.hasAttribute("src")&&(t.imageUrl=n.getAttribute("src")),n.hasAttribute("width")&&(t.imageWidth=n.getAttribute("width")),n.hasAttribute("height")&&(t.imageHeight=n.getAttribute("height")),n.hasAttribute("alt")&&(t.imageAlt=n.getAttribute("alt"))),t},_t=e=>{const t={},n=e.querySelector("swal-icon");return n&&(It(n,["type","color"]),n.hasAttribute("type")&&(t.icon=n.getAttribute("type")),n.hasAttribute("color")&&(t.iconColor=n.getAttribute("color")),t.iconHtml=n.innerHTML),t},jt=e=>{const t={},n=e.querySelector("swal-input");n&&(It(n,["type","label","placeholder","value"]),t.input=n.getAttribute("type")||"text",n.hasAttribute("label")&&(t.inputLabel=n.getAttribute("label")),n.hasAttribute("placeholder")&&(t.inputPlaceholder=n.getAttribute("placeholder")),n.hasAttribute("value")&&(t.inputValue=n.getAttribute("value")));const o=e.querySelectorAll("swal-input-option");return o.length&&(t.inputOptions={},r(o).forEach((e=>{It(e,["value"]);const n=e.getAttribute("value"),r=e.innerHTML;t.inputOptions[n]=r}))),t},Tt=(e,t)=>{const n={};for(const r in t){const o=t[r],a=e.querySelector(o);a&&(It(a,[]),n[o.replace(/^swal-/,"")]=a.innerHTML.trim())}return n},At=e=>{const t=Dt.concat(["swal-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);r(e.children).forEach((e=>{const n=e.tagName.toLowerCase();-1===t.indexOf(n)&&o("Unrecognized element <".concat(n,">"))}))},It=(e,t)=>{r(e.attributes).forEach((n=>{-1===t.indexOf(n.name)&&o(['Unrecognized attribute "'.concat(n.name,'" on <').concat(e.tagName.toLowerCase(),">."),"".concat(t.length?"Allowed attributes are: ".concat(t.join(", ")):"To set the value, use HTML within the element.")])}))};var Lt={email:(e,t)=>/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid email address"),url:(e,t)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(e)?Promise.resolve():Promise.resolve(t||"Invalid URL")};function Nt(e){e.inputValidator||Object.keys(Lt).forEach((t=>{e.input===t&&(e.inputValidator=Lt[t])}))}function Rt(e){(!e.target||"string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(o('Target parameter is not valid, defaulting to "body"'),e.target="body")}function Vt(e){Nt(e),e.showLoaderOnConfirm&&!e.preConfirm&&o("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"),Rt(e),"string"==typeof e.title&&(e.title=e.title.split("\n").join("<br />")),Te(e)}class Ft{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=(new Date).getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const Bt=()=>{null===J.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(J.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(J.previousBodyPadding+Re(),"px"))},zt=()=>{null!==J.previousBodyPadding&&(document.body.style.paddingRight="".concat(J.previousBodyPadding,"px"),J.previousBodyPadding=null)},Ht=()=>{if((/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1)&&!ee(document.body,S.iosfix)){const e=document.body.scrollTop;document.body.style.top="".concat(-1*e,"px"),ie(document.body,S.iosfix),Wt(),Ut()}},Ut=()=>{const e=navigator.userAgent,t=!!e.match(/iPad/i)||!!e.match(/iPhone/i),n=!!e.match(/WebKit/i);if(t&&n&&!e.match(/CriOS/i)){const e=44;j().scrollHeight>window.innerHeight-e&&(M().style.paddingBottom="".concat(e,"px"))}},Wt=()=>{const e=M();let t;e.ontouchstart=e=>{t=qt(e)},e.ontouchmove=e=>{t&&(e.preventDefault(),e.stopPropagation())}},qt=e=>{const t=e.target,n=M();return!(Yt(e)||$t(e)||t!==n&&(ge(n)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||ge(I())&&I().contains(t)))},Yt=e=>e.touches&&e.touches.length&&"stylus"===e.touches[0].touchType,$t=e=>e.touches&&e.touches.length>1,Kt=()=>{if(ee(document.body,S.iosfix)){const e=parseInt(document.body.style.top,10);se(document.body,S.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}},Gt=10,Qt=e=>{const t=M(),n=j();"function"==typeof e.willOpen&&e.willOpen(n);const r=window.getComputedStyle(document.body).overflowY;en(t,n,e),setTimeout((()=>{Jt(t,n)}),Gt),G()&&(Xt(t,e.scrollbarPadding,r),kt()),Q()||xe.previousActiveElement||(xe.previousActiveElement=document.activeElement),"function"==typeof e.didOpen&&setTimeout((()=>e.didOpen(n))),se(t,S["no-transition"])},Zt=e=>{const t=j();if(e.target!==t)return;const n=M();t.removeEventListener(Ne,Zt),n.style.overflowY="auto"},Jt=(e,t)=>{Ne&&be(t)?(e.style.overflowY="hidden",t.addEventListener(Ne,Zt)):e.style.overflowY="auto"},Xt=(e,t,n)=>{Ht(),t&&"hidden"!==n&&Bt(),setTimeout((()=>{e.scrollTop=0}))},en=(e,t,n)=>{ie(e,n.showClass.backdrop),t.style.setProperty("opacity","0","important"),ue(t,"grid"),setTimeout((()=>{ie(t,n.showClass.popup),t.style.removeProperty("opacity")}),Gt),ie([document.documentElement,document.body],S.shown),n.heightAuto&&n.backdrop&&!n.toast&&ie([document.documentElement,document.body],S["height-auto"])},tn=e=>{let t=j();t||new Yr,t=j();const n=z();Q()?de(T()):nn(t,e),ue(n),t.setAttribute("data-loading",!0),t.setAttribute("aria-busy",!0),t.focus()},nn=(e,t)=>{const n=U(),r=z();!t&&me(V())&&(t=V()),ue(n),t&&(de(t),r.setAttribute("data-button-to-replace",t.className)),r.parentNode.insertBefore(r,t),ie([e,n],S.loading)},rn=(e,t)=>{"select"===t.input||"radio"===t.input?cn(e,t):["text","email","number","tel","textarea"].includes(t.input)&&(u(t.inputValue)||f(t.inputValue))&&(tn(V()),un(e,t))},on=(e,t)=>{const n=e.getInput();if(!n)return null;switch(t.input){case"checkbox":return an(n);case"radio":return sn(n);case"file":return ln(n);default:return t.inputAutoTrim?n.value.trim():n.value}},an=e=>e.checked?1:0,sn=e=>e.checked?e.value:null,ln=e=>e.files.length?null!==e.getAttribute("multiple")?e.files:e.files[0]:null,cn=(e,t)=>{const n=j(),r=e=>dn[t.input](n,fn(e),t);u(t.inputOptions)||f(t.inputOptions)?(tn(V()),d(t.inputOptions).then((t=>{e.hideLoading(),r(t)}))):"object"==typeof t.inputOptions?r(t.inputOptions):a("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(typeof t.inputOptions))},un=(e,t)=>{const n=e.getInput();de(n),d(t.inputValue).then((r=>{n.value="number"===t.input?parseFloat(r)||0:"".concat(r),ue(n),n.focus(),e.hideLoading()}))["catch"]((t=>{a("Error in inputValue promise: ".concat(t)),n.value="",ue(n),n.focus(),e.hideLoading()}))},dn={select:(e,t,n)=>{const r=le(e,S.select),o=(e,t,r)=>{const o=document.createElement("option");o.value=r,X(o,t),o.selected=pn(r,n.inputValue),e.appendChild(o)};t.forEach((e=>{const t=e[0],n=e[1];if(Array.isArray(n)){const e=document.createElement("optgroup");e.label=t,e.disabled=!1,r.appendChild(e),n.forEach((t=>o(e,t[1],t[0])))}else o(r,n,t)})),r.focus()},radio:(e,t,n)=>{const r=le(e,S.radio);t.forEach((e=>{const t=e[0],o=e[1],a=document.createElement("input"),i=document.createElement("label");a.type="radio",a.name=S.radio,a.value=t,pn(t,n.inputValue)&&(a.checked=!0);const s=document.createElement("span");X(s,o),s.className=S.label,i.appendChild(a),i.appendChild(s),r.appendChild(i)}));const o=r.querySelectorAll("input");o.length&&o[0].focus()}},fn=e=>{const t=[];return"undefined"!=typeof Map&&e instanceof Map?e.forEach(((e,n)=>{let r=e;"object"==typeof r&&(r=fn(r)),t.push([n,r])})):Object.keys(e).forEach((n=>{let r=e[n];"object"==typeof r&&(r=fn(r)),t.push([n,r])})),t},pn=(e,t)=>t&&t.toString()===e.toString();function mn(){const e=Ye.innerParams.get(this);if(!e)return;const t=Ye.domCache.get(this);de(t.loader),Q()?e.icon&&ue(T()):hn(t),se([t.popup,t.actions],S.loading),t.popup.removeAttribute("aria-busy"),t.popup.removeAttribute("data-loading"),t.confirmButton.disabled=!1,t.denyButton.disabled=!1,t.cancelButton.disabled=!1}const hn=e=>{const t=e.popup.getElementsByClassName(e.loader.getAttribute("data-button-to-replace"));t.length?ue(t[0],"inline-block"):he()&&de(e.actions)};function gn(e){const t=Ye.innerParams.get(e||this),n=Ye.domCache.get(e||this);return n?re(n.popup,t.input):null}var bn={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const yn=()=>me(j()),vn=()=>V()&&V().click(),wn=()=>F()&&F().click(),Cn=()=>H()&&H().click(),xn=e=>{e.keydownTarget&&e.keydownHandlerAdded&&(e.keydownTarget.removeEventListener("keydown",e.keydownHandler,{capture:e.keydownListenerCapture}),e.keydownHandlerAdded=!1)},kn=(e,t,n,r)=>{xn(t),n.toast||(t.keydownHandler=t=>En(e,t,r),t.keydownTarget=n.keydownListenerCapture?window:j(),t.keydownListenerCapture=n.keydownListenerCapture,t.keydownTarget.addEventListener("keydown",t.keydownHandler,{capture:t.keydownListenerCapture}),t.keydownHandlerAdded=!0)},On=(e,t,n)=>{const r=K();if(r.length)return(t+=n)===r.length?t=0:-1===t&&(t=r.length-1),r[t].focus();j().focus()},Dn=["ArrowRight","ArrowDown"],Sn=["ArrowLeft","ArrowUp"],En=(e,t,n)=>{const r=Ye.innerParams.get(e);r&&(t.isComposing||229===t.keyCode||(r.stopKeydownPropagation&&t.stopPropagation(),"Enter"===t.key?Mn(e,t,r):"Tab"===t.key?Pn(t,r):[...Dn,...Sn].includes(t.key)?_n(t.key):"Escape"===t.key&&jn(t,r,n)))},Mn=(e,t,n)=>{if(c(n.allowEnterKey)&&t.target&&e.getInput()&&t.target.outerHTML===e.getInput().outerHTML){if(["textarea","file"].includes(n.input))return;vn(),t.preventDefault()}},Pn=(e,t)=>{const n=e.target,r=K();let o=-1;for(let e=0;e<r.length;e++)if(n===r[e]){o=e;break}e.shiftKey?On(t,o,-1):On(t,o,1),e.stopPropagation(),e.preventDefault()},_n=e=>{if(![V(),F(),H()].includes(document.activeElement))return;const t=Dn.includes(e)?"nextElementSibling":"previousElementSibling";let n=document.activeElement;for(let e=0;e<U().children.length;e++){if(n=n[t],!n)return;if(me(n)&&n instanceof HTMLButtonElement)break}n instanceof HTMLButtonElement&&n.focus()},jn=(e,t,n)=>{c(t.allowEscapeKey)&&(e.preventDefault(),n(xt.esc))};function Tn(e,t,n,r){Q()?Hn(e,r):(Oe(n).then((()=>Hn(e,r))),xn(xe)),/^((?!chrome|android).)*safari/i.test(navigator.userAgent)?(t.setAttribute("style","display:none !important"),t.removeAttribute("class"),t.innerHTML=""):t.remove(),G()&&(zt(),Kt(),Ot()),An()}function An(){se([document.documentElement,document.body],[S.shown,S["height-auto"],S["no-backdrop"],S["toast-shown"]])}function In(e){e=Fn(e);const t=bn.swalPromiseResolve.get(this),n=Nn(this);this.isAwaitingPromise()?e.isDismissed||(Vn(this),t(e)):n&&t(e)}function Ln(){return!!Ye.awaitingPromise.get(this)}const Nn=e=>{const t=j();if(!t)return!1;const n=Ye.innerParams.get(e);if(!n||ee(t,n.hideClass.popup))return!1;se(t,n.showClass.popup),ie(t,n.hideClass.popup);const r=M();return se(r,n.showClass.backdrop),ie(r,n.hideClass.backdrop),Bn(e,t,n),!0};function Rn(e){const t=bn.swalPromiseReject.get(this);Vn(this),t&&t(e)}const Vn=e=>{e.isAwaitingPromise()&&(Ye.awaitingPromise["delete"](e),Ye.innerParams.get(e)||e._destroy())},Fn=e=>void 0===e?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},e),Bn=(e,t,n)=>{const r=M(),o=Ne&&be(t);"function"==typeof n.willClose&&n.willClose(t),o?zn(e,t,r,n.returnFocus,n.didClose):Tn(e,r,n.returnFocus,n.didClose)},zn=(e,t,n,r,o)=>{xe.swalCloseEventFinishedCallback=Tn.bind(null,e,n,r,o),t.addEventListener(Ne,(function(e){e.target===t&&(xe.swalCloseEventFinishedCallback(),delete xe.swalCloseEventFinishedCallback)}))},Hn=(e,t)=>{setTimeout((()=>{"function"==typeof t&&t.bind(e.params)(),e._destroy()}))};function Un(e,t,n){const r=Ye.domCache.get(e);t.forEach((e=>{r[e].disabled=n}))}function Wn(e,t){if(!e)return!1;if("radio"===e.type){const n=e.parentNode.parentNode.querySelectorAll("input");for(let e=0;e<n.length;e++)n[e].disabled=t}else e.disabled=t}function qn(){Un(this,["confirmButton","denyButton","cancelButton"],!1)}function Yn(){Un(this,["confirmButton","denyButton","cancelButton"],!0)}function $n(){return Wn(this.getInput(),!1)}function Kn(){return Wn(this.getInput(),!0)}function Gn(e){const t=Ye.domCache.get(this),n=Ye.innerParams.get(this);X(t.validationMessage,e),t.validationMessage.className=S["validation-message"],n.customClass&&n.customClass.validationMessage&&ie(t.validationMessage,n.customClass.validationMessage),ue(t.validationMessage);const r=this.getInput();r&&(r.setAttribute("aria-invalid",!0),r.setAttribute("aria-describedby",S["validation-message"]),oe(r),ie(r,S.inputerror))}function Qn(){const e=Ye.domCache.get(this);e.validationMessage&&de(e.validationMessage);const t=this.getInput();t&&(t.removeAttribute("aria-invalid"),t.removeAttribute("aria-describedby"),se(t,S.inputerror))}function Zn(){return Ye.domCache.get(this).progressSteps}function Jn(e){const t=j(),n=Ye.innerParams.get(this);if(!t||ee(t,n.hideClass.popup))return o("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.");const r=Xn(e),a=Object.assign({},n,r);Ct(this,a),Ye.innerParams.set(this,a),Object.defineProperties(this,{params:{value:Object.assign({},this.params,e),writable:!1,enumerable:!0}})}const Xn=e=>{const t={};return Object.keys(e).forEach((n=>{y(n)?t[n]=e[n]:o('Invalid parameter to update: "'.concat(n,'". Updatable params are listed here: https://github.com/sweetalert2/sweetalert2/blob/master/src/utils/params.js\n\nIf you think this parameter should be updatable, request it here: https://github.com/sweetalert2/sweetalert2/issues/new?template=02_feature_request.md'))})),t};function er(){const e=Ye.domCache.get(this),t=Ye.innerParams.get(this);t?(e.popup&&xe.swalCloseEventFinishedCallback&&(xe.swalCloseEventFinishedCallback(),delete xe.swalCloseEventFinishedCallback),xe.deferDisposalTimer&&(clearTimeout(xe.deferDisposalTimer),delete xe.deferDisposalTimer),"function"==typeof t.didDestroy&&t.didDestroy(),tr(this)):nr(this)}const tr=e=>{nr(e),delete e.params,delete xe.keydownHandler,delete xe.keydownTarget,delete xe.currentInstance},nr=e=>{e.isAwaitingPromise()?(rr(Ye,e),Ye.awaitingPromise.set(e,!0)):(rr(bn,e),rr(Ye,e))},rr=(e,t)=>{for(const n in e)e[n]["delete"](t)};var or=Object.freeze({hideLoading:mn,disableLoading:mn,getInput:gn,close:In,isAwaitingPromise:Ln,rejectPromise:Rn,handleAwaitingPromise:Vn,closePopup:In,closeModal:In,closeToast:In,enableButtons:qn,disableButtons:Yn,enableInput:$n,disableInput:Kn,showValidationMessage:Gn,resetValidationMessage:Qn,getProgressSteps:Zn,update:Jn,_destroy:er});const ar=e=>{const t=Ye.innerParams.get(e);e.disableButtons(),t.input?lr(e,"confirm"):pr(e,!0)},ir=e=>{const t=Ye.innerParams.get(e);e.disableButtons(),t.returnInputValueOnDeny?lr(e,"deny"):ur(e,!1)},sr=(e,t)=>{e.disableButtons(),t(xt.cancel)},lr=(e,t)=>{const r=Ye.innerParams.get(e);if(!r.input)return a('The "input" parameter is needed to be set when using returnInputValueOn'.concat(n(t)));const o=on(e,r);r.inputValidator?cr(e,o,t):e.getInput().checkValidity()?"deny"===t?ur(e,o):pr(e,o):(e.enableButtons(),e.showValidationMessage(r.validationMessage))},cr=(e,t,n)=>{const r=Ye.innerParams.get(e);e.disableInput(),Promise.resolve().then((()=>d(r.inputValidator(t,r.validationMessage)))).then((r=>{e.enableButtons(),e.enableInput(),r?e.showValidationMessage(r):"deny"===n?ur(e,t):pr(e,t)}))},ur=(e,t)=>{const n=Ye.innerParams.get(e||undefined);n.showLoaderOnDeny&&tn(F()),n.preDeny?(Ye.awaitingPromise.set(e||undefined,!0),Promise.resolve().then((()=>d(n.preDeny(t,n.validationMessage)))).then((n=>{!1===n?(e.hideLoading(),Vn(e)):e.closePopup({isDenied:!0,value:void 0===n?t:n})}))["catch"]((t=>fr(e||undefined,t)))):e.closePopup({isDenied:!0,value:t})},dr=(e,t)=>{e.closePopup({isConfirmed:!0,value:t})},fr=(e,t)=>{e.rejectPromise(t)},pr=(e,t)=>{const n=Ye.innerParams.get(e||undefined);n.showLoaderOnConfirm&&tn(),n.preConfirm?(e.resetValidationMessage(),Ye.awaitingPromise.set(e||undefined,!0),Promise.resolve().then((()=>d(n.preConfirm(t,n.validationMessage)))).then((n=>{me(R())||!1===n?(e.hideLoading(),Vn(e)):dr(e,void 0===n?t:n)}))["catch"]((t=>fr(e||undefined,t)))):dr(e,t)},mr=(e,t,n)=>{Ye.innerParams.get(e).toast?hr(e,t,n):(yr(t),vr(t),wr(e,t,n))},hr=(e,t,n)=>{t.popup.onclick=()=>{const t=Ye.innerParams.get(e);t&&(gr(t)||t.timer||t.input)||n(xt.close)}},gr=e=>e.showConfirmButton||e.showDenyButton||e.showCancelButton||e.showCloseButton;let br=!1;const yr=e=>{e.popup.onmousedown=()=>{e.container.onmouseup=function(t){e.container.onmouseup=undefined,t.target===e.container&&(br=!0)}}},vr=e=>{e.container.onmousedown=()=>{e.popup.onmouseup=function(t){e.popup.onmouseup=undefined,(t.target===e.popup||e.popup.contains(t.target))&&(br=!0)}}},wr=(e,t,n)=>{t.container.onclick=r=>{const o=Ye.innerParams.get(e);br?br=!1:r.target===t.container&&c(o.allowOutsideClick)&&n(xt.backdrop)}},Cr=e=>"object"==typeof e&&e.jquery,xr=e=>e instanceof Element||Cr(e),kr=e=>{const t={};return"object"!=typeof e[0]||xr(e[0])?["title","html","icon"].forEach(((n,r)=>{const o=e[r];"string"==typeof o||xr(o)?t[n]=o:o!==undefined&&a("Unexpected type of ".concat(n,'! Expected "string" or "Element", got ').concat(typeof o))})):Object.assign(t,e[0]),t};function Or(){const e=this;for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return new e(...n)}function Dr(e){class t extends(this){_main(t,n){return super._main(t,Object.assign({},e,n))}}return t}const Sr=()=>xe.timeout&&xe.timeout.getTimerLeft(),Er=()=>{if(xe.timeout)return ve(),xe.timeout.stop()},Mr=()=>{if(xe.timeout){const e=xe.timeout.start();return ye(e),e}},Pr=()=>{const e=xe.timeout;return e&&(e.running?Er():Mr())},_r=e=>{if(xe.timeout){const t=xe.timeout.increase(e);return ye(t,!0),t}},jr=()=>xe.timeout&&xe.timeout.isRunning();let Tr=!1;const Ar={};function Ir(){let e=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"data-swal-template";Ar[e]=this,Tr||(document.body.addEventListener("click",Lr),Tr=!0)}const Lr=e=>{for(let t=e.target;t&&t!==document;t=t.parentNode)for(const e in Ar){const n=t.getAttribute(e);if(n)return void Ar[e].fire({template:n})}};var Nr=Object.freeze({isValidParameter:b,isUpdatableParameter:y,isDeprecatedParameter:v,argsToParams:kr,isVisible:yn,clickConfirm:vn,clickDeny:wn,clickCancel:Cn,getContainer:M,getPopup:j,getTitle:A,getHtmlContainer:I,getImage:L,getIcon:T,getInputLabel:B,getCloseButton:Y,getActions:U,getConfirmButton:V,getDenyButton:F,getCancelButton:H,getLoader:z,getFooter:W,getTimerProgressBar:q,getFocusableElements:K,getValidationMessage:R,isLoading:Z,fire:Or,mixin:Dr,showLoading:tn,enableLoading:tn,getTimerLeft:Sr,stopTimer:Er,resumeTimer:Mr,toggleTimer:Pr,increaseTimer:_r,isTimerRunning:jr,bindClickHandler:Ir});let Rr;class Vr{constructor(){if("undefined"==typeof window)return;Rr=this;for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=Object.freeze(this.constructor.argsToParams(t));Object.defineProperties(this,{params:{value:r,writable:!1,enumerable:!0,configurable:!0}});const o=this._main(this.params);Ye.promise.set(this,o)}_main(e){let t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};k(Object.assign({},t,e)),xe.currentInstance&&(xe.currentInstance._destroy(),G()&&Ot()),xe.currentInstance=this;const n=Br(e,t);Vt(n),Object.freeze(n),xe.timeout&&(xe.timeout.stop(),delete xe.timeout),clearTimeout(xe.restoreFocusTimeout);const r=zr(this);return Ct(this,n),Ye.innerParams.set(this,n),Fr(this,r,n)}then(e){return Ye.promise.get(this).then(e)}"finally"(e){return Ye.promise.get(this)["finally"](e)}}const Fr=(e,t,n)=>new Promise(((r,o)=>{const a=t=>{e.closePopup({isDismissed:!0,dismiss:t})};bn.swalPromiseResolve.set(e,r),bn.swalPromiseReject.set(e,o),t.confirmButton.onclick=()=>ar(e),t.denyButton.onclick=()=>ir(e),t.cancelButton.onclick=()=>sr(e,a),t.closeButton.onclick=()=>a(xt.close),mr(e,t,a),kn(e,xe,n,a),rn(e,n),Qt(n),Hr(xe,n,a),Ur(t,n),setTimeout((()=>{t.container.scrollTop=0}))})),Br=(e,t)=>{const n=St(e),r=Object.assign({},p,t,n,e);return r.showClass=Object.assign({},p.showClass,r.showClass),r.hideClass=Object.assign({},p.hideClass,r.hideClass),r},zr=e=>{const t={popup:j(),container:M(),actions:U(),confirmButton:V(),denyButton:F(),cancelButton:H(),loader:z(),closeButton:Y(),validationMessage:R(),progressSteps:N()};return Ye.domCache.set(e,t),t},Hr=(e,t,n)=>{const r=q();de(r),t.timer&&(e.timeout=new Ft((()=>{n("timer"),delete e.timeout}),t.timer),t.timerProgressBar&&(ue(r),ne(r,t,"timerProgressBar"),setTimeout((()=>{e.timeout&&e.timeout.running&&ye(t.timer)}))))},Ur=(e,t)=>{if(!t.toast)return c(t.allowEnterKey)?void(Wr(e,t)||On(t,-1,1)):qr()},Wr=(e,t)=>t.focusDeny&&me(e.denyButton)?(e.denyButton.focus(),!0):t.focusCancel&&me(e.cancelButton)?(e.cancelButton.focus(),!0):!(!t.focusConfirm||!me(e.confirmButton)||(e.confirmButton.focus(),0)),qr=()=>{document.activeElement instanceof HTMLElement&&"function"==typeof document.activeElement.blur&&document.activeElement.blur()};Object.assign(Vr.prototype,or),Object.assign(Vr,Nr),Object.keys(or).forEach((e=>{Vr[e]=function(){if(Rr)return Rr[e](...arguments)}})),Vr.DismissReason=xt,Vr.version="11.4.8";const Yr=Vr;return Yr["default"]=Yr,Yr}(),void 0!==this&&this.Sweetalert2&&(this.swal=this.sweetAlert=this.Swal=this.SweetAlert=this.Sweetalert2),"undefined"!=typeof document&&function(e,t){var n=e.createElement("style");if(e.getElementsByTagName("head")[0].appendChild(n),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=t);else try{n.innerHTML=t}catch(e){n.innerText=t}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{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{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.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{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.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:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;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-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding: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-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;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:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.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::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;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-file{width:75%;margin-right:auto;margin-left:auto;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{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;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:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;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-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.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{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;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;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.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;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[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{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@-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)}}@-webkit-keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}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{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@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{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}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}')},363:function(e){"use strict";e.exports=React}},t={};function n(r){var o=t[r];if(o!==undefined)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e=n(363),t=n.n(e),r=e=>e instanceof HTMLElement;const o="blur",a="change",i="input",s="onBlur",l="onChange",c="onSubmit",u="onTouched",d="all",f="undefined",p="max",m="min",h="maxLength",g="minLength",b="pattern",y="required",v="validate";var w=e=>null==e;const C=e=>"object"==typeof e;var x=e=>!w(e)&&!Array.isArray(e)&&C(e)&&!(e instanceof Date),k=e=>/^\w*$/.test(e),O=e=>e.filter(Boolean),D=e=>O(e.replace(/["|']/g,"").replace(/\[/g,".").replace(/\]/g,"").split("."));function S(e,t,n){let r=-1;const o=k(t)?[t]:D(t),a=o.length,i=a-1;for(;++r<a;){const t=o[r];let a=n;if(r!==i){const n=e[t];a=x(n)||Array.isArray(n)?n:isNaN(+o[r+1])?{}:[]}e[t]=a,e=e[t]}return e}var E=(e,t={})=>{for(const n in e)k(n)?t[n]=e[n]:S(t,n,e[n]);return t},M=e=>e===undefined,P=(e={},t,n)=>{const r=O(t.split(/[,[\].]+?/)).reduce(((e,t)=>w(e)?e:e[t]),e);return M(r)||r===e?M(e[t])?n:e[t]:r},_=(e,t)=>{r(e)&&e.removeEventListener&&(e.removeEventListener(i,t),e.removeEventListener(a,t),e.removeEventListener(o,t))};const j={isValid:!1,value:null};var T=e=>Array.isArray(e)?e.reduce(((e,t)=>t&&t.ref.checked?{isValid:!0,value:t.ref.value}:e),j):j,A=e=>"radio"===e.type,I=e=>"file"===e.type,L=e=>"checkbox"===e.type,N=e=>"select-multiple"===e.type;const R={value:!1,isValid:!1},V={value:!0,isValid:!0};var F=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter((e=>e&&e.ref.checked)).map((({ref:{value:e}})=>e));return{value:t,isValid:!!t.length}}const{checked:t,value:n,attributes:r}=e[0].ref;return t?r&&!M(r.value)?M(n)||""===n?V:{value:n,isValid:!0}:V:R}return R};function B(e,t,n,r,o){const a=e.current[t];if(a){const{ref:{value:e,disabled:t},ref:n,valueAsNumber:s,valueAsDate:l,setValueAs:c}=a;if(t&&r)return;return I(n)?n.files:A(n)?T(a.options).value:N(n)?(i=n.options,[...i].filter((({selected:e})=>e)).map((({value:e})=>e))):L(n)?F(a.options).value:o?e:s?""===e?NaN:+e:l?n.valueAsDate:c?c(e):e}var i;if(n)return P(n.current,t)}function z(e){return!e||e instanceof HTMLElement&&e.nodeType!==Node.DOCUMENT_NODE&&z(e.parentNode)}var H=e=>x(e)&&!Object.keys(e).length,U=e=>"boolean"==typeof e;function W(e,t){const n=k(t)?[t]:D(t),r=1==n.length?e:function(e,t){const n=t.slice(0,-1).length;let r=0;for(;r<n;)e=M(e)?r++:e[t[r++]];return e}(e,n),o=n[n.length-1];let a;r&&delete r[o];for(let t=0;t<n.slice(0,-1).length;t++){let r,o=-1;const i=n.slice(0,-(t+1)),s=i.length-1;for(t>0&&(a=e);++o<i.length;){const t=i[o];r=r?r[t]:e[t],s===o&&(x(r)&&H(r)||Array.isArray(r)&&!r.filter((e=>x(e)&&!H(e)||U(e))).length)&&(a?delete a[t]:delete e[t]),a=r}}return e}const q=(e,t)=>e&&e.ref===t;var Y=e=>w(e)||!C(e);function $(e,t){if(Y(e)||Y(t))return t;for(const r in t){const o=e[r],a=t[r];try{e[r]=x(o)&&x(a)||Array.isArray(o)&&Array.isArray(a)?$(o,a):a}catch(n){}}return e}function K(t,n,r){if(Y(t)||Y(n)||t instanceof Date||n instanceof Date)return t===n;if(!(0,e.isValidElement)(t)){const e=Object.keys(t),o=Object.keys(n);if(e.length!==o.length)return!1;for(const o of e){const e=t[o];if(!r||"ref"!==o){const t=n[o];if((x(e)||Array.isArray(e))&&(x(t)||Array.isArray(t))?!K(e,t,r):e!==t)return!1}}}return!0}function G(e,t,n,r,o){let a=-1;for(;++a<e.length;){for(const r in e[a])Array.isArray(e[a][r])?(!n[a]&&(n[a]={}),n[a][r]=[],G(e[a][r],P(t[a]||{},r,[]),n[a][r],n[a],r)):K(P(t[a]||{},r),e[a][r])?S(n[a]||{},r):n[a]=Object.assign(Object.assign({},n[a]),{[r]:!0});r&&!n.length&&delete r[o]}return n}var Q=(e,t,n)=>$(G(e,t,n.slice(0,e.length)),G(t,e,n.slice(0,e.length))),Z=e=>"string"==typeof e,J=(e,t,n,r,o)=>{const a={};for(const t in e.current)(M(o)||(Z(o)?t.startsWith(o):Array.isArray(o)&&o.find((e=>t.startsWith(e)))))&&(a[t]=B(e,t,undefined,r));return n?E(a):$(t,E(a))},X=e=>e instanceof RegExp,ee=e=>x(e)&&!X(e)?e:{value:e,message:""},te=e=>"function"==typeof e,ne=t=>Z(t)||(0,e.isValidElement)(t);function re(e,t,n="validate"){if(ne(e)||U(e)&&!e)return{type:n,message:ne(e)?e:"",ref:t}}var oe=(e,t,n,r,o)=>t?Object.assign(Object.assign({},n[e]),{types:Object.assign(Object.assign({},n[e]&&n[e].types?n[e].types:{}),{[r]:o||!0})}):{},ae=async(e,t,{ref:n,ref:{value:r},options:o,required:a,maxLength:i,minLength:s,min:l,max:c,pattern:u,validate:d},f)=>{const C=n.name,k={},O=A(n),D=L(n),S=O||D,E=""===r,M=oe.bind(null,C,t,k),P=(e,t,r,o=h,a=g)=>{const i=e?t:r;k[C]=Object.assign({type:e?o:a,message:i,ref:n},M(e?o:a,i))};if(a&&(!O&&!D&&(E||w(r))||U(r)&&!r||D&&!F(o).isValid||O&&!T(o).isValid)){const{value:r,message:o}=ne(a)?{value:!!a,message:a}:ee(a);if(r&&(k[C]=Object.assign({type:y,message:o,ref:S?((e.current[C].options||[])[0]||{}).ref:n},M(y,o)),!t))return k}if(!(w(l)&&w(c)||""===r)){let e,o;const a=ee(c),i=ee(l);if(isNaN(r)){const t=n.valueAsDate||new Date(r);Z(a.value)&&(e=t>new Date(a.value)),Z(i.value)&&(o=t<new Date(i.value))}else{const t=n.valueAsNumber||parseFloat(r);w(a.value)||(e=t>a.value),w(i.value)||(o=t<i.value)}if((e||o)&&(P(!!e,a.message,i.message,p,m),!t))return k}if(Z(r)&&!E&&(i||s)){const e=ee(i),n=ee(s),o=!w(e.value)&&r.length>e.value,a=!w(n.value)&&r.length<n.value;if((o||a)&&(P(o,e.message,n.message),!t))return k}if(Z(r)&&u&&!E){const{value:e,message:o}=ee(u);if(X(e)&&!e.test(r)&&(k[C]=Object.assign({type:b,message:o,ref:n},M(b,o)),!t))return k}if(d){const r=B(e,C,f,!1,!0),a=S&&o?o[0].ref:n;if(te(d)){const e=re(await d(r),a);if(e&&(k[C]=Object.assign(Object.assign({},e),M(v,e.message)),!t))return k}else if(x(d)){let e={};for(const[n,o]of Object.entries(d)){if(!H(e)&&!t)break;const i=re(await o(r),a,n);i&&(e=Object.assign(Object.assign({},i),M(n,i.message)),t&&(k[C]=e))}if(!H(e)&&(k[C]=Object.assign({ref:a},e),!t))return k}}return k};const ie=(e,t,n=[])=>{for(const r in t){const o=e+(x(t)?`.${r}`:`[${r}]`);Y(t[r])?n.push(o):ie(o,t[r],n)}return n};var se=(e,t,n,r,o)=>{let a=undefined;return n.add(t),H(e)||(a=P(e,t),(x(a)||Array.isArray(a))&&ie(t,a).forEach((e=>n.add(e)))),M(a)?o?r:P(r,t):a},le=({isOnBlur:e,isOnChange:t,isOnTouch:n,isTouched:r,isReValidateOnBlur:o,isReValidateOnChange:a,isBlurEvent:i,isSubmitted:s,isOnAll:l})=>!l&&(!s&&n?!(r||i):(s?o:e)?!i:!(s?a:t)||i),ce=e=>e.substring(0,e.indexOf("["));const ue=(e,t)=>RegExp(`^${t}([|.)\\d+`.replace(/\[/g,"\\[").replace(/\]/g,"\\]")).test(e);var de=(e,t)=>[...e].some((e=>ue(t,e)));var fe=typeof window!==f&&typeof document!==f;function pe(e){var t;let n;if(Y(e)||fe&&(e instanceof File||r(e)))return e;if(!["Set","Map","Object","Date","Array"].includes(null===(t=e.constructor)||void 0===t?void 0:t.name))return e;if(e instanceof Date)return n=new Date(e.getTime()),n;if(e instanceof Set){n=new Set;for(const t of e)n.add(t);return n}if(e instanceof Map){n=new Map;for(const t of e.keys())n.set(t,pe(e.get(t)));return n}n=Array.isArray(e)?[]:{};for(const t in e)n[t]=pe(e[t]);return n}var me=e=>({isOnSubmit:!e||e===c,isOnBlur:e===s,isOnChange:e===l,isOnAll:e===d,isOnTouch:e===u}),he=e=>A(e)||L(e);const ge=typeof window===f,be=fe?"Proxy"in window:typeof Proxy!==f;function ye({mode:t=c,reValidateMode:n=l,resolver:s,context:u,defaultValues:f={},shouldFocusError:p=!0,shouldUnregister:m=!0,criteriaMode:h}={}){const g=(0,e.useRef)({}),b=(0,e.useRef)({}),y=(0,e.useRef)({}),v=(0,e.useRef)(new Set),C=(0,e.useRef)({}),D=(0,e.useRef)({}),j=(0,e.useRef)({}),T=(0,e.useRef)({}),R=(0,e.useRef)(f),V=(0,e.useRef)(!1),F=(0,e.useRef)(!1),U=(0,e.useRef)(),$=(0,e.useRef)({}),G=(0,e.useRef)({}),X=(0,e.useRef)(u),ee=(0,e.useRef)(s),ne=(0,e.useRef)(new Set),re=(0,e.useRef)(me(t)),{isOnSubmit:oe,isOnTouch:ue}=re.current,ye=h===d,[ve,we]=(0,e.useState)({isDirty:!1,isValidating:!1,dirtyFields:{},isSubmitted:!1,submitCount:0,touched:{},isSubmitting:!1,isSubmitSuccessful:!1,isValid:!oe,errors:{}}),Ce=(0,e.useRef)({isDirty:!be,dirtyFields:!be,touched:!be||ue,isValidating:!be,isSubmitting:!be,isValid:!be}),xe=(0,e.useRef)(ve),ke=(0,e.useRef)(),{isOnBlur:Oe,isOnChange:De}=(0,e.useRef)(me(n)).current;X.current=u,ee.current=s,xe.current=ve,$.current=m?{}:H($.current)?pe(f):$.current;const Se=(0,e.useCallback)(((e={})=>{V.current||(xe.current=Object.assign(Object.assign({},xe.current),e),we(xe.current))}),[]),Ee=()=>Ce.current.isValidating&&Se({isValidating:!0}),Me=(0,e.useCallback)(((e,t,n=!1,r={},o)=>{let a=n||(({errors:e,name:t,error:n,validFields:r,fieldsWithValidation:o})=>{const a=M(n),i=P(e,t);return a&&!!i||!a&&!K(i,n,!0)||a&&P(o,t)&&!P(r,t)})({errors:xe.current.errors,error:t,name:e,validFields:T.current,fieldsWithValidation:j.current});const i=P(xe.current.errors,e);t?(W(T.current,e),a=a||!i||!K(i,t,!0),S(xe.current.errors,e,t)):((P(j.current,e)||ee.current)&&(S(T.current,e,!0),a=a||i),W(xe.current.errors,e)),(a&&!w(n)||!H(r)||Ce.current.isValidating)&&Se(Object.assign(Object.assign(Object.assign({},r),ee.current?{isValid:!!o}:{}),{isValidating:!1}))}),[]),Pe=(0,e.useCallback)(((e,t)=>{const{ref:n,options:o}=g.current[e],a=fe&&r(n)&&w(t)?"":t;A(n)?(o||[]).forEach((({ref:e})=>e.checked=e.value===a)):I(n)&&!Z(a)?n.files=a:N(n)?[...n.options].forEach((e=>e.selected=a.includes(e.value))):L(n)&&o?o.length>1?o.forEach((({ref:e})=>e.checked=Array.isArray(a)?!!a.find((t=>t===e.value)):a===e.value)):o[0].ref.checked=!!a:n.value=a}),[]),_e=(0,e.useCallback)(((e,t)=>{if(Ce.current.isDirty){const n=Be();return e&&t&&S(n,e,t),!K(n,R.current)}return!1}),[]),je=(0,e.useCallback)(((e,t=!0)=>{if(Ce.current.isDirty||Ce.current.dirtyFields){const n=!K(P(R.current,e),B(g,e,$)),r=P(xe.current.dirtyFields,e),o=xe.current.isDirty;n?S(xe.current.dirtyFields,e,!0):W(xe.current.dirtyFields,e);const a={isDirty:_e(),dirtyFields:xe.current.dirtyFields},i=Ce.current.isDirty&&o!==a.isDirty||Ce.current.dirtyFields&&r!==P(xe.current.dirtyFields,e);return i&&t&&Se(a),i?a:{}}return{}}),[]),Te=(0,e.useCallback)((async(e,t)=>{const n=(await ae(g,ye,g.current[e],$))[e];return Me(e,n,t),M(n)}),[Me,ye]),Ae=(0,e.useCallback)((async e=>{const{errors:t}=await ee.current(Be(),X.current,ye),n=xe.current.isValid;if(Array.isArray(e)){const n=e.map((e=>{const n=P(t,e);return n?S(xe.current.errors,e,n):W(xe.current.errors,e),!n})).every(Boolean);return Se({isValid:H(t),isValidating:!1}),n}{const r=P(t,e);return Me(e,r,n!==H(t),{},H(t)),!r}}),[Me,ye]),Ie=(0,e.useCallback)((async e=>{const t=e||Object.keys(g.current);if(Ee(),ee.current)return Ae(t);if(Array.isArray(t)){!e&&(xe.current.errors={});const n=await Promise.all(t.map((async e=>await Te(e,null))));return Se({isValidating:!1}),n.every(Boolean)}return await Te(t)}),[Ae,Te]),Le=(0,e.useCallback)(((e,t,{shouldDirty:n,shouldValidate:r})=>{const o={};S(o,e,t);for(const a of ie(e,t))g.current[a]&&(Pe(a,P(o,a)),n&&je(a),r&&Ie(a))}),[Ie,Pe,je]),Ne=(0,e.useCallback)(((e,t,n)=>{if(!m&&!Y(t)&&S($.current,e,Array.isArray(t)?[...t]:Object.assign({},t)),g.current[e])Pe(e,t),n.shouldDirty&&je(e),n.shouldValidate&&Ie(e);else if(!Y(t)&&(Le(e,t,n),ne.current.has(e))){const r=ce(e)||e;S(b.current,e,t),G.current[r]({[r]:P(b.current,r)}),(Ce.current.isDirty||Ce.current.dirtyFields)&&n.shouldDirty&&(S(xe.current.dirtyFields,e,Q(t,P(R.current,e,[]),P(xe.current.dirtyFields,e,[]))),Se({isDirty:!K(Object.assign(Object.assign({},Be()),{[e]:t}),R.current)}))}!m&&S($.current,e,t)}),[je,Pe,Le]),Re=e=>F.current||v.current.has(e)||v.current.has((e.match(/\w+/)||[])[0]),Ve=e=>{let t=!0;if(!H(C.current))for(const n in C.current)e&&C.current[n].size&&!C.current[n].has(e)&&!C.current[n].has(ce(e))||(D.current[n](),t=!1);return t};function Fe(e){if(!m){let t=pe(e);for(const e of ne.current)k(e)&&!t[e]&&(t=Object.assign(Object.assign({},t),{[e]:[]}));return t}return e}function Be(e){if(Z(e))return B(g,e,$);if(Array.isArray(e)){const t={};for(const n of e)S(t,n,B(g,n,$));return t}return Fe(J(g,pe($.current),m))}U.current=U.current?U.current:async({type:e,target:t})=>{let n=t.name;const r=g.current[n];let a,i;if(r){const s=e===o,l=le(Object.assign({isBlurEvent:s,isReValidateOnChange:De,isReValidateOnBlur:Oe,isTouched:!!P(xe.current.touched,n),isSubmitted:xe.current.isSubmitted},re.current));let c=je(n,!1),u=!H(c)||!s&&Re(n);if(s&&!P(xe.current.touched,n)&&Ce.current.touched&&(S(xe.current.touched,n,!0),c=Object.assign(Object.assign({},c),{touched:xe.current.touched})),!m&&L(t)&&S($.current,n,B(g,n)),l)return!s&&Ve(n),(!H(c)||u&&H(c))&&Se(c);if(Ee(),ee.current){const{errors:e}=await ee.current(Be(),X.current,ye),r=xe.current.isValid;if(a=P(e,n),L(t)&&!a&&ee.current){const t=ce(n),r=P(e,t,{});r.type&&r.message&&(a=r),t&&(r||P(xe.current.errors,t))&&(n=t)}i=H(e),r!==i&&(u=!0)}else a=(await ae(g,ye,r,$))[n];!s&&Ve(n),Me(n,a,u,c,i)}};const ze=(0,e.useCallback)((async(e={})=>{const t=H(g.current)?R.current:{},{errors:n}=await ee.current(Object.assign(Object.assign(Object.assign({},t),Be()),e),X.current,ye)||{},r=H(n);xe.current.isValid!==r&&Se({isValid:r})}),[ye]),He=(0,e.useCallback)(((e,t)=>{!function(e,t,n,r,o,a){const{ref:i,ref:{name:s}}=n,l=e.current[s];if(!o){const t=B(e,s,r);!M(t)&&S(r.current,s,t)}i.type&&l?A(i)||L(i)?Array.isArray(l.options)&&l.options.length?(O(l.options).forEach(((e={},n)=>{(z(e.ref)&&q(e,e.ref)||a)&&(_(e.ref,t),W(l.options,`[${n}]`))})),l.options&&!O(l.options).length&&delete e.current[s]):delete e.current[s]:(z(i)&&q(l,i)||a)&&(_(i,t),delete e.current[s]):delete e.current[s]}(g,U.current,e,$,m,t),m&&(W(T.current,e.ref.name),W(j.current,e.ref.name))}),[m]),Ue=(0,e.useCallback)((e=>{if(F.current)Se();else{for(const t of v.current)if(t.startsWith(e)){Se();break}Ve(e)}}),[]),We=(0,e.useCallback)(((e,t)=>{e&&(He(e,t),m&&!O(e.options||[]).length&&(W(xe.current.errors,e.ref.name),S(xe.current.dirtyFields,e.ref.name,!0),Se({isDirty:_e()}),Ce.current.isValid&&ee.current&&ze(),Ue(e.ref.name)))}),[ze,He]);const qe=(0,e.useCallback)(((e,t,n)=>{const r=n?C.current[n]:v.current;let o=J(g,pe($.current),m,!1,e);if(Z(e)){const n=ce(e)||e;return ne.current.has(n)&&(o=Object.assign(Object.assign({},y.current),o)),se(o,e,r,M(P(R.current,e))?t:P(R.current,e),!0)}const a=M(t)?R.current:t;return Array.isArray(e)?e.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:se(o,t,r,a)})),{}):(F.current=M(n),E(!H(o)&&o||a))}),[]);function Ye(e,t={}){const{name:n,type:s,value:l}=e,c=Object.assign({ref:e},t),u=g.current,d=he(e),f=de(ne.current,n),p=t=>fe&&(!r(e)||t===e);let h,b=u[n],y=!0;if(b&&(d?Array.isArray(b.options)&&O(b.options).find((e=>l===e.ref.value&&p(e.ref))):p(b.ref)))return void(u[n]=Object.assign(Object.assign({},b),t));b=s?d?Object.assign({options:[...O(b&&b.options||[]),{ref:e}],ref:{type:s,name:n}},t):Object.assign({},c):c,u[n]=b;const v=M(P($.current,n));H(R.current)&&v||(h=P(v?R.current:$.current,n),y=M(h),y||f||Pe(n,h)),H(t)||(S(j.current,n,!0),!oe&&Ce.current.isValid&&ae(g,ye,b,$).then((e=>{const t=xe.current.isValid;H(e)?S(T.current,n,!0):W(T.current,n),t!==H(e)&&Se()}))),!m||f&&y||!f&&W(xe.current.dirtyFields,n),s&&function({ref:e},t,n){r(e)&&n&&(e.addEventListener(t?a:i,n),e.addEventListener(o,n))}(d&&b.options?b.options[b.options.length-1]:b,d||"select-one"===e.type,U.current)}const $e=(0,e.useCallback)(((e,t)=>async n=>{n&&n.preventDefault&&(n.preventDefault(),n.persist());let r={},o=Fe(J(g,pe($.current),m,!0));Ce.current.isSubmitting&&Se({isSubmitting:!0});try{if(ee.current){const{errors:e,values:t}=await ee.current(o,X.current,ye);xe.current.errors=r=e,o=t}else for(const e of Object.values(g.current))if(e){const{name:t}=e.ref,n=await ae(g,ye,e,$);n[t]?(S(r,t,n[t]),W(T.current,t)):P(j.current,t)&&(W(xe.current.errors,t),S(T.current,t,!0))}H(r)&&Object.keys(xe.current.errors).every((e=>e in g.current))?(Se({errors:{},isSubmitting:!0}),await e(o,n)):(xe.current.errors=Object.assign(Object.assign({},xe.current.errors),r),t&&await t(xe.current.errors,n),p&&((e,t)=>{for(const n in e)if(P(t,n)){const t=e[n];if(t){if(t.ref.focus&&M(t.ref.focus()))break;if(t.options){t.options[0].ref.focus();break}}}})(g.current,xe.current.errors))}finally{xe.current.isSubmitting=!1,Se({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:H(xe.current.errors),submitCount:xe.current.submitCount+1})}}),[p,ye]);(0,e.useEffect)((()=>{s&&Ce.current.isValid&&ze(),ke.current=ke.current||!fe?ke.current:function(e,t){const n=new MutationObserver((()=>{for(const n of Object.values(e.current))if(n&&n.options)for(const e of n.options)e&&e.ref&&z(e.ref)&&t(n);else n&&z(n.ref)&&t(n)}));return n.observe(window.document,{childList:!0,subtree:!0}),n}(g,We)}),[We,R.current]),(0,e.useEffect)((()=>()=>{ke.current&&ke.current.disconnect(),V.current=!0,Object.values(g.current).forEach((e=>We(e,!0)))}),[]),!s&&Ce.current.isValid&&(ve.isValid=K(T.current,j.current)&&H(xe.current.errors));const Ke={trigger:Ie,setValue:(0,e.useCallback)((function(e,t,n){Ne(e,t,n||{}),Re(e)&&Se(),Ve(e)}),[Ne,Ie]),getValues:(0,e.useCallback)(Be,[]),register:(0,e.useCallback)((function(e,t){if(!ge)if(Z(e))Ye({name:e},t);else{if(!x(e)||!("name"in e))return t=>t&&Ye(t,e);Ye(e,t)}}),[R.current]),unregister:(0,e.useCallback)((function(e){for(const t of Array.isArray(e)?e:[e])We(g.current[t],!0)}),[]),formState:be?new Proxy(ve,{get:(e,t)=>t in e?(Ce.current[t]=!0,e[t]):undefined}):ve},Ge=(0,e.useMemo)((()=>Object.assign({isFormDirty:_e,updateWatchedValue:Ue,shouldUnregister:m,updateFormState:Se,removeFieldEventListener:He,watchInternal:qe,mode:re.current,reValidateMode:{isReValidateOnBlur:Oe,isReValidateOnChange:De},validateResolver:s?ze:undefined,fieldsRef:g,resetFieldArrayFunctionRef:G,useWatchFieldsRef:C,useWatchRenderFunctionsRef:D,fieldArrayDefaultValuesRef:b,validFieldsRef:T,fieldsWithValidationRef:j,fieldArrayNamesRef:ne,readFormStateRef:Ce,formStateRef:xe,defaultValuesRef:R,shallowFieldsStateRef:$,fieldArrayValuesRef:y},Ke)),[R.current,Ue,m,He,qe]);return Object.assign({watch:function(e,t){return qe(e,t)},control:Ge,handleSubmit:$e,reset:(0,e.useCallback)(((e,t={})=>{if(fe)for(const e of Object.values(g.current))if(e){const{ref:t,options:o}=e,a=he(t)&&Array.isArray(o)?o[0].ref:t;if(r(a))try{a.closest("form").reset();break}catch(n){}}g.current={},R.current=Object.assign({},e||R.current),e&&Ve(""),Object.values(G.current).forEach((e=>te(e)&&e())),$.current=m?{}:pe(e||R.current),(({errors:e,isDirty:t,isSubmitted:n,touched:r,isValid:o,submitCount:a,dirtyFields:i})=>{o||(T.current={},j.current={}),b.current={},v.current=new Set,F.current=!1,Se({submitCount:a?xe.current.submitCount:0,isDirty:!!t&&xe.current.isDirty,isSubmitted:!!n&&xe.current.isSubmitted,isValid:!!o&&xe.current.isValid,dirtyFields:i?xe.current.dirtyFields:{},touched:r?xe.current.touched:{},errors:e?xe.current.errors:{},isSubmitting:!1,isSubmitSuccessful:!1})})(t)}),[]),clearErrors:(0,e.useCallback)((function(e){e&&(Array.isArray(e)?e:[e]).forEach((e=>g.current[e]&&k(e)?delete xe.current.errors[e]:W(xe.current.errors,e))),Se({errors:e?xe.current.errors:{}})}),[]),setError:(0,e.useCallback)((function(e,t){const n=(g.current[e]||{}).ref;S(xe.current.errors,e,Object.assign(Object.assign({},t),{ref:n})),Se({isValid:!1}),t.shouldFocus&&n&&n.focus&&n.focus()}),[]),errors:ve.errors},Ke)}
13
  /*! *****************************************************************************
14
  Copyright (c) Microsoft Corporation.
15
 
23
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
  PERFORMANCE OF THIS SOFTWARE.